Browser MMO Video #5

Location of the Videos
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video#5

Post by hallsofvallhalla »

did you create a new player? Your password has been cut to 12 and when you extended it to 32 the old one stayed 12. You need to create a new player now.
User avatar
62896dude
Posts: 516
Joined: Thu Jan 20, 2011 2:39 am

Re: Video#5

Post by 62896dude »

Yeah, delete your old account and make a new one with the same information
Languages: C++, C#, Javascript + Angular, PHP
Programs: Webstorm 2017, Notepad++, Photoshop
Current Project: HP Destiny
ConceptDestiny
Posts: 261
Joined: Wed Apr 28, 2010 8:35 am

Re: Video#5

Post by ConceptDestiny »

62896dude wrote:Yeah, delete your old account and make a new one with the same information
Yeah, sorry I never elaborated Nexus. :)
User avatar
Nexus
Posts: 293
Joined: Sat Jun 18, 2011 10:42 pm

Re: Video#5

Post by Nexus »

I cleared all of my database and still the same problem occurs. Maybe I should make the password size a bit bigger? Or maybe choose a different kind of encryption if there is one or use none at all.
ConceptDestiny
Posts: 261
Joined: Wed Apr 28, 2010 8:35 am

Re: Video#5

Post by ConceptDestiny »

show us your user db table now?
User avatar
Nexus
Posts: 293
Joined: Sat Jun 18, 2011 10:42 pm

Re: Video#5

Post by Nexus »

Structure Overview

Image



Players entered in the db

Image
ConceptDestiny
Posts: 261
Joined: Wed Apr 28, 2010 8:35 am

Re: Video#5

Post by ConceptDestiny »

$result2 = mysql_num_rows($result);

should be

$result2 = mysql_fetch_array($result);

Remember, mysql_fetch_array is used to grab specific data, while mysql_num_rows is used to count the results (i.e. if the result is > 0). Hope this makes sense. :)
User avatar
Nexus
Posts: 293
Joined: Sat Jun 18, 2011 10:42 pm

Re: Video#5

Post by Nexus »

change it but it still isn't working :(
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video#5

Post by hallsofvallhalla »

take a authenticate.php from later source in the videos and use it. You have changed too many things and it seems to me like a miss placed } You could just take the last source and use its authenticate and it will probably work.
User avatar
Nexus
Posts: 293
Joined: Sat Jun 18, 2011 10:42 pm

Re: Video#5

Post by Nexus »

Yeah that works, I just hate having to use your source halls even thought thats what its there for. I like the idea of making my own coding and the gratification when it works but yeah I will only use your source as a last resort. :)
Post Reply

Return to “Older Browser MMO Videos”