The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]() Quote:
Code:
// ### DUPE CHECK ### $dupehash = md5($foruminfo['forumid'] . $post['title'] . $post['message'] . $bbuserinfo['userid'] . $type); $prevpostfound = false; $prevpostthreadid = 0; if ($prevpost = $DB_site->query_first(" SELECT posthash.threadid FROM " . TABLE_PREFIX . "posthash AS posthash WHERE posthash.userid = $bbuserinfo[userid] AND posthash.dupehash = '" . addslashes($dupehash) . "' AND posthash.dateline > " . (TIMENOW - 300) . " ")) { if (($type == 'thread' AND $prevpost['threadid'] == 0) OR ($type == 'reply' AND $prevpost['threadid'] == $threadinfo['threadid'])) { $prevpostfound = true; $prevpostthreadid = $prevpost['threadid']; } } // Redirect user to forumdisplay since this is a duplicate post sorry KirbyDE but im a lil dumb :P |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|