View Full Version : whois online question
if i want to hack whois online to show members in non-vB pages, but all my other non-vB pages are named index.php
how does the script differentiate between the pages?
thanks
Wayne Luke
30 Aug 2001, 13:55
You would have to add code so that it can based upon the directory the file is in.
I think that adding this line
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
right above this line
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Should give you the full path (only folders) to the file.
Then you can use $folder for some if statements inside this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
i.e:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I think that will work.
thanks FireFly, i'll give that a try :)
cheers,
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.