Jul 10
16
Hello
I am glad to announce the release of WHMPHP v6.3
The following are the change logs
Thanks
Vivek.
Jul 10
5
Hello!
We are glad to announce our new service, UptimeZone.com.
UptimeZone is dedicated to monitor your server and make sure that it is up by either rebooting it by connecting to the remote reboot port ( if available ) or by sending a reboot request to your datacenter
All WHMPHP clients are invited to join and help us to improve our website. Uptimezone will help you to keep your server online. It will alert you when your server goes offline. It will also alerts your datacenter so that they will reboot the server at once.
You can register at http://www.uptimezone.com for an account , it is FREE and it won’t take more than 20 seconds
UptimeZone is still in BETA stage and supports Softlayer, LimeStone Networks control panel for rebooting the server. It also supports SolusVM powered VPS clients to reboot their VPS when it goes down.
I was using a custom made server monitoring script for our hosting company because there were no such service available to reboot a server when it goes offline. All the uptime monitoring/server monitoring sites check the site/server and alerts the user. I didn’t want this. I wanted to have my server rebooted before my clients know about the downtime. So I developed a custom script for our own servers which sends an email to our datacenter to reboot the server. Sometimes, my datacenter, BurstNET asks for 6 digit identification number for reboots. So I made an email template and included the id number in it. Uptimezone.com is just the ‘themed’ version of my custom made code, which can also check other user servers. I was also able to integrate Limestone, SoftLayer as well as SolusVM api with it.
If you sell VPS hosting with SolusVM, your clients can reboot their VPS automatically when it goes offline. We offer this service free of cost at this time being in the beta stage.
If you have any questions, please contact me.
Thank you
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
Hi
Have you ever wondered how many domains are hosted by these master resellers on your server?
Now, see it yourself. A new feature has been added to WHMPHP control panel to list the total number of domains hosted by the master reseller.
This will count the total domains hosted by all the resellers of a master reseller.
To List it, login to whmphp as admin
Click on List Master Resellers. Then click on the link provided just before the table
Thanks
Vivek