Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   Shoutbox delete. (http://www.bvlist.com/showthread.php?t=6408)

smoky28 5th May 2011 07:37

Shoutbox delete.
 
/admin/index.php?act=uzenofaltorles.php
add is mod staff pult usergrup Team leader
add include/plugins/shoutbox.php lines 162 add System user id 0 and VIP usergrup .Nice day.http://noob.hu/2011/05/05/shoutbox_delete2.JPG
PHP Code:

<tr>
        <
td>
            
'.($is_mod ? '<span id="adminarea" align="center">
<
a href="'.$BASEURL.'/admin/index.php?act=uzenofaltorles" title="Üzenőfaltörlés" target="_blank"><img src="'.$BASEURL.'/images/delete.gif" alt="" title="Üzenőfaltörlés"></a></center

PHP Code:

<?

require_once('../global.php');
gzip();
dbconn();
stdhead();
loggedinorreturn ();
maxsysop ();
define ('D_VERSION''0.7 by xam');



if(
$_GET['ja'] == 1){

sql_query("DELETE FROM shoutbox") or sqlerr(__FILE____LINE__);
write_log ('' '  <font color = darkred> Shouts emptied: </font> ' $CURUSER['username']);
sql_query("INSERT INTO shoutbox (userid, id, date, content) VALUES(73, 'RENDSZER', UNIX_TIMESTAMP(NOW() ), '[color=red][b]Shouts emptied: $CURUSER[username] [/b][/color]')");

echo 
"<table>Shoutbox delete!</table>";

}

else{

echo 
"<table>Are you sure you emptied the shoutbox? <a href='uzenofaltorles.php?ja=1'>Yes</a></table>";

}



stdfoot();







?>

http://noob.hu/2011/05/05/shoutbox_delete.JPG

Marco 29th March 2014 13:18

how to make, to can edit own post users in shoutbox powerusers , vip, uploaders


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

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