Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #31  
Old 12th May 2010, 22:48
Ecko's Avatar
Ecko Ecko is offline
Senior Member
 
Join Date: Apr 2010
Egypt
Posts: 69
Default
when i test it on my local host on my pc i found this error

and i delete .htaccess file

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 (); ?>
i install this version fron insall.php file and it's working
Reply With Quote
  #32  
Old 7th June 2010, 12:57
danezuxxl danezuxxl is offline
Member
 
Join Date: Feb 2009
P2P
Posts: 5
Default please help
Click the image to open in full size.
Reply With Quote
  #33  
Old 7th June 2010, 18:16
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Smile lol
Quote:
Originally Posted by danezuxxl View Post
well with the looks of it you have put someone to staff with adding the to staffteam with a :name98, its a must to do it like this :name id 35,:man1 id1.:mane2d167, so it should look like this :falcom45,:wss78, remembers to add id in it with a , then go to users profile set to what staff you want then you be ok

or you put name of user in and id of user in add staff team you will see a fined user edit there profile you will see the id and user name just add them then put then to staff in there profile when set in staff team all done then easy as 123

Quote:
Originally Posted by Ecko View Post
when i test it on my local host on my pc i found this error

and i delete .htaccess file

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 (); ?>
i install this version fron insall.php file and it's working
did you cmod to 777 plug ins and do not del the htaccess as you need it to run thigs should put it back on

Quote:
Originally Posted by AJ1804 View Post
Hello mmisu120000, when creating the database (using phpmyadmin) for the import of the wdw56.sql file, do you make it a collation database with
connection collation: utf8_general_ci ?
Sorry if this is a noob question i don't know much about sql database stuff...
ok you make db and user name and password you do not need to add the db as it will go in for you as soon as you have done the install cmoding to 777 and you do not need to reboot the server at all as the db will be there as soon as install as been done easy as 1234567890
Reply With Quote
  #34  
Old 19th June 2010, 22:50
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
Installer attached

changed scrape to work tested and working ;)
Attached Images
 
Attached Files
File Type: zip install_.zip (97.2 KB, 393 views)
File Type: php scrape.php (1.6 KB, 341 views)

Last edited by Nightcrawler; 22nd June 2010 at 17:08.
Reply With Quote
The Following 2 Users Say Thank You to Nightcrawler For This Useful Post:
DAKz (20th May 2011), FENIX (8th May 2013)
  #35  
Old 23rd June 2010, 14:38
Conjo Conjo is offline
Senior Member
 
Join Date: Mar 2009
P2P
Posts: 30
Default
Quote:
Originally Posted by Nightcrawler View Post
Installer attached :)

changed scrape to work tested and working ;)

New scrape Great!!

That i was looking for, giving it a test right now.

PS. Hopefully it works for 5.4.1 also.


Update:

To bad...seems not to work on 5.4.1

Anyone knows how to make it work?

Last edited by Conjo; 23rd June 2010 at 15:58.
Reply With Quote
  #36  
Old 23rd June 2010, 19:30
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
what error do u get I have found this script to be very temperamental on different types of servers :)
Reply With Quote
  #37  
Old 23rd June 2010, 19:46
Conjo Conjo is offline
Senior Member
 
Join Date: Mar 2009
P2P
Posts: 30
Default
Quote:
Originally Posted by Nightcrawler View Post
what error do u get I have found this script to be very temperamental on different types of servers :)

Just like told before.. torrent is working but no seeders in the 'seeders' on the client..but somehow i think it's in announce.php becouse as far as i can see scrape isn't used on a tracker announce..

TSSE is the only script that has these problems.. any other script like tbdev dosn't show this problem..

My tracker has over 4500 users near 9000 torrents and a average of 13000 peers.

but when i look in my own seeds almost every torrent has no 'seeder' in the torrent client and the site tells a different story.

So.. beat me .. i'am not a programmer but there must be something wrong in the announce,functions_announce or functions_announce2.

Kind regards,

Conjo

Oh yeah..
I'am using 5.4.1 on a Godaddy V-dedicated server width CentOS.
Reply With Quote
  #38  
Old 23rd June 2010, 19:51
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
Its weird cos in my localhost (windows) and my vps (centos) it work perfect. But in my (centos) dedicated with ispconfig its not working I get a decoding error
Reply With Quote
  #39  
Old 23rd June 2010, 19:57
Conjo Conjo is offline
Senior Member
 
Join Date: Mar 2009
P2P
Posts: 30
Default
Quote:
Originally Posted by Nightcrawler View Post
Its weird cos in my localhost (windows) and my vps (centos) it work perfect. But in my (centos) dedicated with ispconfig its not working I get a decoding error
I just get lots of this crap in /var/log/httpd/error_log

Code:
Failed loading /home/****/public_html/ioncube/ioncube_loader_lin_5.2.so:  /home/****/public_html/ioncube/ioncube_loader_lin_5.2.so: undefined symbol: zend_compile_string
But ioncube is installed and working.
Reply With Quote
  #40  
Old 23rd June 2010, 20:19
Nightcrawler's Avatar
Nightcrawler Nightcrawler is offline
Senior Member
 
Join Date: Oct 2009
P2P
Posts: 97
Default
see if u have this line in your announce.php if so try changing it. http://bvlist.com/template-shares/51...ttp-500-a.html
Reply With Quote
Reply

Tags
56 , edition , shares , template , wdw

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.4.1 - Genre Mod Edition mmisu120000 Template Shares 156 18th January 2017 23:12
FTS 1.1 Bug Fix Edition Phogo Free Torrent Source 45 16th March 2014 09:08
[TSSE 5.x] Casino TorrentSE.net Edition wildboy211 Mods & Themes 6 31st October 2010 20:58
TSSE v5.4.1 - Genre Mod Edition dean winchester Template Shares 4 2nd January 2010 23:38
TSSE v5.4.1 Genre Mod Edition (RADIO MOD REQUEST) deanguk Template Shares 2 1st September 2009 17:49



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