Quote:
Originally posted by Boofo
DrkFusion, is there any way to have this as an option in the user.php so you can turn it on or off for specific users? Then you don't have to resrrict it to mods OR admins. What do you think there, big fella?
|
I've changed:
PHP Code:
makelinkcode("edit access masks","user.php?s=$session[sessionhash]&action=editaccess&userid=$user[userid]")."
To:
PHP Code:
makelinkcode("edit access masks","user.php?s=$session[sessionhash]&action=editaccess&userid=$user[userid]").
makelinkcode("plot ip","../mod/vbipplot.php?s=$session[sessionhash]&address=$user[ipaddress]")."
In my admin/user.php so that it automatically gets the users ip address and shows as a link when you click find etc...