Log in

View Full Version : Members Only Tool??


digitalbayer
06-11-2008, 11:10 AM
Hi, :)
I am new to vbulletin so not an expert with it.Well , I've launched an forum at http://digitalbayer.com which is mainly about affiliate and CPA marketing.To help the members I've created some ppc tools [php based and hosted on my own server] but I am having some problem to make these tools members only contents.

I mean only registered members can access these tools.For example , suppose a tool is here digitalbayer.com/tool1.php then to use this tool he/she has to login to his forum account at first then only he/she can use the tool.I don't want to give direct access to these tools to outsiders.

Is there anyway to do this?:confused:

Dismounted
06-11-2008, 11:38 AM
You can include global.php and then use the is_member_of() function.