Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Closed Thread
Thread Tools
  #41  
Old 7th January 2012, 13:19
gangstar gangstar is offline
Member
 
Join Date: Jan 2012
Georgia
Posts: 2
Default
is anywhere its example?
  #42  
Old 20th January 2012, 06:47
hamadafrist hamadafrist is offline
Member
 
Join Date: Jul 2011
Egypt
Posts: 5
Question
i want to ride on the server version of a local de
apatchy
  #43  
Old 3rd March 2012, 00:20
dj_otrov's Avatar
dj_otrov dj_otrov is offline
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 142
Default LICENSE KEY
LICENSE KEY ????
  #44  
Old 3rd March 2012, 02:16
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Quote:
Originally Posted by dj_otrov View Post
LICENSE KEY ????
Did you actually bother to read the posts in this thread?

The Files are still ENCODED and need to be NULLED.
  #45  
Old 23rd July 2012, 23:40
merak merak is offline
Member
 
Join Date: Mar 2008
Posts: 14
Default
i think i finaly made it have a look
index.php
PHP Code:
<?php
define
"THIS_SCRIPT""index.php" );
define"TS_PLUGIN_VERSION""1.4.6 by xam" );
define"IN_PLUGIN_SYSTEM"true );
require( 
"global.php" );
gzip( );
dbconntrue );
maxsysop( );
if ( 
$ref == "yes" )
{
    
$uref = !empty( $_SERVER['HTTP_REFERER'] ) ? htmlspecialchars_uni$_SERVER['HTTP_REFERER'] ) : "";
    if ( !empty( 
$uref ) && !preg_match"/".basename$_SERVER['HTTP_HOST'] )."/i"$uref ) && ( empty( $_COOKIE['referrer'] ) || $_COOKIE['referrer'] != $uref ) )
    {
        
setcookie"referrer"$urefTIMENOW 3600 );
        
sql_query"REPLACE INTO referrer set referrer_url = ".sqlesc$uref ) );
    }
}
$lang->load"index" );
require( 
INC_PATH."/plugins/ts_plugin_config.php" );
$is_mod is_mod$usergroups );
stdheadsprintf$lang->index['welcome'], $SITENAME ), true"collapse""<script type=\"text/javascript\" src=\"./scripts/quick_editor.js?v=".O_SCRIPT_VERSION."\"></script>" );
$_header "\r\n<table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\r\n\t<tbody>\r\n\t\t<tr valign=\"top\">\r\n";
$_footer "\r\n\t\t</tr>\r\n\t</tbody>\r\n</table>\r\n";
$_div "\r\n<div style=\"padding-bottom: ".$_div_padding_bottom.";\">\r\n\t<table align=\"center\" border=\"0\" cellpadding=\"6\" cellspacing=\"0\" width=\"100%\">\r\n\t\t<thead>\r\n\t\t\t<tr>\r\n\t\t\t\t<td class=\"thead\" colspan=\"0\">\r\n\t\t\t\t\t{1}\r\n\t\t\t\t\t<span class=\"smalltext\"><strong>".$_title_bracket." {2}</strong></span>\r\n\t\t\t\t</td>\r\n\t\t\t</tr>\r\n\t\t</thead>\r\n\t\t{3}\r\n\t\t\t<tr>\r\n\t\t\t\t<td>\r\n\t\t\t\t\t{4}\r\n\t\t\t\t</td>\r\n\t\t\t</tr>\r\n\t\t</tbody>\r\n\t</table>\r\n</div>\r\n";
$_left_header = array( "<td style=\"padding-right: ".$_left_plugin_padding_right.";\" width=\"".$_left_plugin_width."\" class=\"none\">""</td>" );
$_middle_header = array( "<td valign=\"top\" class=\"none\">""</td>" );
$_right_header = array( "<td style=\"padding-left: ".$_right_plugin_padding_left."\" valign=\"top\" width=\"".$_right_plugin_width."\" class=\"none\">""</td>" );
$_curuser_usergroup = !$CURUSER['usergroup'] || !$CURUSER "[0]" "[".$CURUSER['usergroup']."]";
$_contents $_header;
require( 
TSDIR."/".$cache."/plugins.php" );
$show_content false;
if ( 
count$Plugins_LEFT ) )
{
    
$__width $_left_plugin_width 10;
    
$__cute 20;
    
$_contents .= $_left_header[0];
    foreach ( 
$Plugins_LEFT as $_results )
    {
        
$show_content false;
        
$_perm_1 $_results['permission'];
        if ( 
$_perm_1 === "[guest]" && $_curuser_usergroup === "[0]" )
        {
            
$show_content true;
        }
        else if ( 
$_perm_1 === "[all]" || strstr$_perm_1$_curuser_usergroup ) )
        {
            
$show_content true;
        }
        if ( !
$show_content )
        {
            continue;
        }
        else if ( 
$_results['content'] != "" )
        {
            
$_contents .= str_replace( array( "{1}""{2}""{3}""{4}" ), array( ts_collapsestr_replace" ""_"$_results['name'] ), ), $_results['description'], ts_collapsestr_replace" ""_"$_results['name'] ), ), $_results['content'] ), $_div );
        }
        else if ( 
file_existsINC_PATH."/plugins/".$_results['name'].".php" ) )
        {
            include_once( 
INC_PATH."/plugins/".$_results['name'].".php" );
            
$_contents .= str_replace( array( "{1}""{2}""{3}""{4}" ), array( ts_collapsestr_replace" ""_"$_results['name'] ), ), $_results['description'], ts_collapsestr_replace" ""_"$_results['name'] ), ), $$_results['name'] ), $_div );
        }
    }
    
