Hello, Novik..
For a while now, the most common domain name for hdtorrents.org is hdts.ru
But it is true that a user can insert hdorrents.org in cookies with same uid and pass as hdts.ru and the plugin will work..
The alternative is to clone HDTorrents.php and with minor modifications have an additional engine (I actually did this but did not want to push to svn before asking you - it is also kind of foolish anyways, since hdtorrents.php does the same)
But while adding this "extra" engine, I noticed that there is also an option in hdtorrents.org/hdts.ru for 3D. If you actually select any category e.g. for movies and also have the 3D checkbox checked, it appends a "&3d=1" at the end of the query, like this
Code:
&category[]=59&category[]=60&category[]=30&category[]=38&3d=1while without 3d checked it is just
Code:
&category[]=59&category[]=60&category[]=30&category[]=38I was wondering if it is possible for you to add this. I don't know if you have an account there to check it out yourself and sadly I don't have any invites to send. But I could give you my login credentials if needed..
Cheers..
For a while now, the most common domain name for hdtorrents.org is hdts.ru
But it is true that a user can insert hdorrents.org in cookies with same uid and pass as hdts.ru and the plugin will work..
The alternative is to clone HDTorrents.php and with minor modifications have an additional engine (I actually did this but did not want to push to svn before asking you - it is also kind of foolish anyways, since hdtorrents.php does the same)
But while adding this "extra" engine, I noticed that there is also an option in hdtorrents.org/hdts.ru for 3D. If you actually select any category e.g. for movies and also have the 3D checkbox checked, it appends a "&3d=1" at the end of the query, like this
Code:
&category[]=59&category[]=60&category[]=30&category[]=38&3d=1while without 3d checked it is just
Code:
&category[]=59&category[]=60&category[]=30&category[]=38I was wondering if it is possible for you to add this. I don't know if you have an account there to check it out yourself and sadly I don't have any invites to send. But I could give you my login credentials if needed..
Cheers..