Share mod bot thông báo ai edit thành viên cho johncms

Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
Mở users/includes/profile/edit.php
Tìm
PHP:
if ($rights >= 7) {
 mysql_query("UPDATE `users` SET
Thêm ngay bên trên
PHP:
//////////////////////////////////////////////
$time = time();

$bot = '[red]' . $login. '[/red] vừa chỉnh sửa hồ sơ cá nhân của [b]' . $user['name_lat'] . '[/b]';

 mysql_query("INSERT INTO `guest` SET

 `adm` = '0',
 `time` = '$time',

 `user_id` = '2',

 `name` = 'BOT',

 `text` = '" . mysql_real_escape_string($bot) . "',

 `ip` = '0000',

 `browser` = 'IPHONE'

 ");
//////////////////////////////////////////////
Xong
Mod được add trên johncms 4.5.1
Nguồn: WIT
 

Facebook Comments

Similar threads

Admin
Replies
3
Views
3K
AdminAdmin is verified member.
Admin
K
Replies
8
Views
1K
RainSad
R
Admin
Replies
14
Views
5K
Special_One
S
Admin
Replies
1
Views
1K
Jaupjts
J
Kidblood
Replies
4
Views
1K
style
style
Admin
Replies
5
Views
2K
anhht_vip
A
Back
Top