Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
Thread Tools
  #11  
Old 11th February 2013, 17:53
antibiotic1 antibiotic1 is offline
Senior Member
 
Join Date: Dec 2012
Macedonia
Posts: 40
Default
cache/ipbans.php looks like this

Code:
<?php
/** TS Generated Cache#6 - Do Not Alter
 * Cache Name: IPBans
 * Generated: Mon, 11 Feb 2013 15:51:25 +0000
*/

$ipbanscache = array (
  'id' => '1',
  'value' => '',
  'date' => '0000-00-00 00:00:00',
  'modifier' => '1',
);
?>
Reply With Quote
  #12  
Old 11th February 2013, 18:41
Daz's Avatar
Daz Daz is offline
Senior Member
 
Join Date: Dec 2009
United Kingdom
Posts: 124
Default
Try putting in a random IP in the ban list in settings panel and then rebuild the cache
Reply With Quote
The Following User Says Thank You to Daz For This Useful Post:
antibiotic1 (11th February 2013)
  #13  
Old 11th February 2013, 21:54
antibiotic1 antibiotic1 is offline
Senior Member
 
Join Date: Dec 2012
Macedonia
Posts: 40
Default
tnx man again it worked ...now i am so happy because of you.But can you tell me why are this two errors
Code:
Notice: Use of undefined constant totaltime - assumed 'totaltime' in C:\xampp\htdocs\global.php on line 30

Notice: Use of undefined constant totalqueries - assumed 'totalqueries' in C:\xampp\htdocs\global.php on line 31
tnx again
Reply With Quote
  #14  
Old 11th February 2013, 22:03
Daz's Avatar
Daz Daz is offline
Senior Member
 
Join Date: Dec 2009
United Kingdom
Posts: 124
Default
In ./global.php

find:
PHP Code:
    unset ($_SESSION[totaltime]);
    unset (
$_SESSION[totalqueries]); 
Change to:
PHP Code:
    unset ($_SESSION['totaltime']);
    unset (
$_SESSION['totalqueries']); 
Reply With Quote
The Following User Says Thank You to Daz For This Useful Post:
antibiotic1 (11th February 2013)
Reply

Tags
xampp


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



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