Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #1  
Old 15th May 2010, 11:51
Ecko's Avatar
Ecko Ecko is offline
Senior Member
 
Join Date: Apr 2010
Egypt
Posts: 69
Unhappy how to run TSSE v5.6 DECODED on localhost
how to run TSSE v5.6 DECODED on localhost

cuz i have a lot of error in this and i cant run it for test
Reply With Quote
  #2  
Old 15th May 2010, 22:29
Aegisofwar Aegisofwar is offline
Member
 
Join Date: Feb 2009
Default
Posts: 2
Default
use the Nulled version
Reply With Quote
  #3  
Old 15th May 2010, 22:47
Ecko's Avatar
Ecko Ecko is offline
Senior Member
 
Join Date: Apr 2010
Egypt
Posts: 69
Default
this null

( TSSE v5.6 DECODED (NULLED BY Nightcrawler))


all i want know how cuz i have error

Code:
load ('index');   require_once INC_PATH . '/plugins/ts_plugin_config.php';   $defaulttemplate = ts_template ();   $is_mod = is_mod ($usergroups);   stdhead (sprintf ($lang->index['welcome'], $SITENAME), TRUE, 'collapse', '');   $_header = ' ';   $_footer = '                               ';   $_div = '      {3}                                                                         {1}                     ' . $_title_bracket . ' {2}                                                                                      {4}                                             
 '; 

$_left_header = array ('', ''); $_middle_header = array ('', ''); $_right_header = array ('', ''); $_curuser_usergroup = ((!$CURUSER['usergroup'] OR !$CURUSER) ? '[0]' : '[' . $CURUSER['usergroup'] . ']'); $_contents = $_header; require_once TSDIR . '/' . $cache . '/plugins.php'; if (0 < 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]' AND $_curuser_usergroup === '[0]')) { $show_content = true; } else { if (($_perm_1 === '[all]' OR strstr ($_perm_1, $_curuser_usergroup))) { $show_content = true; } } if ($show_content) { if ($_results['content'] != '') { $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), $_results['content']), $_div); continue; }

 else { if (file_exists (INC_PATH . '/plugins/' . $_results['name'] . '.php')) { include_once INC_PATH . '/plugins/' . $_results['name'] . '.php'; $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), ${$_results['name']}), $_div); continue; } continue; } continue; } } $_contents .= $_left_header[1]; unset ($Plugins_LEFT); unset ($_perm_1); } $show_content = false; if (0 < count ($Plugins_MIDDLE)) { $__width = $_left_plugin_width * 2 + 130; $__cute = 180; $_contents .= $_middle_header[0]; foreach ($Plugins_MIDDLE as $_results) { $show_content = false; $_perm_2 = $_results['permission']; if (($_perm_2 === '[guest]' AND $_curuser_usergroup === '[0]')) { $show_content = true; } else { if (($_perm_2 === '[all]' OR strstr ($_perm_2, $_curuser_usergroup))) { $show_content = true; } } if ($show_content) { if ($_results['content'] != '') { $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), $_results['content']), $_div); continue; } 

else { if (file_exists (INC_PATH . '/plugins/' . $_results['name'] . '.php')) { include_once INC_PATH . '/plugins/' . $_results['name'] . '.php'; $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), ${$_results['name']}), $_div); continue; } continue; } continue; } } $_contents .= $_middle_header[1]; unset ($Plugins_MIDDLE); unset ($_perm_2); } $show_content = false; if (0 < 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]' AND $_curuser_usergroup === '[0]')) { $show_content = true; } else { if (($_perm_3 === '[all]' OR strstr ($_perm_3, $_curuser_usergroup))) { $show_content = true; } } if ($show_content) { if ($_results['content'] != '') { $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), $_results['content']), $_div); continue; }

 else { if (file_exists (INC_PATH . '/plugins/' . $_results['name'] . '.php')) { include_once INC_PATH . '/plugins/' . $_results['name'] . '.php'; $_contents .= str_replace (array ('{1}', '{2}', '{3}', '{4}'), array (ts_collapse (str_replace (' ', '_', $_results['name']), 1), $_results['description'], ts_collapse (str_replace (' ', '_', $_results['name']), 2), ${$_results['name']}), $_div); continue; } continue; } continue; } } $_contents .= $_right_header[1]; unset ($Plugins_RIGHT); unset ($_perm_3); } echo $_contents . $_footer; stdfoot (); ?>
Reply With Quote
  #4  
Old 18th May 2010, 19:28
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default hi
i put for testing ts 5.6 nightcrawler and work fine....what kind of apache &mysql server you use?


i recommend for all beginners xampp
or for advance users appserv (both work fine) apsserv install is a little bit difficult ....comparing with xampp installer version ;)

i hope solve your problem :)
Reply With Quote
  #5  
Old 18th May 2010, 22:11
Ecko's Avatar
Ecko Ecko is offline
Senior Member
 
Join Date: Apr 2010
Egypt
Posts: 69
Default
thanks i solved my problem
Reply With Quote
  #6  
Old 23rd May 2010, 04:21
Ashur's Avatar
Ashur Ashur is offline
Senior Member
 
Join Date: Jun 2008
Posts: 523
Default
Quote:
Originally Posted by Ecko View Post
thanks i solved my problem
can you share how you solved it?
__________________
Say NO to private tracking
Running TorrentHoster 2.5 on IraqiGate.org
Reply With Quote
  #7  
Old 23rd May 2010, 10:55
Ecko's Avatar
Ecko Ecko is offline
Senior Member
 
Join Date: Apr 2010
Egypt
Posts: 69
Default
i Used (XAMPP ) not (WampServer2.0i)
Reply With Quote
  #8  
Old 14th December 2013, 09:35
Ecko's Avatar
Ecko Ecko is offline
Senior Member
 
Join Date: Apr 2010
Egypt
Posts: 69
Default how i can test TSSE 5.6 on localhost ?
how i can test TSSE 5.6 on localhost ?
Reply With Quote
  #9  
Old 14th December 2013, 10:12
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
localhost? on where Windows or Linux?

In linux/Apache your localhost/127.0.0.1 will by default in var/www, you can change it to point to where you would like.
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #10  
Old 14th December 2013, 12:17
Ecko's Avatar
Ecko Ecko is offline
Senior Member
 
Join Date: Apr 2010
Egypt
Posts: 69
Default
in Windows 7
Reply With Quote
Reply

Tags
56 , decoded , localhost , run , test , tsse , v56

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
TSSE v5.6 DECODED (NULLED BY Nightcrawler) Nightcrawler Template Shares 422 19th September 2022 17:04
TSSE v5.6 DECODED (NOT NULLED) Fynnon Template Shares 86 15th January 2019 19:56
TSSE v6.2 [Partially Decoded] zero Downloads 8 20th February 2010 05:29
TSSE Full Nulled and Decoded. Moh.ElBaz Template Shares 16 16th July 2009 16:57
TSSE v5.4.1 Fully Decoded [Not Nulled] DrNet Downloads 44 3rd April 2009 10:05



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