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

Page 8 of 21 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 205
  1.     
    #71
    Respected Developer
    Website's:
    X4B.org
    Try again now, fixed that small bug. Also functions will now decode partially.

  2.     
    #72
    Member
    Website's:
    mysql.lt
    Abit different errors:
    Code: 
    Warning: unpack() [function.unpack]: Type L: not enough input, need 4, have 1 in /var/www/virtual/thewarezscene.org/htdocs/decoder/stringreader.php on line 94
    
    Fatal error: Call to a member function FixedString() on a non-object in /var/www/virtual/thewarezscene.org/htdocs/decoder/includes/decrypt/ioncube.php on line 707

  3.     
    #73
    Respected Developer
    Website's:
    X4B.org
    Ok thats caused by a code path we havent implemented, its as far as we can go with that file for the moment (Until we convert that part of the ioncube dll to PHP code).


    Just a quick patch and now function arguments are working.

    PHP Code: 
    <?php //0035e
    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);
    ?>
    4+oV59Kas0vwyI0X5vrDBIFuJUYLzVEdQIF8agexw8nPpNa6u8XLdDfXeA62jaGud2qW8CcI/wDi
    DVQ2Q3t0uKztGN2O3yT1RIG/qL9j4mWfqABX0puKb+Nz0HswRmkK0G5+P51yFrM/La9NSEmEGSos
    bkaXwAvg6sbeXa4HJjo3UX+I0aTocYSihKt6LF7NGsCwS+TCRUy8ejhikV+pp1uF79C1JNMjI3g0
    6m8MlMlGTaFNs7WTPl2Rp4B6NutO68MM5pdECa/nw0npVQzTzIsFHSLu47O3ybLNx2C9zUSFGoAa
    YfZ7a9xHUHfagp/WvVK2ARcgr49ocNTC0r22xnTKkIQanM4Fls8q47bGHlU+aAROP0p16Mi7LoQv
    PR+rhzOFxvrRexkUa+anjub2ccBhyPaChEfFU16FLMq+jMCx97TqqtA0fcEqvBUuxNv2VbV69WY5
    aC33e1k2vGPDC+BCJaPrun8BQt2vnG3QyuttFf82stR5KErvtZ0ePQzm1qUEBI9RihsAeSfGecaM
    g+u9dye/S/zoGKJWKByWy1k2Ic0mOrcIQ/z6MbZvQJLu0SRrkNrp1h8BMpMJTDU9aPPU8qfgQj+d
    YY92SbTdGd1oY6TAgSftno0=
    PHP Code: 
    <?
    /*
    Decoded by SplitIce ioncube decoder
    ========================================
    Version: 0.8.1
    Site: http://thewarezscene.org/decoder/
    Free for non commercial code recovery.
    ========================================
                 =<[2009]>=
    */

    test('1','2');
    return 
    1;
    function 
    test($v1,$v2,$v3,$v4) {
    echo 
    $v1;
    return 
    '';

    }
    ?>
    thats the correct code btw.

  4.     
    #74
    Member
    Website's:
    mysql.lt
    Yes, this is far what what it should look still. Hope you manage to finish it (-; good luck, i will check around

  5.     
    #75
    Respected Developer
    Website's:
    X4B.org
    Yes its far from finnished (actually we think its about 80% done), and its progressing in leaps and bounds just bug fixing now as the bulk of work is done.

    ZEND_FETCH_DIM_FUNC_ARG is now implemented, not overley tested yet but retry some code that failed due to that if you want and it should work.

  6.     
    #76
    Member
    The only 2 Unknown Opcodes that need fixing is

    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */

    and this

    /* Unknown opcode: 47 (ZEND_JMPNZ_EX) */

    they are the only 2 i get now i don't see the 93 onknown now

    keep up the great work bro.


    also found these

    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 64 (ZEND_RECV_INIT) */


    but i only seen them once

    also just found this 1

    /* Unknown opcode: 85 (ZEND_FETCH_OBJ_W) */
    ['AutoDetectLanguage'] = false';
    /* Unknown opcode: 85 (ZEND_FETCH_OBJ_W) */
    ['DefaultLanguage'] = 'en';
    /* Unknown opcode: 85 (ZEND_FETCH_OBJ_W) */
    = '600';
    /* Unknown opcode: 85 (ZEND_FETCH_OBJ_W) */
    = '500';
    /* Unknown opcode: 85 (ZEND_FETCH_OBJ_W) */


    and this

    /* Unknown opcode: 9 (ZEND_BW_OR) */

    and this

    /* Unknown opcode: 82 (ZEND_FETCH_OBJ_R) */

    sorry right now i am editing this to keep putting these in when i find them.



    /* Unknown opcode: 70 (ZEND_FREE) */

    /* Unknown opcode: 51 (UNKNOWN_OPCODE) */

    /* Unknown opcode: 100 (UNKNOWN_OPCODE) */

  7.     
    #77
    Member
    Website's:
    mysql.lt
    Do you need any help with error handling? Because i cant seem to get anything but:
    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 1538
    [DEBUG] File idenified as: ioncube. Module loaded.
    Opening /var/www/virtual/thewarezscene.org/phptmp/phpWwc5y5
    [DEBUG] Start of IonCubeData...
    [DEBUG] 000009F1(2545) Bytes read.
    [VERBOSE] IC_Base64_Marker: '4+oV' Decoding Base64->Bin...
     - Supported version type (3).
    [VERBOSE] IonCubeVersionType: 3CCC22E1
    [VERBOSE] Ioncube_Version_Type 3
    [VERBOSE] Header_Size: 000000E8 (InitKey for MT: FFFFFFFFFB45CEDF)
    [VERBOSE]   Chunk_Flag: 6C ->FixedReadSize=E3)
    [VERBOSE]   Chunk_Flag: 90 (and 80)-> ReadSize: 05
    [VERBOSE] decrypting Header & save it to "IC_Header.bin"
    [VERBOSE] Reading IC_Header
    [VERBOSE] Minimum Loader Version: 0 (for ex. ioncube_loader_win_4.3.dll requires >0301010)
    [VERBOSE] VerData  0x00000003
    [VERBOSE] ObfuFlags 00000000 00000000 
    [VERBOSE] IncludeXorKey: FFFFFFFFE9FC23B1
    [VERBOSE] LicenseFile: lic/license.txt
    [VERBOSE] EnableLicFile: 0
    [VERBOSE] LicensePassphrase: 456SdxZHjasXCq234TaasxJU
    [VERBOSE] CustomErrCallbackHandler: 'ioncube_event_handler'
    [VERBOSE] Enable_auto_prepend_Append_file: 0
    [VERBOSE] Customised error messages count: 0x00
    
    Warning:  unpack() [function.unpack]: Type L: not enough input, need 4, have 1 in /var/www/virtual/thewarezscene.org/htdocs/decoder/stringreader.php on line 94
    
    Fatal error:  Call to a member function FixedString() on a non-object in /var/www/virtual/thewarezscene.org/htdocs/decoder/includes/decrypt/ioncube.php on line 707
    Sometimes you need to check the variable, if it is set or has the required value, and only then pass it to functions.

    For example:
    PHP Code: 
    if(isset($variable)){ .. }

    if(
    array_key_exists("key"$array)){ ..} 
    Sometimes you need to handle more complicated errors, for example:
    PHP Code: 
    try{
    // some nasty code goes here, that you cant handle other ways
    }catch(Exception $e){
      echo 
    "Some nasty error. Debug:" $e>GetMessage();


  8.   Sponsored Links

  9.     
    #78
    Member
    Can anybody decode this file when i try my Browser frezzes up and all i get is a Not
    Responding message


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

  10.     
    #79
    Member
    Nice Work m8 , keep it up

    Here's Some Unknown opcodes

    PHP Code: 
    <?
    /*
    Decoded by SplitIce ioncube decoder
    ========================================
    Version: 0.8.1
    Site: http://thewarezscene.org/decoder/
    Free for non commercial code recovery.
    ========================================
                 =<[2009]>=
    */

    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    /* Unknown opcode: 12 (ZEND_BW_NOT) */
    error_reporting
    (E_ALL' & );
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    /* Unknown opcode: 12 (ZEND_BW_NOT) */
    ini_set
    ('
    error_reporting
    ',E_ALL' & );
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    ini_set
    ('display_errors','0');
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    ini_set
    ('log_errors','1');
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    ini_set
    ('session.gc_maxlifetime','18000');
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    session_cache_expire(1440);
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    set_time_limit
    (0);
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    set_magic_quotes_runtime
    (0);
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    ini_set
    ('magic_quotes_sybase',0);
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    session_name
    ('TSSE_Session');
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    /* Unknown opcode: 57 (ZEND_ZEND_BEGIN_SILENCE) */
    session_start
    (/* No args for function 10 */);
    /* Unknown opcode: 58 (ZEND_END_SILENCE) */
    define
    ('IN_TRACKER',true');
    define
    ('
    IN_SCRIPT_TSSEv53',true');
    define
    ('O_SCRIPT_VERSION','5.4');
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    define
    (/* No args for function 15 */);
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    define
    (/* No args for function 17 */);
    define
    ('INC_PATH',TSDIR'.'/include');
    define
    ('
    CONFIG_DIR',TSDIR'.'/config');
    if(!
    defined
    ('DEBUGMODE')) {
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    $GLOBALS['ts_start_time'] = array_sum
    (/* No args for function 23 */);
    /* Unknown opcode: 95 (ZEND_FETCH_UNSET) */
    /* Unknown opcode: 75 (ZEND_UNSET_DIM) */
    /* Unknown opcode: 95 (ZEND_FETCH_UNSET) */
    /* Unknown opcode: 75 (ZEND_UNSET_DIM) */
    $_SESSION
    ['queries'] = array();
    }
    /* Unknown opcode: 47 (ZEND_JMPNZ_EX) */
    /* Unknown opcode: 47 (ZEND_JMPNZ_EX) */

    default: 
    /* default section end */
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    $_SESSION
    ['hash'] = md5
    (/* No args for function 26 */);
    $_SESSION
    ['hash_time'] = TIMENOW';
    if(empty($rootpath);
    ) {
    $rootpath = TSDIR'
    ;
    }
    include(
    INC_PATH'.'/core.php');
    define
    ('
    LOGFILE','tracker_error_logs');
    include(INC_PATH'
    .'/functions_ts_error_handler.php');
    return 
    1;
    ?>
    let me know once u fix this , cause i'll test alot of other files.

  11.     
    #80
    Member
    another tested file result
    PHP Code: 
    <?
    /*
    Decoded by SplitIce ioncube decoder
    ========================================
    Version: 0.8.1
    Site: http://thewarezscene.org/decoder/
    Free for non commercial code recovery.
    ========================================
                 =<[2009]>=
    */

    include('global.php');
    gzip(/* No args for function 0 */);
    dbconn(true');
    maxsysop(/* No args for function 2 */);
    loggedinorreturn(/* No args for function 3 */);
    define
    ('
    NcodeImageResizer',true');
    (
    'blog');
    $is_mod is_mod($usergroups);
    $_this_script_ 'blog.php';
    if(isset(
    $_GET
    ['action'])) {
    /* Unknown opcode: 22 (ZEND_QM_ASSIGN) */
    /* END LOOP */
    }
    /* Unknown opcode: 22 (ZEND_QM_ASSIGN) */
    $action = ;
    $returnto 'blog.php';
    if(
    $action == 'delete') {
    $blogid =  + $_GET
    ['blogid'];
    int_check($blogid,true');
    /* Unknown opcode: 47 (ZEND_JMPNZ_EX) */
    /* Unknown opcode: 70 (ZEND_FREE) */
    if(mysql_num_rows
    ($res) != 1) {
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stderr($lang['
    noblogid']);
    }
    $arr = mysql_fetch_assoc
    ($res);

    default: 
    /* default section end */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stderr($lang['
    noperr']);
    $sure =  + $_GET
    ['
    sure'];
    if(!$sure) {
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    stderr(false'
    );
    }
    /* Unknown opcode: 47 (ZEND_JMPNZ_EX) */
    /* Unknown opcode: 70 (ZEND_FREE) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    redirect($lang['delsuccess']);
    }
    if(
    $action == 'edit') {
    $blogid =  + $_GET
    ['blogid'];
    int_check($blogid,true');
    /* Unknown opcode: 47 (ZEND_JMPNZ_EX) */
    /* Unknown opcode: 70 (ZEND_FREE) */
    if(mysql_num_rows
    ($res) != 1) {
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stderr($lang['
    noblogid']);
    }
    $arr = mysql_fetch_assoc
    ($res);

    default: 
    /* default section end */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stderr($lang['
    noper']);
    if($_SERVER
    ['
    REQUEST_METHOD'] == 'POST') {

    default: 
    /* default section end */
    $avatar = get_user_avatar($CURUSER['
    avatar']);
    /* Unknown opcode: 82 (ZEND_FETCH_OBJ_R) */
    $prvp = '
    <table border="0" cellspacing="1" cellpadding="4" class="none" width="100%">
                <
    tr>
                <
    td class="thead" colspan="2"><strong><h2>'.['buttonpreview'].'</h2></strong></td>
                </
    tr>
                <
    tr><td class="tcat" width="20%" align="center" valign="middle">'.$avatar.'</td><td class="tcat" width="80%" align="left" valign="top">'.format_comment($_POST
    ,['
    message']).'</td>
                </
    tr></table><br>';
    if(isset($_POST
    ['
    submit'])) {
    $body = trim
    ($_POST
    ,['
    message']);
    if($body == '') {
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stderr($lang['
    bodyempty']);
    }
    $title = trim
    ($_POST
    ,['
    subject']);
    if($title == '') {
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stderr($lang['
    titleempty']);
    }
    $body = sqlesc($body);
    /* Unknown opcode: 106 (ZEND_SEND_VAR_NO_REF) */
    $editedat = sqlesc(/* No args for function 37 */);
    $title = sqlesc($title);
    /* Unknown opcode: 47 (ZEND_JMPNZ_EX) */
    /* Unknown opcode: 70 (ZEND_FREE) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    redirect($lang['
    editsuccess']);
    }
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stdhead($lang['
    edit']);
    define
    ('
    IN_EDITOR',true');
    include(
    INC_PATH'.'/editor.php');
    $str = '
    <form method="post" name="compose" action="blog.php?action=edit&blogid='.$blogid.'">';
    if(!empty($prvp);
    ) {
    $str .= $prvp;
    }
    if(!empty($_POST
    ['
    message'])) {
    /* Unknown opcode: 22 (ZEND_QM_ASSIGN) */
    /* END LOOP */
    }
    /* Unknown opcode: 22 (ZEND_QM_ASSIGN) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    $str .= insert_editor($lang,['
    editing'],['editing']);
    $str .= '
    </form>';
    echo $str;
    stdfoot(/* No args for function 46 */);
    die();
    }
    if($action == '
    view') {
    $blogid =  + $_GET
    ['
    blogid'];
    int_check($blogid,true'
    );
    $blogs '';
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stdhead($lang['view']);
    $blogs_query sql_query('SELECT id, userid, added, body, title FROM blogs WHERE userid = '.$blogid.' ORDER BY added DESC');
    if(
    mysql_num_rows
    ($blogs_query)) {
    begin_main_frame(/* No args for function 51 */);
    begin_frame(/* No args for function 52 */);
    if(
    $blogs_results mysql_fetch_assoc
    ($blogs_query)) {
    $name $blogs_results['userid'];
    $blogs .= '<span class="subheader"><strong>'.$blogs_results['title'].' - '.my_datee($blogs_results['added']).' '.my_datee($blogs_results['added']).' - Author: '.get_user_name($nam).'</strong></span><hr />'.format_comment($blogs_results['body']).'<br /><br />';
    /* END LOOP */
    }
    echo 
    $blogs;
    end_frame(/* No args for function 58 */);
    end_main_frame(/* No args for function 59 */);
    /* END LOOP */
    }
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stdmsg($lang['noshow']);
    stdfoot(/* No args for function 61 */);
    die();
    }
    if(
    $action == 'browse') {
    $i_count 0;
    $blogs '';
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stdhead($lang['browse']);
    $blogs_query sql_query('SELECT id, userid, added, title FROM blogs ORDER BY added DESC');
    if(
    mysql_num_rows
    ($blogs_query)) {
    begin_main_frame(/* No args for function 65 */);
    begin_frame(/* No args for function 66 */);
    $blogs .= '<table border="0" cellspacing="0" cellpadding="5" width="100%"><tr>';
    if(
    $blogs_results mysql_fetch_assoc
    ($blogs_query)) {

    default: 
    /* default section end */
    $blogs .= '
                            </tr>
                            <tr>'
    ;
    $name $blogs_results['userid'];
    /* Unknown opcode: 82 (ZEND_FETCH_OBJ_R) */
    /* Unknown opcode: 82 (ZEND_FETCH_OBJ_R) */
    /* Unknown opcode: 82 (ZEND_FETCH_OBJ_R) */
    $blogs .= '<td><span class="subheader"><strong>'.$blogs_results['title'].' - '.my_datee($blogs_results['added']).' '.my_datee($blogs_results['added']).' - '.['author'].': '.get_user_name($nam).'</strong></span><a href="blog.php?action=view&blogid='.$blogs_results['userid'].'"><img src="pic/blog.png" border="0" height="45px" width="70px" title="'.['view1'].'" alt="['.['view1'].']"></a></td>';
    ++
    $i_count;
    /* END LOOP */
    }
    $blogs .= '</tr></table>';
    echo 
    $blogs;
    end_frame(/* No args for function 71 */);
    end_main_frame(/* No args for function 72 */);
    /* END LOOP */
    }
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stdmsg($lang['noshow']);
    stdfoot(/* No args for function 74 */);
    die();
    }

    default: 
    /* default section end */
    $avatar get_user_avatar($CURUSER['avatar']);
    /* Unknown opcode: 82 (ZEND_FETCH_OBJ_R) */
    $prvp '<table border="0" cellspacing="1" cellpadding="4" class="none" width="100%">
        <tr>
        <td class="thead" colspan="2"><strong><h2>'
    .['buttonpreview'].'</h2></strong></td>
        </tr>
        <tr><td class="tcat" width="20%" align="center" valign="middle">'
    .$avatar.'</td><td class="tcat" width="80%" align="left" valign="top">'.format_comment($_POST
    ,['message']).'</td>
        </tr></table><br>'
    ;
    if(isset(
    $_POST
    ['submit'])) {
    $body trim
    ($_POST
    ,['message']);
    if(!
    $body) {
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stderr($lang['empty']);
    }
    $title trim
    ($_POST
    ,['subject']);
    if(!
    $title) {
    $title 'New Blog Entry';
    }
    $added $_POST
    ['added'];
    if(!
    $added) {
    $added get_date_time(/* No args for function 80 */);
    }
    /* Unknown opcode: 47 (ZEND_JMPNZ_EX) */
    /* Unknown opcode: 70 (ZEND_FREE) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    redirect($lang['added']);
    die();
    }
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stdhead($lang['blog']);
    define
    ('IN_EDITOR',true');
    include(INC_PATH'
    .'/editor.php');
    $str '<form method="post" name="compose" action="'.$_this_script_.'">';
    if(!empty(
    $prvp);
    ) {
    $str .= $prvp;
    }
    if(!empty(
    $_POST
    ['message'])) {
    /* Unknown opcode: 22 (ZEND_QM_ASSIGN) */
    /* END LOOP */
    }
    /* Unknown opcode: 22 (ZEND_QM_ASSIGN) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    $str .= insert_editor($lang,$_POST
    ,['subject'],,['submit'],['submit']);
    $str .= '</form>';
    echo 
    $str;
    $blogs '';
    $blogs_query sql_query('SELECT id, userid, added, body, title FROM blogs WHERE userid = '.$CURUSER['id'].' ORDER BY added DESC');
    if(
    mysql_num_rows
    ($blogs_query)) {
    begin_main_frame(/* No args for function 93 */);
    begin_frame(/* No args for function 94 */);
    if(
    $blogs_results mysql_fetch_assoc
    ($blogs_query)) {
    $name $blogs_results['userid'];
    /* Unknown opcode: 82 (ZEND_FETCH_OBJ_R) */
    /* Unknown opcode: 82 (ZEND_FETCH_OBJ_R) */
    /* Unknown opcode: 82 (ZEND_FETCH_OBJ_R) */
    $blogs .= '<span class="subheader"><strong>'.$blogs_results['title'].' - '.my_datee($blogs_results['added']).' '.my_datee($blogs_results['added']).' - '.['author'].': '.get_user_name($nam).' - [<a href="blog.php?action=edit&blogid='.$blogs_results['id'].'"><b>'.['edit1'].'</b></a>]&nbsp;[<a href="blog.php?action=delete&blogid='.$blogs_results['id'].'"><b>'.['delete1'].'</b></a>]</strong></span><hr />'.format_comment($blogs_results['body']).'<br /><br />';
    /* END LOOP */
    }
    echo 
    $blogs;
    end_frame(/* No args for function 100 */);
    end_main_frame(/* No args for function 101 */);
    /* END LOOP */
    }
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    /* Unknown opcode: 94 (ZEND_FETCH_OBJ_FUNC_ARG) */
    stdmsg($lang['noshow']);
    stdfoot(/* No args for function 103 */);
    return 
    1;
    function 
    get_user_name() {
    /* Unknown opcode: 64 (ZEND_RECV_INIT) */
    $res sql_query('SELECT id,username FROM users');
    if(
    $arr mysql_fetch_array
    ($res)) {
    if(
    $arr['id'] == $name) {
    return 
    $arr['username'];
    }
    return 
    '';
    }
    ?>

Page 8 of 21 FirstFirst ... 67891018 ... 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