Setelah itu...
Apa hubungannya dengan judul sub forum Articles 'Segala Artikel Mengenai Networking dan Yang Berkaitan'...
Membingungkan...![]()
Pengen buat blog agan terkenal?
jaman sekarang visitor suka namanya gratisan...
nih coding buat disisipin di blog ente gan
Coding versi html
simpan sebagai form.html
Coding versi non redirect simpan dengan mp3.phpPHP Code:
<form method='GET' action='http://mp3.4share.me/index.php'>
<input type='text' name='search' value='' size='99'>
<input type='submit' value='Search'>
</form>
memerlukan fckopen dan curlPHP Code:
<html>
<head>
<title><?php if(isset($_POST["button"])) { echo ucfirst($_POST["search"]); } ?> Mp3 Downloads Streaming</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="Search Mp3" />
</td></tr><tr><td>
<?php if(isset($_POST["button"])) {
$search=str_replace(" ", "+", $_POST["search"]);
include("http://mp3.4share.me/up.php?search=".$search);
} ?>
</td></tr></table></form>
</body>
</html>
dan php.ini dengan mengisi
Code:allow_url_include = 1
Setelah itu...
Apa hubungannya dengan judul sub forum Articles 'Segala Artikel Mengenai Networking dan Yang Berkaitan'...
Membingungkan...![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)