$_contents .= $_left_header[1];
    unset( 
$Plugins_LEFT );
    unset( 
$_perm_1 );
}
$show_content false;
if ( 
count$Plugins_MIDDLE ) )
{
    
$__width $_left_plugin_width 130;
    
$__cute 180;
    
$_contents .= $_middle_header[0];
    foreach ( 
$Plugins_MIDDLE as $_results )
    {
        
$show_content false;
        
$_perm_2 $_results['permission'];
        if ( 
$_perm_2 === "[guest]" && $_curuser_usergroup === "[0]" )
        {
            
$show_content true;
        }
        else if ( 
$_perm_2 === "[all]" || strstr$_perm_2$_curuser_usergroup ) )
        {
            
$show_content true;
        }
        if ( !
$show_content )
        {
            continue;
        }
        else if ( 
$_results['content'] != "" )
        {
            
$_contents .= str_replace( array( "{1}""{2}""{3}""{4}" ), array( ts_collapsestr_replace" ""_"$_results['name'] ), ), $_results['description'], ts_collapsestr_replace" ""_"$_results['name'] ), ), $_results['content'] ), $_div );
        }
        else if ( 
file_existsINC_PATH."/plugins/".$_results['name'].".php" ) )
        {
            include_once( 
INC_PATH."/plugins/".$_results['name'].".php" );
            
$_contents .= str_replace( array( "{1}""{2}""{3}""{4}" ), array( ts_collapsestr_replace" ""_"$_results['name'] ), ), $_results['description'], ts_collapsestr_replace" ""_"$_results['name'] ), ), $$_results['name'] ), $_div );
        }
    }
    
$_contents .= $_middle_header[1];
    unset( 
$Plugins_MIDDLE );
    unset( 
$_perm_2 );
}
$show_content false;
if ( 
count$Plugins_RIGHT ) )
{
    
$__width $_right_plugin_width 10;
    
$__cute 20;
    
$_contents .= $_right_header[0];
    foreach ( 
$Plugins_RIGHT as $_results )
    {
        
$show_content false;
        
$_perm_3 $_results['permission'];
        if ( 
$_perm_3 === "[guest]" && $_curuser_usergroup === "[0]" )
        {
            
$show_content true;
        }
        else if ( 
$_perm_3 === "[all]" || strstr$_perm_3$_curuser_usergroup ) )
        {
            
$show_content true;
        }
        if ( !
$show_content )
        {
            continue;
        }
        else if ( 
$_results['content'] != "" )
        {
            
$_contents .= str_replace( array( "{1}""{2}""{3}""{4}" ), array( ts_collapsestr_replace" ""_"$_results['name'] ), ), $_results['description'], ts_collapsestr_replace" ""_"$_results['name'] ), ), $_results['content'] ), $_div );
        }
        else if ( 
file_existsINC_PATH."/plugins/".$_results['name'].".php" ) )
        {
            include_once( 
INC_PATH."/plugins/".$_results['name'].".php" );
            
$_contents .= str_replace( array( "{1}""{2}""{3}""{4}" ), array( ts_collapsestr_replace" ""_"$_results['name'] ), ), $_results['description'], ts_collapsestr_replace" ""_"$_results['name'] ), ), $$_results['name'] ), $_div );
        }
    }
    
$_contents .= $_right_header[1];
    unset( 
$Plugins_RIGHT );
    unset( 
$_perm_3 );
}
echo 
$_contents.$_footer;
stdfoot( );
?>

Last edited by merak; 24th July 2012 at 00:16.
  #46  
Old 27th July 2012, 20:45
dj_otrov's Avatar
dj_otrov dj_otrov is offline
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 142
Angry no seriall
Serial ???
  #47  
Old 28th July 2012, 00:37
merak merak is offline
Member
 
Join Date: Mar 2008
Posts: 14
Default
i think i can decode it at last
  #48  
Old 28th July 2012, 04:00
Joe Joe is offline
Senior Member
 
Join Date: Apr 2010
P2P
Posts: 167
Default
Well I think you need to reverse engineer it .. Maybe wrong but if you try it I bet it works
  #49  
Old 29th July 2012, 22:22
dj_otrov's Avatar
dj_otrov dj_otrov is offline
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 142
Default error
http://www.balkantorrent.info/instal...all.php?step=2

SCRIPT ERROR: MYSQL - NO RESULT FOUND!

Please enter your LICENSE KEY:
  #50  
Old 30th July 2012, 07:26
x360zone's Avatar
x360zone x360zone is offline
Senior Member
 
Join Date: Jul 2011
United Kingdom
Posts: 915
Default lol
your having a laugh aint you been here around 6 months and nothing but gibberish threads and posts well who thought it wouldnt install and run proper gogo give your head a wobble lad and find another hobby
__________________

7.5 tsse
future tracker source & hosting, vps
trackers installs + Themes
http://www.foxyhosting.co.uk
http://www.downmy.top testing zone
offshore vps & cpanel hosting & Shoutcast & VPN
STOP cyberbullying
any setups tracker installs vps hosting vps setups themes mods hit me up
over the last three months ive become a snake breeder,pythons,hogs,boa,corn,rat,king,carpet and what joy it is


Closed Thread

Tags
encoded , shares , template , v70


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
TSSE v5.4.1 [ENCODED] Fynnon Template Shares 15 18th January 2019 17:33
TSSE v5.7 ENCODED ShmidtxXx Template Shares 15 7th October 2017 14:47
TS SE v6.2 Encoded mixatoz Downloads 8 22nd August 2012 17:44
TSSE 5.5 RELEASE [ENCODED] Dragan3591 Downloads 12 15th June 2010 00:05
TSSE v5.6 [ENCODED] DrNet Downloads 7 31st March 2009 00:50



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