
Search found 8 matches
- Tue Sep 01, 2009 5:29 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083321
Re: Video#5
yes 

- Tue Sep 01, 2009 5:07 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083321
Re: Video#5
lol...done
thnks
but now i have another problem
in the store table and the inventory table...i cant go to browse
thnks
but now i have another problem
in the store table and the inventory table...i cant go to browse
- Tue Sep 01, 2009 4:53 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083321
Re: Video#5
<form method="POST" action="authenticate.php"> User Name <input type="text" name="players" size="21"><br> Password <input type="password" name="passowrd" size="21" mask="x"> <br> <input type="submit" ...
- Tue Sep 01, 2009 3:43 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083321
Re: Video#5
the same
Notice: Undefined index: player in C:\wamp\www\tutorial\authenticate.php on line 7
Notice: Undefined index: password in C:\wamp\www\tutorial\authenticate.php on line 8
Wrong username or password.Try Again
Notice: Undefined index: player in C:\wamp\www\tutorial\authenticate.php on line 7
Notice: Undefined index: password in C:\wamp\www\tutorial\authenticate.php on line 8
Wrong username or password.Try Again
- Tue Sep 01, 2009 3:35 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083321
- Tue Sep 01, 2009 3:13 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083321
Re: Video#5
<?php include_once 'connect.php'; session_start(); if (isset($_POST['submit'])) { $player = $_POST['player']; $password = $_POST['password']; $player=strip_tags($player); $password=strip_tags($password); $password=md5($password); $query = "select name,password from palyers where name='$player'...
- Tue Sep 01, 2009 3:00 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083321
Re: Video#5
can you tell me whats wrong?
- Mon Aug 31, 2009 11:03 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083321
Re: Video#5
Notice: Undefined index: player in C:\wamp\www\tutorial\authenticate.php on line 7 Notice: Undefined index: password in C:\wamp\www\tutorial\authenticate.php on line 8 Wrong username or password.Try Again i copyed the authenticate code that is in the video#7 stil dont work and i think the login dont...