Saturday, August 4, 2012

How to connect cPanel’s ports using XML-API (PHP Class)?

December 29, 2010 by  
Filed under cPanel

cPanel’s XML-API is a wonderful way of doing stuffs programitically and remotely on its front end (domain owner control panel) and back end (WHM). However, the PHP client of XML-API, by default, connects to WHM Ports! If you are wondering how to connect to front end and do stuffs using user’s credentials rather than root [...]

DDOS Protection using APF firewall

November 15, 2009 by  
Filed under General

Following are steps that will configure your APF firewall on your server : > Open /etc/apf/ad/conf.antidos > Change LP_KLOG=”0? to LP_KLOG=”1? > CONAME=”Your Company” ( Enter Companies Name ) > Change USR_ALERT=”0? to USR_ALERT=”1? ( 1 only if you need alerts for emails ) > USR=”[email protected]” ( Enter the Email Address ) > Execute : [...]