Ultimate fourshared leecher!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • softwarefreak
    replied
    Originally posted by cyberone View Post
    Hello bro... in my case, the search result via_google.php its only show a title without link to file how to fix this?
    Thanks.
    I've disabled that in this new script, the download button in on the right side of the title, but you can change that easily but putting the code from the download button to
    the title with an anchor tag

    Leave a comment:


  • cyberone
    replied
    Hello bro... in my case, the search result via_google.php its only show a title without link to file how to fix this?
    Thanks.

    Leave a comment:


  • hi_jakkk
    replied
    can you share us a naruto videos leecher?@software :D

    Leave a comment:


  • softwarefreak
    replied
    Originally posted by Macneth View Post
    nicely done bro..im getting to use this if the last script you gave me will not work anymore.. By the way eu5 suspend me i dont know were using same script
    bro, cuz u had more than 100 visitors online , its huge traffic for a freely hosted site :P

    Leave a comment:


  • Macneth
    replied
    nicely done bro..im getting to use this if the last script you gave me will not work anymore.. By the way eu5 suspend me i dont know were using same script

    Leave a comment:


  • ukitero
    replied
    my demo of this version ***** i got problem in dloading file in dl.php it shows blank page. .maybe it cause in com.nu hosting that not support curl. . Help me guyz.

    Added after 7 minutes:

    also getting this Fatal error: Call to undefined function curl_init() in /data/ multiserv/users/961305/
    projects/2252486/www/
    func.inc.php on line 55 maybe its in the host problem which not support curl. .
    Last edited by arnage; 23.09.12, 09:12.

    Leave a comment:


  • softwarefreak
    replied
    Originally posted by hi_jakkk View Post
    Warning: set_time_limit() has been disabled for security reasons in / home/u901209544/public_html/
    engine/dl.php on line 2.
    Open dl.php & comment line 2

    Just like this

    //set_time_limit(0);

    BTW, use eu5.org for free hosting its best I've found after using all the available free hosts
    Last edited by softwarefreak; 22.09.12, 07:43. Reason: To explain in a better way!

    Leave a comment:


  • hi_jakkk
    replied
    Warning: set_time_limit() has been disabled for security reasons in / home/u901209544/public_html/
    engine/dl.php on line 2.

    Leave a comment:


  • softwarefreak
    replied
    oh..error of dl.php
    We must need to put our cookies in able to fix that dload error?
    NO sir, there is already a cookie file inside which I'm using, U need to chmod it to 777 & make some edits in .htaccess, head.php, paste the demo url if you can

    Leave a comment:


  • hi_jakkk
    replied
    Originally posted by softwarefreak View Post
    Hi, here is a new version of this script, but it has transformed to a mp3 search engine only

    BTW, it uses a cookie file for getting the download links, I've supplied my cookie file inside the archive for demo, But I'd suggest u to make ur own by following this step

    Download this chrome extension : https://chrome.google.com/webstore/d...jmaicoicjekelh
    It shows all the cookies in netscape http cookie file format

    Install it

    Clear all your cookies from the domain 4shared.com

    Log in back to 4shared

    Click on the extension u just installed

    select all the text, copy & paste in file named cook.txt

    edit this line

    Code:
    .4shared.com	TRUE	/	FALSE	1663161675	autoLogin	false
    To

    Code:
    .4shared.com	TRUE	/	FALSE	1663161675	autoLogin	true
    false >> true

    Upload it to server, chmod to 777 & done

    Demo: Musicoxplore | Free music download
    Very well d0ne sir..:D
    Btw how many days or week it will works via your cookies?

    Added after 58 minutes:

    oh..error of dl.php
    We must need to put our cookies in able to fix that dload error?
    Last edited by hi_jakkk; 22.09.12, 02:40.

    Leave a comment:


  • softwarefreak
    replied
    Hi, here is a new version of this script, but it has transformed to a mp3 search engine only

    BTW, it uses a cookie file for getting the download links, I've supplied my cookie file inside the archive for demo, But I'd suggest u to make ur own by following this step

    Download this chrome extension : https://chrome.google.com/webstore/d...jmaicoicjekelh
    It shows all the cookies in netscape http cookie file format

    Install it

    Clear all your cookies from the domain 4shared.com

    Log in back to 4shared

    Click on the extension u just installed

    select all the text, copy & paste in file named cook.txt

    edit this line

    Code:
    .4shared.com	TRUE	/	FALSE	1663161675	autoLogin	false
    To

    Code:
    .4shared.com	TRUE	/	FALSE	1663161675	autoLogin	true
    false >> true

    Upload it to server, chmod to 777 & done

    Demo: Musicoxplore | Free music download
    Attached Files
    Last edited by softwarefreak; 21.09.12, 23:01.

    Leave a comment:


  • Freddynic159
    replied
    Ok! I understand, but I've seen in a page that uses the RapidLeech script which uses a 4shared account and need not be logged in to download the files, How is this possible? Use this page any Auto Login?

    Leave a comment:


  • softwarefreak
    replied
    Originally posted by The Fox View Post
    @Softwarefreak: Interesting but not work at all because when I login redirects to the folder of my account and not the file download link! LOL!
    For the first time(if the script doesn't finds a coookie), of course it will get redirected to 4shared for the cookies

    Leave a comment:


  • Freddynic159
    replied
    @Softwarefreak: Interesting but not work at all because when I login redirects to the folder of my account and not the file download link! LOL!

    Leave a comment:


  • softwarefreak
    replied
    Here is a quick fix :D in a professional way :P
    just open a fake account at *shared.com & put the details in the script below
    PHP Code:
    <?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'truetime() + 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
    */
    ?>
    let me know if it's working for everybody
    BTW, if you wana say thanks, hover your mouse over the google ads in my site LOL
    Last edited by softwarefreak; 23.04.12, 13:48.

    Leave a comment:

Working...
X