mnymkr Posted March 4, 2009 Share Posted March 4, 2009 Hi, I see hostgator uses WHMCS however theirs defaults to the order page like this http://www.simplyjoomla.com/billing/order.php'>http://www.simplyjoomla.com/billing/order.php my default page is http://www.simplyjoomla.com/billing/ how do I only show the things I want to use for example I am not going to use the affiliate feature. I know I could remove it from the php but someone could still access it if they know what the file name is so how can I prevent all this other stuff from being accessed? 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted March 4, 2009 Share Posted March 4, 2009 You can use .htaccess to handle this. 0 Quote Link to comment Share on other sites More sharing options...
Summy Posted March 4, 2009 Share Posted March 4, 2009 either remove the files (not sure if this will cause issues), or restrict http access to them in a .htaccess file: <FilesMatch "^(dontallow1|dontallow2|dontallow3)\.php$"> Order allow,deny Deny from all </FilesMatch> Very simple and crude but it would work. Replace dontallow# with your php filenames. 0 Quote Link to comment Share on other sites More sharing options...
Gears Posted March 5, 2009 Share Posted March 5, 2009 Hi, I see hostgator uses WHMCS Pretty sure HostGator uses ModernBill 0 Quote Link to comment Share on other sites More sharing options...
VicToMeyeZR Posted March 12, 2009 Share Posted March 12, 2009 They do use modernbill, but they are coding an inhouse system now. (they said nothing on the market could handle their customer load. 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted March 12, 2009 Share Posted March 12, 2009 Well Modernbill will surely be crumbling, it was so slow even with our fairly modest customer base. 0 Quote Link to comment Share on other sites More sharing options...
SajanParikh Posted March 13, 2009 Share Posted March 13, 2009 You could just remove any visible links to certain pages. Edit the .tpl files and take out any links you don't want people to see and able to click on. This will keep the pages active and accessible if people type in the URL into their browser, or if you send the link in an email. 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.