Search found 3 matches

by sharky
Fri Feb 10, 2012 3:29 pm
Forum: Older Browser MMO Videos
Topic: weird password problem
Replies: -1
Views: 1379

Re: weird password problem

Sebastian wrote: Ps.

Code: Select all

 $query = "select name,password from players where name='$player' and '$password'";
here is urmistake
You are right. I changed it to the code you are using and it works perfectly. I looked over it a million times.

Thank you for you help!
by sharky
Thu Feb 09, 2012 4:43 pm
Forum: Older Browser MMO Videos
Topic: weird password problem
Replies: -1
Views: 1379

Re: weird password problem

<?php include 'connect.php'; ?> <?php $player=$_POST['player']; $password=$_POST['password']; $pass2=$_POST['pass2']; $player=strip_tags($player); $email=$_POST['email']; $email=strip_tags($email); if ($email == "") { echo "You didn't enter a email address!<br>"; echo " <A h...
by sharky
Thu Feb 09, 2012 11:51 am
Forum: Older Browser MMO Videos
Topic: weird password problem
Replies: -1
Views: 1379

weird password problem

Hello, I copied all code for the reguser page and it seems to work just find, but one thing is driving me mad. When I register with username: test and pass: test1, then the following passwords can be used to login: t est te st test1 When I use another password with only letters, I must add a space b...

Go to advanced search