Main » Other
Other
QUESTIONS
ANSWERS
  1. Can I set an automatic redirection from my subdomain to an outside web address?
    Yes, simply upload an 'index.html' file in the subdomain/domain's directory and add the following code into the file:


    <body>
    <SCRIPT>setTimeout('javascript:window.location="http://www.redirectionURL.com"',200);</SCRIPT>
    </body>

    Just change the redirection URL
    (http://www.redirectionURL.com)with the desired web address.

    [Back to top]
  2. What is streaming audio/video?
    A technique for transferring data such that it can be processed as a steady and continuous stream. With streaming, the client browser or plug-in can start displaying the data before the entire file has been transmitted.

    For streaming to work, the client side receiving the data must be able to collect the data and send it as a steady stream to the application that is processing the data and converting it to sound or pictures. This means that if the streaming client receives the data more quickly than required, it needs to save the excess data in a buffer. If the data doesn't come quickly enough, however, the presentation of the data will not be smooth.

    [Back to top]
  3. Is there a streaming audio/video support on your server?
    You can upload files with .WMA/.MP3/.AVI and all other extensions.

    There is a streaming support on the server in case you want to play the content with appropriate software installed on your computer.

    In case that streaming must be executed as an internal streaming process on the server, we do not support streaming audio or video.

    [Back to top]
  4. Are IRC Servers and IRC Bots allowed on the server?
    IRC servers or IRC bots are not allowed.
    [Back to top]
View all categories