Hi
I need help to fix a check rank statement for revcms so a certain rank only can access the Bot pge and make bots.
Could someone help me with this?
i tried with this but no success
<?php
//Change 3 to the minimum rank
if($rank >= 3)
{
//Show the content here
}
else
{
echo 'You have to be VIP';
}
?>


Reply With Quote


