"; ?>
';
$others = "
• Message $profile";
echo profile($self,$others);
if(isset($_SESSION['userName']) && $_SESSION['userName']=="vikram"){
$relfo = fopen(ROOT("users/$profile/iP.txt"),"r");
$curip = fgets($relfo);
rewind($relfo);
fclose($relfo);
if(!isset($_GET['ban']) && !isset($_GET['unban'])){
if(is_file(ROOT("users/BANNED/SHOUTING/$curip.txt")) || is_file(ROOT("users/$profile/banned_shout.txt"))){
echo "
• Unban shout $profile";
} else {
echo "
X Ban shout $profile";
}
if(is_file(ROOT("users/BANNED/CHATTING/$curip.txt")) || is_file(ROOT("users/$profile/banned_chatt.txt"))){
echo "
• Unban chatt $profile";
} else {
echo "
X Ban chatt $profile";
}
if(is_file(ROOT("users/BANNED/BLOCKING/$curip.txt")) || is_file(ROOT("users/$profile/blocked.txt"))){
echo "
• Full unblock $profile";
} else {
echo "
X Full block $profile";
}
}
else {
echo '
';
}
}
?>