Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Template Shares 5.6 - WDW Edition (http://www.bvlist.com/showthread.php?t=4720)

Wolf 9th September 2010 12:50

Help PLS
 
/include/benc.php requires the ionCube PHP Loader ioncube_loader_lin_5.2

firefly007 15th October 2010 14:21

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.

Phogo 15th October 2010 18:49

Quote:

Originally Posted by firefly007 (Post 25156)
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!

firefly007 16th October 2010 21:22

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.:drink:

Grogz 14th November 2010 00:39

I got blank page on viewnfo.php :sad:

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

whats wrong?

djbaxter 22nd November 2010 10:21

help
 
PHP Code:

EROARE SQL
Operand should contain 1 column
(s)in /website/ngo-center.ro/browse.phpline 471 

the code are ok but :(

outlander 22nd November 2010 12:23

will check it out

Mahmoud 24th November 2010 02:21

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

joeroberts 24th November 2010 07:43

allow short tags!

Mahmoud 24th November 2010 17:16

Quote:

Originally Posted by joeroberts (Post 25819)
allow short tags!


How ? :sorry:


All times are GMT +2. The time now is 05:25.

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