• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Request: Status VIP on Znote AAC website

krotus

New Member
Joined
Jul 15, 2009
Messages
65
Reaction score
3
I'd like have status VIP with its day left on characterprofile.lua show the VIP days that you have.

Something like that, but this code doesn't work, of course:
PHP:
<li><font class="profile_font" name="profile_font">Vip Status:</font><?php 
$vipdays = mysql_query("SELECT `vipdays` FROM `accounts` WHERE `id`='$cid'");
echo $vipdays;
?></li>

I'm currently using the Znote AAC Engine but I'm not got at all on php...

Someone can help me plz?

The system VIP that I'm using is : Mod kekox Vip System

Another simple request is a LUA code talkaction by this mod which saying the words !vipleft or !checkvip gives yourself how many VIP days you have.

Thanks! :D

- - - Updated - - -

bump
 
Last edited:
Back
Top