Okey...these are the screens i made and yea thanks again for helping.
http://www.upload.ee/image/214901/pla.bmp
http://www.upload.ee/image/214909/untitled.bmp
Search found 6 matches
- Mon Oct 05, 2009 7:49 pm
- Forum: Older Browser MMO Videos
- Topic: Questions on the videos
- Replies: 80
- Views: 150975
- Mon Oct 05, 2009 1:52 pm
- Forum: Older Browser MMO Videos
- Topic: Questions on the videos
- Replies: 80
- Views: 150975
Re: Questions on the videos
Okey...all the names match and still it says could not register. In phpmyadmin there are under players : creatures and gold but not in context. is this all right ?: $classquery="SELECT * from classes where name='$classchoice'"; $classquery2=mysql_query($classquery) or die("Could not q...
- Sun Oct 04, 2009 3:31 pm
- Forum: Older Browser MMO Videos
- Topic: Questions on the videos
- Replies: 80
- Views: 150975
Re: Questions on the videos
Hi again and thanks for the tip. Now i have 1 problem more....when i trie to register then it just says "could not register". reguser : <?php include 'connect.php'; ?> <?php $player=$_POST['player']; $password=$_POST['password']; $pass2=$_POST['pass2']; $player=strip_tags($player); $email=...
- Sun Oct 04, 2009 12:03 am
- Forum: Older Browser MMO Videos
- Topic: Questions on the videos
- Replies: 80
- Views: 150975
Re: Questions on the videos
Hello. I have a big problem. I've done so far all bye videos and at start all was good. When I reached adding monsters the first error came. Finally, I got rid of it and then had a few errors more but I got rid of them also. i am doing all according to the videos, but still errors are coming :S. Now...
- Sat Oct 03, 2009 9:11 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083339
Re: Video#5
I have a problem whit killing. When i login whit my user...then its all good and shows the hpoints,attack and defense. But when i attack then : (sorry about my bad english) can anybody help please ? 's Attack 's Attack roll is 20 dracula's defense roll is 24 misses! dracula's Attack dracula's Attack...
- Sat Oct 03, 2009 2:38 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #4
- Replies: 120
- Views: 90263
Re: Video #4
I have an error :S and i cant fix it.....i have watched 4 video over and over again but still nothing. can anybody help please ? (sorry about bad english) Error SQL query: Edit INSERT INTO `tutorial`.`creatures` ( `id` , `name` , `hpoints` , `attack` , `defense` , `exper` ) VALUES ( '', 'orc', '5', ...