Search results

  1. descalzo

    You don't have permission to access /cgi-bin/test.pl on this server

    cgi-bin, ie Perl & Python, has been disabled.
  2. descalzo

    installation of database

    If you are installing it via Softaculous or Fantastico, the installer should do it for you. If you are installing it manually, you have to create the database and user, and then connect the database and user before the install. You use cPanel --> MySQL Databases to do that.
  3. descalzo

    Port

    Ports are not opened by request.
  4. descalzo

    phpmyadmin wrong username/password

    Are you saying that if you try go to phpMyAdmin through your cPanel, there is an error? If so, please cut/paste the error message here.
  5. descalzo

    Nameservers

    ns1.x10hosting.com ns2.x10hosting.com
  6. descalzo

    login account via SSH

    No. SSH access on the Free Hosting accounts is disabled. No exceptions.
  7. descalzo

    PHP Login Script Error Warning: Cannot modify header information - headers already...

    Re: PHP Login Script Error Warning: Cannot modify header information - headers alread Read what the error messages say. Three times it says "Cannot modify header information - headers already sent by" . Look at the line numbers (put in a text editor with line numbering if you have to). Those...
  8. descalzo

    My Account still says suspended

    Problem: Incomplete unsuspension. Site still redirects to Suspension page. Escalating this to a Support Ticket so an Admin can fix it for you. This will close the thread, but you can follow the Ticket by clicking on the yellow bar at top or by logging onto your Account Management Panel.
  9. descalzo

    Suspension - inactivity

    Done. You can actually do it yourself via the Account Management Panel
  10. descalzo

    why suspend w/out notification

    You are now unsuspended.
  11. descalzo

    suspension

    Remember you have to log in directly to the Forum. cPanel and Account Panel do not count. Also, if you unsuspend yourself and then visit the Forum, the system will still consider you inactive and put your account right back in the queue to be suspended. You are unsuspended.
  12. descalzo

    How can I retrieve my original domain?

    1. JM does not show rcd.pcriot.com in the system 2. ns1.x10hosting.com returns that it has IP of 69.175.6.102 3. traceroute says that IP is for server rain.x10vps.com 4. his free hosting account seems to be under the Forum username n2ocean49 instead of this one. Escalating to a Support Ticket...
  13. descalzo

    Domain Trouble

    Of course you can't find it. It's a stealth site! Seriously, I see your phpBB board (gray with gold lettering). But it is ultimately hosted elsewhere, since the .com domain just gives a page with a frame containing the real site at free forums.
  14. descalzo

    PHP execution?

    Also, try creating the scripts in the File Manager. Uploading them sometimes leaves invisible characters that the PHP interpreter chokes on.
  15. descalzo

    cron

    Seems the cron daemon had died. It should be working now. If this happens again, run the test script to make sure it is the daemon, and then your quickest response will probably be to click on 'Chat' at the top of the page and tell someone on IRC.
  16. descalzo

    Suspended?

    1. You can unsuspend yourself for this your self by logging onto https://x10hosting.com/control/login.php with your Forum username and password. I did it for you this time. 2. "Inactive" means you weren't signing in here, to the Forum. Going to your site or using FTP or cPanel do not count...
  17. descalzo

    PHP execution?

    Make sure the file permissions are set to 0644. Something like 0666 or 0777 will cause that error. Also, print is not capitalized in PHP.
  18. descalzo

    server

    Your Free hosting account is on boru.x10hosting.com whose IP is 69.175.121.66 If you decide to set the nameservers to x10hosting's , they are ns1.x10hosting.com and ns2.x10hosting.com .
  19. descalzo

    Password Protect Home Page

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <FilesMatch "index.html"> AuthName "Home Page" AuthUserFile "/home/XXXXXX/.htpasswds/public_html/passwd" AuthType Basic require valid-user </FilesMatch> is all you need. (you might want to edit out your cPanel username...
  20. descalzo

    Password Protect Home Page

    Post the current contents of .htaccess please.
Top