How to install kloxo in VPS (updated 2012)

Here is how to install kloxo in VPS, updated 2012 installations

You have to disable SELinux by editing /etc/sysconfig/selinux and changing the line to selinux=disabled. This will keep SELinux from being enabled on your server next boot.

Then you must run the following command as root to disable SELinux for the current session:

setenforce 0
If you are unsure this procedure worked, you can run /usr/sbin/sestatus to check its status. Failure to correctly disable SELinux will render your Kloxo install useless and an OS reload may be required to properly reinstall it.
Also, make sure the ports 7778/tcp and 7777/tcp are open in your server firewall or you won't be able to connect to Kloxo web panel when the install completes
Installing Kloxo
Kloxo installation consists of downloading kloxo-installer.sh from download.lxcenter.org and executing it as root.
The script will present you with a few questions and sometimes ask for a password (enter your root password).
wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh
To install as Master (Default Single Server):
sh ./kloxo-installer.sh --type=master
To install as Slave:
sh ./kloxo-installer.sh --type=slave
Once kloxo is installed, you can connect to http://YOUR_SERVER_IP:7778 and you will be presented with a login screen.
Login as admin with password admin and once you are in, Kloxo will ask you to change the default password to a secure one.

How to know absolute path of public html

The absolute path is a path containing the root directory. The system can find all the other sub directories relative to the root directory once it knows its location. An example of an absolute path vs relative path on a web server would be:

Absolute Path:

/home/thedomainname/public_html/cgi-bin

Relative Path:

public_html/cgi-bin

(more…)

How to change forum.php to forum root in vbulletin 4

If you want to change forum.php to forum root  when you use vbulletin 4, you need to do 2 steps:

1. Redirect forum.php to  index.php.
You have to remove the current index.php file, and rename the forum.php to index.php, then in the AdminCP->Settings->vBulletin Options->Forum Home Page Options, set the first option to index.

2. Omit index.php from the URL.
Modify or add this following code to your .htaccess file located in forum root directory : (more…)

How to reset VBSEO admin password

VBSEO setting is kinda forget setting,once you do setting in VBSEO you must forget about it,coz when you change your setting too often that will impact on your seo rank thus make your seo messed up.

And sometimes you forgot the password to access your vBSEO control panel settings,here’s how you reset the password

Find the config.xml file in  vbseo/resources/xml/config.xml

Open the file and search for something similar to this: (more…)

How to bypass Survey Ads and Cpa Ads

Survey Ads and Cpa Ads are very annoying,many big sites uses Survey Ads and Cpa Ads to generate more income.

So heres how we do it ,We are using Scriptmafia.org for an example,since Scriptmafia uses cpalead.com (more…)