Search results

  1. 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.
  2. 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...
  3. 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...
  4. 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?
  5. 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?
  6. 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?
  7. 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?
  8. M

    PHP file not executing

    On my website (mindos4.com.exofire.net) all the .php files (when viewed with a remote computer) try to download instead of executing and showing the web page. I have tested this several different computers. Whats wrong?
  9. M

    Use "USE" in php

    Hello, is there a way that I can use the command use in php like I can in perl? Example: <?php use file; echo $file::$foo; ?> Please reply, and if there isn't a way, please tell me so.
Top