Merging Two WHMPHP Installation

Hi

To merge two whmphp installation, simply merge the folder

/usr/local/cpanel/whostmgr/docroot/cgi/whmphp/mr

 

Thank you!

Posted in Troubleshooting by Administrator. 8 Comments

WHMPHP v6.4 Released

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

Posted in Announcements by Administrator. 5 Comments

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. 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