Open up your FTP client and open cache/cache_ranks.php
It should look something like this, but with different names/post numbers
<?php
define('PUN_RANKS_LOADED', 1);
$pun_ranks = array (
0 =>
array (
'id' => '4',
'rank' => 'Frosted Mini Wheats',
'min_posts' => '10',
),
1 =>
array (
'id' => '3',
'rank' => 'Grape Nuts',
'min_posts' => '0',
),
2 =>
array (
'id' => '5',
'rank' => 'Cheerios',
'min_posts' => '25',
),
3 =>
array (
'id' => '6',
'rank' => 'Frosted Flakes',
'min_posts' => '50',
),
4 =>
array (
'id' => '7',
'rank' => 'Count Chocula',
'min_posts' => '100',
),
5 =>
array (
'id' => '8',
'rank' => 'Count Chocula',
'min_posts' => '250',
),
6 =>
array (
'id' => '9',
'rank' => 'Fruity Pebbles',
'min_posts' => '500',
),
7 =>
array (
'id' => '10',
'rank' => 'Cookie Crisp',
'min_posts' => '1000',
),
);
?>
If it doesnt, delete the file.
Indocron$theQuestion = (2*b) || !(2*b);