user login

Hi there,
im using the status.html to display the users a few informations when they´re logged in.

I like to add the information which user profile they´re using.

i have a profile where thy bytes are counted, when reached a limit the profile is changed by script into another profile.

i like to show the users the actual profile they´re using…how do i manage it ?

thanks for the help, i added the actual code for displaying th other informations below…

<tr>
        <td align="right">IP address</td>
        <td align="center" height="0">$(ip)</td>
        <td height="0" width="100">IP-Adresse</td>
      </tr>
      <tr>
        <td align="right" height="0" width="100">MAC address</td>
        <td align="center">$(mac)</td>
        <td height="0" width="100">MAC-Adresse</td>
      </tr>
      <tr>
        <td align="right" height="0" width="100">Remain Traffic in bytes</td>
        <td align="center" height="0">$(remain-bytes-in)</td>
        <td height="0" width="100">übriger Verbrauch in bytes</td>
      </tr>
      <tr>
        <td align="right" height="0" width="100">connected</td>
        <td align="center" height="0">$(uptime)</td>
        <td height="0" width="100">Verbindung</td>
      </tr>
      <tr>
        <td align="right" height="0" width="100">status refresh</td>
        <td align="center" height="0">$(refresh-timeout)</td>
        <td height="0" width="100">Aktualisierung</td>
      </tr>