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

Page 2 of 21 FirstFirst 123412 ... LastLast
Results 11 to 20 of 205
  1.     
    #11
    Member
    Nice ..
    Coding Horror Fan
    I don't read PM's frequently .

  2.   Sponsored Links

  3.     
    #12
    Member
    I get this when i try ur Test decoder out

    PHP Code: 
    <?
    /* Unknown opcode: 59 (ZEND_INIT_FCALL_BY_NAME) */
    /* Unknown opcode: 11 (ZEND_BW_XOR) */
    /* Unknown opcode: 11 (ZEND_BW_XOR) */
    /* Unknown opcode: 65 (ZEND_SEND_VAL) */
    /* Unknown opcode: 61 (ZEND_DO_FCALL_BY_NAME) */
    /* Unknown opcode: 84 (ZEND_FETCH_DIM_W) */
    /* TMP 7 */ 
    'odbc';
    /* Unknown opcode: 84 (ZEND_FETCH_DIM_W) */
    /* TMP 10 */ 
    '127.0.0.1';
    /* Unknown opcode: 84 (ZEND_FETCH_DIM_W) */
    /* TMP 13 */ 
    'MuOnline';
    /* Unknown opcode: 84 (ZEND_FETCH_DIM_W) */
    /* TMP 16 */ 
    'sa';
    /* Unknown opcode: 84 (ZEND_FETCH_DIM_W) */
    /* TMP 19 */ 
    '121991';
    /* Unknown opcode: 73 (ZEND_INCLUDE_OR_EVAL) */
    return 1;
    ?>

  4.     
    #13
    Respected Developer
    Website's:
    X4B.org
    OK they are unimplemented opcodes Ill take a look now, pm me or post via pastebin the script for me.

  5.     
    #14
    Member
    Here u go bro i uploaded it on a website here is the Link

    all php. files

    http://www.sendspace.com/file/odni9x

    Alternate Link

    http://www.megaupload.com/?d=ZW0GLNPM

  6.     
    #15
    Respected Developer
    Website's:
    X4B.org
    ok added support for include statements (and eval statements).
    Ill do ZEND_FETCH_DIM_W now

  7.     
    #16
    Respected Developer
    Website's:
    X4B.org
    Which file was decoded as the above snippet?

    NVM config.php decodes to:
    PHP Code: 
    <?
    /* Unknown opcode: 59 (ZEND_INIT_FCALL_BY_NAME) */
    /* Unknown opcode: 11 (ZEND_BW_XOR) */
    /* Unknown opcode: 11 (ZEND_BW_XOR) */
    /* Unknown opcode: 65 (ZEND_SEND_VAL) */
    /* Unknown opcode: 61 (ZEND_DO_FCALL_BY_NAME) */
    $muweb['connection'] = 'odbc';
    $muweb['dbhost'] = '127.0.0.1';
    $muweb['database'] = 'MuOnline';
    $muweb['dbuser'] = 'sa';
    $muweb['dbpassword'] = '121991';
    include(
    'includes/forestweb.php');
    return 
    1;
    ?>
    I had done some updates and not updated the online version.

  8.     
    #17
    Member
    I decoded the config.php files but i tryied decoding all the files with this and all same

    All these files are ioncube encoded.

  9.     
    #18
    Respected Developer
    Website's:
    X4B.org
    Ill do ZEND_INIT_FCALL_BY_NAME now

  10.     
    #19
    Member
    Thanks dude.

  11.     
    #20
    Respected Developer
    Website's:
    X4B.org
    Ill have something with more support in a hour or so.

    EDIT: Almost ready to upload basic support for INIT_FCALL

Page 2 of 21 FirstFirst 123412 ... 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