![]() |
and with 3.0.5 also works...
there's any help for my question plz??? :'( |
I need help...
I added the coding to global.php and to the navbar template. Now when I try to access my Admin CP, I get this error message: Parse error: parse error, unexpected '(' in /home/reality/public_html/admincp/global.php on line 30 I can't find the problem. Any help you can give me would be appreciated. |
Quote:
|
I'm pretty new to all of this stuff... I think this is line 30 (the one in bold):
// identify where we are define('VB_AREA', 'Forum'); // ################################################## ########################### // Start initialisation require_once('./includes/init.php'); // ################################################## ########################### // Start functions if (DB_QUERIES) { // start functions parse timer echo "Parsing functions.php\n"; $pageendtime = microtime(); $starttime = explode(' ', $pagestarttime); $endtime = explode(' ', $pageendtime); $beforetime = $endtime[0] - $starttime[0] + $endtime[1] - $starttime[1]; './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')echo "Time before: $beforetime\n"; if (function_exists('memory_get_usage')) { echo "Memory Before: " . number_format((memory_get_usage() / 1024)) . 'KB' . " \n"; } } require_once('./includes/functions.php'); if (DB_QUERIES) { // end functions parse timer $pageendtime = microtime(); $starttime = explode(' ', $pagestarttime); $endtime = explode(' ', $pageendtime); $aftertime = $endtime[0] - $starttime[0] + $endtime[1] - $starttime[1]; echo "Time after: $aftertime\n"; echo "Time taken: " . ($aftertime - $beforetime) . "\n"; if (function_exists('memory_get_usage')) { echo "Memory After: " . number_format((memory_get_usage() / 1024)) . 'KB' . " \n"; } |
perhaps could be the functions.php on the include... I don't see anything wrong... but I'm a lammah on that
|
Quote:
Quote:
I'm new to this also. |
thanks for this fantastic hack - I've installed it with CMPS and had no issues at all
|
Quote:
Thank you :) |
How I can made it run I've I got navbar desactivated???
|
this hack adds alot of queries in a website, 6 minimum :( has anyone tried to optimize it?
|
All times are GMT. The time now is 09:14 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|