tmrender.jpg - 18514 Bytes

Thumbnail Keyword homepage.

Thumbnail Keyword
Download Thumbnail Keyword
Installation of Thumbnail Keyword
Is Thumbnail Keyword legal to use?
View Thumbnail Keyword php code online

Installation

Copy the image.php file to somewhere on your web server. Make sure you have access rights to run php scripts.

Then you have to set up a mysql account, and edit the image.php script with the correct values for the mysql server. These are the lines you have to edit:

$mysql_user = "your_username"; //the username for the mysql server
$mysql_password = "your_password"; //the password for the mysql server
$mysql_server = "mysql.example.com"; //hostname or ipaddress for the mysqlserver
$mysql_database = "keywordimgdb"; //database to use on the mysqlserver

Write your username where it says your_username.

Then in any html page use the img html tag to load the image. The keyword you wish to display a thumbnail for is passed in the parameter k. Example of the html code to use the script:

<img src="http://example.com/image.php?k=thekeyword">
          

The software is tested and found to be working. This is software is provided for no charge, and there will be no free installation support.

 

HOME

© TURTLEMEAT 2005, ALL RIGHTS RESERVED FOREVER.