• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

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

Admin

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

New posts New threads New resources

Back
Top