Yeah, and in "phpmyadmin" place is empty... No tutorial folder and no files...
Njah... It is hard to speak english... I am going to make "phpmyadmin" -place again...
Search found 10 matches
- Tue Dec 29, 2009 10:15 pm
- Forum: Older Browser MMO Videos
- Topic: I Need some Help!!!
- Replies: 54
- Views: 80676
- Tue Dec 29, 2009 6:57 pm
- Forum: Older Browser MMO Videos
- Topic: I Need some Help!!!
- Replies: 54
- Views: 80676
Re: I Need some Help!!!
Yeah, but there is the video18's zip pack, and in the phpmyadmin place isn't anything... Thath was hard to say :S
- Tue Dec 29, 2009 6:17 pm
- Forum: Older Browser MMO Videos
- Topic: I Need some Help!!!
- Replies: 54
- Views: 80676
Re: I Need some Help!!!
OH NO! I deletet for mistake my all "tutorial" files and I can't them back! They're not in "phpmyadmin" place... Where I can get them? Making again?!
- Tue Dec 29, 2009 11:50 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO video #8
- Replies: 93
- Views: 34561
Re: video#8
OH YEES!!! Sorry
But now it is working, thanks valhalla ;D
- Tue Dec 29, 2009 12:04 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO video #8
- Replies: 93
- Views: 34561
Re: video#8
Umm... I did not found the config.php, but I checked connect.php, and it's that: <?php $db = mysql_connect("localhost","root","NEWPASSWORD") or die("Could not connect to db"); if(!$db) die("no db"); if(!mysql_select_db("game",$db)) die(&quo...
- Mon Dec 28, 2009 6:51 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO video #8
- Replies: 93
- Views: 34561
Re: video#8
It's hard to explain because I'm not good at english...
umm... When I go to "......index.php" it says:
umm... When I go to "......index.php" it says:
Code: Select all
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp\www\tutorial\connect.php on line 3
Could not connect to db- Mon Dec 28, 2009 4:20 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO video #8
- Replies: 93
- Views: 34561
Re: video#8
SH*T!! I can't! I tried your zip from video18, but it doesn't work and I am stuck now... I don't know how I return =(
- Mon Dec 28, 2009 11:57 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO video #8
- Replies: 93
- Views: 34561
Re: video#8
Noup... Could Not Register =(
Wt* can be the problem?!
EDIT: YEAH! I can register, but can't login? I used new codes from video 9...
Wt* can be the problem?!
EDIT: YEAH! I can register, but can't login? I used new codes from video 9...
- Sun Dec 27, 2009 10:18 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO video #8
- Replies: 93
- Views: 34561
Re: video#8
Umm... Not working =(
In register.php it says: could not register
In login.php it says: Wrong username or password.Try Again
What can be the problem?
In register.php it says: could not register
In login.php it says: Wrong username or password.Try Again
What can be the problem?
- Sun Dec 27, 2009 6:34 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO video #8
- Replies: 93
- Views: 34561
Re: video#8
Hi... I am making the game out your tutorial, but I cannot register or log in (I don't have any registered people there) But, here is the codes: register.php : <?php include 'connect.php'; ?> <form method ="post" action="reguser.php"> Type Username Here: <input type="text&qu...