Guest Laveer Posted March 16, 2013 Share Posted March 16, 2013 (edited) 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 March 16, 2013 by Laveer Link to comment Share on other sites More sharing options...
0 Guest shiba87 Posted March 17, 2013 Share Posted March 17, 2013 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 More sharing options...
0 Guest Laveer Posted March 17, 2013 Share Posted March 17, 2013 Sirbe!, thank you and if you'd like what I offered just PM me your paypal email. Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted March 17, 2013 Administrator Share Posted March 17, 2013 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 More sharing options...
Question
Guest Laveer
The shoutbox refresh rate on my shoutbox application has a 'minimum' of 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 LaveerLink to comment
Share on other sites
3 answers to this question
Recommended Posts