Originally posted by cyberone
View Post
the title with an anchor tag

.4shared.com TRUE / FALSE 1663161675 autoLogin false
.4shared.com TRUE / FALSE 1663161675 autoLogin true
.4shared.com TRUE / FALSE 1663161675 autoLogin false
.4shared.com TRUE / FALSE 1663161675 autoLogin true

<?php
//initiate.php
/*
4sleecher v1.0
(c)softwarefreak
contact@softwarefreak.in
*/
error_reporting(E_ALL);
define("SF_IN_TEMP", FALSE);
require_once "func.inc.php";
$url = 'http://www.4shared.com/'.$_GET['url'];
$fetch = fetch_url($url);
$download_url = get_download_url($fetch);
if($download_url != FALSE)
{
sleep(5);
$filename = trim(get_file_name($fetch));
$filesize = trim(get_file_size($fetch));
$title = $filename." - free download!";
if (isset($_COOKIE['login']) && $_COOKIE['login'] == true)
{
$form = "<a href='/download.php?loc=".base64_encode($download_url)."' class='navbutton' style='padding:5px;display: block;width: 129px;height: 15px;font-size: 12px;' title='Click to download this file'>Download this file</a>";
}
else
{
setcookie('login', true, time() + 60 * 60 * 24 * 365, '/');
$form = '<form name="theForm" target="_new" action="http://m.4shared.com/login.jsp" method="post">
<input type="hidden" name="login" value="softwarefreak@gmail.com"/>
<input type="hidden" name="password" value="password"/>
<input type="submit" class="formbutton" value="Download this file" onclick="document.getElementById(\'alert\').style.display=\'block\'" />
</form>';
}
require_once "head.php";
echo '<div class="links" style="display: none;" id="alert"><img src="/bulb.gif" style="float:left;margin-right:5px;" />Please refresh the page.</div>';
echo '<div class="header"><img src="/next.png" style="float:left;margin-right:5px;"/>'.$filename.' - free download</div>';
echo '<div class="links"><img src="/cp.png" style="float:left;margin-right:5px;"/> Filename: '.$filename.'</div>
<div class="links"><img src="/cp.png" style="float:left;margin-right:5px;"/> Filesize: '.$filesize.'</div>';
echo "<div class='header'>$form</div>";
$down_url = "http://softwarefreak.in/lol.php?loc=".base64_encode($download_url);
$adfly = @file_get_contents("http://api.adf.ly/api.php?key=ad9e2c647d18e0c12b64a03238a559b8&uid=1719990&advert_type=int&domain=adf.ly&url=$down_url");
//include_once "adsal.php";
//$toplist = array('http://surfwap.com/?site=softwarefreak.in', 'http://topwapi.com/?id=softwarefreakin', 'http://top.sendwap.com/?id=softwarefreakin', 'http://fixwap.net/en/?uid=118981');
//shuffle($toplist);
//$adsal = show_adsalvo_ads();
echo '<div class="links"><img src="/cp.png" style="float:left;margin-right:5px;"/>Download <a href="'.$adfly.'">'.$filename.'</a> from mirror site (blazing fast download speed) </div>';
echo '<div class="links">
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f38a88b64902144"></script>
</div>';
echo "<div class='sub'><b>PLEASE NOTE:</b><br />
".strtoupper($filename)." is free to download, click on \"Download this file\" button to save the file.<br />
This meta-search engine is no way intended for illegal downloading of files.<br />
The files are not hosted in this site, the download links are indexed from various file sharing websites.</div>";
}
else
{
require_once "head.php";
echo '<div class="links"><img src="/delete.png" style="float:left;margin-right:5px;"/>The server is busy, please try downloading after sometime or a different file.</div>';
}
require_once 'all_about_music.php';
require_once 'last_search.php';
require_once 'extra.inc.php';
require_once "foot.php";
/*
4sleecher v1.0
(c)softwarefreak
contact@softwarefreak.in
*/
?>

LOL
Leave a comment: