Alright I think I figured it out. I am not a hardcore programmer but I like to play around. So instead of that error we got I replaced it with Player status. Here is what I got for you:
Go into the Dir: /themes/default open the file themes.php in notepad
change the following lines in NORMAL SIGNATURE MODE
from
Code:
imagestring($image_out, 2, 15, 56, $player['rank'], $color);
TO
Code:
imagestring($image_out, 2, 15, 56, "Player Status: ".$player['status'], $color);
Its seems there must have been a eq2players.com update and wiped out the rank area. Make sure you do not change the numbers as I think that is where the text gets displayed.
You can also change this for the other file in the panel folder if you want to use the other backround. view below to see my Sig