Search found 10 matches
- Sun May 22, 2011 1:27 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #20
- Replies: 129
- Views: 61513
Re: Video #20
Battle <?php include_once 'connect.php'; session_start(); include_once 'logo.php'; ?> <link href="style.css" rel="stylesheet" type="text/css" /> <div id="login2" div align="center"> <?php if (isset($_SESSION['player'])) { $player=$_SESSION['player'];...
					- Fri May 20, 2011 8:58 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #20
- Replies: 129
- Views: 61513
Re: Video #20
K thanks got it to work. Had to change a small bit of coding, but not getting errors anymore. I'm not sure why but when i make another player they can't attack any creatures, if i go into the database there creature # is blank [if i make it 10 or 11 (10 orc, 11 wolf) then once i attack if i hit it s...
					- Wed May 18, 2011 6:41 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #20
- Replies: 129
- Views: 61513
Re: Video #20
alright thanks, and how do you import the sql file. I'm getting several errors and want to make sure i didnt miss anything in the db.
					- Wed May 18, 2011 6:38 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #20
- Replies: 129
- Views: 61513
Re: Video #20
how do you import the sql file. Also on the uploaded file you changed the line from connect to $db = mysql_connect("localhost","root","NEWPASSWORD") or die("Could not connect to db"); from $db = mysql_connect("localhost","root",""...
					- Mon May 16, 2011 4:41 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1092786
Re: Video#5
Just fixed it and came to say so when I saw your post. Not sure what it was, but continued through video 9 and i guess the code from it fixed the error. Thanks for the help.
					- Mon May 16, 2011 3:29 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1092786
Re: Video#5
Yes, it is green.
When I go to test.php it works, type something in and it directs me to test2.php which says what i typed.
					When I go to test.php it works, type something in and it directs me to test2.php which says what i typed.
- Mon May 16, 2011 2:18 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1092786
Re: Video#5
just tried in firefox and internet explorer (current versions) with no luck.
					- Mon May 16, 2011 2:15 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1092786
Re: Video#5
I am using google chrome version 11.0.696.68 (current) and wamp version 2.1 64 bit
					- Sun May 15, 2011 4:53 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1092786
Re: Video#5
Here is my register.php. I don't see anything wrong, but maybe im just missing it. <?php include 'connect.php'; ?> <form method="post" action="reguser.php"> Type Username Here: <input type="text" name="player" size="21"><br> Type Password Here: <inpu...
					- Sun May 15, 2011 5:26 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1092786
Re: Video#5
My authenticate.php code is as listed below, but when I try to login at localhost/tutorial/login.php I get this... ( ! ) Notice: Undefined index: password in C:\wamp\www\Tutorial\authenticate.php on line 8 Call Stack # Time Memory Function Location 1 0.0017 681496 {main}( ) ..\authenticate.php:0 Wro...