Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #41  
Old 07-01-12, 12:19
gangstar's Avatar
Member
 
Join Date: Jan 2012
Georgia
Posts: 2
Activity Longevity
0/20 5/20
Today Posts
0/3 ssssssss2
Default
is anywhere its example?
Reply With Quote
  #42  
Old 20-01-12, 05:47
hamadafrist's Avatar
Member
 
Join Date: Jul 2011
Egypt
Posts: 1
Activity Longevity
0/20 7/20
Today Posts
0/3 ssssssss1
Question
i want to ride on the server version of a local de
apatchy
Reply With Quote
  #43  
Old 02-03-12, 23:20
dj_otrov's Avatar
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 60
Activity Longevity
0/20 5/20
Today Posts
0/3 sssssss60
Default LICENSE KEY
LICENSE KEY ????
Reply With Quote
  #44  
Old 03-03-12, 01:16
Krypto's Avatar
FreeTSP Developer
 
Join Date: Jan 2008
P2P
Posts: 404
Activity Longevity
8/20 19/20
Today Posts
0/3 ssssss404
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.
__________________


Please DO NOT "PM" me for Personal Support!! Keep all questions on the board so all can benefit.

Reply With Quote
  #45  
Old 23-07-12, 23:40
merak's Avatar
Senior Member
 
Join Date: Mar 2008
Posts: 17
Activity Longevity
0/20 19/20
Today Posts
0/3 sssssss17
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; 24-07-12 at 00:16.
Reply With Quote
  #46  
Old 27-07-12, 20:45
dj_otrov's Avatar
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 60
Activity Longevity
0/20 5/20
Today Posts
0/3 sssssss60
Angry no seriall
Serial ???
Reply With Quote
  #47  
Old 28-07-12, 00:37
merak's Avatar
Senior Member
 
Join Date: Mar 2008
Posts: 17
Activity Longevity
0/20 19/20
Today Posts
0/3 sssssss17
Default
i think i can decode it at last
Reply With Quote
  #48  
Old 28-07-12, 04:00
Joe's Avatar
Joe Joe is offline
Senior Member
 
Join Date: Apr 2010
P2P
Posts: 67
Activity Longevity
6/20 12/20
Today Posts
0/3 sssssss67
Default
Well I think you need to reverse engineer it .. Maybe wrong but if you try it I bet it works
Reply With Quote
  #49  
Old 29-07-12, 22:22
dj_otrov's Avatar
Senior Member
 
Join Date: Jan 2012
Bulgaria
Posts: 60
Activity Longevity
0/20 5/20
Today Posts
0/3 sssssss60
Default error
http://www.balkantorrent.info/instal...all.php?step=2

SCRIPT ERROR: MYSQL - NO RESULT FOUND!

Please enter your LICENSE KEY:
Reply With Quote
  #50  
Old 30-07-12, 07:26
x360zone's Avatar
Support
 
Join Date: Jul 2011
United Kingdom
Posts: 771
Activity Longevity
8/20 7/20
Today Posts
0/3 ssssss771
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
__________________
https://btmanager.com
future tracker source
https://www.wild-bytes.com
trackers installs + Themes Running btmanager
https://www.foxyhosting.co.uk
offshore vps & cpanel hosting & Shoutcast & VPN



Reply With Quote
Reply

Tags
encoded , shares , template , v70

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
TS SE v6.2 Encoded mixatoz Downloads 8 22-08-12 17:44
TSSE 5.5 RELEASE [ENCODED] Dragan3591 Downloads 12 15-06-10 00:05
TSSE v5.4.1 [ENCODED] Fynnon Downloads 14 19-03-10 19:08
TSSE v5.7 ENCODED ShmidtxXx Downloads 13 26-06-09 00:51
TSSE v5.6 [ENCODED] DrNet Downloads 7 31-03-09 00:50



All times are GMT +2. The time now is 03:52. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.