active_users.asp is the right file, you'll find a function called WhatPage and this line :
select case lcase(trim(fScript))
Simply add more cases to cover your pages. I added code like this :
case "entries.asp"
strPage = strPage & "Tipping - Checking previous entries"
case "entries2.asp"
strPage = "Tipping Admin"
case "driver.asp"
strPage = "Tipping Admin"
Obviously for the "Tipping Admin" pages I don't want them clickable OR to show the exact page name.