PHPmill
Joined: 22 Apr 2005 Posts: 40
|
Posted: Thu Feb 02, 2006 8:15 pm Post subject: |
|
|
Error code 2 means you did not agree to the terms of use.
To remove the error, review the license.txt file. If you agree to the terms, open the file
phpmilltools_config.inc.php
and set the line below to yes:
$_POST['phpmill_i_agree_to_terms_of_use'] = 'yes'; // default is no
You will also need to set the 3 variables below to yes to use the indicated tool
$_POST['phpmill_spidertool_switch'] = 'yes'; // SPIDER SIM choose yes or no, default is no
$_POST['phpmill_keyworddensitytool_switch'] = 'yes'; // KEYWORD DENSITY choose yes or no, default is no
$_POST['phpmill_httpheadertool_switch'] = 'yes'; // HTTP HEADER choose yes or no, default is no
Save the file and upload to your webserver. |
|