Search results

  1. M

    server timed out

    How do you flush your dns?
  2. M

    Can I install a new font?

    I have the file, but how would I go about specifying the font in css?
  3. M

    Can I install a new font?

    Can I install a new font on my website? If so, how? My website is http://mindos4.x10.mx. This is for the subdomain screamingmeatarmy.mindos4.x10.mx.
  4. M

    AddType or AddHandler in .htaccess?

    I want to be able to use php in my .html and .htm files. I have added the following lines into my .htaccess file: AddHandler application/x-httpd-php .html .htm AddType application/x-httpd-php .html .htm I added both because I don't know how the server interprets php (CGI or other?) But it's...
  5. M

    Problems with perl

    wait, fixed it. you meant for the file to have a 755 perm.
  6. M

    Problems with perl

    im still getting the same error
  7. M

    Problems with perl

    No, it's not in cgi-bin, I will move it there, the permissions for cgi-bin is 0755, I wrote it with the online editor, so it is ASCII.
  8. M

    Problems with perl

    I have some perl pages, but whenever I try to access them from an internet browser (like if I went to mindos4.x10.mx/HelloWorld.pl) I get an internal server error telling me about a misconfiguration, or something. What can I do to fix this? I do have correct syntax: #!/usr/bin/perl print...
  9. M

    DNS servers?

    okay, thnx
  10. M

    DNS servers?

    Im buying a domain, but I need to know the dns server for my website (mindos4.com.exofire.net). how do i find the dns server for my website?
  11. M

    problem with jQuery on my account

    nvr mind, i figured it out. it was localized on my computer. it worked in a different browser.
  12. M

    problem with jQuery on my account

    I have installed jquery on my website (mindos4.com.exofire.net) and just an hour ago, it was working...now it's not. what's goin' on? is jQuery not approved of by the administrators?
  13. M

    Random data lost

    yes, it does. I read the notice on the free hosting account sign-up and backup has been removed for free accounts.
  14. M

    Random data lost

    I suppose your right. But I remember my code anyway (photographic mem.) And no, I didn't accidentally delete it.
  15. M

    Random data lost

    Hi, I was working on a pretty important project (it had it's own gui different than anything else). the project was located at http://mindos4.com.exofire.net/mindux, but suddenly the whole directory got deleted and I lost all of my data! what the ____ happened? is there any chance of recovery?
  16. M

    Function seen as "Unexpected T_STRING"

    that was it. thnx. can't believe I missed that.
  17. M

    Function seen as "Unexpected T_STRING"

    Here it is: <? $cmd = $_GET['cmd']; $cmd = strtolower($cmd); if ($_GET['ref'] == "logout") { LOGN(); } elseif (isset($_GET['LOGN'])) { CHKUSR(); } elseif ($cmd == "cpanel") { cpanel(); } elseif ($cmd == "ls") { lsN(); } elseif ($cmd == "logout" || $cmd == "logoff" || $cmd ==...
  18. M

    Function seen as "Unexpected T_STRING"

    Hi, my webpage (mindos4.com.exofire.net/msl/bin/mdm.php) keeps getting an error. It seems like the php interpreter stops reading the file after line 140, and anything after is an error. It says error on line 142 because line 141 is blank. There is no actual syntax error. What's wrong?
  19. M

    PHP file not executing

    Oh. Well thank you.
  20. M

    perl

    I've got the same problem.
Top