Browser MMO Video #18

Location of the Videos
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Video #18

Post 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.
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video #18

Post by hallsofvallhalla »

yes I have new videos on the way. Seriously...
zolacat999
Posts: 62
Joined: Tue Nov 24, 2009 11:09 pm

Re: Video #18

Post by zolacat999 »

Great well I look forward to them :D
User avatar
Zerk
Posts: 58
Joined: Wed Jan 20, 2010 2:59 am

Re: Video #18

Post 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 :)
Coding - Unity3d JS, PHP, and small amount of C#.
Art stuff - GIMP, Blender
alexrules01
Posts: 175
Joined: Sun Oct 11, 2009 9:33 am

Re: Video #18

Post 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.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Video #18

Post 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.
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video #18

Post by hallsofvallhalla »

yep, check the connect.php and see place your wamp password in there. I left them blank.
zolacat999
Posts: 62
Joined: Tue Nov 24, 2009 11:09 pm

Re: Video #18

Post 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
alexrules01
Posts: 175
Joined: Sun Oct 11, 2009 9:33 am

Re: Video #18

Post by alexrules01 »

Thanks guys! I had the same problem as zolacat :P
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Video #18

Post 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.
The indelible lord of tl;dr
Post Reply

Return to “Older Browser MMO Videos”