No Flood Limit For Admins & Mods ( small shoutbox )
Geplaatst: 03 nov 2004, 20:53
Code: Selecteer alles
##############################################################
## MOD Title: No Flood Limit For Admins & Mods ( small shoutbox )
## MOD Author: Stefan Machiels
## MOD Description: Remove the flood limit for administrators and moderators ( small shoutbox )
## MOD Version: 1.0
##
## Installation Level: easy
## Installation Time: 1 Minute
## Files To Edit: shoutbox_view.php
## Included Files: n/a
## The Small Shoutbox mod is required for this mod
## Thanks http://prikbord.omehenk.nl
#
#-----[ OPEN ]------------------------------------------
#
shoutbox_view.php
#
#-----[ FIND ]------------------------------------------
#
if ( $row['last_msg_time'] > 0 && ( $current_time - $row['last_msg_time'] ) < $board_config['flood_interval'] )
#
#-----[ AFTER, ADD ]------------------------------------------
#
if($userdata['user_level'] != ADMIN && $userdata['user_level'] != MOD)
{
#
#-----[ FIND ]------------------------------------------
#
' . $lang['Flood_Error'] . '</span></td></tr></table>';
#
#-----[ AFTER, ADD ]------------------------------------------
#
}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
ook in de small shoutbox geen flood voor aministrators en moderators doen
Gaat maar testen :thumb: