Apr 11
17
Hi
To merge two whmphp installation, simply merge the folder
/usr/local/cpanel/whostmgr/docroot/cgi/whmphp/mr
Thank you!
Feb 11
8
Hello
WHMPHP v6.4 has been released. This release has major improvements to work with cpanel v11.28. Also fixed a bug in account limiting function.
To update whmphp via commandline, please use this command
rm -f update.sh ; wget whmphp.com/download/update.sh ; chmod 755 update.sh ; ./update.sh
Jul 10
16
Hello
I am glad to announce the release of WHMPHP v6.3
The following are the change logs
Thanks
Vivek.
Jun 10
13
Hi
I am glad to announce the release of WHMPHP v6.2
In this version we have introduced the activity logs. All the actions done within whmphp will be logged into a file. The admin can see this log from Tools -> Activity Log. This is the one of the feature suggested by many users. Sorry for being late ![]()
We have also added two fields for creating ns3 and ns4 private nameservers for master resellers.
Thanks for using WHMPHP. Your suggestions are highly appreciated
Regards
Jun 10
6
Hi
Today we have released version 6.1 which has many GUI improvements. You’ll notice it quickly when you start using whmphp.
Changelogs
GUI improvements
Added an option to disable compression when generating backups using Easy Backup ( Tools – > EasyBackup )
All installation will be updated shortly
Thank you
Hi
I’ve added a new feature in whmphp to backup a cpanel account in one click.
This can be accessed form WHMPHP admin – > Tools -> Easy cPanel Backup
By default , the generated backup file will be stored in /home partition
Regards
Vivek
Hello
I’ve added a new feature in whmphp to send out a mail to the master reseller when you suspend a domain using the Hard Suspend.
Hard Suspend is used to Suspend a domain so that the master reseller or the reseller can’t unsuspend it without contacting you ( server owner ).
You can change the email content by editing the email template.
I’ve also added a column on Hard Suspend page to show the username of “master reseller” account in addition to the reseller username.
Please update your whmphp from whmphp admin -> settings – > update
Thank you
Vivek
May 10
13
Hello
I am glad to announce the release of version 6
Version 6 is mainly a GUI improvement of version 5.3.3. I’ve introduced JQuery/Ajax in this version to speed up the process by avoiding page loading. I hope you’ll like it.
This version also includes some minor improvements in coding
Please let me know if you have any questions.
As always, your whmphp installation will be updated automatically and you’ll see VERSION 6 when you login to the admin panel. If you still see old version ( version below 5.3.3 ) , please use this command to upgrade manually
rm -rf update.sh ; wget whmphp.com/download/update.sh ; chmod 755 update.sh ; ./update.sh
Regards
May 10
4
Hi
A new feature has been added to whmphp to remove unwanted domains
Domain blacklist is a unique tool which will help you to blacklist a domain from being hosted by the client. If the domain is blacklisted, whmphp will terminate the domain as soon as the reseller creates it. This is useful if you want to block certain domains such as fake sites, proxy sites etc.
WHMPHP has been updated to version 5.3.3 now. Nothing new in this version other than this feature and the menu order change.
This can be accessed from WHMPHP Admin-> Tools->Domain blacklist
All installation will be updated automatically.
To update whmphp via commandline, please use this command
rm -rf update.sh ; wget whmphp.com/download/update.sh ; chmod 755 update.sh ; ./update.sh
If you have any questions,please send a mail to support [at] whmphp.com
Thank you
Vivek
Hello
If you get a message “No Input Specified” when you access the Master Reseller cp, this cane be fixed by changing the /tmp folder permission.
This may because the user tried to run the FFMPEG installer and it didn’t set the correct permission.
This error can be fixed using the command
chmod 1777 /tmp
You can also use the cPanel’s inbuilt script for this purpose.
/scripts/securetmp
If you are getting this same error when you access the Admin Panel, use these commands to fix
rm -f /usr/local/cpanel/whostmgr/docroot/cgi/addon_whmphp.cgi wget whmphp.com/download/addon_whmphp.txt mv addon_whmphp.txt /usr/local/cpanel/whostmgr/docroot/cgi/addon_whmphp.cgi chmod +x /usr/local/cpanel/whostmgr/docroot/cgi/addon_whmphp.cgi
Thank you