12-22-2017, 10:33 PM
12-23-2017, 01:33 AM
Anyone? Only 1 file to decode.
12-23-2017, 03:05 AM
(12-23-2017 01:33 AM)scorpiolazy Wrote: [ -> ]Anyone? Only 1 file to decode.
Look at here: http://www.dezend.ir/clients/login.php . I was very satisfied with this service.
12-23-2017, 08:03 PM
Seems that no one can decode this... it is new iOncube 10 and needs a license file or something... anyone has solution?
02-06-2018, 04:31 PM
Could you upload the license.txt file?
04-10-2018, 06:24 PM
(12-22-2017 10:33 PM)scorpiolazy Wrote: [ -> ]I need one iOncube file decoded. Can someone help me?
https://mega.nz/#!rQwUkAhR!Ly4v2Wso8lS7V...jSMdzF8DGw
Thank you,
Scorpio Lazy
u know i wrote my own decoder, why don't u just ask on skype ? :P
p.s. file contains nothing exciting.
PHP Code:
<?php
error_reporting(0);
$yii = dirname(__FILE__) . "/framework/yii.php";
$config = dirname(__FILE__) . "/protected/config/main.php";
defined("YII_DEBUG") or define("YII_DEBUG", true);
defined("YII_TRACE_LEVEL") or define("YII_TRACE_LEVEL", 3);
require_once($yii);
Yii::createWebApplication($config)->run();
?>
05-25-2018, 01:14 AM
(04-10-2018 06:24 PM)Loomy Wrote: [ -> ]Can you decode this file?(12-22-2017 10:33 PM)scorpiolazy Wrote: [ -> ]I need one iOncube file decoded. Can someone help me?
https://mega.nz/#!rQwUkAhR!Ly4v2Wso8lS7V...jSMdzF8DGw
Thank you,
Scorpio Lazy
u know i wrote my own decoder, why don't u just ask on skype ? :P
p.s. file contains nothing exciting.
PHP Code:
<?php
error_reporting(0);
$yii = dirname(__FILE__) . "/framework/yii.php";
$config = dirname(__FILE__) . "/protected/config/main.php";
defined("YII_DEBUG") or define("YII_DEBUG", true);
defined("YII_TRACE_LEVEL") or define("YII_TRACE_LEVEL", 3);
require_once($yii);
Yii::createWebApplication($config)->run();
?>
https://mega.nz/#!g8E3yASJ!LZm7kI852A8Kc...boTlHWPn88
Thanks