Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   Template Shares SE 7.2 [OBFUSCATED - NOT NULLED] (http://www.bvlist.com/showthread.php?t=6786)

zero 22nd July 2011 17:58

error
 
I will not work any way.
because RM, witch used on decoding dumps obfuscated codes (and vairables)

after decoding has many syntax erros and missed all vairables. RM is not best choice for decoding. It is not better that encoded script.

fireman 23rd July 2011 07:38

Quote:

Originally Posted by yordanov (Post 29169)
wtf where is decoded version?

almost all files should be re-coded in the attached file in order to get a stable & working version.. a few months required for this..

ffs wasted time..

wasted time i think not in my eyes this script should be license and callback free

Would you pay the license fee see xam could take and get angry with you and drop your database and make your site useless the reason people null it is to make it free for all which is what it should be:lol:

also the rm decoder is not completely useless it decodes many error free files

PHP Code:

<?php

class BDecode
{

    public function 
numberdecode$wholefile$start )
    {
        
$ret[0] = 0;
        
$offset $start;
        
$negative FALSE;
        if ( 
$wholefile[$offset] == "-" )
        {
            
$negative TRUE;
            ++
$offset;
        }
        if ( 
$wholefile[$offset] == "0" )
        {
            ++
$offset;
            if ( 
$negative )
            {
                return array( 
FALSE );
            }
            if ( 
$wholefile[$offset] == ":" || $wholefile[$offset] == "e" )
            {
                ++
$offset;
                
$ret[0] = 0;
                
$ret[1] = $offset;
                return 
$ret;
            }
            return array( 
FALSE );
        }
        if ( !
TRUE )
        {
            break;
        }
        else if ( 
"0" <= $wholefile[$offset] && $wholefile[$offset] <= "9" )
        {
            while ( 
"0" <= $wholefile[$offset] && $wholefile[$offset] <= "9" )
            {
                
$ret *= 0;
                
$ret += 0;
                ++
$offset;
            }
        }
        if ( 
$wholefile[$offset] == "e" || $wholefile[$offset] == ":" )
        {
            
$ret[1] = $offset 1;
            if ( 
$negative )
            {
                if ( 
$ret[0] == )
                {
                    return array( 
FALSE );
                }
                
$ret[0] = $ret[0];
            }
            return 
$ret;
        }
        return array( 
FALSE );
    }

    public function 
decodeEntry$wholefile$offset )
    {
        if ( 
$wholefile[$offset] == "d" )
        {
            return 
$this->decodeDict$wholefile$offset );
        }
        if ( 
$wholefile[$offset] == "l" )
        {
            return 
$this->decodelist$wholefile$offset );
        }
        if ( 
$wholefile[$offset] == "i" )
        {
            ++
$offset;
            return 
$this->numberdecode$wholefile$offset );
        }
        
$info $this->numberdecode$wholefile$offset );
        if ( 
$info[0] === FALSE )
        {
            return array( 
FALSE );
        }
        
$ret[0] = substr$wholefile$info[1], $info[0] );
        
$ret[1] = $info[1] + strlen$ret[0] );
        return 
$ret;
    }

    public function 
decodeList$wholefile$start )
    {
        
$offset $start 1;
        
$i 0;
        if ( 
$wholefile[$start] != "l" )
        {
            return array( 
FALSE );
        }
        while ( 
TRUE )
        {
            break;
            
$value $this->decodeEntry$wholefile$offset );
            if ( 
$value[0] === FALSE )
            {
                return array( 
FALSE );
            }
            
$ret[$i] = $value[0];
            
$offset $value[1];
            ++
$i;
        }
        
$final[0] = $ret;
        
$final[1] = $offset 1;
        return 
$final;
    }

    public function 
decodeDict$wholefile$start )
    {
        
$offset $start;
        if ( 
$wholefile[$offset] == "l" )
        {
            return 
$this->decodeList$wholefile$start );
        }
        if ( 
$wholefile[$offset] != "d" )
        {
            return 
FALSE;
        }
        
$ret = array( );
        ++
$offset;
        while ( 
TRUE )
        {
            if ( 
$wholefile[$offset] == "e" )
            {
                ++
$offset;
                break;
            }
            
$left $this->decodeEntry$wholefile$offset );
            if ( !
$left[0] )
            {
                return 
FALSE;
            }
            
