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
Hi ,please help me
If i setup scrpit as domain/mtn and my file is domain/folder/folder1
so
$config['dirs']=array("/home/folder1","/home/folder2");
?
 
I shouldn't be supporting this lol

ANyways it should something like this
$config['dirs']=array("/home/username/Domainname/Directory");
 
Status
Not open for further replies.
Back
Top