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.

Generating a Login Nonce

2k views · started by TheLearned ·
#1
Generating a Login Nonce
So I'm working on this pseudo FLP and I wanted to include a logout function that will actually work. However, whenever you logout on Gaia you receive a nonce in the url so it can't be used again e.g.
http://www.gaiaonline.com/auth/logout/?userid=1452&nonce=[b]2121355182.1388274039.21163187[/b]


How would I generate my own so that it would work?
#2
If artificial was around he possibly help you with that.
#3
It's a custom encryption. I think he found it poking around in the SWF Files.
#4
Chad wrote:
It's a costume encryption. I think he found it poking around in the SWF Files.

That would make sense. After going through old SWFs for hours i saw the GSI login and how it worked, encryption and everything; i'm a couple of years too late.
#5
they're everywhere; ajax, stores, trades, private messages, forums, even the bloody gateway
http://gaiaonline.x10.mx/nonce
#6
Butts wrote:
they're everywhere; ajax, stores, trades, private messages, forums, even the bloody gateway
http://gaiaonline.x10.mx/nonce

Although im sure some have their own specific nonce that wouldn't work in other places.
#7
Kitsune wrote:
Although im sure some have their own specific nonce that wouldn't work in other places.
yes, you're right. i'm using the gsi method for it, just parsing it using my server; it may be useful, or may not be.