Quote:
Originally Posted by SmokeyTheBear
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
|
nice script smokey ... what would have to change to say get the vids from say google video or you porn xtube...