Gaia updated the user stores and now to sell/cancel an item you need the nonce+chap. Everything seemed fine until I found that this is the only part of the site that uses it and it shows up as nothing in the page source. Does any one know of a way to find it?
Results 1 to 11 of 11
Thread: Gaia "chap" code?
- 21 Jul. 2011 02:04am #1
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 21 Jul. 2011 02:13am #2
grab it like the nonce, its in the login aswell you dont need it.
- 21 Jul. 2011 02:21am #3
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 21 Jul. 2011 11:48am #4
- 21 Jul. 2011 04:28pm #5
Since the login is still working without posting any chap code, then I guess the sell/cancel would work the same way.
EDIT: I just tried and it seems not trk. That chap string seems to be something random.Last edited by ~Shieru No Tamashi~; 21 Jul. 2011 at 04:43pm.
- 21 Jul. 2011 05:16pm #6
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 21 Jul. 2011 07:53pm #7
Most likely it's PHP Generated. Try something along the lines of, md5(md5(randomly generated string here) + "Go-Gaia-XD-72squared")
Not sure if they are using another salt.
- 21 Jul. 2011 08:49pm #8
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 21 Jul. 2011 09:05pm #9
- 21 Jul. 2011 10:06pm #10
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
- 25 Jul. 2011 03:00am #11
When it's blank like that you can be guaranteed it's eventually handled/populated by JS. Just look in the JS files on the page and you'll have your answer.