";
if($u_csplown == 'yes' && $u_csplit == 'on') {
echo "
no changes detected
";
}
elseif($u_csplown == 'yes' && $u_csplit == 'off') {
echo "
|
cSplit
|
You own cSplit, but it is currently disabled for your account. You can enable it below.
|
";
}
elseif($u_csplown == 'no') {
$u_totalc = number_format($u_cmsgs);
echo "
|
cSplit
|
This feature is available only to users who have sent a total of 1,000 chat messages. So far, you have sent $u_totalc. Once you have reached that limit, you will be able to purchase cSplit for $5.00 using the command below. Remember, spamming or flooding to meet this limit is against the rules.
|
";
}
echo "
";
?>