Author: Nguyen Ary
Description: writing mood, like, essays, like facebook. Suitable to replace the chat room.
Feutures:
- Add functionality BOT (bot mod edit panel Ari Tuan)
- Cut short when the characters too long
and click the link to read more. Apply for all status and status Commentary
- Adm. status and writers can remove status
- The writer's status can delete comment status.
- You can post status after status post repair. After 5 minutes incorrigible.
- Show you like status in comment
Note: this module default in vietname language.
[b]Instructions:
- Upload to host, with public_html/www root, uncompress.
Import data file on phpmyadmin.
- Edit /status/bot.php. Change $idbot = 2;
then modify ID of 2 bar of your wap BOT
- Open /incfiles/classes/functions.php.
this code more appropriate box
//chuc vu
public static function rights($var) {
$rights = mysql_fetch_array(mysql_query("SELECT `rights` FROM `users` WHERE `id`='".$var."'"));
$rank = array(
0 => '[Member]',
1 => '[V.I.P]',
2 => '[Auto]',
3 => '[JavaMaster]',
4 => '[WapMaster]',
5 => '[S.W.A.T]',
6 => '[Mod]',
7 => '[SMod]',
8 => '[Admin]',
9 => '[Sáng Lập]' );
$out = '' . $rank[$rights['rights']];
return $out;
}
//het chuc vu