Search results

  1. garrettroyce

    Frontpage server extensions

    As far as I know, frontpage is the same everywhere. I haven't heard of any limitations on X10's frontpage extensions.
  2. garrettroyce

    Co.CC zone record address ?

    ns1.x10hosting.com ns2.x10hosting.com :)
  3. garrettroyce

    Why is my Operating System set as Linux?

    The server is linux, not your computer :biggrin:
  4. garrettroyce

    RE: Help With Link Redirect

    You cannot modify files created by sitebuilder :(
  5. garrettroyce

    PHP Warning! -.-

    Some output was sent before you called the header() function. Check for any characters before or after <?php ?> tags. Errors also count as output so if you have an error before header() it will have an error at header() as well.
  6. garrettroyce

    [3000+ credits] XHTML/CSS templates and logo

    I'm in need of an XHTML/CSS template for a forum. This is my own forum software, so you have zero constraints except for those I explicitly post here. Note that there are three distinctly different offers here. Also note that the offer prices are at least what I put. If you think you have...
  7. garrettroyce

    MySQL Error 1044

    You must use the MySQL Databases tool in your CPanel for database and user management.
  8. garrettroyce

    Overload Script

    Instead of outputting text to the browser, you could redirect. But, I think you will have the same problems as before. The primary problem for pages is the server does not output anything, not the server only outputting half a page. I'd be happy to help you with your mmorpg, just as soon as I'm...
  9. garrettroyce

    Overload Script

    The idea is, if your page starts to load then stops for a long time, an error message will pop up. This will not work, however, if the server is so overloaded and the connection times out. The only time it will probably work is if your script takes too long to execute. What you can do is have...
  10. garrettroyce

    How to host asp .net application

    I think you mean to publish to ftp.yoursite.com and not stoli.x10hosting.com:2082. You are telling frontpage to login to cpanel, which it can't do.
  11. garrettroyce

    Overload Script

    42. Now, you just need the question (any Hitchhiker's guide to the galaxy fans?) I've been thinking some more about your problem. My guess is you want to have something if X10 is having problems, not because your site is running some really really massive program. In that case, I think you...
  12. garrettroyce

    scary code to debug

    It says if (error !== 1)
  13. garrettroyce

    Overload Script

    I think this will work: <html> <head> <script type="text/javascript> var t = setTimeout("timeout()", 30000); // function timeout() will be called after 30000ms (30s) function timeout() { var node = document.createTextNode("This is your error message")...
  14. garrettroyce

    Creating/Activating a Website

    Create the addon domain. It will assign a directory (by default the same name as the domain) in public_html (example public_html/newdomain.com) but you can change it to anything you want. Then, when you install the script using fantastico, use that folder as the install directory.
  15. garrettroyce

    scary code to debug

    Is it possible that the script is execution correctly and the data you're feeding it is incorrect?
  16. garrettroyce

    ASPX Loading like a Text File

    I don't believe mod_mono is currently active on the free servers. More than likely, your setup is correct.
  17. garrettroyce

    shell_exec() has been disabled for security reasons?!!

    I can't think of a reason it is necessary from a programming perspective, but I can understand that if your software uses it, you would want it to work ;)
  18. garrettroyce

    Warning: mail() infamous problem

    Hopefully this will clear it up for you :) http://forums.x10hosting.com/free-hosting/98290-read-if-you-have-missing-files-2.html#post548371
  19. garrettroyce

    No site after updating site!

    There is server maintenance on all free servers currently. http://forums.x10hosting.com/news-announcements/98362-latest-updates.html
  20. garrettroyce

    !!!***Read this if you have missing files!!!***!!!

    From this point on, if you have a problem with your account related to missing files, missing database data, or any other problem that has occurred in the past week that you think is related to the server transfers, you can submit a ticket. On a side note, I have been informed that mail() and...
Top