Recent content by FireLancer

  1. F

    Unable to access site for over 24 hours

    I have been unable to access my site (with HTTP except for some http://firelancer.exofire.net/~wnewbery/public_html/... "hack")now for over 24 hours sinceI asked x10 to change the sub domain to firelancer.exofire.net (x10 actually doing it and setting the action to "Finished") either cause the...
  2. F

    Cant access site, "Default Web Site" and 404's

    ok, I wrote a Python script to make 100% sure it wasn't a browser cache issue or anything like that from socket import * domain = 'firelancer.exofire.net' file = '/index.html' http_request = ( 'GET {0} HTTP/1.0\n' 'Host: {1}\n' '\n').format(file,domain) #get ip for domain name...
  3. F

    Cant access site, "Default Web Site" and 404's

    If I try to access my main site (mysite.exofire.net) or the index.html there, I get redirected to cgi-sys/defaultwebpage.cgi. For all other pages the server returns a 404 with the exception of [mysite.exofire.net/.htaccess"]www.]mysite.exofire.net/.htaccess which gives a 403 (well its different...
  4. F

    magic_quotes

    So whats happening about this? It still says application pending but it's been way over the 24hours it says it should take.
  5. F

    php upgrade pending

    I put in an application for level 3 in responce to this thread: http://forums.x10hosting.com/free-hosting/61235-magic_quotes.html It's 5 days later and it still says "application pending" in my account manager page.
  6. F

    include php within javascript

    Php is run ont he server, all php code is then removed and the reamining page sent to the client Java Script is not ran on the server but just sent to the client. This means that: php can generate java script (because php is run first) javascript cannot generate php as it has already left the...
  7. F

    magic_quotes

    It says I should receive a response within 24 hours but it's still pending. I havn't recived any emails either.
  8. F

    magic_quotes

    Can magic_quotes be disabled please? Before I send anything to a my database I use mysqli->real_escape_string($mystring) and magic_quotes just causes problems like extra slashes being added and as a result also displayed :( I know I can get rid of them with stripslashes() but it seems a waste...
  9. F

    High Resource Usage Policy

    What does this mean in practice? eg if my site got say 50 page hits a minute on average all these pages were near identicle: How much php scripts and sql querys could each page have to be safely under the limit? 100 lines of code, 500, a 1000 even? Right now I have no idea if my site would be...
  10. F

    x10Hosting Double Everything Special!

    If I was to get this for my Advanced hosting plan and then later change it to corporate what happens then? Do I get double the corporate, corpate + the bonus to my advanced or do I loose the upgrade altogether?
  11. F

    x10hosting compatability with dreamweaver CS3?

    You don't need to create accounts for this as you get a ftp account with full access to start with Username: <your cpanel username> Password: <your cpanel password> folder: public_html
  12. F

    I want use file instead databases

    Just use databases. You can easily have an entire website in just one if you design it right eg prefix your tabels styles users games games_highscores games_updates forum_sections forum_topics forum_posts forum_groups etc
  13. F

    Can't link account

    Hmm..apparently you don't count as staff lol. Oh well heres my 3rd post then :)
  14. F

    Can't link account

    I tried enverescape.exofire.net I tried redoing the signup but it tells me I already have a hosting account and to use that :(
  15. F

    Can't link account

    It is asking me to link my account to my cpanel account when I go to log in here: http://x10hosting.com/account However it always gives this error: I never got any confimation e-mail for the hosting just ones for this forum account. I followed the link to...
Top