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

Page 6 of 21 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 205
  1.     
    #51
    Member
    60% of my files getting this now and also alot of the files still have all the opcodes i
    found before.

  2.     
    #52
    Respected Developer
    Website's:
    X4B.org
    Which ones, I tried 2 and they worked.

    Im out for the night anyway. Ill take a look in the morning.

  3.     
    #53
    Member
    my index.php file give me


    Notice: Undefined offset: 14 in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 39

    Notice: Undefined offset: 14 in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 44

    Notice: Undefined offset: 15 in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 39

    Notice: Undefined offset: 15 in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 44
    function 'sql_inject' registered as function number 2

    Notice: Undefined offset: 61 in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 1019

    Fatal error: Call to a member function get_var() on a non-object in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 56

    and theres more files that do

  4.     
    #54
    Member
    All the Config.php files decode perfect but all the other files now all have problems

    some are opcodes still in the files and others give me this




    Notice: Undefined offset: 14 in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 44

    Notice: Undefined offset: 15 in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 39

    Notice: Undefined offset: 15 in /var/www/virtual/thewarezscene.org/htdocs/decoder/ioncube_analyse_opcodes.php on line 44




    Here is my files again so u can check urself when u have time

    http://www.sendspace.com/file/0b4fab

    Alternate Link

    http://www.filefront.com/14893481/Forestweb%20v5.0.rar

  5.     
    #55
    Respected Developer
    Website's:
    X4B.org
    Ok for now the code that makes files that are missing opcodes work is back in, its not real good but its back. the files will decode but will display that certain op's are unknown. There isnt many undefined opcodes (I think only ZEND_JMPNZ)?

  6.   Sponsored Links

  7.     
    #56
    Member
    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..
    It's amazing, being in a community can cause hate. Competitors or not - DDOS isn't cool :)

  8.     
    #57
    Respected Developer
    Website's:
    X4B.org
    Looks like we still have a small problem with function arguments at the top lol. And escaping. found another undefined opcode ZEND_FETCH_DIM_FUNC_ARG,ZEND_SEND_VAR_NO_REF,ZEND_ FETCH_DIM_FUNC_ARG and a few others. Ill have the implement them. damn php and its 153 opcodes.

    Im sure even I could work out the bulk of that script. But yeah its only early beta, I wouldnt expect anything that works on most scripts for atleast a month.

  9.     
    #58
    Banned
    Very good split.

  10.     
    #59
    Respected Developer
    Website's:
    X4B.org
    Anyone who has some spare time, compile some of your projects and stick them into the decoder, I need an example peice of code for ZEND_SEND_VAR_NO_REF it will display as an unknown opcode.

  11.     
    #60
    Member
    Website's:
    zomgbbqpizza.com evilddl.com scenemarket.org
    This seems to be moving on nicely, nice work, seriously... good job

Page 6 of 21 FirstFirst ... 4567816 ... 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