Page 5 of 7
Re: Video #18
Posted: Wed Feb 10, 2010 12:46 am
by Jackolantern
zolacat999 wrote:Just made it to the end and just to say thanks to everyone I've really enjoyed it and hopefully ill be able to expand from the base I have been given, also just wondering will there be any more videos?
Yes there will be. As of now, there is no "end", just as there is no end to a real-world MMO project. Even games 10+ years old such as Ultima and Everquest are still being tweaked and expanded.
Re: Video #18
Posted: Wed Feb 10, 2010 2:40 pm
by hallsofvallhalla
yes I have new videos on the way. Seriously...
Re: Video #18
Posted: Wed Feb 10, 2010 9:56 pm
by zolacat999
Great well I look forward to them

Re: Video #18
Posted: Sat Feb 13, 2010 11:48 pm
by Zerk
Awesome videos, man^^ I'm going to start working on player-to-player interaction..I think I have a pretty good idea of how to do it

Re: Video #18
Posted: Mon Feb 15, 2010 5:17 am
by alexrules01
I havnt had a look at the tutorial scripts for ages, because whatever features are in the tuts I put straight into my game instead. I have decided to download the file, unzipped it but now I'm getting a message
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp\www\tutorial\tutorial\connect.php on line 3
Could not connect to db
And I cannot figure out what is wrong. I can view the Login screen, and when I try to log in, it gives that message, the same as when I try to click on register.
Re: Video #18
Posted: Mon Feb 15, 2010 1:22 pm
by Jackolantern
It sounds like you have a password on your root user in your scripts but don't have it set up the same way in your database. I got that same error the other night when I loaded just my scripts to my laptop and forgot to move the MySQL files as well. Go into PHPMyAdmin and go to the Privileges tab and update to the correct password.
Re: Video #18
Posted: Mon Feb 15, 2010 2:54 pm
by hallsofvallhalla
yep, check the connect.php and see place your wamp password in there. I left them blank.
Re: Video #18
Posted: Tue Feb 16, 2010 8:31 am
by zolacat999
Yea I had this problem when I downloaded the latest scripts for this video it had set the connect.php password as 'NEWPASSWORD' you just need to delete that assuming you have no password
Re: Video #18
Posted: Tue Feb 16, 2010 11:12 am
by alexrules01
Thanks guys! I had the same problem as zolacat

Re: Video #18
Posted: Tue Feb 16, 2010 8:07 pm
by Jackolantern
Just be sure you guys NEVER have your game on a production-ready web server without a strong password on the root MySQL user. That is asking for severe trouble. By Murphy's Law, it will always be that one place where you forgot to filter input that a malicious user attacks, thus dropping your database.