Browser MMO Video #5

Location of the Videos
User avatar
62896dude
Posts: 516
Joined: Thu Jan 20, 2011 2:39 am

Re: Video#5

Post by 62896dude »

Here is hopefully the actual solution!

So, in your login page where you have:

Code: Select all

<a href='register.php'>
Try changing it to this:

Code: Select all

<a href="register.php">
I can't guarantee that this will change anything, so let me know if it does! (I'm hoping it does)
Languages: C++, C#, Javascript + Angular, PHP
Programs: Webstorm 2017, Notepad++, Photoshop
Current Project: HP Destiny
User avatar
RogueTomboy
Posts: 61
Joined: Sun May 22, 2011 3:42 pm

Re: Video#5

Post by RogueTomboy »

Hehe no worries. I have gotten the button to show up...I just don't know how to make my Register button link up to register.php :(
Need art? Commissions are always open!
http://www.ladytankstudios.com

Currently addicted to:
Image
Collect & Explore for pets
User avatar
RogueTomboy
Posts: 61
Joined: Sun May 22, 2011 3:42 pm

Re: Video#5

Post by RogueTomboy »

Nope still doesn't work. Did I even link it up right to begin with? I'm not sure as I'm still learning :S
Need art? Commissions are always open!
http://www.ladytankstudios.com

Currently addicted to:
Image
Collect & Explore for pets
ricliv
Posts: 21
Joined: Tue Jul 06, 2010 11:35 am

Re: Video#5

Post by ricliv »

And I still need some help..
User avatar
62896dude
Posts: 516
Joined: Thu Jan 20, 2011 2:39 am

Re: Video#5

Post by 62896dude »

Everyone, please understand that if you post your questions/issues in the sections of the forum designated to that, they are way more likely to be answered, most questions on these are ignored, yet if you post on the questions section, you are pretty much guaranteed to be answered there.
Languages: C++, C#, Javascript + Angular, PHP
Programs: Webstorm 2017, Notepad++, Photoshop
Current Project: HP Destiny
User avatar
62896dude
Posts: 516
Joined: Thu Jan 20, 2011 2:39 am

Re: Video#5

Post by 62896dude »

And Rogue, try PMing halls, he will likely know how to fix your problem, im not of much use to you on this one :p
Languages: C++, C#, Javascript + Angular, PHP
Programs: Webstorm 2017, Notepad++, Photoshop
Current Project: HP Destiny
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video#5

Post by hallsofvallhalla »

you are missing a </form> for the authenticate form.
ricliv
Posts: 21
Joined: Tue Jul 06, 2010 11:35 am

Re: Video#5

Post by ricliv »

Am I?.. Or rogue.. Where should I insert /form?
User avatar
RogueTomboy
Posts: 61
Joined: Sun May 22, 2011 3:42 pm

Re: Video#5

Post by RogueTomboy »

Dear lord... I had been staring at it for too long...

I didn't need the register button to authenticate....I needed it to register....

Code: Select all

<div id="register">
<form method="POST" action="register.php">
<input type="image" src="images/register.png" border="0" value="register" alt="register" a href="register.php"></a></form>
</div>
Thanks Halls and everyone else. I'm getting there! XD
Need art? Commissions are always open!
http://www.ladytankstudios.com

Currently addicted to:
Image
Collect & Explore for pets
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video#5

Post by hallsofvallhalla »

riclv is this the issue posted under videos or a different one? Please post problem again
Post Reply

Return to “Older Browser MMO Videos”