Sorry... I wrote this as an addition to JustDave's mod (see the top post in this thread), and have managed to leave a bit o' code in here checking for a column he created.
In the mod page itself, go to line 178 where you are asked to look for:
// ----------------------------------------
// Let's see if we already rated this user
The code to add above should look like this:
<br />// Show IPs on user profile screen for Admins and Mods - CB added 2/28/03<br /> if (($thisuser['U_Status'] == "Administrator") || ($thisuser['U_Status'] == "Moderator")) {<br /> $IPInfo = "<br /> <tr><br /> <td valign=\"top\" class=\"darktable\">Reged IP</td><br /> <td>$RegIP</td><br /> </tr><br /> ";<br /> }<br />
That should remove the error until you add JustDave's mod, which I highly recommend!
Let me know if that works so I can update the original.