Not made by Me Only Sharing
Credits : icefreze
Hello this is v.2 of my gobal chat sytem!
After i released the first version, the amount of possitive comments i recieved made me start rewriting the script. So here is V2! I hope you like it!
Here is the result of my work :
* Its now 100% bug-free!
* Admins can now ban/mute players!
* You can now customize the script!
* If you customize it wrong the script resets it self, so dont worry about that!
I know that there was a ban function in the last script aswell. But that only made you unable to talk in the world chat. So now i did so that if you're banned you're copletely unable to use the global chat. You cant either talk or hear whats said in the chat. The mute function does the same as the old ban function. This is just more flexible
You can find the new script here. [Only registered and activated users can see links. ]
If you had V.1 you should run this query to you world database:
otherwice you should run this into you world database:ALTER TABLE `global_chat` ADD `GM_muted` TINYINT(1) UNSIGNED DEFAULT '0' NOT NULL AFTER `muted list` ;
ALTER TABLE `global_chat` ADD `Mute_time` BIGINT(20) UNSIGNED DEFAULT '0' NOT NULL AFTER `GM_muted` ;
I hope you will find this usefull I will keep this post updated as I come up with ideas to add. If you have some feel free to post them here and I will take a look at itCREATE TABLE `global_chat` (
`Account_Name` varchar(50) character set utf8 collate utf8_unicode_ci NOT NULL,
`Activated` tinyint(1) unsigned default '1',
`Warnings` tinyint(1) unsigned default '0',
`Banned` tinyint(1) unsigned default '0',
`Spam_warns` tinyint(3) unsigned default '0',
`Ban reason` text character set utf8 collate utf8_bin NOT NULL,
`Ban_Time` bigint(20) unsigned default '0' COMMENT '0 and 1 in ban for perm',
`GM_muted` TINYINT(1) UNSIGNED DEFAULT '0', `Mute_time` BIGINT(20) UNSIGNED DEFAULT '0' ,
`muted list` longtext character set utf8 collate utf8_unicode_ci NOT NULL,
UNIQUE KEY `Account_Name` (`Account_Name`)
)
__________________________________________________ _________________________________



LinkBack URL
About LinkBacks


Reply With Quote



Bookmarks