:: Hidden Text Version 1.0 ::
Installation Instructions
Step 1:
define the colors and a background image for your webpages (starting in line 33):
$font_color = "#E8E8F4";
$background_color = "#000000";
$background_image = "back.jpg";
Step 2:
define your outgoing links (starting in line 49):
$link_url = array ( "www.domain.com" => "Link Text" , "www.domain1.com" => "Link Text" );
Step 3:
define the top and other keywords (starting in line 55):
$keywords_top = "My Top Keywords, seperated by an Comma";
$keywords = "All the other Keywords or Phrase, seperated by Comma";
you can choose between 250 keywords or keyphrases per line.
Step 4:
include the Hidden Text Script in your website. You find an example in the attached test.php.
|