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
okay,

Code:
./mtn -c 2 -f /home/xxxx/public_html/rapidleech/mtn/tahomabd.ttf -r 5 '/home/xxxx/public_html/rapidleech/RL/files/miley_cyrus-cant_be_tamed-x264-2010-mvo.mkv'
sh: ./mtn: Permission denied

Done

What does that mean? exec() disabled?
 
okay,

Code:
./mtn -c 2 -f /home/xxxx/public_html/rapidleech/mtn/tahomabd.ttf -r 5 '/home/xxxx/public_html/rapidleech/RL/files/miley_cyrus-cant_be_tamed-x264-2010-mvo.mkv'
sh: ./mtn: Permission denied

Done
What does that mean? exec() disabled?

change the permission mtn [file] or [exe] chmod 777
 
okay,

Code:
./mtn -c 2 -f /home/xxxx/public_html/rapidleech/mtn/tahomabd.ttf -r 5 '/home/xxxx/public_html/rapidleech/RL/files/miley_cyrus-cant_be_tamed-x264-2010-mvo.mkv'
sh: ./mtn: Permission denied

Done
What does that mean? exec() disabled?

what $@ND!Pâ„¢ said, change permission to 777 but if you have exec() disabled i can't do anything about this. Is from your host
 
t3od0r

I want to show the file name & information in the screens ! how to add that sir ??

File Name : xxxx
Size : xxxx
Audio :xxxx
Video :xxxx

And then the image ! i hope so u have understand ..what i m trying to say

supremecommander_e32006_s.jpg


The above information's ae noting coming on my shots

[Fixed] Thnx to t3od0r
 
use slide tags for images.

this is strange, all my pics have info, did you changed any settings?

Code:
<?php

$config['dirs']=array("/home/?????/public_html/files","/home/????/public_html/R/files");


// Info on how to use the settings http://moviethumbnail.sourceforge.net/usage.en.html
// [no value=don't use, # or value to use]
$config['mtn']['a']='';  
$config['mtn']['b']=''; 
$config['mtn']['B']=''; 
$config['mtn']['c']='2'; 
$config['mtn']['C']='';  
$config['mtn']['D']='';
$config['mtn']['E']='';
$config['mtn']['f']='/home/????/public_html/mtn2/tahomabd.ttf';  
$config['mtn']['F']=''; 
$config['mtn']['g']='';
$config['mtn']['h']=''; 
$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']=''; 
$config['mtn']['p']=''; 
$config['mtn']['P']=''; 
$config['mtn']['r']='3'; 
$config['mtn']['s']='65'; 
$config['mtn']['t']=''; 
$config['mtn']['T']=''; 
$config['mtn']['v']=''; 
$config['mtn']['w']=''; 
$config['mtn']['W']='';
$config['mtn']['z']=''; 
$config['mtn']['Z']=''; 
?>

This My Config.Php File Settings, Which Slide Tag you are saying :O
 
how to install codecs Ffmpeg?
Code:
error while loading shared libraries: libavcodec.so.51: can not open shared object file: No such file or directory
 
i fix the internal server error but now sir i have chromd mtn to 0777 but i get
Command failed!
Array ( )

i try to chromd all file to 666 same problem

i try to chromd mtn and index to 777 same problem

how c an i fix it ?
 
Status
Not open for further replies.
Back
Top