Status
Not open for further replies.

CuraHack

Banned
Banned
1,007
2010
221
0
I am unable to run mtn under Ubuntu 10.04 32x (server). I get a Segmentation fault error. The same file runs perfectly well on my Ubuntu laptop (64x).

Could the architecture be the problem? Have you gotten MTN to work on a 32x OS?
 
3 comments
Try this one:
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/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

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


That's what i use (y) Or try this new one
 
Status
Not open for further replies.
Back
Top