Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Forums Shoutbox Bot (http://www.bvlist.com/showthread.php?t=8538)

robbie 27th November 2012 19:43

Forums Shoutbox Bot
 
ok... ive an issue i need help with..

in forums ive got this code in 2 parts...

PHP Code:

$message "".$CURUSER['username']." Replied To The Thread [url=$BASEURL/forums.php?action=viewtopic&topicid=$topicid&page=p$postid#$postid]".$subject."[/url]";

  if (
in_array($forumid,$staffforum))
  
//if (in_array($forumid))
  
{
  echo 
"";
  } else {
  
autoshout($message);
  } 


and this part

PHP Code:

$message "".$CURUSER['username']." Started A New Thread [url=$BASEURL/forums.php?action=viewtopic&topicid=$topicid&page=p$postid#$postid]".$subject."[/url]";
  if (
in_array($forumid,$staffforum))
  
//if (in_array($forumid))
  
{
  echo 
"";
  } else {
  
autoshout($message);
  } 


my aim... is to stop any posts and new topics from announcing into the shoutbox......
On some of the staff forums its ok... but theres a few it still does it...

any thoughts or suggestiuons would be appreciated...


thanks


All times are GMT +2. The time now is 17:00.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.