wdele Posted November 17, 2014 Share Posted November 17, 2014 (edited) Hi there! I've created a module for WHMCS which allows your clients to create a .htpasswd compatible password in one click from your WHMCS client area! Features: allows clients to generate .htpasswd compatible passwords in one click not encrypted (no ionCube, thus faster) no branding forces SSL (if page was not requested with https:// plugin will redirect to https:// for security) if not logged in, it's not possible to use the module very easy to modify Screenshots: Requirements: PHP 5.3 WHMCS 5.3.8 or later Installation: Simply unzip the download, and upload the module to YourWHMCS/modules/addons. Replace YourWHMCS with your WHMCS path (e.g. /home/test/public_html/clients). Then go to your client area -> Setup -> Addon Modules, find the addon in the list and click 'Activate', then click 'Configure'. Then select 'Full Administrator'. Configuration: There's an Addons -> .htpasswd generator link available, but that's a page WHMCS creates by default. There's actually nothing to configure there. Access: When logged in, clients can access the generator, otherwise they will be redirected to the login page. You can access the module with the following URL: [i]YourWHMCS[/i]/index.php?m=htpasswdgenerator Replace YourWHMCS with your WHMCS path (e.g. /home/test/public_html/clients). You can add a menu item if you'd like clients to be able to access it via your WHMCS menu. This is very easy to do. If your using a custom template, simply find your menu (common location is YourTemplateDirectory/header.tpl). I'll give some instructions for the 'default' template here. Go to YourWHMCS (Replace YourWHMCS with your WHMCS path (e.g. /home/test/public_html/clients)) and open the 'templates' directory. Then open 'default' and edit the file 'header.tpl'. Search for <div class="navbar navbar-fixed-top"> and add a new item: <li><a id="Menu-htpasswd" href="index.php?m=htpasswdgenerator">.htpasswd generator</a></li> Price: Fully decoded, with no branding = FREE! This includes lifetime updates and support. To download, please click: http://adf.ly/uHBzr FAQ: What is .htpasswd? With .htaccess (a file you probably know) Apache's basic authentication can be setup. This needs to be done with the ".htpasswd" file, a file in which you can create and remove users. .htpasswd doesn't store passwords in plain text, and therefore this module must be used in order to create a .htpasswd compatible password! Edited November 17, 2014 by wdele 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted November 17, 2014 Share Posted November 17, 2014 Just fyi, your attachments links are no good 0 Quote Link to comment Share on other sites More sharing options...
wdele Posted November 17, 2014 Author Share Posted November 17, 2014 Just fyi, your attachments links are no good That's weird. But they're fixed Thanks! 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted November 17, 2014 Share Posted November 17, 2014 YW good luck with sales, wishing you the best.. 0 Quote Link to comment Share on other sites More sharing options...
wdele Posted November 17, 2014 Author Share Posted November 17, 2014 YW good luck with sales, wishing you the best.. Thanks. I see that you have a hosting company as well- would your customers like a .htpasswd generator? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 17, 2014 Share Posted November 17, 2014 also, I think you may have posted this in the wrong section as I believe "User Contributions" is only for free stuff (e.g posted code or free download) - if you're charging for this, then it's a commercial module. 0 Quote Link to comment Share on other sites More sharing options...
wdele Posted November 17, 2014 Author Share Posted November 17, 2014 also, I think you may have posted this in the wrong section as I believe "User Contributions" is only for free stuff (e.g posted code or free download) - if you're charging for this, then it's a commercial module. Please let me inform you that the module is actually free 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted November 17, 2014 Share Posted November 17, 2014 Please let me inform you that the module is actually free ok, I see you removed the $5 charge from the original post - no worries, all is well ! 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted November 17, 2014 Share Posted November 17, 2014 Thanks. I see that you have a hosting company as well- would your customers like a .htpasswd generator? Unfortunately times are hard and i have no customers, i had several but they either gave up their internet business, retired, or sadly passed away. So im down to my own sites is all i have right now. Tough times but it is what it is. 0 Quote Link to comment Share on other sites More sharing options...
wdele Posted November 17, 2014 Author Share Posted November 17, 2014 Unfortunately times are hard and i have no customers, i had several but they either gave up their internet business, retired, or sadly passed away. So im down to my own sites is all i have right now. Tough times but it is what it is. Too bad. Good luck with getting new customers! 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.