• 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 bót thông báo có ng đăng chủ đề mới

dgtupltn95

New Member
Johncms nhé
mở nt.php tìm
PHP:
mysql_query("INSERT INTO `cms_forum_rdm` SET
            `topic_id`='$rid',
            `user_id`='$user_id',
            `time`='" . time() . "'
        ");
thêm vào sau đó
PHP:
// Chèn vào sự kiện
            mysql_query("INSERT INTO `guest` SET
                `adm` = '$admset',
                `time` = '" . time() . "',
                `user_id` = '2',
                `name` = 'Bot',
                `text` = '@" . $login . " vừa đăng một chủ đề mới! Mọi người vào thảo luận nào :kaka',
                `ip` = '" . core::$ip . "',
                `browser` = '" . mysql_real_escape_string($agn) . "'
            ");
 

Facebook Comments

New posts New threads New resources

Back
Top