A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Gaia Login Change

2.7k views · started by Artificial ·
#1
Gaia Login Change
Gaia has slightly changed their login. Program I tried to run this morning wasn't logging in properly, and this was why.

If you were posting to:
http://login.gaiaonline.com/gaia/login.php


It has changed to:
http://www.gaiaonline.com/auth/login/


Might have to update your programs.
#2
DD<. I have captcha when I login so meaning the auto poster and other bots are going to be held off for a while.

Edit: They changed the login success as well.
http://www.gaiaonline.com/?login_success=1258168375


Used to be

http://www.gaiaonline.com/?login_success=1


I can't seem to log into the old flash...
#3
Thanks For The Reminder Arti & Chad =D
#4
Hey chad, the '1258168375' seems to be a time encode. Just use the time decode function thing in php to see if it is.
#5
they are pretty smart for changing it
#6
Thanks for the updates Alex & Chad, This shall come in handy if i ever make a Gaia bot again.
#7
Damn, Time to start re working my Pirate bot. Also, What do you meen it is a "time encode" D:
#8
Sk8er wrote:
Hey chad, the '1258168375' seems to be a time encode. Just use the time decode function thing in php to see if it is.

It does look like a timestamp, but timestamps aren't encoded. That's how many seconds it's been since the Unix epoch. Don't feel like checking it though.

Also, some other changes have been made as well. I'm not totally sure what they are, 'cause I haven't had time to look into it, but I can only assume it has something to do with the fields of the login form. But I may just be behind the times and everyone is aware of said changes. =/
#9
Thank you for updating it! <33
#10
I don't think the numbers are a time stamp, but you probably right!
#11
What's the big deal about this? besides the annoying captcha ];
#12
Digg wrote:
What's the big deal about this? besides the annoying captcha ];

For botters that use the URLs to bot. If the URLs are changed, then the bots don't work.
#13
Btw guy's i think the number is actually has to do with the cookies, if you look at the cookies gaia set's it happens to look fairly similar to certain values :P

If it is a timestamp it isn't PST or Gaia time.
#14
Chris wrote:
Btw guy's i think the number is actually has to do with the cookies, if you look at the cookies gaia set's it happens to look fairly similar to certain values :P

If it is a timestamp it isn't PST or Gaia time.


It's a timestamp. Gamechief was right.
#15
Chris wrote:
Btw guy's i think the number is actually has to do with the cookies, if you look at the cookies gaia set's it happens to look fairly similar to certain values :P

If it is a timestamp it isn't PST or Gaia time.

All timestamps are the same regardless of time zone.
#16
Anyone have a PHP or VB6 login script that actually works, I'm to lazy to go write it. All I need is the urls/post data/steps (Aka everything O.o).
#17
If you can fix it up, I can share a cURL PHP script with you. It hasn't been updated in months, so it probably doesn't match the modern login script. PM me or summat if you want it.
#18
nice thinking i wouldnt have thougnt abt that