which torrent client are you using to make the torrent ie. utorrent, bittorrent, transmission etc..? is the file your trying to upload have the name and .torrent on the end? you should only get that error if your not uploading a .torrent file for example an image file which has a .jpeg or a txt file which has a .txt files that like will give you the error you see.
Argh! I was trying to upload an .avi file instead of creating a .torrent file. Thanks!
I’m going to play around with the extension and make sure I can do everything else, then I’ll check back with you.
Thanks again!
Ted
Okay, I got the torrent to show up in the ‘Browse Torrents’ option, but I can’t connect with anyone. I had a friend attempt to download the torrent, but it wouldn’t work. Do I need to add a tracker? (I tried to add one, but it didn’t help). I hate to keep drilling you with questions. Are you aware of any torrent tutorials that might help?
Ted
i will add more tutorials and try to make the ones i add a bit better but you can find some uploading tutorials here http://wp-tracker.com/index.php/tutorials/upload-tutorials/
hello guys Δ± found easy way to fix this π
add this your theme functions.php and wuala π
/*
Plugin Name: mime-type adder
Description: Adds extra mime-types
Author: Peter Westwood
Version: 0.01
Author URI: http://blog.ftwr.co.uk/
*/
add_filter('upload_mimes','pjw_upload_mimes');
function pjw_upload_mimes($mimes)
{
$mime_types = array (
'ac3' => 'audio/ac3',
'mpa' => 'audio/MPA',
'flv' => 'video/x-flv',
'torrent' => 'torrent/torrent'
);
return array_merge($mimes,$mime_types);
}
what do you mean an easy to way to fix it? a .torrent file is not an avi or jpeg or any other file. a .torrent is that so please do not add the code above because it will be useless. tell me which client out there will use your ac3, mpa or flv to download a torrent? i have no problem with people posting here to help out but if you do not know anything about how a torrent site works then please do not try to help.
@buznagn
First: be gentelman and be more human
Second: title is “Error uploading torrent”
That code fix this problem and clear the error message.
@sinan Δ°ΕLER
They did not want a fix to clear the error message they wanted a solution to why they got the error message. By telling people what you told them is not a solution. In no way will what you told them work for the problem the person had. Uploading torrents does not work that way, the error they got was because they did not upload a .torrent file and that is the only extension allowed for that upload field. the upload form for uploading torrents is not there to upload any file you want to upload. On the upload page you have one upload field for the torrent file, one for the nfo file and one for the image file. The torrent field only accepts .torrent extension, the nfo only accepts the .nfo extension and the image file accepts as default a few of the image formats but others can be added in the options page for it. As for being more human I stand by what I say if you do not understand the plugin or its purpose and do not have a solution then please do not comment. I have no problem with people helping out but only if they understand the problem completely and know how to solve the problem correctly.
@buznagn
i will add more tutorials and try to make the ones i add a bit better but you can find some uploading tutorials here http://wp-tracker.com/index.php/tutorials/upload-tutorials/
Where I can find these tutorials now? (This link is empty)
at the moment they are gone. had a problem with a host at one time so the site was lost. i am working on trying to sort somethings out and hopefully it will be for the best of the plugin
hello
After install plug in
and click
Activate
Show :::
Plugin could not be activated because it triggered a fatal error.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 583830 bytes) in /home/pramjic/public_html/wp-includes/functions.php on line 251
please Help me !!!!!!!!!!!!!!!!!!!