Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   how to run TSSE v5.6 DECODED on localhost (http://www.bvlist.com/showthread.php?t=4968)

Ecko 15th May 2010 11:51

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

Aegisofwar 15th May 2010 22:29

use the Nulled version

Ecko 15th May 2010 22:47

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 (); ?>


Marco 18th May 2010 19:28

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 :)

Ecko 18th May 2010 22:11

thanks i solved my problem

Ashur 23rd May 2010 04:21

Quote:

Originally Posted by Ecko (Post 23106)
thanks i solved my problem

can you share how you solved it?

Ecko 23rd May 2010 10:55

i Used (XAMPP ) not (WampServer2.0i)

Ecko 14th December 2013 09:35

how i can test TSSE 5.6 on localhost ?
 
how i can test TSSE 5.6 on localhost ?

firefly007 14th December 2013 10:12

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.

Ecko 14th December 2013 12:17

in Windows 7


All times are GMT +2. The time now is 08:47.

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