Activity Stream
48,167 MEMBERS
63098 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 7 of 21 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 205
  1.     
    #61
    Member
    Quote Originally Posted by Storming View Post
    PHP Code: 
    <?
    /*
    Decoded by SplitIce ioncube decoder
    ========================================
    Version: 0.8.1
    Site: http://thewarezscene.org/decoder/
    Free for non commercial code recovery.
    ========================================
                 =<[2009]>=
    */

    define
    ('affiliatelinkscode',$affiliatelinkscode,'inactive','true',$templatefile);
    include(
    'dbconnect.php');
    include(
    'includes/functions.php');
    include(
    'includes/clientareafunctions.php');
    include(
    'includes/ticketfunctions.php');
    $pagetitle $_LANG['affiliatestitle'];
    $breadcrumbnav '<a href="index.php">'.$_LANG['globalsystemname'].'</a> > <a href="affiliates.php">'.$_LANG['affiliatestitle'].'</a>';
    $pageicon 'images/affiliate_big.gif';
    initialiseclientarea();
    if(
    $_SESSION
    ['uid']) {
    if(
    $_GET
    ['activate'] == 'true') {
    insert_query();
    logactivity();
    header
    ();
    die();
    }
    $result select_query('CLIENTAREA',true',$pagetitle,$pageicon,$breadcrumbnav,'tblaffiliates',array('date
    '=>'now()','clientid'=>$_SESSION
    ['
    uid'],'visitors'=>'0','balance'=>$CONFIG['AffiliateBonusDeposit']),'Activated Affiliate Account (User ID'.$_SESSION
    ['
    uid'].')','Locationaffiliates.php','tblaffiliates','',array('clientid'=>$_SESSION
    ['
    uid']));
    $data = mysql_fetch_array
    ($result);
    $id = $data['
    id'];
    $affiliateid = $id;
    if($id == '') {
    $templatefile = '
    affiliatessignup';
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    ();
    ();
    ();
    /* END LOOP */
    }
    $templatefile = '
    affiliates';
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    $currency = getcurrency('
    affiliatesystemenabled',$CONFIG,'bonusdeposit',$CONFIG['CurrencySymbol'].$CONFIG['AffiliateBonusDeposit'],'payoutpercentage',$CONFIG['AffiliateEarningPercent'].'%',$_SESSION
    );
    $date
     = $data['
    date
    '];
    $date
     = frommysqldate($date
    );
    $visitors = $data['
    visitors'];
    $balance = $data['
    balance'];
    $withdrawn = $data['
    withdrawn'];
    $result = select_query('
    tblaffiliatesaccounts','COUNT(id)',array('affiliateid'=>$id));
    $data = mysql_fetch_array
    ($result);
    $signups = $data[0];
    $result = select_query('
    tblaffiliatespending','SUM(tblaffiliatespending.amount)',array('affiliateid'=>$id),'clearingdate','DESC','','tblaffiliatesaccounts ON tblaffiliatesaccounts.id=tblaffiliatespending.affaccid INNER JOIN tblhosting ON tblhosting.id=tblaffiliatesaccounts.relid INNER JOIN tblproducts ON tblproducts.id=tblhosting.packageid INNER JOIN tblclients ON tblclients.id=tblhosting.userid');
    $data = mysql_fetch_array
    ($result);
    $pendingcommissions = $data[0];
    $conversionrate = round
    ($signups / $visitors,2);
    ();
    ();
    ();
    ();
    ();
    ();
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    ();
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    ();
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    ();
    if($CONFIG['
    AffiliatePayout'] < $balance) {
    ();
    if($action == '
    withdrawrequest') {
    $result = select_query('
    affiliateid',$id,'referrallink',$CONFIG['SystemURL'].'****************'.$id,'date
    ',$date
    ,'
    visitors',$visitors,'signups',$signups,'conversionrate',$conversionrate,'pendingcommissions',$pendingcommissions,'balance',$balance,'withdrawn',$withdrawn,'withdrawlevel','true','tblticketdepartments','',array('hidden'=>''),'order','ASC');
    $data = mysql_fetch_array
    ($result);
    $deptid = $data['
    id'];
    $message = '
    Affiliate Account Withdrawal Request.  Details below:

    Client ID'.$_SESSION
    ['
    uid']."
    Affiliate ID: {$id}
    Balance: {$balance}";
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    $ticketdetails = opennewticket($_SESSION
    ,$deptid,'
    Affiliate Withdrawal Request',$message,'Medium');
    ();
    }
    $content .= '
    <p><b>'.$_LANG['affiliatesreferals'].'</b></p>
    <
    table align="center" id="affiliates" cellspacing="1">
    <
    tr><td id="affiliatesheading">'.$_LANG['affiliatessignupdate'].'</td><td id="affiliatesheading">'.$_LANG['affiliateshostingpackage'].'</td><td id="affiliatesheading">'.$_LANG['affiliatesamount'].'</td><td id="affiliatesheading">'.$_LANG['affiliatescommision'].'</td><td id="affiliatesheading">'.$_LANG['affiliatesstatus'].'</td></tr>
    ';
    $referrals = array();
    $result = select_query('
    withdrawrequestsent','true','tblaffiliatesaccounts','',array('affiliateid'=>$affiliateid));
    if($data = mysql_fetch_array
    ($result)) {
    $affaccid = $data['
    id'];
    $lastpaid = $data['
    lastpaid'];
    $relid = $data['
    relid'];
    $result2 = select_query('
    tblhosting','tblproducts.name,tblhosting.userid,tblhosting.domainstatus,tblhosting.amount,tblhosting.firstpaymentamount,tblhosting.regdate,tblhosting.billingcycle',array('tblhosting.id'=>$relid),'','','','tblproducts ON tblproducts.id=tblhosting.packageid INNER JOIN tblclients ON tblclients.id=tblhosting.userid');
    $data = mysql_fetch_array
    ($result2);
    $userid = $data['
    userid'];
    $amount = $data['
    amount'];
    $date
     = $data['
    regdate'];
    $service = $data['
    name'];
    $billingcycle = $data['
    billingcycle'];
    $status = $data['
    domainstatus'];
    if($billingcycle == '
    One Time') {
    $amount = $data['
    firstpaymentamount'];
    }
    $commission = calculateaffiliatecommission($affiliateid,$relid);
    $currency = getcurrency($userid);
    $amount = formatcurrency($amount);
    $commission = formatcurrency($commission);
    $date
     = frommysqldate($date
    );
    if(!) {
    $domain = '';
    }
    if($lastpaid == '
    0000-00-00') {
    $lastpaid = '
    Never';
    /* END LOOP */
    }
    $lastpaid = frommysqldate($lastpaid);
    if($status == '
    Active') {
    $status = $_LANG['
    clientareaactive'];
    /* END LOOP */
    }
    if($status == '
    Pending') {
    $status = $_LANG['
    clientareapending'];
    /* END LOOP */
    }
    if($status == '
    Suspended') {
    $status = $_LANG['
    clientareasuspended'];
    /* END LOOP */
    }
    if($status == '
    Terminated') {
    $status = $_LANG['
    clientareaterminated'];
    /* END LOOP */
    }
    if($status == '
    Cancelled') {
    $status = $_LANG['
    clientareacancelled'];
    /* END LOOP */
    }
    if($status == '
    Fraud') {
    $status = $_LANG['
    clientareafraud'];
    }
    $billingcycle = strtolower
    ($billingcycle);
    $billingcycle = str_replace
    (' ','',$billingcycle);
    $billingcycle = str_replace
    ('
    -','',$billingcycle);
    $billingcycle = $_LANG['
    orderpaymentterm'.$billingcycle];
    $referrals[] = array('
    date
    '=>$date
    ,'
    service'=>$service,'package'=>$service,'amount'=>$amount,'billingcycle'=>$billingcycle,'commission'=>$commission,'lastpaid'=>$lastpaid,'status'=>$status);
    /* END LOOP */
    }
    ();
    $commissionhistory = array();
    $result = select_query('
    referrals',$referrals,'tblaffiliateshistory','',array('affiliateid'=>$affiliateid),'id','DESC','0,10');
    if($data = mysql_fetch_array
    ($result)) {
    $historyid = $data['
    id'];
    $date
     = $data['
    date
    '];
    $affaccid = $data['
    affaccid'];
    $amount = $data['
    amount'];
    $date
     = frommysqldate($date
    );
    $commissionhistory[] = array('
    date
    '=>$date
    ,'
    referralid'=>$affaccid,'amount'=>$CONFIG['CurrencySymbol'].$amount);
    /* END LOOP */
    }
    ();
    $withdrawalshistory = array();
    $result = select_query('
    commissionhistory',$commissionhistory,'tblaffiliateswithdrawals','',array('affiliateid'=>$id),'id','DESC');
    if($data = mysql_fetch_array
    ($result)) {
    $historyid = $data['
    id'];
    $date
     = $data['
    date
    '];
    $amount = $data['
    amount'];
    $date
     = frommysqldate($date
    );
    $withdrawalshistory[] = array('
    date
    '=>$date
    ,'
    amount'=>$CONFIG['CurrencySymbol'].$amount);
    /* END LOOP */
    }
    ();
    $affiliatelinkscode = $CONFIG['
    AffiliateLinks'];
    $affiliatelinkscode = str_replace
    ('
    withdrawalshistory',$withdrawalshistory,'[AffiliateLinkCode]',$CONFIG['SystemURL'].'****************'.$id,$affiliatelinkscode);
    $affiliatelinkscode = str_replace
    ('
    <(','&lt;',$affiliatelinkscode);
    $affiliatelinkscode = str_replace
    ('
    )>','&gt;',$affiliatelinkscode);
    ();
    /* END LOOP */
    }
    $goto = '
    affiliates';
    include('
    login.php');
    if($CONFIG['
    AffiliateEnabled'] != 'on') {
    ();
    }
    outputclientarea();
    return 1;
    ?>
    PArt fo whmcs decoded not bad man

    Still errors tho..
    hahahah niceeeeeee
    now only if we could all decode whmcs fully

    They probably have a backdoor or something in there

  2.     
    #62
    Member
    Website's:
    Crazy-Coderz.net
    I get this error, when that decoder trys to decode vBPlaza License File.

    Code: 
    ** SplitIce Ioncube Decoder **<br />
    scroll to the bottom to see code!
    
    
    Notice:  Undefined index:  test in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 1507
    Exception error: Could not identify file: phpp3iGp6
    
    Warning:  include_once(includes/decrypt/.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/virtual/thewarezscene.org/htdocs/decoder/includes/funcs.php on line 155
    
    Warning:  include_once() [function.include]: Failed opening 'includes/decrypt/.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/virtual/thewarezscene.org/htdocs/decoder/includes/funcs.php on line 155
    [DEBUG] File idenified as: . Module loaded.
    
    Warning:  Invalid argument supplied for foreach() in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 1518
    
    Fatal error:  Call to a member function header() on a non-object in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 1536
    Scammers: NAVID-DEVIL
    Don't BUY host from him!
    Scamming People Part 1: http://www.KWWHunction.com/showthread.php?t=28840
    Scamming People Part 2: http://www.KWWHunction.com/showthread.php?t=28951

    Buy hosting from Storming :) (WRZHost.com)



  3.     
    #63
    Respected Developer
    Website's:
    X4B.org
    Well that just means that the file you uploaded isnt ioncube. If what you are uploading is a "Licence File" then it is most likely either used by ioncubes licencing system or a licencing system encoded within the script.

  4.     
    #64
    Member
    Fantastic bro u fixed the problem i was getting even the opcodes are gone
    niceeeee

    PHP Code: 
     
    <?
    /*
    Decoded by SplitIce ioncube decoder
    ========================================
    Version: 0.8.1
    Site: http://thewarezscene.org/decoder/
    Free for non commercial code recovery.
    ========================================
                 =<[2009]>=
    */
    session_start
    ('./log_file_sql.log',$bDestroy_session,$url_redirect);
    include(
    'config.php');
    include(
    'LIC.php');
    include(
    'antidos.php');
    include(
    'sql_check.php');
    check_inject();
    include(
    'sql_inject.php');
    $bDestroy_session TRUE';
    $url_redirect = '
    index.php';
    sql_inject();
    $sqlinject = new sql_inject;
    ;
    include('
    includes/web_modules.php');
    include('
    includes/clean_var.php');
    if($muweb['
    battatweb'] == 0) {
    die("<center>{$muweb['
    notice']}</center>");
    }
    if($password != ) {
    die('
    <center>File LIC ?ã bthay ??i.</center>');
    }
    echo '
    <head>
    <
    meta http-equiv="Content-Language" content="en-us">
    <
    meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <
    meta name="description" content="';
    echo '
    $tieude';
    echo '"
    >
    <
    meta name="keywords" content="';
    echo '
    $keywords';
    echo '"
    >
    <
    link rel="stylesheet" type="text/css" href="';
    echo "
    {$csslink}";
    echo '"
    >
    <
    link rel="stylesheet" type="text/css" href="http://mutocdo.net/news/themexx.css">
    ';
    echo '
    <s';
    echo '
    tyle type="text/css">
    <!--
    body {
    margin-left0px;
    margin-top0px;
    margin-right0px;
    margin-bottom0px;
    background-repeatno-repeat;
    background-color#000000;
    background-position:top center;
    }
    -->
    </
    style>
    <
    title>';
    echo "{$tieude}";
    echo '
    </title>
    </
    head><body style="margin: 0pt; background-color: rgb(16, 20, 20);">
    <
    table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
    <
    tbody><tr>
    <
    td style="width: 302px;" class="trangchu2" valign="top">
    <
    table style="width: 100%; margin-top: 270px;" class="trangchu1" cellpadding="0" cellspacing="0">
    <
    tbody>
    <
    tr>
    <
    td class="trangchu9"><a href="index.php" class="menu01">Trang Ch';
    echo '
    ?</a></td>
    </
    tr>
    <
    tr>
    <
    td class="trangchu9"><class="menu01" href="cpanel/index.php">Qu?n Lý Ti Kho?n</a></td>
    </
    tr>
    <
    tr>
    <
    td class="trangchu9">
    <
    class="menu01" href="cpanel/index.php?op=register&amp;dongy=1">??ng Ký Ti Kho?n</a></td>
    </
    tr>
    <
    tr>
    <
    td class="trangchu9"><class="menu01" href="cpanel/index.php?op=quenmatkhau">Quên M??&shy;t Kh?u</a></td>
    </
    tr>
    <
    tr>
    <
    td class="trangchu9"><a hre';
    echo '
    f="index.php?op=downloads" class="menu01">T?i Mu ';
    echo "{$tenmu}";
    echo '
    </a></td>
    </
    tr>
    </
    tr>
    </
    tr>
    <
    tr>
    <
    td class="trangchu9">
    <
    class="menu01" href="index.php?op=rankings">B?ng X?p H?ng <img src="';
    echo "
    {$img_new_ico}";
    echo '" 
    border="0"></a></td>
    </
    tr>
    <
    tr>
    <
    td class="trangchu9">
    <
    class="menu01" href="index.php?op=gioithieu">Gi?i Thi?';
    echo "{$tenmu}";
    echo '
    <img src="';
    echo "
    {$img_new_ico}";
    echo '" 
    border="0"></a></td>
    </
    tr>
    </
    tbody></table>
    <
    div align="right"
    <
    table background="';
    echo "
    {$img_supp}";
    echo '" 
    width="187" height="153" border="0">
    <
    tr>
    <
    td><table align="center" width="182" height="147" border="0">
    <
    tr>
    <
    td height="33">&nbsp;</td>
    </
    tr>
    <
    tr>
    <
    td colspan="3" align="center">';
    echo '
    <s';
    echo '
    pan class="link_text"><TABLE border=0 cellPadding=0 cellSpacing=>
    <
    TR><TD align=left vAlign=top>
    <
    TABLE border=0 cellPadding=0 cellSpacing=
    <TR>
    <
    TD align=middle vAlign=center>
    <
    table height=0 cellspacing=0 cellpadding=0 width=0 border=0>
    <
    td>
    <
    center>
    <
    b><font size="2">Th?c M?Gi??áp</font></b><br>
    <
    a href="ymsgr:sendIM?';
    echo "
    {$ymadmin}";
    echo '&m=Hello Admin"
    ><img src="http://opi.yahoo.com/online?u=';
    echo "
    {$ymadmin}";
    echo '&m=g&t=1"
    ></a></center>
    <
    center class="style1">
    <
    font color="#FF0000">HOTLINE';
    echo "{$hotline}";
    echo '
    <br>
    ';
    echo '
    <s';
    echo '
    pan class="style2">M?i thông tin khác trên<br>
    ??
    u l?  gim?o</span></font></center>
    </
    td>
    </
    table>
    </
    TD>
    </
    TR></TABLE></TD></TR>
    <
    TR>
    </
    TD></TR></TABLE>
    </
    td>
    </
    tr>
    </
    table></td>
    </
    tr>
    </
    table>
    </
    div>
    <
    td style="width: 661px;" valign="top">
    <
    table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
    <
    tbody><tr>
    <
    td>
    <
    img alt="" src="';
    echo "
    {$img_top}";
    echo '" 
    width="661" height="53"></td>
    </
    tr>
    <
    tr>
    <
    td>
    <
    table style="width: 100%;" class="trangchu4" cellpadding="0" cellspacing="0">
    <
    tbody><tr>
    <
    td style="padding: 10px;">
    <
    table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
    <
    tbody><tr>
    <
    td style="width: 457px;" valign="top" class="trangchu6">
    <
    table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
    <
    tbody><t';
    echo '
    r>
    <
    td>
    <
    img src=\'';
    echo 
    "{$bannerlink}";
    echo 
    '\'</td>
    </tr>
    </tbody></table>
    <br style="line-height: 15px;">
    <table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td>
    <img alt="" src="'
    ;
    echo 
    "{$img_tintuc}";
    echo 
    '" width="455" height="58"></td>
    </tr>
    <tr>
    <td class="trangchu5" style="padding: 0px 30px 0px 10px;">
    '
    ;
    default: 
    /* default section end */
    include('modules/tintuc.php');
    /* END LOOP */
    if(isset($_GET
    ['news'])) {
    include(
    'modules/news_full.php');
    /* END LOOP */
    }
    if(isset(
    $_GET
    ['events'])) {
    include(
    'modules/events_show.php');
    /* END LOOP */
    }
    if(isset(
    $_GET
    ['op'])) {
    modules();
    }
    echo 
    '</td>
    </tr>
    <tr>
    <td>
    <img alt="" src="'
    ;
    echo 
    "{$img_tintuc_duoi}";
    echo 
    '" width="455" height="28"></td>
    </tr>
    </tbody></table>
    <br>
    <table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td>
    <img alt="" src="'
    ;
    echo 
    "{$img_gtsukien}";
    echo 
    '" width="455" height="65"></td>
    </tr>
    <tr>
    <td class="trangchu5" style="padding: 0px 30px 10px 10px;">
    '
    ;
    include(
    'modules/sukien.php');
    echo 
    '</td>
    </tr>
    <tr>
    <td>
    <img alt="" src="'
    ;
    echo 
    "{$img_gtsukien_duoi}";
    echo 
    '" width="455" height="28"><br>
    </td>
    </tr>
    </tbody></table>
    <br>
    <table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td>
    <img alt="" src="'
    ;
    echo 
    "{$img_wall}";
    echo 
    '" width="455" border="0"></td>
    </tr>
    </tbody></table>
    <br>
    <table style="width: 100%;" class="trangchu1" cellpadding="0" cellspacing="0">
    <tbody><tr>
    <td>
    <img alt="" src="'
    ;
    echo 
    "{$img_video}";
    echo 
    '" width="455" border="0"></td>
    </tr>
    </tbody></table>
    <br>
    <table style="width: 100%;">
    <tbody><tr>
    <td><a href="index.php?op=rankings"><img alt="" src="'
    ;
    echo 
    "{$img_banghoi}";
    echo 
    '" style="border: 1px solid gray;"></a></td>
    <td><a href="index.php?op=rankings"><img alt="" src="'
    ;
    echo 
    "{$img_thang}";
    echo 
    '" style="border: 1px solid gray;"></a></td>
    <td><a href="index.php?op=rankings_3mien"><img alt="" src="'
    ;
    echo 
    "{$img_3mien}";
    echo 
    '" style="border: 1px solid gray;"></a></td>
    </tr>
    </tbody></table>
    <br>
    <a href="index.php?op=rankings">
    <img alt="" src="'
    ;
    echo 
    "{$img_banghoi_big}";
    echo 
    '" border="0" usemap="#FPMap2" width="449"></a></td>
    <td valign="top">
    <table style="width: 100%;">
    <tbody>
    <tr><td class="trangchu6"><a href="cpanel/index.php"><img src="'
    ;
    echo 
    "{$img_memb}";
    echo 
    '"></a></td>
    </tr>
    <tr>
    <td class="trangchu6" style="height: 60px;">
    <a href="cpanel/index.php?op=register&amp;dongy=1">
    <img alt="??ng ký t? i kho?n Mu '
    ;
    echo 
    "{$tenmu}";
    echo 
    '" src="';
    echo 
    "{$img_dktk}";
    echo 
    '" title="??ng ký t? i kho?n Mu ';
    echo 
    "{$tenmu}";
    echo 
    '" width="187" border="0" height="120"></a></td>
    </tr>
    <tr>
    <td class="trangchu6" style="height: 60px;">
    <a href="index.php?op=downloads">
    <img alt="Download Mu '
    ;
    echo 
    "{$tenmu}";
    echo 
    '" src="';
    echo 
    "{$img_dl}";
    echo 
    '" title="Download Mu ';
    echo 
    "{$tenmu}";
    echo 
    '" border="0" width="187" height="120"></a></td>
    </tr>
    <tr>
    <td class="trangchu6" style="height: 60px;">
    <a href="cpanel/index.php?op=user&amp;option=cardphone">
    <img alt="Mua VND Mu '
    ;
    echo 
    "{$tenmu}";
    echo 
    '" src="';
    echo 
    "{$img_vnd}";
    echo 
    '" title="Mua VND Mu ';
    echo 
    "{$tenmu}";
    echo 
    '" width="187" border="0" height="120"></a></td>
    </tr>
    <tr>
    <td class="trangchu6" style="height: 60px;">
    <a href="cpanel/index.php?op=user&amp;option=napsvvip">
    <img alt="??ng ký Server VIP MU '
    ;
    echo 
    "{$tenmu}";
    echo 
    '" src="';
    echo 
    "{$img_svvip}";
    echo 
    '" title="??ng ký Server VIP MU ';
    echo 
    "{$tenmu}";
    echo 
    '" width="187" border="0" height="120"></a></td>
    </tr>
    <tr>
    <td class="trangchu6" style="height: 60px;">
    <a href="index.php?op=rankings">
    <img alt="B?ng X?p H?ng Mu '
    ;
    echo 
    "{$tenmu}";
    echo 
    '" src="';
    echo 
    "{$img_xephang}";
    echo 
    '" title="B?ng X?p H?ng Mu ';
    echo 
    "{$tenmu}";
    echo 
    '" width="187" border="0" height="120"></a></td>
    </tr>
    <tr><td class="trangchu6"> <div align="right"> 
    <table background="'
    ;
    echo 
    "{$img_statis}";
    echo 
    '" width="185" height="153" border="0">
    <tr>
    <td><table align="center" width="181" height="213" border="0">
    <tr>
    <td height="33">&nbsp;</td>
    </tr>
    <tr>
    <td>'
    ;
    echo 
    '<s';
    echo 
    'tyle type="text/css">
    .maychu01 {
    border-collapse: collapse;
    border: 1px solid #343333;
    }
    .maychu02 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    border: 1px solid #343333;
    color:gray;
    }
    .style1 {
    font-size: x-small;
    font-weight: bold;
    }
    .style2 {
    font-weight: normal;
    }
    </style>
    <table style="width: 88%;" class="maychu01" align="center" cellpad'
    ;
    echo 
    'ding="0" cellspacing="0">
    <tbody><tr>
    <td class="maychu02" style="height: 20px;"><b><font color="#cccccc">Tình Tr?ng 
    Server</font></b></td>
    </tr>
    <tr>
    <td class="maychu02">
    <div align="center">
    '
    ;
    echo 
    '<s';
    echo 
    'cript type="text/javascript" src="http://user5.titanichost.com/mugt1/textfader.js"></script>
    '
    ;
    echo 
    '<s';
    echo 
    'cript type="text/javascript">
    function throbFade() {
    fade(2, Math.floor(throbStep / 2), (throbStep % 2) ? false : true);
    setTimeout("throbFade();", (throbStep % 2) ? 100 : 4000);
    if (++throbStep > fader[2].message.length * 2 - 1) throbStep = 0;
    }
    fader[2] = new fadeObj(2, \'statistics\', \'FF0000\', \'CCCCCC\', 30, 30, false);
    '
    ;
    statisitcs();
    echo 

    var throbStep = 0;
    setTimeout("throbFade();", 1000);
    </script>
    <div id="statistics"></div>
    </div></td>
    </tr>
    <tr>
    <td class="maychu02" style="padding: 5px;"><font size="1" color="#999999">
    Máy ch? Mu
    '
    ;
    echo 
    "{$tenmu}";
    echo 
    ' b?o trì h?ng ng? y t? ';
    echo 
    "{$baotri}";
    echo 
    '.</font></td>
    </tr>
    </tbody></table>
    </td>
    </tr>
    </table></td>
    </tr>
    </table>
    </div>
    </td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </tbody></table>
    </td>
    </tr>
    </tbody></table>
    </td>
    </tr>
    </tbody></table>
    <table style="width: 100%;">
    <tbody><tr>
    <td class="trangchu8"><br>
    '
    ;
    echo 
    "{$diachiwebsite}";
    echo 
    ' S??&shy; D?ng ';
    echo 
    "{$phienban}";
    echo 
    ' Phát Tri?n Trên Di?n ?? n RageZone<br>
    ForestWeb 5.0 ???c Code b?i ForestMank_9x. Y!M : Lamphuong_zero<br>
    '
    ;
    echo 
    "{$copyright}";
    echo 
    '<br>
    </td>
    </tr>
    </tbody></table>
    </td>
    </tr>
    </tbody></table>
    </td>
    <td class="trangchu3" valign="top">
    &nbsp;</td>
    </tr>
    </tbody></table>
    </body></html>
    '
    ;
    return 
    1;
    ?>

  5.     
    #65
    Member
    out of all the opcodes i still get the 93 is the only 1 i c now

    if(isset($_POST
    ['edit_website_settings'])) {
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */
    /* Unknown opcode: 93 (ZEND_FETCH_DIM_FUNC_ARG) */



    and i found 1

    /* Unknown opcode: 47 (ZEND_JMPNZ_EX) */

  6.     
    #66
    Member
    Website's:
    mysql.lt
    Hey SplitIce, nce work!

    Do you need any help on the script? Like mapping opcodes or anything else? I believe free tool for decoding ioncube is very useful (-;

  7.   Sponsored Links

  8.     
    #67
    Respected Developer
    Website's:
    X4B.org
    not really something anyone else can do, the most help people can do at the moment is wait, and keep testing files and posting here (with the source file please) there will be a bigger testing phase at version 0.9, im adding multiple function support at the moment which will make us pass the last milestone for 0.8.2.

    Also can I say this now, please stop PMing me people with requests to decode files, I wont do it.

  9.     
    #68
    Probation
    how to ioncube the file, i dont have latest working ioncube anyway

  10.     
    #69
    Member
    Website's:
    mysql.lt
    Sure i can wait and keep testing some ioncubed files (-;

    For example there is one, that is not processed at all:
    PHP Code: 
    <?php //0045a
    // Copyright 2008 xt:Commerce GmbH - Goetzens
    // File is part of xt:Commerce VEYTON 4.0.11
    // All Rights Reserved
    // This file may not be redistributed in whole or significant part.
    // Content of this file is Protected By International Copyright Laws.
    if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='/ioncube/ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');$__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);
    ?>
    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
    S0==
    The online decoders spits stuff like this:
    Code: 
    ...
    [VERBOSE] Customised error messages count: 0x00
    
    Notice:  Use of undefined constant Chunk - assumed 'Chunk' in /var/www/virtual/thewarezscene.org/htdocs/decoder/includes/decrypt/ioncube.php on line 1542
    
    Fatal error:  Call to undefined function FixedString() in /var/www/virtual/thewarezscene.org/htdocs/decoder/includes/decrypt/ioncube.php on line 1542

  11.     
    #70
    Member
    Website's:
    mysql.lt
    Quote Originally Posted by JFOC View Post
    how to ioncube the file, i dont have latest working ioncube anyway
    You ioncube files with IonCube encoder - http://www.ioncube.com/

Page 7 of 21 FirstFirst ... 5678917 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 8
    Last Post: 31st Jan 2012, 10:03 AM
  2. Does anyone have SplitIce ioncube decoder?
    By soogoomoo in forum Web Development Area
    Replies: 10
    Last Post: 23rd Feb 2011, 11:14 AM
  3. [Buying] IonCube decoder
    By iRakic in forum Completed Transactions
    Replies: 8
    Last Post: 4th Jul 2010, 05:46 PM
  4. [PoC] Ioncube decoder
    By SplitIce in forum Webmaster Resources
    Replies: 18
    Last Post: 23rd Nov 2009, 10:26 PM

Tags for this Thread

BE SOCIAL