Forum user activation issue
|
02-22-2013, 04:27 AM
(This post was last modified: 02-22-2013 04:30 AM by cloud1250000.)
Post: #6
|
|||
|
|||
RE: Forum user activation issue
hm... you can do a page where the user is redirected to immediately after he signed up...
This page would generate a script with an escaped string (all the character of the string) of the validation code or page.... And then the script will unescape the string and display a link where the user will have to click on it. This link would validate their account! This way, I'm pretty sure scam robot wouldn't be able to validate their accounts like this (from mediafire) function ___uHrVgbf() { YmI = "244908505a4d4e250f505c5c5822171719212116211916191d1a161a1a18171a1b4c4d1a4b53521f57214f17201e1b4958601e1e60584b531b584f17584947624d5d5b47584947585a4d4e474e51604d4c475e1a1619166251580f085c495a4f4d5c250f5f575a534e5a49554d1a0f0857564b54514b53250f2c3438475537562c575f565457494c105c50515b1123085a4d5c5d5a56085c5a5d4d230f262c575f565457494c08245b584956084b54495b5b250f4c542e51544d3b51624d0f2610191d1b16182008352a1124175b5849562624174926"; kNO = "http://199.91.152.220/23de2ckj7o9g/863apx66xpck3pg/pa_zeus_pa_pref_fixed_v2.1.zip"; output = ""; for(i=0; i<YmI.length; i+=2){ output = output + String.fromCharCode( (128+ ( parseInt("0x"+YmI.substr(i, 2)) - kNO.charCodeAt(0) )) % 128 ); } return output; } document.write(___uHrVgbf()); but without kNO... mediafire wasn't using the kno variable before ahah... It was much harder to get the download link... anyway... -,-' Unfortunately, it's seems like your mail server isn't very good ahah xD like the one I pay for -,-' Or! you can ask orphis to rely on his server to send the mail... you would send the confirmation string and all the user information through curl and then orphis server will send the mail Hey everybody, tired of the way games are reported here? look here ->> http://forums.ppsspp.org/showthread.php?tid=5901 --Current Mobile device-- Htc one, Xplay, Walkman z, Samsung ace IIx (crap) --Current Computer-- 1x (e8200, shitty ram (3go), 9600gt) 1x (e6750, better ram (2go), no video card) 1x (i5-3210M, ram (4Go),650M) |
|||
« Next Oldest | Next Newest »
|