Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #51  
Old 9th September 2010, 12:50
Wolf Wolf is offline
Member
 
Join Date: Sep 2010
Egypt
Posts: 2
Default Help PLS
/include/benc.php requires the ionCube PHP Loader ioncube_loader_lin_5.2

Last edited by Wolf; 29th December 2010 at 00:20.
Reply With Quote
  #52  
Old 15th October 2010, 14:21
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default ionCube PHP
Site error:
Code:
the file /usr/www/users/bitsto/include/benc.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.
Reply With Quote
  #53  
Old 15th October 2010, 18:49
Phogo's Avatar
Phogo Phogo is offline
VIP
 
Join Date: Jan 2008
United Kingdom
Posts: 902
Default
Quote:
Originally Posted by firefly007 View Post
Site error:
Code:
the file /usr/www/users/bitsto/include/benc.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator.
Install Ioncube loader! Pretty self explanatory!
Reply With Quote
  #54  
Old 16th October 2010, 21:22
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default Msql error
MYSQL ERROR IN FORUM in TSSE 5.6 - WDW Edition

Hi im getting a mysql error when I want to create a thread, help me please other wise everything so far seems to be working
I have imported the data base a told please help!

this is what I get
Code:
An error has occured!
               MySQL Error!
And now when I want to create a forum in ADMIN Panel im or so getting the same error
Code:
An error has occured!
               MySQL Error!
Thanks very much, a very good working copy.

Last edited by firefly007; 16th October 2010 at 22:19.
Reply With Quote
  #55  
Old 14th November 2010, 00:39
Grogz Grogz is offline
Senior Member
 
Join Date: Jun 2010
P2P
Posts: 15
Default
I got blank page on viewnfo.php

i cant see the details on my site, im only get the link :(

whats wrong?
Reply With Quote
  #56  
Old 22nd November 2010, 10:21
djbaxter djbaxter is offline
Member
 
Join Date: Aug 2009
P2P
Posts: 4
Default help
PHP Code:
EROARE SQL
Operand should contain 1 column
(s)in /website/ngo-center.ro/browse.phpline 471 
the code are ok but :(
Reply With Quote
  #57  
Old 22nd November 2010, 12:23
outlander outlander is offline
Senior Member
 
Join Date: Sep 2010
P2P
Posts: 15
Default
will check it out
Reply With Quote
  #58  
Old 24th November 2010, 02:21
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
well
that is very cool job really
but i have freak error

Quote:
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 (); ?>
that appear to me when i try to open the index
after i edit all the requierd files

installation in OS Windows Wamp Server 2.0
any help please
Reply With Quote
  #59  
Old 24th November 2010, 07:43
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
allow short tags!
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #60  
Old 24th November 2010, 17:16
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
Quote:
Originally Posted by joeroberts View Post
allow short tags!

How ? :sorry:
Reply With Quote
Reply

Tags
56 , edition , shares , template , wdw


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 11:13. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.