Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Sell & Buy
Reply
  #1  
Old 28th October 2012, 14:27
merak merak is offline
Member
 
Join Date: Mar 2008
Posts: 14
Default PHP Crypt Decoder
I'm selling a php based php-crypt decoder written by me.
The website of the encoder is: http://www.php-crypt.com/
and here's little preview:

PHP Code:
<?php
 
/* Demo by www.php-crypt.com - Simple Script */
$keystroke1 base64_decode("d2RyMTU5c3E0YXllejd4Y2duZl90djhubHVrNmpoYmlvMzJtcA==");
eval(
gzinflate(base64_decode('hY69DsIgFIVf5QwMENGUuWH0QZTeKrFekgsMxvTdLWlqTBfX8/uNlUOJiSGpEIc0kFa5SOSbVZdnqlwM3lAPesEj1+vifQPoLJzpEUe9KBPx5hjvXasJlSqMcBedZNBtxeCAbbjHDJoy/U/i1PjOK9+ewlns7o/O2N+X+QM=')));
$O0O0O0O0O0O0=$keystroke1[2].$keystroke1[32].$keystroke1[20].$keystroke1[11].$keystroke1[23].$keystroke1[15].$keystroke1[32].$keystroke1[1].$keystroke1[11];
$keystroke2 $O0O0O0O0O0O0("<84>q^?>BF<80>~An<86>r<87>D<85>pt{sl<81><83>E{y<82>xCwuov|@?z}", -13);
$OO000OO000OO=$keystroke2[16].$keystroke2[12].$keystroke2[31].$keystroke2[23].$keystroke2[18].$keystroke2[24].$keystroke2[9].$keystroke2[20].$keystroke2[11];
$O0000000000O=$keystroke1[30].$keystroke1[9].$keystroke1[6].$keystroke1[11].$keystroke1[27].$keystroke1[8].$keystroke1[19].$keystroke1[1].$keystroke1[11].$keystroke1[15].$keystroke1[32].$keystroke1[1].$keystroke1[11];
eval(
$OO000OO000OO(base64_decode('LdA3sq
NIAADQy2zVzC8CbGNqIxBGeCdssoVHQAsJaBCcfi
bY5B3gNXsx/f7HdQmC+J/fZbE2LPNf3VRz3fz+Zd
WyQcAtE0W5mzD4aXDstO3EZ5fZ6o1+uM21ozLcG4
oviaCrvdlt4VDbtWhbbhEaS9cHHMupqeDvDT6rqr
daT+HkHxDNJwXmzuOunr217Kp8Lc6Gz6niMUJWgy
aJz2jBt08FFvHcpWZPJ2yX7Fkpp8dwKG4bHJbKI8
uLHi8Pq7zw4KTKlbrcVKdZUIpkRRI+C2raVY29RH
cRvd+0KAJTUYZtNdp0PxuWK4XqIIP07csc7LDjyO
jyHWZUXGkAOc/l5SQwb0FYU4BFAohVOddtT6t13l
Pq0Svrg8TKOgpZFial/NFaFNS9eJUzKWkH+c30MA
5zM+tYk0aOSHEQA1OBi6x2u9y/P+I5GcMYCOsY+1
CUs4+SeZ70eFlOa94otqFgPpBNnqpTRJiZYkr5FC
Tf4GCWd/UdqQ5N0i0HG9+lpL7b4WAakYYFVsookf
GOMJlQVMWfafs5ObbUp+7GE7o0f8u2vYQIkt2QoI
mpqY6NKTTK7hWMnUEhXp6UtY6VSmNVlvoGe5t8QT
8k2zL7MV/7IeH29eab38y7ICMFxMYfrzf92EcFO2
ciagFgZNhUbIH+cgX+fis4EmE20LuXC7TzMeDxag
YZO4Dm41XX3ne693l79ySwtISgE4l/0kI45w39sk
lPQGAJVBKPuVViivYZI+pxpjtFsIJ+HS9S+rTAuk
2pwd1CwVFxxwyeQ8ub5yV1y0VaFCemmxHDSHehEC
fgUpkrUQUqdW9DEbHJRE2WHBnjV6UZTABkfi/qGc
CJ6eQVQjru7w9Pkpcj0U2E1Zpee54WmE1U0M5M8h
TrK/MjN448JrDrrVAtsbvj2GbfHbfvxASzEk/1Hh
FvykLz1J1RiUu+57ywZH3mW+z6buQU8krlkMnluX
+2F+Y92m2s49U1xLLbWCILbHvYNye/D/k+ymdFOa
kaMgzNNbLsZod01KubNKEEUXK7RiUJUgXxV+HU33
DzpZLBfTuPM480nv50NjpMCeiwmxtvHFoqAO7wid
uGmqmaI3fNtiAfRnBlXdsZXKbtXZLEcPwCQutdPN
7gv35+fv79Aw=='
)));
?>
decoded:
PHP Code:
 <?php
$found 
FALSE;
foreach(array(
"example.com") as $host){
if(
strstr($_SERVER['HTTP_HOST'],$host)) $found TRUE;
}
if(!
$found) exit("Demo on invalid host by www.php-crypt.com");

if(
date("Ymd") > 20100523){
echo 
"Demo expired by www.php-crypt.com";
exit;
}

echo 
'Hello World'

?>
The price of the script is $20 and the payment is via paypal ;)
Reply With Quote
  #2  
Old 28th October 2012, 22:12
firefly's Avatar
firefly firefly is offline
Senior Member
 
Join Date: Dec 2009
P2P
Posts: 74
Default
Does this decode IronCube7??

Thanks

Last edited by Krypto; 30th October 2012 at 12:25. Reason: No need to Quote the post above you.
Reply With Quote
  #3  
Old 29th October 2012, 16:26
merak merak is offline
Member
 
Join Date: Mar 2008
Posts: 14
Default
No... it decodes only PHP Crypt.....
Reply With Quote
  #4  
Old 29th October 2012, 16:28
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs down
its not very good at all i would not pay for it when you can get it free too
Reply With Quote
  #5  
Old 31st October 2012, 12:24
merak merak is offline
Member
 
Join Date: Mar 2008
Posts: 14
Smile
As you wish, the choice is yours
Reply With Quote
Reply

Tags
crypt , decoder , php

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 14:00. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.