The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Untested but try placing the following right after you include the vB global.php file:
Code:
$fivepost_check = $db->query_first("SELECT COUNT(1) AS cnt FROM " . TABLE_PREFIX . "post WHERE userid = " . $vbulletin->userinfo['userid'] . " AND dateline > " . TIMENOW . " - 86400 "); if ($fivepost_check['cnt'] < 5) { print_no_permission(); } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|