Find the following code in active_users.asp:
if (rsAM("M_AUHIDE")="1" or isNull(rsAM("M_AUHIDE"))) or strAUAnon = 0 or bolOverride then
profileOptions()
else
response.write " "
end if
response.write " </td>" & VBNewLine & _
" <td bgcolor=""" & CColor & """ valign=middle nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & VBNewLine
if (rsAM("M_AUHIDE")="1" or isNull(rsAM("M_AUHIDE"))) or strAUAnon = 0 or bolOverride then 'If not anonymous, then lets show em.
Change the red code to the color of your choice for the usernames.
Then find the following code:
if bolAULocal then
response.write " <td bgcolor=""" & CColor & """ align=center valign=middle nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & WhatPage(strLastPage,strQS) & "</font></td>" & VBNewLine
end if
Change the red code to the color of your choice for the current pages.