Search found 11 matches
- Tue Feb 08, 2011 11:18 pm
- Forum: Off-Topic
- Topic: 3 word story
- Replies: -1
- Views: 15738
Re: 3 word story
that will be
					- Tue Feb 08, 2011 11:14 pm
- Forum: Older Browser MMO Videos
- Topic: Everything seems wrong :S (Resolved)
- Replies: -1
- Views: 1972
Re: Everything seems wrong :S
Well i would recommend you, to use netbeans, it helps a lot with code errors and about database, i could give you mine and you would import it but i dont know in what tutorial you are so it wouldnt help if you are ahead of me ... Im on tutorial 16. If you want the database just tell me and ill impor...
					- Mon Feb 07, 2011 11:17 pm
- Forum: Older Browser MMO Videos
- Topic: Everything seems wrong :S (Resolved)
- Replies: -1
- Views: 1972
Re: Everything seems wrong :S
oh and what program are you using to code? ConText?
					- Mon Feb 07, 2011 11:15 pm
- Forum: Older Browser MMO Videos
- Topic: Everything seems wrong :S (Resolved)
- Replies: -1
- Views: 1972
Re: Everything seems wrong :S
Did you actually named it "My Game.php"? or you were just saying my "Game.php"?
					- Sun Feb 06, 2011 12:46 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #9
- Replies: 56
- Views: 64821
Re: Video #9
xD i made my: Not registered? Register and on Register: Already have an account? Login With buttons after video 6 :D So if you want buttons use this Login: <script type="text/javascript"> function register(){ window.location = "register.php"; } </script> <p>Not registered! <butto...
					- Sat Feb 05, 2011 3:10 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 338873
Re: Video#7
Hi its me again, so i managed to fix all the errors on php i would have by using NetBeans instead of Context, Netbeans warns you a lot more and indicates the errors without running on your browser and finding the line that has the error. But now i have a different type of error/bug, well my php are ...
					- Sat Feb 05, 2011 12:43 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1093052
Re: Video#5
OOh just something, i now use Netbeans because its a lot easier to find these kind of errors
Regards,
NDest
					Regards,
NDest
- Fri Feb 04, 2011 11:07 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1093052
Re: Video#5
Thanks a lot, but i just noticed a while ago and went to the forum   
 
Still thanks,
Its Great to have a cool Forums that help a lot
Best Regards,
NDest
					 
 Still thanks,
Its Great to have a cool Forums that help a lot
Best Regards,
NDest
- Fri Feb 04, 2011 7:14 pm
- Forum: Older Browser MMO Videos
- Topic: More videos?
- Replies: 10
- Views: 13998
Re: More videos?
You should continue this Browser MMO Tutorials with requested ideas,
like people would want to make something they didnt know, so they would request a video.
its just my idea but it would be useful for some people,
Best Regards,
NDest
					like people would want to make something they didnt know, so they would request a video.
its just my idea but it would be useful for some people,
Best Regards,
NDest
- Fri Feb 04, 2011 12:37 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1093052
Re: Video#5
Heres my Login Code: <form method="POST" action="authenticate.php"> User Name <input type="text" name"player" size="21"><br> Password <input type="password" name="password" size="21"> <br> <input type="submit" ...