View Single Post
Old 03-04-2007, 10:36 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
i built a php version o my search engine script thats really really easy to manipulate for whatever you need.

heres the code

Code:
<form target=_top><input type=text name=kw><input type=submit></form>
<?php
$kw = $_GET["kw"];
$bi = "www.a-sponsor.com/banner.gif";
$bu = "www.a-sponsor.com";
$yu = "www.smokey.com";
$ex = "Some+Link+Text";
$size = "m";
$limit = "88";
$random = "";
if ($kw == ""){
echo "<br>ENTER A SEARCH TERM";
} else{
$html = file_get_contents("http://www.smokeycash.com/gvids/?kw=$kw&bi=$bi&bu=$bu&yu=$yu&ex=$ex&size=$size&limit=$limit&random=$random");
echo $html;
}
?>
and example engine from the code.

http://tools.webspacemania.com/freevideos/example2.php
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote