From the monthly archives:

March 2009

How to install RVskin to your Web Server

March 14, 2009

To install the RVSkin to your server, type the following commands in shell as root.
mkdir /root/rvadmin
cd /root/rvadmin
wget http://member.rvskin.com/auto_rvskin.tgz
tar -xvzf auto_rvskin.tgz
perl auto_rvskin.pl
Login to WHM and click rvskin manager and complete each of the 5 Important Configuration. Each should be showing passed when done,
* Global configuration: passed
* Default Feature List: passed
* Default language: passed
* WHM remote access [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

How to PIPE email to script from cPanel

March 14, 2009

You may use email piping from the cPanel interface by setting up a forwarder under ‘cPanel > Mail > Forwarders > [Add Forwarder] , put in as the forward :
|/usr/bin/php /home/your_username/public_html/directory/to/your_script/file.extension
Note the  pipe “|” symbol and the space after ‘|/usr/bin/php ‘ are required.
The script that is being piped to needs to have 755 permission set  [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

Setting up Private Nameservers for your reseller’s account

March 14, 2009

Your reseller may have the domain of yourname.com, and they want to have the custom name server of ns1.yourname.com and ns2.yourname.com. Here are simple tutorial on how to setup private name server for your reseller.

Login into your WHM account.
Go to ‘Reseller Center’, highlight and select ‘edit/privileges and nameservers’
Scroll to the bottom for Nameserver entry, add [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

PHP Suexec ForceType

March 14, 2009

If you are trying to use the ForceType directive in your .htaccess files with PHPsuexec, it will usually fail. To work around this, simply use SetHandler instead of ForceType.
example:

SetHandler application/x-httpd-php

or
SetHandler application/x-httpd-php
The first one listed will cause files named “r” to be executed as PHP scripts, same as if it is named r.php basically. The 2nd [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

Unable to access WHM Error

March 4, 2009

There may be times when you may not be ableto connect to WHM. Do the following to resolve the issue.
Check the error log!
Check to see if cpsrvd running:
ps auxww | grep cpsrvd
Check to see if the required ports open, and bound by cpsrvd?
netstat -lnp | grep :208
iptables -L -n
Check to see if the traffic reaching [...]

Bookmark Post:
  • Digg
  • del.icio.us
  • NewsVine
  • Reddit
  • Slashdot
  • Technorati
  • BlinkList
  • Propeller
  • Spurl
  • StumbleUpon
Read the full article →

Battlefield 3