Strange url upon login

Place for questions and answers for all newcomers and new coders. This is a free for all forum, no question is too stupid and to noob.
Post Reply
User avatar
Epiales
Posts: 1119
Joined: Thu Aug 15, 2013 1:38 am

Strange url upon login

Post by Epiales »

For some reason, when you first login, you get this long url for some reason. It doesn't effect the game at all, and it doesn't show anymore once you start moving around and go back to u're profile page. It's normal then, and only does this on login.

Code: Select all

http://gameplaytoday.net/user.php?u=%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Epiales
This is what it should be and what it is once you log in and then go back to the profile page. It shows it correctly like below:

Code: Select all

http://gameplaytoday.net/user.php?u=Epiales
Do you need the login.php or the authenticate.php? Not sure which one....

Thanks... EPI
Nothing fancy, but a work in progress!

http://gameplaytoday.net
User avatar
Jackolantern
Posts: 10893
Joined: Wed Jul 01, 2009 11:00 pm

Re: Strange url upon login

Post by Jackolantern »

That is weird. It looks like something is adding a ton of spaces to pad your username in the URL string. But then I guess they are being stripped, which would explain the fact that it still accepts it. But %20 is the url encoding of a space.
The indelible lord of tl;dr
Post Reply

Return to “Beginner Help and Support”