I was requesting a Custom rank mod for v. 6.0. They recommended me the Stars Hack, but it wasn't exactly what I wanted.
However (I have no experience with programming and hacking), taking a look at the code, decided to make my own code. I did this:
if ($user_profile[7] > 0) {
$user_status = "Newbie";
}
if ($user_profile[7] > 5) {
$user_status = "Member";
}
And added many ranks. It worked, but they don't recognize the administrators or moderators. What should I add?
Thanks in Advance
