Search results

  1. D

    Website

    Website is showing up as cPanel setup page. dev-project.x10hosting.com
  2. D

    Information

    E107 is supported and I'm pretty sure realpath isn't disabled.
  3. D

    Python Outside cgi-bin

    Assuming you have the shebang, #!/usr/bin/python, line at the beginning of your script, you can change the extension of the file to .cgi and use the following in htaccess. AddType application/x-httpd-cgi .pl AddHandler cgi-script .py
  4. D

    javascript alert message problem

    <script type="text/javascript"> function message() { alert("currently working on another website and learning javascript"); } </script> <body onLoad="javascript:message();"> Also acceptable: <script type="text/javascript"> function message() { alert("currently working on another website and...
  5. D

    MySQL or PHP problem

    You're very welcome. If you don't mind me asking what was the problem? I put the mysql debugging stuff in and took out the mysql link. Mysql links aren't necessary. When you don't use them, the connection is automatically closed.
  6. D

    MySQL or PHP problem

    Try this. I'll also add in some debugging code. <?php $username=$_POST['username']; $password=$_POST['password']; if(!$username || !$password){ header("Location: http://www.attackbunnypro.x10hosting.com/admin/"); } $username = stripslashes($username); $password = stripslashes($password)...
  7. D

    x10Radio

    I just won 300 credits on x10radio.
  8. D

    File Upload

    I get a 500 Internal Server Error when trying to run a file upload script.
  9. D

    Bux.to

    I've been using bux.to. You earn 1 cent for each ad clicked. They say you can earn more by buying unreferred people. Non referral link: http://bux.to/
  10. D

    Neverblueads

    Is neverblueads worth signing up for? How exactly does it work? I got the x10 newsletter and this was in it for $25 or something.
  11. D

    Site Problem

    Is the server blocking the ip range of the computers at my school? I can't access my site from anywhere on campus but I can access it fine through a proxy.
  12. D

    Cpanel

    I still can't login to cpanel. I changed my password in the account management but nothing. I've tried the ip address location also and same thing Login Attempt Failed. My info is: daman371 (username) dev-project.x10hosting.com
  13. D

    Cpanel

    I can't login to cpanel. I can login to my ftp but not cpanel. I tried resetting the password but I never received an email.
  14. D

    Javascript Help

    I can't get the window to close in Firefox. I also can't the page to redirect even when using window.location and window.location.assign. http://dev-project.x10hosting.com/test/login.htm
  15. D

    Bank

    I can't access the bank on the forum. When I try to it says this.
  16. D

    Xbox 360

    Does anyone have a Xbox 360? I have one but I have to get it fixed.
  17. D

    A Xbox 360 X10 Leaderboard

    Maybe a Xbox 360 leaderboard could be created at mygamercard. Many forums have one and add their members to the leaderboard. The leaderboard compares the members of the forum to each other by how many gamerscore points they have.
  18. D

    Secure Problem

    I tried to add ssl using cPanel and I generated the private key, csr, and crt. When I try to go to the site using the http secure protocol it gives me an error message dev-project.x10hosting.com sent an incorrect or unexpected message. Error code -12263. Does anyone know what the problem is?
  19. D

    Problem Accessing Server

    I can't access the server using its DNS address of dev-project.x10hosting.com. It doesn't come and the service is supposed to be up. I can access cPanel but only through the login on x10hosting.com which uses the server's ip address. Is this a problem with the server being down or my account?
  20. D

    Hello

    I was forced to find new hosting after the server from the last host was hacked. I know PHP, C++, HTML, and CSS.
Top