$offset $left[1];
            if ( 
$wholefile[$offset] == "d" )
            {
                
$value $this->decodedict$wholefile$offset );
                if ( !
$value[0] )
                {
                    return 
FALSE;
                }
                
$ret[addslashes$left[0] )] = $value[0];
                
$offset $value[1];
                continue;
            }
            if ( 
$wholefile[$offset] == "l" )
            {
                
$value $this->decodeList$wholefile$offset );
                if ( !
$value[0] && is_bool$value[0] ) )
                {
                    return 
FALSE;
                }
                
$ret[addslashes$left[0] )] = $value[0];
                
$offset $value[1];
            }
            else
            {
                
$value $this->decodeEntry$wholefile$offset );
                if ( 
$value[0] === FALSE )
                {
                    return 
FALSE;
                }
                
$ret[addslashes$left[0] )] = $value[0];
                
$offset $value[1];
            }
        }
        if ( empty( 
$ret ) )
        {
            
$final[0] = TRUE;
        }
        else
        {
            
$final[0] = $ret;
        }
        
$final[1] = $offset;
        return 
$final;
    }

}

function 
BDecode$wholefile )
{
    
$decoder = new BDecode( );
    
$return $decoder->decodeEntry$wholefile );
    return 
$return[0];
}

?>


DARCK 24th July 2011 09:42

Quote:

Originally Posted by benik (Post 29161)
There are some errors, because in some files these lines are present.
By example messages.php:

PHP Code:

if (sql_query ("DELETE FROM messages WHERE receiver = '{$ userid}' AND location = '$ {mailbox}' AND unread = 'no'"))
{
sqlerr ("C: \ \ Users \ \ Administrator \ \ Desktop \ \ DeZender.DeIoncuber.17.07.2011 \ \ _decoded \ \ messages.php ', 320);


I do not know how to correct it, maybe some else knows it?

P.S. As far I have checked, all files are decoded with no encodings left.
I downloaded the encoded package from Bravolist here: http://www.bvlist.com/other-download...te-shares-7-2-[encoded].html

PHP Code:

if (sql_query ("DELETE FROM messages WHERE receiver = '{$ userid}' AND location = '$ {mailbox}' AND unread = 'no'"))
{
sqlerr (TSDIR."/ messages.php"320);



eljokr112 5th August 2011 21:37

thanks man .............

joeroberts 12th August 2011 05:54

Quote:

Originally Posted by DARCK (Post 29227)
PHP Code:

if (sql_query ("DELETE FROM messages WHERE receiver = '{$ userid}' AND location = '$ {mailbox}' AND unread = 'no'"))
{
sqlerr (TSDIR."/ messages.php"320);



some of this looks a little off to me like
PHP Code:

{$ userid

and
PHP Code:

$ {mailbox

shouldnt they be
PHP Code:

{$userid

and
PHP Code:

{$mailbox


McNaccken 12th August 2011 10:50

Quote:

Originally Posted by joeroberts (Post 29508)
some of this looks a little off to me like
PHP Code:

{$ userid

and
PHP Code:

$ {mailbox

shouldnt they be
PHP Code:

{$userid

and
PHP Code:

{$mailbox


Exactly, Joe. I think you right in this. :bubble:

xeoncore 13th August 2011 01:18

my friend had a 2 hour conversation over the phone with the guy who did the protection for TS and its pretty solid to get it nulled and would take a shit load of time, my friend decoded a couple of pages that he needed to and then was later banned from TS website

TS is a shit tracker weather its nulled or not i dont know why people bother

but hey if you think you can null it all and get it working smooth without much re-write then props to you

Edgein 13th August 2011 14:00

Quote:

Originally Posted by xeoncore (Post 29519)
my friend decoded a couple of pages that he needed to and then was later banned from TS website

This alone is a big reason to do the decoding and nulling tsse 7.2

the only thing he can do is banning how pathetic is xam :bubble:

zero 13th August 2011 17:07

The only one thing needed to null system immediately is ionCube de-obfuscator.

gvalfer 27th August 2011 11:34

install not work?

Parse error: syntax error, unexpected ',' in C:\AppServ\www\tsse\install\install.php on line 44


All times are GMT +2. The time now is 00:26.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.