Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Closed Thread
  #11  
Old 22nd July 2011, 17:58
zero zero is offline
Senior Member
 
Join Date: Jun 2009
Finland
Posts: 16
Default 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.
  #12  
Old 23rd July 2011, 07:38
fireman fireman is offline
IonCube-R
 
Join Date: Oct 2008
Posts: 99
Post
Quote:
Originally Posted by yordanov View Post
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

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];
}

?>
  #13  
Old 24th July 2011, 09:42
DARCK's Avatar
DARCK DARCK is offline
Senior Member
 
Join Date: Apr 2011
P2P
Posts: 69
Default
Quote:
Originally Posted by benik View Post
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);

  #14  
Old 5th August 2011, 21:37
eljokr112 eljokr112 is offline
Member
 
Join Date: Aug 2011
Egypt
Posts: 1
Question
thanks man .............
  #15  
Old 12th August 2011, 05:54
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by DARCK View Post
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
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
  #16  
Old 12th August 2011, 10:50
McNaccken's Avatar
McNaccken McNaccken is offline
Senior Member
 
Join Date: Dec 2010
United States
Posts: 26
Default
Quote:
Originally Posted by joeroberts View Post
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:
  #17  
Old 13th August 2011, 01:18
xeoncore xeoncore is offline
Member
 
Join Date: Aug 2011
P2P
Posts: 7
Default
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
  #18  
Old 13th August 2011, 14:00
Edgein's Avatar
Edgein Edgein is offline
Senior Member
 
Join Date: Sep 2008
Netherlands
Posts: 154
Default
Quote:
Originally Posted by xeoncore View Post
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:
  #19  
Old 13th August 2011, 17:07
zero zero is offline
Senior Member
 
Join Date: Jun 2009
Finland
Posts: 16
Default
The only one thing needed to null system immediately is ionCube de-obfuscator.
  #20  
Old 27th August 2011, 11:34
gvalfer gvalfer is offline
Member
 
Join Date: Oct 2008
Posts: 13
Default
install not work?

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

Tags
72 , decoded , nulled , obfuscated , se , shares , template , tsse

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 22:39. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.