Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   admin panel refreshing like crazy (http://www.bvlist.com/showthread.php?t=9873)

coreylad 15th April 2014 01:54

admin panel refreshing like crazy
 
on every templateshares script i try on my server the staff panel keeps refreshing every second is this a known bug or can anyone give me advice on how to fix it i have ioncube etc installed

firefly007 16th April 2014 09:55

It sounds like you have page refresh on and set to a very few seconds.

coreylad 26th April 2014 01:11

how can i change this ? it does not do it with any other script or any other section of the ts site only the admin panel

WhyMe 26th April 2014 01:26

Try this one in staffbox.php


Code:

// Security Check.
if (!defined('IN_TRACKER'))
{
die("Error! Direct initialization of this file is not allowed.");
}

// BEGIN Plugin: Shoutbox
$lang->load('quick_editor');
require_once(INC_PATH."/functions_quick_editor.php");
require_once($rootpath.'/'.$cache.'/smilies.php'); // Load smilies.
$_shoutbox_smilies = $smilies;
$_shoutbox_defaultsmilies = $_shoutbox_smilies;
$_shoutbox_smilies = '
';
$shoutbox = '





           
   
       
   
   
       
   

            '.($is_mod ? ''.$lang->index['showlast'].' - Show Shoutbox Commands
' : '').'
           
           
       

           
            '.$_shoutbox_smilies.'
            '.ts_load_colors_shoutbox().'
                   

           
           
           
           
           

       

   


';

?>



coreylad 26th April 2014 03:34

didn't work its when i click the tracker settings option the panel that comes up refreshes like crazy

WhyMe 27th April 2014 01:51

Remove this part in Admin index.php
Then come back and tell us its not refreshes like crazy

Code:

begin_frame("");  include("../staffbox/staffbox.php");  echo $shoutbox;  end_frame();

RedAlerT 18th May 2014 16:53

are you using CloudFlare by any chance?

WhyMe 22nd May 2014 12:41

Yes this could do it as well CloudFlare


All times are GMT +2. The time now is 20:26.

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