Originally Posted by
mr_green
really nice script mr.green thanks for sharing with us..
Currently i have edited
********************
Wp-config******************************************** ******************************
<?php require('/yourfolder/zbblock.php'); ?><?php
define('DB_NAME', 'xxxxxx');
define('DB_USER', 'xxxxxxxxxxx');
define('DB_PASSWORD', 'xxxxxx');
define('DB_HOST', 'xxxxxxxx');
********************
Wp-load********************************************** ****************************
<?php require('/yourfolder/zbblock.php'); ?><?php
/**
* Bootstrap file for setting the ABSPATH constant
* and loading the
wp-config.php file. The
wp-config.php
* file will then load the
wp-settings.php file, which
* will then set up the WordPress environment.
i have done all as u have explained.
Is there any more code i have to edit in any other File?