MovieThumbnailer Script (mtn) [FREE]

Status
Not open for further replies.

t3od0r

Active Member
1,419
2008
183
10
I see that everybody is selling mtn (free script) :-?.

So, i made a nice php GUI for mtn.

This should work on any host if you have exec() function enabled.


Download(New Link): http://www.mediafire.com/?w662ra9f8k2c500


How to install
1. Upload all files to a new folder
2. CHMOD mtn to 777
3. Open config.php and add your folders on $config['dirs']=array("/home/folder1","/home/folder2"); full path /home/username/Domainname/Directory
4. Open config.php and write the full path to the font file $config['mtn']['f']='/home/....../tahomabd.ttf'; full path /home/username/Domainname/Directory/tahomabd.ttf
5. Open config.php and edit the settings. Info on how to use the settings http://moviethumbnail.sourceforge.net/usage.en.html

Info:
I think mtn is working on folders too.

UPDATE
-support for spaces and quotes in filenames added
-use # if you want to activate a setting or just enter a value if the setting ask for a value,for example:
Code:
$config['mtn']['i']='#';  //this setting doesn't need a value
$config['mtn']['c']='1';  //this setting need how many cols you want
 
Last edited:
185 comments
Can anyone please write down a tutorial on this? I mean Step by Step. This script is very important to rapidleech users. There are many users who are unable to install it right. I also tried to install it but not working when i click generate thumbnails, I am getting 404 error. Already spend three hours. Again going to take a look.

I am unable/don't understand the following instruction:

3. Open config.php and add your folders on $config['dirs']=array("/home/folder1","/home/folder2"); full path /home/username/Domainname/Directory

Which folders? where my leech files are kept? I have change this settings as
$config['dirs']=array("/home/myname/public_html/files/","/home/myname/public_html/files/");

Thanks for this script though.

1. I have created a folder named "MTN" on my /public_html location. Set permission to this folder to 0777.
2. Inside this "MTN" folder I have uploaded 4 files; Files are: config.php, index.php, mtn, tahomabd.ttf
3. Change chmod of mtn(4.38 MB) file to 0777.
4. Then I have changed config.php as follows.

Please take a look to my config.php file;

Code:
<?php

$config['dirs']=array("/home/myname(myusername of rapidleech)/public_html/files/","/home/myname/public_html/files/");


// Info on how to use the settings [URL]http://moviethumbnail.sourceforge.net/usage.en.html[/URL]
// [no value=don't use, # or value to use]
$config['mtn']['a']='';  
$config['mtn']['b']=''; 
$config['mtn']['B']='40'; 
$config['mtn']['c']='2'; 
$config['mtn']['C']='';  
$config['mtn']['D']='';
$config['mtn']['E']='';
$config['mtn']['f']='/home/myname/public_html/files/tahomabd.ttf';  
$config['mtn']['F']=''; 
$config['mtn']['g']='';
$config['mtn']['h']='150'; 
$config['mtn']['i']=''; 
$config['mtn']['I']='';  
$config['mtn']['j']=''; 
$config['mtn']['K']=''; 
$config['mtn']['l']=''; 
$config['mtn']['n']=''; 
$config['mtn']['N']=''; 
$config['mtn']['o']=''; 
$config['mtn']['O']='/home/myname/public_html/files/'; 
$config['mtn']['p']=''; 
$config['mtn']['P']=''; 
$config['mtn']['r']='2'; 
$config['mtn']['s']='20'; 
$config['mtn']['t']=''; 
$config['mtn']['T']=''; 
$config['mtn']['v']=''; 
$config['mtn']['w']='300'; 
$config['mtn']['W']='';
$config['mtn']['z']=''; 
$config['mtn']['Z']=''; 
?>
I have visited my rapidleech location : http://1.1.1.1/~myname/MTN/

It's showing:
[slide]http://img197.imageshack.us/img197/6927/problemonscript.jpg[/slide]

There is a mkv file which is not showed in this list.
when I check this file and choose generate thumbnails button and click on the right button it's showing

404 Not Found

The resource requested could not be found on this server! Powered By bkla
[FONT=Verdana, Arial, Helvetica][SIZE=-1]bkla Technologies is not responsible for administration and contents of this web site![/SIZE][/FONT]
 
/home/username/Domainname/Directory should be the full path where your videos are located
for example: /home/admin/xyz.com/rapidleech/files/
 
this: $config['mtn']['f']='/home/myname/public_html/files/tahomabd.ttf';
should be: $config['mtn']['f']='/home/myname/public_html/MTN/tahomabd.ttf';

also, PM me url and i will see if i can fix it
 
Status
Not open for further replies.
Back
Top