WHMPHP v6.3 Released

Hello

I am glad to announce the release of WHMPHP v6.3

The following are the change logs

  • New style menu
  • Added an option to enable the cPanel backup restore tool for individual master resellers while keeping it disable for all other master resellers. Thanks to Martyn Hackett for the suggestion.
  • New WHMCS Module Released for Master Resellers which utilizes JSON for faster processing.

Thanks
Vivek.

Posted in Announcements by Administrator. 2 Comments

Free UptimeZone.com invitations

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

Posted in Other by Administrator. 4 Comments

WHMPHP v6.2 released

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

Posted in Announcements New Features by Administrator. 9 Comments

WHMPHP v6.1 Release

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

Posted in Announcements New Features by Administrator. 1 Comment

New Feature : Easy cPanel Account Backup

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

Posted in New Features by Administrator. 5 Comments

New Feature : Send Suspension mail automatically when you suspend a domain

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

Posted in New Features by Administrator. No Comments

WHMPHP Version 6 Release

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

Posted in Announcements by Administrator. No Comments

New Feature : Domain Blacklist

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

Posted in Other by Administrator. 2 Comments

No Input Specified error when accessing MR panel

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

Posted in Troubleshooting by Administrator. Comments Off

New Feature: See the # of domains hosted by the MR

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

Posted in Other by Administrator. 2 Comments