Hello guys,
Sorry if it's been answered before but i couldn't find anything similar. I have a problem, i'm trying to install vbstatistic in the vbulletin 3.5.3 and i had 2 problems:
1) in the admincp/index.php there is no line like in the installation file:
Quote:
-----------------------
search for:
-----------------------
$printhr = false;
if (can_administer('canadminstyles'))
{
|
i added the lines
Code:
//##### Statistic 3 by PcFreak START #####
$printhr = true;
construct_nav_option($vbphrase['vbstatistic_admin_index_general'],'statistic_admin.php?do=statistic_setting_general','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_tld'],'statistic_admin.php?do=statistic_setting_limits','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_browser'],'statistic_admin.php?do=statistic_setting_limits_a','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_spider'],'statistic_admin.php?do=statistic_setting_limits_b','<br />');
construct_nav_option($vbphrase['vbstatistic_admin_index_maintenance'],'statistic_admin.php?do=statistic_maintenance','<br />');
construct_nav_group($vbphrase['vbstatistic_admin_index_setting']);
//##### Statistic 3 by PcFreak STOP #####
after the line in the index.php called:
Quote:
if (can_administer('canadminusers'))
{
|
2) Second Problem:
and when i try to call the install file
http://site.com/admincp/statistic_install.php i got the following error:
Code:
Fatal error: Call to undefined function: query_first() in /home/site/public_html/admincp/statistic_install.php on line 191
Is there anyone who got the same error?
Thanks for any help you can give me :nervous: