phpUploader - deAthMod + bLisSMod (Unofficial)

Status
Not open for further replies.
deAthMod updated with Thumbnail Generator.
needs ffmpeg installed in server.
just configure the path of ffmpeg in the config.php and generate thumbnails of the videos present in the files dir.

download:
Code:
http://www.mediafire.com/?zn5775ez984y82w

Awesome deathbliss :))
 
i am confused in setting path

This is what is in the orignal config.php file:

$path = dirname(__FILE__)."/";
$filespath = dirname(__FILE__)."/files/";

Now plz tell me where should i edit here and plz tell exactly.
 
index.php update for deathmod - with thumb
download and replace original index.php
Code:
http://hotfile.com/dl/68131580/37a7b07/index.php.html
 
direct links will be added soon :)

For direct download links, modify plugins/downloadhosts.php


Place this code like so:

PHP:
// This bit is already there
	else if (stripos($link, "megaupload"))
	{
		if (file_exists($mucookie))
		{
			unlink($mucookie);
		}
		curllocation($mulogin, $mupostdata, $mucookie);
		$link = getmulink($link, $mucookie);
		$saveto = $filespath . basename($link);
		echo "Downloading $link ....<br />";
		downloadfile($link, $saveto, "", "");
	}
	
// This bit is for direct link transloading	
	else
	{
		$saveto = $filespath . basename($link);
		echo "Downloading $link ....<br />";
		downloadfile($link, $saveto, "", "");
	}
	
	flush();
}
//This is the end of the file
 
You are welcome. :)

Btw, i am really sorry for how i behaved the other day. It was not intentional. Hope you didn't mind too much...
 
i know it doesn't make sense.. but still i did it :P

deathmod combined with Rapidleech.

configuration is simple.. as you do for rapidleech and phpuploader

download:
Code:
http://hotfile.com/dl/68376160/416924a/dmrlv1.rar.html
 
i know it doesn't make sense.. but still i did it :P

deathmod combined with Rapidleech.

configuration is simple.. as you do for rapidleech and phpuploader

download:
Code:
 [URL]http://hotfile.com/dl/68376160/416924a/dmrlv1.rar.html[/URL]

Thx a lot dude.

One suggest anyway, plz put up the most updated script in the first page so every1 can quickly grasp it :) For me I didn know which to download, so just got the link above :(

Edit:
I got this error while trying to leech
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
 
Status
Not open for further replies.
Back
Top