Status
Not open for further replies.

ace-uploader

Active Member
300
2011
1
0
I have MTN script along with RL but I can not create thumbnails with it. Need some advice. Here is my config.php file.


Code:
<?php 
("/home/ace/public_html/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']='0.80'; 
$config['mtn']['B']=''; 
$config['mtn']['c']='3'; 
$config['mtn']['C']='';  
$config['mtn']['D']='6';
$config['mtn']['E']='';
$config['mtn']['f']='/home/ace/public_html/mtn/tahomabd.ttf';
$config['mtn']['F']='FFFF00:8:tahomabd.ttf:ff0000:00ff00:12'; 
$config['mtn']['g']='';
$config['mtn']['h']='100'; 
$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']='4'; 
$config['mtn']['s']=''; 
$config['mtn']['t']=''; 
$config['mtn']['T']=''; 
$config['mtn']['v']=''; 
$config['mtn']['w']=''; 
$config['mtn']['W']='';
$config['mtn']['z']=''; 
$config['mtn']['Z']=''; 
?>

CHMOD of MTN folder have been changed to 777. But when I do so I get this error.
Code:
500 Internal Server Error
The request was not completed. The server met an unexpected condition.

***.**.***.**/~ace/mtn/index.php (port 80)
Please forward this error screen to ***.**.***.**'s WebMaster.
 
12 comments
chmod the 'mtn' file and 'tahomabd.ttf' file to 755 and then try ..

also while you try to generate the thumb it gives out some text

paste that over here
 
Download

http://www.mediafire.com/download.php?ev8ux88rfirr799

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
 
chmod the 'mtn' file and 'tahomabd.ttf' file to 755 and then try ..

also while you try to generate the thumb it gives out some text

paste that over here

This is the text I get when I change the CHMOD.
Code:
./mtn -b 0.80 -c 3 -D 6 -f /home/ace/public_html/mtn/tahomabd.ttf -F FFFF00:8:tahomabd.ttf:ff0000:00ff00:12 -h 100 -r 4 '/home/ace/public_html/files/mc4381_HD.mp4'
sh: ./mtn: Permission denied

Download

http://www.mediafire.com/download.php?ev8ux88rfirr799

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

LoL, I tried it for 2-3 Hours and I now seek some expert advice. :)
 
It should work if you have done that.

PM me if you want me to do the exact steps for you..

Edit:

Permissions denied? Contact your provider.
 
is the 'files' folder chmod to 777 ? also don't chmod the mtn folder to 777 keep it default 755 and also this time try the 'mtn' file and 'tahomabd.ttf' file to 777 chmod

also can i know which control panel you are using ?
 
I have cPanel Access but I am trying through Filezilla. Yes, files folder have chmod to 777.

I tried with chmod of tahomabd.ttf to 777 still the same error.

Mr. Sandvik: It used to work earlier but some time after it isn't!
 
Last edited:
"sh: ./mtn: Permission denied"

this clearly states that this is a problem with the "MTN" file's permission

the MTN file which is in the mtn folder ....

try to replace the file by downloading a new one from mrsandvik's link as yours is having some problem ...

and if you still can't get it fixed then the only thing left is contact your host ..

also just telling once use a proxy and try it .. who knows it 'may' work ..
 
what should be the permission of remaining 3 files inside 'mtn' folder? I have replaced the mtn file inside the folder. I am getting this error.

Code:
./mtn -b 0.80 -c 3 -D 6 -f /home/ace/public_html/mtn/tahomabd.ttf -F FFFF00:8:tahomabd.ttf:ff0000:00ff00:12 -h 100 -r 4 '/home/ace/public_html/files/XXXXXX.mov

No thumb generated. No info. shown :( . I have done all the steps again. :'(
 
Status
Not open for further replies.
Back
Top