Jump to content
WebFlake
  • 0

Shoutbox Refresh Rate


Guest Laveer

Question

Guest Laveer

The shoutbox refresh rate on my shoutbox application has a 'minimum' of 30 seconds.

 

NOTE: Due to resource issues, you cannot set this any lower than 30 seconds.

 

I know this can be bypassed,

Paradize gave me a SQL command to run in the past that would let me set it to whatever I'd liked.

Sadly I didn't make any backups before my old forum was scrapped, and I'm now left dumbfounded.

 

If anyone has any idea as to how I would go about doing so, please share.

Now paying someone 3$ USD via Paypal_

Edited by Laveer
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
Guest shiba87

Shout refresh rate

 

UPDATE core_sys_conf_settings SET conf_value = 'SECONDS' WHERE conf_title = 'Shout refresh rate'

 

 and Members viewing refresh rate

 

UPDATE core_sys_conf_settings SET conf_value = 'SECONDS' WHERE conf_title = 'Members viewing refresh rate'

 

For example, 10 seconds

 

UPDATE core_sys_conf_settings SET conf_value = '10' WHERE conf_title = 'Shout refresh rate';

UPDATE core_sys_conf_settings SET conf_value = '10' WHERE conf_title = 'Members viewing refresh rate'

 

Link to comment
Share on other sites

  • 0
  • Administrator
The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...