BT search add-ons not working

Post your questions about BT download, FTP download, HTTP download, or QGet download software here.
Post Reply
benwrigley
First post
Posts: 1
Joined: Sun Feb 14, 2016 1:25 am

BT search add-ons not working

Post by benwrigley »

Hi All,

I'm sure I can't be alone with this. As of last week only the mininova and extratorrent add-ons return any results for me.

Is anyone else experiencing the same issue?

Thanks
User avatar
dolbyman
Guru
Posts: 35248
Joined: Sat Feb 12, 2011 2:11 am
Location: Vancouver BC , Canada

Re: BT search add-ons not working

Post by dolbyman »

No you are not alone
viewtopic.php?t=130332


Best open a ticket with QNAP support... most here do not use the download station BT .. I use transmission
Rocketray
First post
Posts: 1
Joined: Sat Mar 18, 2017 10:41 pm

Re: BT search add-ons not working

Post by Rocketray »

Same problem here poss torrent sites closed?
rana0971
New here
Posts: 8
Joined: Sat May 23, 2015 1:05 am

Re: BT search add-ons not working

Post by rana0971 »

Anyone can advice if this is ever going to be fixed.. the BT search option is grayed out which I used to use a lot...Can anyone help.....
IrishGypsy
New here
Posts: 5
Joined: Fri May 05, 2017 7:57 am

Re: BT search add-ons not working

Post by IrishGypsy »

log into your qnap via ssh

go to /share/[whatever your volume is]/.qpkg/DSv3/usr/sbin/ds-addon/

Do to each of the directories that are a pain:

/1337.to
/bttt99.com
/demonoid.pw
/kickass.to
/mininova.org
/seriecanal.com
/thepiratebay.se
/torcache.net
/torrentreactor.net
/yun.baidu.com

in each of these folders run the command:
vi 1337x.to.php
or whatever the name of the site is with a .php on the end.

hit the insert button

First find the second line that says
const SITE = "http://1337x.to";
and comment that line out - its useless.
// const SITE = "http://1337x.to";

obviously the '1337x.to' will have to be changed whatever site/directory you're working in. You'll notice the extratorrent file doesn't have that line.

Now here's the real magic.

Next you'll see a few lines that look like this:

/*
*kickass() -note: that's right the 1337x file ACTUALLY SAYS KICKASS. SMH...
* @param {string} $url
...etc...
*/

it's missing a line: just before the last line you need a $meta line. So the last two lines in that group, not the last two lines in the file, should look like:

* @param {string} $meta
*/

THEN....

The next line should look like this:

public function __construct($url = null, $username = null, $password = null)

It SHOULD look like this:

public function __construct($url = null, $username = null, $password = null, $meta = null)

now hit the escape button and type :wq and hit enter. vi will save your file and if you go into Download Station it should work.

There might be some other differences on the onther lines - besides the ones I mentioned above -- DO NOT LET THEM FOOL OR DISTRACT YOU.
If you make those changes it shoudl be working no problem. Works for me and I took notes every step of the way. I did nothing else.

I got tired of waiting for qnap or whomever to fix it. I program for a living, so if you'd like to paypal me a beer (2-3$ ) I won't turn it down joseph.brodnax@gmail.com. If not, then cheers.

I loves me my qnap, but that problem was a pain.
IrishGypsy
New here
Posts: 5
Joined: Fri May 05, 2017 7:57 am

Re: BT search add-ons not working

Post by IrishGypsy »

Ok,
There might've been a little more to it with a couple of the files as someone kindly pointed out. Please just copy these working files to the designated addon folders:

DSv3/usr/sbin/addons/[name of site]/[name of site].php

and the download station will work.

Still accepting a pint of Guinness from the grateful
addonFix.zip
You do not have the required permissions to view the files attached to this post.
Derek23
First post
Posts: 1
Joined: Fri Feb 10, 2017 9:21 am

Re: BT search add-ons not working

Post by Derek23 »

Cheers IrishGypsy for creating the AddonFix!
Post Reply

Return to “Download Station and QGet”