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.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?
Browser MMO Video #18
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Video #18
The indelible lord of tl;dr
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Video #18
yes I have new videos on the way. Seriously...
-
- Posts: 62
- Joined: Tue Nov 24, 2009 11:09 pm
Re: Video #18
Great well I look forward to them 

Re: Video #18
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
Art stuff - GIMP, Blender
-
- Posts: 175
- Joined: Sun Oct 11, 2009 9:33 am
Re: Video #18
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.
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.
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Video #18
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
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Video #18
yep, check the connect.php and see place your wamp password in there. I left them blank.
-
- Posts: 62
- Joined: Tue Nov 24, 2009 11:09 pm
Re: Video #18
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
-
- Posts: 175
- Joined: Sun Oct 11, 2009 9:33 am
Re: Video #18
Thanks guys! I had the same problem as zolacat 

- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Video #18
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