Search results

  1. T

    Login system problems

    Below is my login script. <?php $username = $_POST['username']; $password = $_POST['password']; //connect to the database here if($_GET['action'] == "login") { $dbhost = 'localhost'; $dbname = 'taigah_members'; $dbuser = 'taigah_th100'; $dbpass = 'taigaisb'; $conn...
  2. T

    Website redirects to 500 Internal Server Error

    I just got my website a few days ago. When I try to access it, it just goes to an Internal Server Error. The majority of my x10hosting friends are on Starka, and I am wondering if it is better there. The FTP seems to work fine, though. I am on Boru.
  3. T

    My website redirects to hosting.x10hosting.com

    I recently (just today) registered for a new hosting account. However, my website (tigershark.x10.mx) redirects to hosting.x10hosting.com. What happened?
Top