peeta Posted July 13, 2008 Share Posted July 13, 2008 I have content which I want to be available only to current paid hosting clients. Currently anyone registered have access to all content in the clientarea and I need to block that. There are template downloads which the competition have been submitting incomplete (fake) orders then downloading the files. Something like this would be ideal; {if is_PaidHostClient} Show this content {else} Show this content {/if} I figure it will need to communicate with the database to execute this action. Will it require source files modification? If anyone has done this modification please help, thanks 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted July 14, 2008 Share Posted July 14, 2008 a query on tblhosting for one with status "Active" and product id of your paid hosting would give you the answer 0 Quote Link to comment Share on other sites More sharing options...
peeta Posted July 14, 2008 Author Share Posted July 14, 2008 That certainly seems like the logical solution othello, only I don't know how to write hat function. I'd be happy to pay you to write the function and the application method. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted July 14, 2008 Share Posted July 14, 2008 Are all your "paid hosting" accounts under one "group" in the WHMCS setup ? Are you only after people who have *paid* for paid hosting, or people who have *ordered* it (i.e. only those with a valid transaction) etc. Once you have a very clear idea of what you want, I'd suggest getting WHMCS to write it for you, their rates are very reasonable 0 Quote Link to comment Share on other sites More sharing options...
peeta Posted July 14, 2008 Author Share Posted July 14, 2008 Ok I will contact WHMCS, thanks. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.