Sign up, and you can customize which countdowns you see. Sign up
Aug 22, 2013
6:22:23pm
Here's the PHP code for it:
$rating = "Walk-on";
if ($signup_days > 90 && $posts > 100) $rating = "Redshirt Freshman";
if ($signup_days > 180 && $posts > 200) $rating = "3rd String";
if ($signup_days > 365 && $posts > 400) $rating = "Contributor";
if ($signup_days > 730 && $posts > 800) $rating = "Starter";
if ($signup_days > 1095 && $posts > 1200) $rating = "Playmaker";
if ($signup_days > 1460 && $posts > 1600) $rating = "All American";
if ($signup_days > 120 && $recent_posts_per_day > 10) $rating = "Truly Addicted User";
if ($signup_days > 120 && $recent_posts_per_day > 20) $rating = "Intervention Needed";
if ($signup_days > 365 && $probation > 30) $rating = "Troublemaker";
if ($username === "Bernard") $rating = "LOoser";
El Jefe
Bio page
El Jefe
Joined
Sep 15, 2001
Last login
May 5, 2024
Total posts
77,176 (25,735 FO)
Messages
Author
Time

Posting on CougarBoard

In order to post, you will need to either sign up or log in.