The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hello!
I am working on a script to import the posts from one of my own forums (which I made). And I am now being stopped by the 30 second delay between posts. How can I bypass that delay? It's an import script that imports 1000's. This is my code: PHP Code:
|
#2
|
|||
|
|||
![]()
Try either setting vBulletin Options -> Message Posting and Editing Options -> Minimum Time Between Posts to zero or using the following in your script:
Code:
$vbulletin->options['floodchecktime'] = 0; |
#3
|
|||
|
|||
![]()
Thank you very much! that fixed it!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|