purtroppo non esiste ne documentazione ne altre info...se vuoi posto il codice...
index.php
Codice PHP:
<!--
!!!PLEASE LEAVE THE LINK BELOW!!!
You can edit and share the script as long as you leave the link below.
Not for sale !
//
#POGLEJ.NET script #
#Author: Lukaslo #
#Email: [email]scripts@poglej.net[/email] #
#Copyright 2006 scripts on poglej.net #
#Please send us a mail with your opinion#
#send your opinions on [email]scripts@poglej.net[/email]#
##########################################
-->
<center>
<form action="index.php" method="post" name="search">
<input name="search" type="hidden" value="search">
<input name="keyword" type="text" value="keyword" size="30" maxlength="30">
<input name="search" type="submit" value="search">
</form>
<?
include "config.php";
if (@$_POST['search']=="search")
{
$keyword=$_POST['keyword'];
$result=mysql_query("SELECT * FROM websites WHERE `title` LIKE '%$keyword%' OR `url` LIKE '%$keyword%' OR `description` LIKE '%$keyword%' ");
while ($results = mysql_fetch_array($result))
{
$title=$results['title'];
$url=$results['url'];
$description=$results['description'];
echo "[url='$url']$title[/url]
[i]$description[/i]
$url<hr>";
}
}
?>
[url="http://scripts.poglej.net"]Free poglej.net Search engine[/url]
</center>
le altre poche pagine penso che non serve postarle...perke fa tutto in questa pagina