Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can any on etell me what version ioncube this is please
04-27-2012, 12:06 PM (This post was last modified: 04-27-2012 12:07 PM by spytron.)
Post: #1
Can any on etell me what version ioncube this is please
Hi all long time no hear sorry just been busy.

I have the full resell rights to a script which i later last year found out that the owner is no long doing or supoort for and need to at least find out what version this is and what i need to de code it. any advice would be great many thanks. I have downloaded many deioncube decoders but still have problems
PHP Code:
<?php //003ac
if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');@dl($__ln);if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}@dl($__ln);}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the site administrator.');exit(199);

?>
4+oV50V/Pm8bKblt2Zz7bmP0IK94iwdaTLiQ39ciHRSsEa0CLlmCsh3jpXlQNq/QR4mXRzHvjKw0
qluD6s3Rfk0NOsKlrou2E5mNi2Rb13MaPzMznJbALPngCqqE/LmZ3do2jhC73nl8N93YSsjlYhtQ
bBGATbTDhhUQE6QY47q0uNLvFuoIX5N1OxPsuFC6Aq6JRGZ4VsPFYXXgpD3FnBVVt9QpECyP/D9p
FnQsgorbo309Y1zGSJTCUSOzsUHTIG7366+5rLoEfS5QvYARgRyO7cU6ibXGW+ekD0l1nY4hw8Ho
SIA5MORN7DS47YfE1MoUTXAFXOtPahuh7km1ZRKqMJCbSwHigHR+ig4WnAcYLnUsMW== 
Find all posts by this user
Quote this message in a reply
04-27-2012, 12:42 PM
Post: #2
RE: Can any on etell me what version ioncube this is please
use dezend.me or site tools
Find all posts by this user
Quote this message in a reply
04-27-2012, 12:53 PM
Post: #3
RE: Can any on etell me what version ioncube this is please
Thanks Kingofseo i tried that before and main page shows just tabs dont do anything when click on.
Find all posts by this user
Quote this message in a reply
04-27-2012, 01:22 PM
Post: #4
RE: Can any on etell me what version ioncube this is please
(04-27-2012 12:53 PM)spytron Wrote:  Thanks Kingofseo i tried that before and main page shows just tabs dont do anything when click on.

the file seems to be invalid. are you sure that it contains the full content ?

Wise men don't need advice. Fools won't take it. ~~ Benjamin Franklin
Find all posts by this user
Quote this message in a reply
04-27-2012, 01:57 PM
Post: #5
RE: Can any on etell me what version ioncube this is please

.zip  iframe.zip (Size: 28.74 KB / Downloads: 15)
.zip  decoded_iframe.zip (Size: 4.07 KB / Downloads: 13) Hi Faithlove actually i just used sidxx5 files and maybe yours and used DeZender.DeIoncuber.06.09.2011

the first file index.php i think is blank
but i just tried another and seemed to work apart from a few ///\\\ like this

$render_window = "_blank";
}
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-type\" content=\"text/html; charset=";
echo $ufa_charset;
echo "\">\r\n<meta http-equiv=\"pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"cache-control\" content=\"no-cache\" />\r\n<meta http-equiv=\"expires\" content=\"-1\">\r\n\r\n\r\n";

original file:
attached in .zip
encoded aslo attached.
so these are what i got after
Find all posts by this user
Quote this message in a reply
04-27-2012, 03:55 PM
Post: #6
RE: Can any on etell me what version ioncube this is please
(04-27-2012 01:57 PM)spytron Wrote:  Hi Faithlove actually i just used sidxx5 files and maybe yours and used DeZender.DeIoncuber.06.09.2011

the first file index.php i think is blank
but i just tried another and seemed to work apart from a few ///\\\ like this

$render_window = "_blank";
}
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-type\" content=\"text/html; charset=";
echo $ufa_charset;
echo "\">\r\n<meta http-equiv=\"pragma\" content=\"no-cache\" />\r\n<meta http-equiv=\"cache-control\" content=\"no-cache\" />\r\n<meta http-equiv=\"expires\" content=\"-1\">\r\n\r\n\r\n";

original file:
attached in .zip
encoded aslo attached.
so these are what i got after

i see. i'm afraid that you'll have to debug the code by hand.

that part with a lot of ECHOs is a mess... Smile

Wise men don't need advice. Fools won't take it. ~~ Benjamin Franklin
Find all posts by this user
Quote this message in a reply
04-27-2012, 04:06 PM
Post: #7
RE: Can any on etell me what version ioncube this is please
Oh thanks any way. I did get 3 files done for me some time ago i paid for. im i using the latest DeZender.DeIoncuber.06.09.2011 and i assume its correct for the file types i need to decode?
Find all posts by this user
Quote this message in a reply
04-27-2012, 04:39 PM
Post: #8
RE: Can any on etell me what version ioncube this is please
(04-27-2012 04:06 PM)spytron Wrote:  Oh thanks any way. I did get 3 files done for me some time ago i paid for. im i using the latest DeZender.DeIoncuber.06.09.2011 and i assume its correct for the file types i need to decode?

the best way to clear up the mess from that code is by hand. that's how i do it. also, try site tools: dezend.me

Wise men don't need advice. Fools won't take it. ~~ Benjamin Franklin
Find all posts by this user
Quote this message in a reply
04-27-2012, 05:21 PM (This post was last modified: 04-27-2012 05:23 PM by spytron.)
Post: #9
RE: Can any on etell me what version ioncube this is please
(04-27-2012 04:39 PM)faithlove Wrote:  
(04-27-2012 04:06 PM)spytron Wrote:  Oh thanks any way. I did get 3 files done for me some time ago i paid for. im i using the latest DeZender.DeIoncuber.06.09.2011 and i assume its correct for the file types i need to decode?

the best way to clear up the mess from that code is by hand. that's how i do it. also, try site tools: dezend.me

Many thanks any way such a shame as it looks like its good just need to find a way to strip the echos //\\ out etc as i have a lot of files to do. but thanks any way guess this beat me for now.

oh an by the way if any one is interested if you are going to look at http://dezend.me/ you need to use Firefox as rubish Explorer it wont work. Wink

i tried online dezend.me but gave same output as my local hosted (pc) using DeZender.DeIoncuber.06.09.2011
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | Homepage | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication