Pages

Web Hosting

Wednesday, September 3, 2008

Rapid*share search engine script (use GET)


6:50 PM |

Deskription :

Used to search rapid*share, warez, nulled script, mp3 dll.
this is not a commercial script a.k.a free script. And this is the code :

===================================================================
<?php
/****************** rapid*share search script from rapid*share1.com *******************/
// If you have a question about this script contact us: script@rapid*share1.com
// To use this script you need to upload it into your server, that's all !
?>

<html>
<head>
<title><?php if(isset($_POST["button"])) { echo ucfirst($_POST["search"]);
} ?> rapid*share search</title>
<style type="text/css">
<!--
a {
color: #4C4C4C;
text-decoration:none;
font-family:arial;
font-size:11px;
}
a:hover {
text-decoration:underline;
font-family:arial;
font-size:11px;
}
-->
</style>
</head>
<body>

<form method="post" action="">
<table align="center" width="600" ><tr><td>
<h1>Your Logo here</h1>
<input type="text" size="40" name="search" <?php
if(isset($_POST["button"])) { echo "value=\"".$_POST["search"]."\"";
} ?> id="search" />
<input type="submit" name="button" id="button"
value="rapid*share Search" />
</td></tr><tr><td>
<?php if(isset($_POST["button"])) {
$search=str_replace(" ", "+", $_POST["search"]);
include("http://www.rapid*share1.com/script.php?search=".$search);
} ?>
</td></tr></table></form>
</body>
</html>
====================================================================

you just copied the code to teks editor (like notepad), save the file with extention .php then upload to server, and run the script.

Notes:
- almost hosting provider doesn't support, because it needs fckopen and curl
- need more resource
- can running in localhost

Source :
-
www.rapid*share1.com