Jump to content

PinkHTML

Members
  • Posts

    12
  • Joined

  • Last visited

PinkHTML's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Sorry I sent wrong website http://www.pinkhtml.com/developer/signin.php Website I sent you use javascript ajax to request website above
  2. User: pinkhtml Website: http://www.pinkhtml.com/ Right now I have only one php file and when I run it, it show 500 error This is script I'm using $db = mysqli_connect("localhost","<USER>","<PASSWORD>","<DB>"); if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit(); } $em = $_POST['email']; $ps = md5($_POST['pass']); if ($q = mysqli_query($db, "SELECT * FROM `login` WHERE `email` = '$em' AND `password` = '$ps'")) { if ($r = mysqli_fetch_row($q)) { printf("%s",$r[2]); setcookie("token",$r[5],time()+3600+24,"/",".pinkhtml.com"); }else{ printf("0"); exit; } } You can test it here http://pinkhtml.com/developer/login.html
  3. Can someone tell me what is happening, will my account be repaired and when? It past more then 24h and my account is not working
  4. Also I noticed one more thing, my server load is cca 27, and my server is new just few files are uploaded cca less then 2-3 mb, 3 email accounts, that's all! Do you know where is problem and when is it going to be fixed?
  5. Right now I cant access my cpanel with http://www.pinkhtml.com/cpanel Is that norma? Sorry for double post
  6. User: pinkhtml Host: www.pinkhtml.com It say that my account is activated and I can login to my account, I can even access cpanel by going to www.pinkhtml.com/cpanel but for everything else it just show 404 error, and I'm 100% sure that my files are on server... What could be problem please help?
×
×
  • Create New...