vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced Dynamics > vBa Dynamics v2.0 Support > Bugs & Issues

Reply
 
Thread Tools Display Modes
  #1  
Old 06-29-2012, 09:12 AM
iguanairs iguanairs is offline
Senior Member
 
Join Date: Mar 2004
Location: MA
Posts: 116
Default Flood check issue when previous entries are posted with future dates

One of my members has gotten a strange error when she tried posting a second post within the 30 second parameter.

Quote:
This forum requires that you wait 30 seconds between posts. Please try again in 4365956 seconds.
I thought perhaps the site had a hiccup but even today (this was posted yesterday) she is still seeing the notice except the seconds have gone down. This is being displayed in a secondary instance of dynamics. Where or how are the remaining seconds being calculated?
__________________
Herp Center | Reptile Forums
Reply With Quote
  #2  
Old 07-03-2012, 06:20 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Is the date on her last post perhaps set far in the future?
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #3  
Old 07-03-2012, 06:29 PM
iguanairs iguanairs is offline
Senior Member
 
Join Date: Mar 2004
Location: MA
Posts: 116
Default

The entry is dated 08-18-2012 @ 11:00 AM, which is accurate for how I am using the script. The script reads the date for the entry being submitted instead of the actual date and time of the entry submission?
__________________
Herp Center | Reptile Forums
Reply With Quote
  #4  
Old 07-03-2012, 06:32 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

The script only checks for posts made by that member, so it would have to be a case of her changing the date of one of her own posts.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #5  
Old 07-03-2012, 06:34 PM
iguanairs iguanairs is offline
Senior Member
 
Join Date: Mar 2004
Location: MA
Posts: 116
Default

Lets say she went in and corrected the date after having hit submit once, it still doesn't make sense for her to have to wait almost 50 days to post another entry. Is there a work around to make this go away for her? She still can't add entries.
__________________
Herp Center | Reptile Forums
Reply With Quote
  #6  
Old 07-04-2012, 12:21 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Try looking in your forum/includes/vba_dyna_functions_saveentry.php file for this line:
PHP Code:
if ($vbulletin->options['floodchecktime'] AND !$vbulletin->GPC['preview'] AND (TIMENOW $lentry['dateline']) <= $vbulletin->options['floodchecktime']) 
Replace with this:
PHP Code:
if ($vbulletin->options['floodchecktime'] AND !$vbulletin->GPC['preview'] AND $lentry['dateline'] <= TIMENOW AND (TIMENOW $lentry['dateline']) <= $vbulletin->options['floodchecktime']) 
And that should take care of the issue.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #7  
Old 07-04-2012, 12:55 PM
iguanairs iguanairs is offline
Senior Member
 
Join Date: Mar 2004
Location: MA
Posts: 116
Default

That is gold man! Thanks. (It works, as you expected it would.)
__________________
Herp Center | Reptile Forums
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide ( or mark ) entries posted as draft into moderation queue tintin74 Feedback & Suggestions 0 11-26-2010 02:49 AM
Issue with subscribing to entries or categories reotto Bugs From 1.1.0 5 03-25-2009 12:29 PM
Bold calendar dates attroll "How Do I..." Questions 5 02-11-2009 01:01 PM
Bug: Flood Control ManagerJosh Bugs From 1.0 RC2 1 11-13-2007 10:12 AM


All times are GMT -4. The time now is 11:21 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.