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.

When did we start advertising again?

676 views · started by Kain ·
#1
When did we start advertising again?
I signed on to Gaia with 2 PM's about us.
#2
I was wondering why there where so many new members and like 600 guests.
#3
Awesome. The PMs were why LG was so popular in 1.0.
#4
GAMEchief wrote:
Awesome. The PMs were why LG was so popular in 1.0.


Is that sarcasm?
It just seems like people are make LG accounts and try to sell too-good-to-be-true accounts. There were about 3 different accounts the other day that I swear were the same person.
#5
I noticed the influx of members lately as well.
#6
That's not sarcasm. Before Gaia added captchas to PMs, every Gaia member ever was getting 10 advertisements a day for LG.
#7
Alex has been advertising, sadly for some reason the program he created for this purpose only works on his computer, after testing it on like...7 different computers lul.
#8
Rewrote it in Java, works now. For some reason though, program is only logging in to approximately 30% of accounts, when it should log in to 100%. Don't have the energy to debug right, so stopped.

Only ran it a couple of times. Consider yourself lucky you got one.
#9
I didn't get one.
Do you hate me Alex?
#10
Want my PHP framework? If you want to run it in PHP.
Also, if you're logging in via mobile, that shit's broke as fuck. It only logs into a small percent of accounts too. I imagine it only works with users who have input their mobile numbers or something. Not sure. But they definitely changed something so that it doesn't work with all accounts.
My PHP framework uses the main site login, so maybe you'll have more luck with it. So long as you don't use incorrect logins, you shouldn't get login Captcha'd.

I really should rework it to make it store multiple SIDs. You don't need to login between PMs. Login to them all at once, store each SID, send a different SID with each PM. You probably already do this, but I'm just thinking out loud.
#11
Nah I figured out what it was. I was navigating to the main site to retrieve the token id, however they seem to randomly display different homepages. Sometimes they display this website, which doesn't have a login form, and hence no token. Just sent it to the login form instead of main site, works now.

As for the PMer, yea it logs in to all accounts at the same time. No problems there.