Jump to content

uploaded.to

- - - - -

[Req] Howfile.com Download Plugin


4 replies to this topic

#1 Mohsen.R

    Advanced Member

  • Members
  • PipPipPip
  • 67 posts
  • Gender:Male
  • Location:Iran

Posted 29 January 2012 - 05:22 PM

link:
http://howfile.com/file/87cd4968/671e4bf5/


my code (that not work):
<?php
if (!defined('RAPIDLEECH')) {
	require_once ("index.html");
	exit ();
}

class howfile_com extends DownloadClass {
    public function Download($link) {
   	 $this->Retrieve($link);
    }

    public function Retrieve($link) {
   	 $page = $this->GetPage($link);
   	 $cookie = GetCookies($page);
   	 if (!stristr($page, "Click here to download")) html_error("dl link not found!");
   	 if (preg_match('#http://(\w+).howfile.com/downfile/[^"]+#', $page, $dlink)) {
   		 $FileName = cut_str($page, 'File Name: <b>',' </b>');
   		 $this->RedirectDownload($dlink[0], $FileName, $cookie);
   		 exit();
   	 }
    	exit();
    }
}
?>

Please help!

Edited by Mohsen.R, 29 January 2012 - 05:28 PM.


#2 _R_V_T_™

    Rapidleecher

  • Super MOD
  • PipPipPipPip
  • 1,927 posts
  • Gender:Male
  • Location:Indonesia

Awards

Contributer Altruistic

Posted 29 January 2012 - 05:48 PM

use search function, u'll find one...

HOW TO REPORT BROKEN DOWNLOAD PLUGIN, CLICK THIS



USE YOUR EYES, YOUR BRAIN, YOUR HAND, MOVE YOUR FINGER AND TYPE ANYTHING YOU NEED IN SEARCH FUNCTION BEFORE YOU REQUEST SOME FEATURE, FIX OR ANYTHING RELATED TO RAPIDLEECH SCRIPT! IF YOU CAN'T FIND THINGS YOU NEED FOR, THEN YOU CAN POST THE THREAD ABOUT YOUR REQUEST/PROBLEM IN FORUM!


#3 Mohsen.R

    Advanced Member

  • Members
  • PipPipPip
  • 67 posts
  • Gender:Male
  • Location:Iran

Posted 29 January 2012 - 06:05 PM

Thank you.

#4 vincentfkc

    Rapidleecher

  • Members
  • PipPipPipPip
  • 139 posts

Posted 30 January 2012 - 06:42 AM

it's howfile not hotfile...

there is no plugin for this

#5 _R_V_T_™

    Rapidleecher

  • Super MOD
  • PipPipPipPip
  • 1,927 posts
  • Gender:Male
  • Location:Indonesia

Awards

Contributer Altruistic

Posted 30 January 2012 - 07:00 AM

View Postvincentfkc, on 30 January 2012 - 06:42 AM, said:

it's howfile not hotfile...

there is no plugin for this


there's howfile.com download plugin, search in this section, u'll find one!

HOW TO REPORT BROKEN DOWNLOAD PLUGIN, CLICK THIS



USE YOUR EYES, YOUR BRAIN, YOUR HAND, MOVE YOUR FINGER AND TYPE ANYTHING YOU NEED IN SEARCH FUNCTION BEFORE YOU REQUEST SOME FEATURE, FIX OR ANYTHING RELATED TO RAPIDLEECH SCRIPT! IF YOU CAN'T FIND THINGS YOU NEED FOR, THEN YOU CAN POST THE THREAD ABOUT YOUR REQUEST/PROBLEM IN FORUM!