Convivea

Bit Che => Scripts & Development => Topic started by: Bovski on December 27, 2012, 06:49:37 am

Title: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on December 27, 2012, 06:49:37 am
woot git has added a + button

t411.me
torrentkit.com
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: loninappleton on December 27, 2012, 08:50:15 am
Are these the automatic updates?  I still have to learn this.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on December 27, 2012, 10:25:15 am
Are these the automatic updates?  I still have to learn this.

It's for people without git access to post scripts

if you restart BitChe it should auto update and t411.me.ini should be added.

Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on December 28, 2012, 02:29:16 am
woot git has added a + button

t411.me
torrentkit.com

thats awesome!  sure made git even easier to use :)  thanks Bovski
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on December 28, 2012, 05:54:57 am
Excuse my ignorance, but what is 'git'?
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on December 28, 2012, 10:02:34 am
hi CuF.. git is a tool that software developers use to keep track of changes in projects and collaborate/share changes to the code.. http://en.wikipedia.org/wiki/Git_(software) (http://en.wikipedia.org/wiki/Git_(software))

since 2.0, we have moved the entire default script pack to a git so that anyone can freely copy/merge.. or edit/make their own changes to the script pack.

here is the script pack: https://github.com/convivea/bit-che-2-scripts (https://github.com/convivea/bit-che-2-scripts)

and, there might be better guides out there, but here is a quick 'learn about git' page:  http://learn.github.com/p/intro.html (http://learn.github.com/p/intro.html)

it can be kind of complicated at first, but thankfully github has a pretty easy web interface :)

Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on December 28, 2012, 10:08:12 am
well now they have the + button it is usable for adding scripts the editing has always been cool.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 10, 2013, 07:11:29 am
Cinemageddon script for v2.  First of probably many to come now that I have a better grip on the new scripting.

I welcome critiques of my method.  Also, do new/custom scripts go into the .\scripts\default folder or somewhere else?

Edit: And Cinematik.

(Edit: Removed. See below)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on January 10, 2013, 01:46:30 pm
thanks CuF.. i'll get those added to the pack!

regarding where should they go:

.\scripts\default = protected folder.. when Bit Che updates the default script pack, it will be fully synced (add, delete, modify) all the scripts in the folder so that it matches the default script pack.

while this is great for the users, it does present a small "issue" for developers who edit or create new scripts.

what I suggest (and I am doing the same).. is make a new dev folder for your personal new or edited scripts. then, if you submit them and/or add them to the default pack, you can delete them from your personal folder.

for example, make this folder:
.\scripts\dev

and put your new scripts and any others you are working on in that folder.  restart bit che and it will find those scripts and keep them active (as long as you keep your new 'dev' pack active using the Script Pack menu)

if you leave them in .\scripts\default and you update the script pack, your changes will be moved to the .\scripts\backup folder (so you will not accidentally lose your edits), and then .\scripts\default will be synced.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 10, 2013, 02:24:54 pm
Cool.  Will there be additional script packs in the future?  I can see an Adult pack being a useful category so they can be better maintained, but not something everyone would want.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 10, 2013, 02:41:22 pm
Bit of a mix up, here's a repost of the two scripts.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on January 12, 2013, 05:33:12 am
Cool.  Will there be additional script packs in the future?  I can see an Adult pack being a useful category so they can be better maintained, but not something everyone would want.

Yes bc2 allows anyone to create/host their own script pack.

Here is the guide I wrote. I can probably help with the web hosing if you or anyone wants to create their own specialty pack. Let me know.

http://convivea.com/forums/index.php?topic=2195.0 (http://convivea.com/forums/index.php?topic=2195.0)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 19, 2013, 04:13:55 pm
Ran into a rough patch with the scripts I was working with so I figured I'd post the ones that are working so far.

Pirate Bay members script, BakaBT (updated to include Alternative Version results), BitHq.org, TheBox.bz and TheEmpire.bz.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 25, 2013, 02:00:28 pm
I'm not actually familiar with Take.fm, but I noticed it was generating a bad result named "//" if it had no hits.
Checking it, it also didn't seem to grab every hit either.

Script updated.  It's sort of a shame we can't use something =code($page,#) for seeds, leeches and dates.

I guess we have to settle for 1:1 for all results from Take.fm (until Bit Che v3 ;) ).
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on January 27, 2013, 11:46:28 am
looks like we got all these updated in the script pack.. thanks CuF and Bovski!

oh, and if we did =code($page,#) for seeds, leeches and dates would be kinda obnoxious because it would fetch multiple pages per request on the initial search.. meaning for 50 results you could have 200+ additional HTTP requests from the 1 single search HTTP request...   to me, i think its best to just force dummy data if its not available.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 27, 2013, 04:39:07 pm
Instead could we allow a special character for dummy seed/leeches?  Something like # or -1 so you can tell from the results that the real number is unknown?

Attached is Torrentzone (a site that couldn't work with v1) and Karagarga.

I have one more site I still want to convert to v2, and then there are a handful of 'problem' scripts left.
After that I'll probably do some requests.

There are something like a dozen more scripts left in my v1 folder (some are duplicates or variations) that have no v2 equivalent.  I have no idea if there is interest or in fact if those sites sill exist.  I don't recall using them.

Edit: Maybe not =code($page,#) for each item, but perhaps a way to pull multiple pieces of data during the initial search using the same code2.

Something like:

Code: [Select]
[code1]
...
$torrent=code($page,2)
$date=code($page,2)
$seeds=code($page,2)
$leeches=code($page,2)
aloop
[/code1]

[code2]
u=find(u,@data,`Download torrent`)
$torrent=extract(u,@data,`"`,`"`,@home)
u=find(u,@data,`Posted on`)
$date=extract(u,@data,`>",`<`)
u=find(u,@data,`Seeding`)
$seeds=extract(u,@data,`>",`<`)
u=find(u,@data,`Leeching`)
$leeches=extract(u,@data,`>",`<`)
[/code2]

The problem is at the moment code2 isn't read until you attempt to grab the .torrent file.  Using it for anything else won't trigger code2.
Then you're only looking at 1 additional page for each result... put that's still kind of a lot.

Okay, now this is the late night talking, but allow the above code, but don't actually fetch the results on the initial search.
The results page would show something like an * in place of the data, and then you could add a context option to get the additional data on a single basis.

Like 'View Torrent Details' but 'View additional info'.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on January 27, 2013, 06:04:58 pm
thanks.. got those scripts included.

i see what you're saying about viewing extra info after the initial search.. I might bake that into 'View Torrent Details'.. actually that would probably be pretty easy.   BUT, what is better than that is using the 'Scrape' button on 'View Torrent Details' to fetch the actual seeders/leechers from the tracker itself (new to Bit Che 2).

for AsianDVD, i got your PM and that is helpful to see the valid response, but now I just need to see what Bit Che is sending & receiving... I'm pretty sure I can figure out whats wrong now that I have the successful HTTP request if you can also send me the logs generated by Bit Che (either build 38 or 39).

for HDBits, and others, the [special] section is no longer needed.. just use the [login] part like the others..

so for thebox.bz, this can be removed:
Code: [Select]
[special]
page=http://www.thebox.bz/login.php
post=http://www.thebox.bz/login.php
img_src=freecap.php
id_name=freecap
check_name=word

for special, all it needs is:

[scripts]
pwd=1
special=1

and

[login]
login=URL
failed=
failed2=


i'll have to write up better script header info this week.

oh, but for HDBits, I wonder if a normal login will work with b38/39.. is that 'lol' variable random or can you put anything as that when you submit the login?    also, can you successfully login using 'special' for hdbits? like can you login and then go to the browse page inside of the special window?
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 28, 2013, 02:50:42 am
thanks.. got those scripts included.

i see what you're saying about viewing extra info after the initial search.. I might bake that into 'View Torrent Details'.. actually that would probably be pretty easy.&nbsp; &nbsp;BUT, what is better than that is using the 'Scrape' button on 'View Torrent Details' to fetch the actual seeders/leechers from the tracker itself (new to Bit Che 2).

for AsianDVD, i got your PM and that is helpful to see the valid response, but now I just need to see what Bit Che is sending & receiving... I'm pretty sure I can figure out whats wrong now that I have the successful HTTP request if you can also send me the logs generated by Bit Che (either build 38 or 39).

for HDBits, and others, the [special] section is no longer needed.. just use the [login] part like the others..

so for thebox.bz, this can be removed:
Code: [Select]
[special]
page=http://www.thebox.bz/login.php
post=http://www.thebox.bz/login.php
img_src=freecap.php
id_name=freecap
check_name=word

for special, all it needs is:

[scripts]
pwd=1
special=1

and

[login]
login=URL
failed=
failed2=


i'll have to write up better script header info this week.

oh, but for HDBits, I wonder if a normal login will work with b38/39.. is that 'lol' variable random or can you put anything as that when you submit the login?&nbsp; &nbsp; also, can you successfully login using 'special' for hdbits? like can you login and then go to the browse page inside of the special window?

I hadn't noticed the scrape.  Cool.

AsianDVD log emailed.

That's good about special.  I don't even know what the
Code: [Select]
img_src=freecap.php
id_name=freecap
check_name=word
stuff meant.  :)

And yes, I can browse the torrents inside the Special window for HDBits.
And the LoL code seems to change each time you refresh the login page.  I assume that's a security measure.

More scripts: MySpleen and SDBits (sister site to HDBits, but not as tricky to script).
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on January 28, 2013, 04:37:26 am
looks like we got all these updated in the script pack.. thanks CuF and Bovski!

oh, and if we did =code($page,#) for seeds, leeches and dates would be kinda obnoxious because it would fetch multiple pages per request on the initial search.. meaning for 50 results you could have 200+ additional HTTP requests from the 1 single search HTTP request...   to me, i think its best to just force dummy data if its not available.

LOL 200? why would you do that? 50
Code: [Select]
t=code($page,2)
[code2]
x=findh(i,@data,`>Uploader</font></a></td>`,`</tr>`,`>`,`</tr>`,`>`,)
z=find(x,@data,`</table>`)
@data=crop(@data,x,z)
g=split(@data,`</td>`,2)
$torrent=array(g,2)
$date=extract(@i,t,`<nobr>`,`<br />`)
$size=array(q,6)
$seeds=array(q,8)
$leeches=array(q,9)
[/code2]


if you can also send me the logs generated by Bit Che (either build 38 or 39).
Where are builds 38 or 39 posted ?
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on January 28, 2013, 06:24:45 am
b39 is here:  http://convivea.com/forums/index.php?topic=2131.msg19943#msg19943 (http://convivea.com/forums/index.php?topic=2131.msg19943#msg19943)

was for testing only.. working on exploring a specific login bug before posting another beta to the main thread.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 28, 2013, 06:42:46 am
Tough fight, but here is AsianDVDClub.

Edit: And of limited interest, MouseBits

RuTracker seems to work MOST of the time.  Still a problem where it gets confused if you do a search then log in with your browser and then try to use BitChe again.  

It's otherwise fine, I don't know if we'd consider it ready for release though.
Its sister site Pornolab seems to be even more cranky.

HDBits is whatever that's about and that's really the end of my list.

Btw, I'd love to add bit-hdtv.com to Bit Che if I had an invite.  ;)
One of the few sites where I let an account lapse and really regretted it.

Edit2: Attached MouseBits script updated to fix garbage result for 0 hits.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 29, 2013, 06:16:01 am
Quick update for TorrentZone.  It stopped working for me at first because the failed1 was actually text that appeared if you were logged in as well.

After fixing it it still didn't work for a while... and then it did.  (After logging in properly BC wasn't giving an error, but it wasn't searching either).

Seems to be okay atm.  If anyone has problems chime in.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 29, 2013, 05:13:14 pm
More updates:
MouseBits Uh, a fix for the fix.  Not sure what I did there, works now.
Fulldls Fix for bad date results.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on February 02, 2013, 12:12:53 pm
didn't know if I was supposed to add the script here or just to git

Same script just the site changed

Would be clearer if we could have in-line maths
Code: [Select]
start
@q=split(@r,`</td>`,2)
t=array(@q,3)
o=find(@i,t,`./viewtopic.php`)
if (o>0)
a=put(3)
b=put(8)
c=put(9)
d=put(12)
e=put(13)
else
a=put(5)
b=put(10)
c=put(11)
d=put(14)
e=put(15)
end if

t=array(@q,a)
@i=find(@i,t,`href`)
$page=extract(@i,t,`"./`,`"`,@home)
$name=extract(@i,t,`>`,`</a>`)
t=array(@q,b)
@i=find(@i,t,`href`)
$torrent=extract(@i,t,`"./`,`"`,@home)
$size=array(@q,c)
$seeds=array(@q,d)
$leeches=array(@q,e)
aloop
[/code1]

would have been shorter as
Code: [Select]
start
@q=split(@r,`</td>`,2)
t=array(@q,3)
o=find(@i,t,`./viewtopic.php`)
if (o>0)
d=put(-2)
end if

t=array(@q,5+d)
@i=find(@i,t,`href`)
$page=extract(@i,t,`"./`,`"`,@home)
$name=extract(@i,t,`>`,`</a>`)
t=array(@q,10+d)
@i=find(@i,t,`href`)
$torrent=extract(@i,t,`"./`,`"`,@home)
$size=array(@q,11+d)
$seeds=array(@q,14+d)
$leeches=array(@q,15+d)
aloop
[/code1]

or even a third argument to the array command to do the add would be gr8
Code: [Select]
t=array(@q,5,d)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on February 03, 2013, 02:18:38 pm
More updates:
MouseBits Uh, a fix for the fix.  Not sure what I did there, works now.
Fulldls Fix for bad date results.

Quoting myself because this Fulldls update should be added.  Every time there's an autoscript update I get garbage dates again.

@Bovski: I don't use the git myself.  I'm happy to see the scripts posted here.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on February 05, 2013, 04:49:21 pm
Okay, a roll up of all the scripts that seem to be working in my dev folder but aren't in the default script pack:

AsianDVDClub, HDBits.org (thanks Chip, the prelogin is great), MouseBits, MySpleen, RuTracker & SDBits.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on February 13, 2013, 09:12:34 am
Rutracker updated in previous post
Page link was missing a slash because the home url was http://rutracker.org/forum (http://rutracker.org/forum) not http://rutracker.org/forum/. (http://rutracker.org/forum/.)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on February 13, 2013, 10:08:41 am
Rutracker updated in previous post
Page link was missing a slash because the home url was http://rutracker.org/forum (http://rutracker.org/forum) not http://rutracker.org/forum/. (http://rutracker.org/forum/.)

 >:D  sorry!   we'll get those updated and added here soon.  thank you!  ;D
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on February 16, 2013, 12:30:01 pm
Okay, a roll up of all the scripts that seem to be working in my dev folder but aren't in the default script pack:

AsianDVDClub, HDBits.org (thanks Chip, the prelogin is great), MouseBits, MySpleen, RuTracker & SDBits.

Added to default script pack thanks CuF
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on February 17, 2013, 10:13:14 am
Done some more scripts mainly private ones that currently have open signups and some requests.

attached as backup :)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on March 01, 2013, 07:45:51 am
Modified http://fenopy.se (http://fenopy.se) to add a mirror ;)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on April 06, 2013, 03:02:07 pm
Wow.  AnimeBytes has the most crazy layout of any torrent site I've ever seen.
It hurt my eyes so much hat writing a script with 3 if..then loops was easier than looking at it.  ;)

The names of the torrents had to be collected in 3 parts across multiple loops.
Seriously, this is one nutty script.  Enjoy.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: loninappleton on June 12, 2013, 05:17:59 pm
Please add the Internet Archive torrent site to the default script that gets updated.

http://archive.org/search.php?query=%28format%3A%22Archive%20BitTorrent%22%29%20AND%20-mediatype%3Acollection&sort=-publicdate (http://archive.org/search.php?query=%28format%3A%22Archive%20BitTorrent%22%29%20AND%20-mediatype%3Acollection&sort=-publicdate)

I peronally have no idea how to work it or what's on it (mostly public access) but the goal of the Internet Archive distributing as bittorrent their 1 million plus pieces of media content should be a part of BitChe.

  Torrent Freak had an article about the new access here:

http://torrentfreak.com/internet-archive-starts-seeding-1398635-torrents-120807/ (http://torrentfreak.com/internet-archive-starts-seeding-1398635-torrents-120807/)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on June 22, 2013, 09:49:00 am
Quote
The heart and soul of Demonoid lives on! Through an amazing sequence of unlikely events, the data on those Ukrainian servers has made its way into the safe hands of members of our own community and has now been re-launched as d2.vu. For the foreseeable future d2.vu will remain a semi-private beta site and no new invitations to join will be issued until we are certain that the system is stable.

So if you had an account at Demonoid, you will be wanting this attachment.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on July 01, 2013, 02:47:07 am
It turns out the community is treating d2 as a pariah.  Legit or not people are worried it's either a trap or a scam.  No evidence either way though.

In other news, here is an update to animebytes.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: loninappleton on July 01, 2013, 03:05:18 am
Apparently no one remembers the cheesey and non stop pop up advertising and other bs on Demonoid.  I used it and had a 5/1 share on it.  But I'd never go back.  The hucksterism turned me off.  I stayed on it because that's where I could get and also upload a good variety.

I posted on the Internet Archive  a few back.  My torrent client Tixati loads one of their torrents but does not get anything off it and will not leech past 8 k then quits.  Could someone here see if they have the same problem.  These torrents are public domain. 

http://blog.archive.org/2010/09/21/little-known-classics-you-need-to-watch/ (http://blog.archive.org/2010/09/21/little-known-classics-you-need-to-watch/)

There's no help there.  One just replies 'mine works.'

I'd like to Bit Che show archive.org content along with the others in the default script.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on July 09, 2013, 08:17:35 am
I've used an ad blocker as long as I can remember.  I don't recall there being ads on Demonoid.

Another update.  Karagarga has been spitting out some bad info, so here is a fix.
I dunno if anyone uses the site. I know I haven't in a long time.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on July 12, 2013, 03:36:40 am
got them updated.  thank you CuF :)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on September 22, 2013, 06:44:21 pm
source of information (reason for modification):
http://torrentfreak.com/universal-music-behind-h33t-com-domain-seizure-130914/ (http://torrentfreak.com/universal-music-behind-h33t-com-domain-seizure-130914/)

I just updated script for new domain (changed domain suffix from .com to .eu).

remove script:
h33t.ini (h33t.com)
add replacement script:
h33tEU.ini (h33t.eu)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on September 24, 2013, 03:22:23 am
Thanks for the heads up on that one.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on September 24, 2013, 08:19:58 am
source of information (reason for modification):
http://torrentfreak.com/universal-music-behind-h33t-com-domain-seizure-130914/ (http://torrentfreak.com/universal-music-behind-h33t-com-domain-seizure-130914/)

I just updated script for new domain (changed domain suffix from .com to .eu).

remove script:
h33t.ini (h33t.com)
add replacement script:
h33tEU.ini (h33t.eu)

Thanks ID101 it's now in the update.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: danhuk on September 27, 2013, 10:36:12 pm
source of information (reason for modification):
http://torrentfreak.com/universal-music-behind-h33t-com-domain-seizure-130914/ (http://torrentfreak.com/universal-music-behind-h33t-com-domain-seizure-130914/)

I just updated script for new domain (changed domain suffix from .com to .eu).

remove script:
h33t.ini (h33t.com)
add replacement script:
h33tEU.ini (h33t.eu)

Thanks ID101 it's now in the update.

Looks like the new domain is now down
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on October 21, 2013, 07:49:00 am
Remove
isohunt.ini (IsoHunt.com)
reason:
https://torrentfreak.com/isohunt-shuts-down-early-to-block-backup-plan-131021/

PS: please fuel me a bit with karma.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on October 29, 2013, 09:30:32 am

http://torrentfreak.com/isohunt-resurrected-less-than-two-weeks-after-110-million-mpaa-deal-131029/ (http://torrentfreak.com/isohunt-resurrected-less-than-two-weeks-after-110-million-mpaa-deal-131029/)
http://isohunt.to/ (http://isohunt.to/)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on October 29, 2013, 11:01:22 am

http://torrentfreak.com/isohunt-resurrected-less-than-two-weeks-after-110-million-mpaa-deal-131029/ (http://torrentfreak.com/isohunt-resurrected-less-than-two-weeks-after-110-million-mpaa-deal-131029/)
http://isohunt.to/ (http://isohunt.to/)
That makes me about as comfortable as d2.vu.
There's never any telling whether these things are honeypots or not.
$110 million is a lot of money to be on the hook for.  There is no telling what Gary Fung might have agreed to.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on October 31, 2013, 01:13:19 am

http://torrentfreak.com/isohunt-resurrected-less-than-two-weeks-after-110-million-mpaa-deal-131029/ (http://torrentfreak.com/isohunt-resurrected-less-than-two-weeks-after-110-million-mpaa-deal-131029/)
http://isohunt.to/ (http://isohunt.to/)
That makes me about as comfortable as d2.vu.
There's never any telling whether these things are honeypots or not.
$110 million is a lot of money to be on the hook for.&nbsp; There is no telling what Gary Fung might have agreed to.

Anyway isohunt script should be removed for now. And comments below TF article are same as yours, also that's why posted link to article.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on October 31, 2013, 07:09:08 am
source of information (reason for modification):
http://torrentfreak.com/universal-music-behind-h33t-com-domain-seizure-130914/ (http://torrentfreak.com/universal-music-behind-h33t-com-domain-seizure-130914/)

I just updated script for new domain (changed domain suffix from .com to .eu).

remove script:
h33t.ini (h33t.com)
add replacement script:
h33tEU.ini (h33t.eu)

Thanks ID101 it's now in the update.

Looks like the new domain is now down

http://204.16.200.51/ (http://204.16.200.51/)
http://h33t.to/ (http://h33t.to/)
Quote
16 October 2013 04:00GMT
Congratz you have found our new .to domain.
The h33t tracker is offline. I need to do some work to get it working.
I am holding h33t offline until the latest DNS update is fully propagated, she will be back within 48 hours.
Thank you for your patience,
LD

We will see if it'll  go up or sink
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on November 14, 2013, 04:01:44 am
I seem to have problems with numerous of sites:

public hd - just list files, do not download
rarbg - just list files, do not download @ rarbg i think it always was like this
piratebay adds different trackers if magnet is opened from bitche and different if to click them on site


can anyone confirm it?
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: TheHalf™ on November 14, 2013, 05:41:29 am
Bovski controlled the script for rarbg and rarbg.proxy.piratenpartij.nl while chip controlled publichd.se and .se.proxy.piratenpartij.nl. I'll look into it and recommend unchecking those scripts in Bit Che before updating the script pkg again.

TheHalf
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on November 14, 2013, 08:14:07 pm
I got one request - please add comment inside of scrips ([script] section)if they re somehow different
to sum it up.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on November 15, 2013, 09:16:37 am
Thanks TheHalf™ public sites anyone can look at it's the private ones where we need to track down who has accounts on them.

I seem to have problems with numerous of sites:

public hd - just list files, do not download
rarbg - just list files, do not download @ rarbg i think it always was like this
piratebay adds different trackers if magnet is opened from bitche and different if to click them on site


can anyone confirm it?

public hd should be working now. It had a wait timer that was messing with Bit Che so did a second grab.

rarbg fixed update your scripts.

piratebay uses magnet links something that bitche doesn't seem to handle properly it gets a torrent from a cache so something for chip to look at.

Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on November 16, 2013, 02:09:20 am
public hd should be working now. It had a wait timer that was messing with Bit Che so did a second grab.
rarbg fixed update your scripts.
piratebay uses magnet links something that bitche doesn't seem to handle properly it gets a torrent from a cache so something for chip to look at.

Thank you for the fixes Bovski you're the man.
PublicHD can't redirect to releases returns Error Bad ID!.  Forgot to mention this before your update.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on November 16, 2013, 12:39:06 pm
public hd should be working now. It had a wait timer that was messing with Bit Che so did a second grab.
rarbg fixed update your scripts.
piratebay uses magnet links something that bitche doesn't seem to handle properly it gets a torrent from a cache so something for chip to look at.

Thank you for the fixes Bovski you're the man.
PublicHD can't redirect to releases returns Error Bad ID!.  Forgot to mention this before your update.
Really It's working here.
It grabs the torrents from istoretor.com they had a delay and a redirect I just parsed the page with [code2] and grabbed the URL from the meta refresh.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on November 24, 2013, 09:39:17 pm
Really It's working here.
It grabs the torrents from istoretor.com they had a delay and a redirect I just parsed the page with [code2] and grabbed the URL from the meta refresh.
open source page part returns Error Bad ID!
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: TheHalf™ on November 26, 2013, 03:47:02 am
I have no problems with magnet links and here's what I do, within the search window of Bit Che I right click on the file and click on View Magnet Details... and after the detail window opens I then click on Open Torrent. Hope this helps.

TheHalf™
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on December 11, 2013, 06:40:05 am
I don't know how much use it gets from the community, but Karagarga was in need of an update.  Attached.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on December 14, 2013, 09:31:21 am
New site (to me anyway): tv-vault.me
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: danhuk on December 17, 2013, 03:56:35 am
i have updated the H33T Script to include the latest working H33T.to Domain which is running well
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on December 18, 2013, 01:40:14 am
TPB moved to gy domain.
source:
http://torrentfreak.com/pirate-bay-moves-to-guyana-131218/ (http://torrentfreak.com/pirate-bay-moves-to-guyana-131218/)

updated script in attachment below(copy/overwrite to %username%\AppData\Roaming\Convivea\Bit_Che\2\scripts\default)

Edit .gy domain just got blocked
Attached file removed.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on December 18, 2013, 02:10:46 am
Updated cache.ini file file with h33t.to (copy/overwrite to %username%\AppData\Roaming\Convivea\Bit_Che\2\scripts\)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on December 18, 2013, 09:09:43 pm
TPB moved to gy domain.
source:
http://torrentfreak.com/pirate-bay-moves-to-guyana-131218/ (http://torrentfreak.com/pirate-bay-moves-to-guyana-131218/)

updated script in attachment below(copy/overwrite to %username%\AppData\Roaming\Convivea\Bit_Che\2\scripts\default)

gy domain suspended.

There is no point in playing Whackamole with Pirate Bay Domains we have plenty of Proxies in the script.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on December 18, 2013, 10:01:51 pm
TPB moved to gy domain.
source:
http://torrentfreak.com/pirate-bay-moves-to-guyana-131218/ (http://torrentfreak.com/pirate-bay-moves-to-guyana-131218/)

updated script in attachment below(copy/overwrite to %username%\AppData\Roaming\Convivea\Bit_Che\2\scripts\default)

gy domain suspended.

There is no point in playing Whackamole with Pirate Bay Domains we have plenty of Proxies in the script.
Since it is getting even more ridiculous I think you are right:
http://torrentfreak.com/pirate-bay-back-in-swedens-calm-waters-after-gy-suspension-131219/ (http://torrentfreak.com/pirate-bay-back-in-swedens-calm-waters-after-gy-suspension-131219/)

now it is BACK in .SE domain
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on December 20, 2013, 01:31:54 am
Don't get me wrong if they get a .cu or .kp domain it may be worth updating the script but most people use proxies anyway as the main domains are blocked in a lot of countries.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on January 19, 2014, 02:40:46 am
IsoHunt.to: From Zero to the 8th Biggest Torrent Site in Just 2 Months
http://torrentfreak.com/isohunt-to-from-zero-to-the-8th-biggest-torrent-site-in-just-2-months-140118/ (http://torrentfreak.com/isohunt-to-from-zero-to-the-8th-biggest-torrent-site-in-just-2-months-140118/)

Seems to be legit(not a RIAA or NSA honeypot), so it's worth a script.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on January 21, 2014, 02:11:09 am
Yep it seems so script done.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on March 01, 2014, 12:28:40 am
Bovski we were discussing reliability of the sources. In my opinion we should remove support for unreliable and not worthy sources as:

fulldls.com any bs keyword returns results
TorrentReactor.com rerurns results on any search, pick up any string and it will return torrent for it
SumoTorrent.com lies about peers numbers, offers many dead torrents, generally useless.

Not for removal but also worth mentioning:
limetorrents.com returns fake amount of seeds/peers
isohunt.to returns fake amount of seeds/peers

Biggest problem that search engines filters are reset after each script update.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on March 01, 2014, 05:05:00 am
Biggest problem that search engines filters are reset after each script update.

Can you explain more? Maybe we can make it better :)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: ID101 on March 02, 2014, 08:16:38 am
Biggest problem that search engines filters are reset after each script update.
Can you explain more? Maybe we can make it better :)

"Update scripts..." or "Automatically update default script pack" resets check boxes state in Profiles(F2 Show scripts) to their default state:

all in All
default in specific like Audio, Video, Apps, Games
and none in custom
(case of Public Trackers)

This is hell if you like 3 or 5 reliable public trackers and after each update you have to start check/uncheck spree.

Fix: restore Profile/script checkbox status after update.


New scripts suggestion:
http://linuxtracker.org (http://linuxtracker.org) as genuine and lawful site as only can be, has own tracker.
http://www.torrented.com (http://www.torrented.com) - clean site, genuine, has own tracker.

About new stuff and new features TF mentioned chrome extension for TV series search:
http://torrentfreak.com/seriesguide-turns-chrome-browser-into-a-tv-torrent-tivo-140301/ (http://torrentfreak.com/seriesguide-turns-chrome-browser-into-a-tv-torrent-tivo-140301/)
In terms of esthetics it's impressive to say at least.




Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on March 03, 2014, 08:29:31 am
Bovski we were discussing reliability of the sources. In my opinion we should remove support for unreliable and not worthy sources as:

fulldls.com any bs keyword returns results
TorrentReactor.com rerurns results on any search, pick up any string and it will return torrent for it
SumoTorrent.com lies about peers numbers, offers many dead torrents, generally useless.

Not for removal but also worth mentioning:
limetorrents.com returns fake amount of seeds/peers
isohunt.to returns fake amount of seeds/peers

Biggest problem that search engines filters are reset after each script update.

I don't have problem with removing sites that give bad results but the amount of seeds/peers can be difficult to monitor with the amount of people using DHT you cant just ask a tracker as you did in years past so you can't really penalise sites for that.

I normally only do scripts that are requested so assume they are of some use.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on March 08, 2014, 07:35:44 am
Biggest problem that search engines filters are reset after each script update.
Can you explain more? Maybe we can make it better :)

"Update scripts..." or "Automatically update default script pack" resets check boxes state in Profiles(F2 Show scripts) to their default state:

all in All
default in specific like Audio, Video, Apps, Games
and none in custom
(case of Public Trackers)

This is hell if you like 3 or 5 reliable public trackers and after each update you have to start check/uncheck spree.

Fix: restore Profile/script checkbox status after update.


ok, thanks for the feedback.

in addition to keeping the profile check/uncheck state, i also have 'disable' script working. &nbsp; then, once you 'disable' a script, you can choose to 'hide script' which will not show it in the list. &nbsp;added new menu option to restore any hidden scripts (will keep them disabled until you enable them).

all will persist even after script pack update. :)

you can test here:  http://convivea.com/forums/index.php?topic=2131.msg20702#msg20702 (http://convivea.com/forums/index.php?topic=2131.msg20702#msg20702)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: AnthonyB on March 08, 2014, 04:23:47 pm
Monova.org script results always seem to be page redirects that aren't being handled correctly (am using 2.0 Build 68)?

Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on March 08, 2014, 05:59:46 pm
got it updated, thanks :)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: AnthonyB on March 09, 2014, 06:03:24 pm
got it updated, thanks :)
Thanks!
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: AnthonyB on March 09, 2014, 06:06:13 pm
rlsbb.ru script seems to not open the searched torrent - seems to give a random torrent.

Clicking on open source page takes you to correct page, but it's a release log website with no torrent links, just file hosting site links?
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: AnthonyB on March 11, 2014, 04:09:16 pm
got it updated, thanks :)

Just tried monova.org again and am getting following error: Error no torrent. HTTP Response: [Torrage - Torrent Storage CacheTorrage is a free service for caching torrent files online. 404 - File not found.."

Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: AnthonyB on March 21, 2014, 08:01:54 pm
IsoHunt.to script appears to be broken.

It seems to be trying to retrieve the BitLord link, which seems to hang BitChe, rather than retrieving the Torrent link on the page.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on April 05, 2014, 03:31:14 am
IsoHunt.to script appears to be broken.

It seems to be trying to retrieve the BitLord link, which seems to hang BitChe, rather than retrieving the Torrent link on the page.

thanks, got this fixed :)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Boo Berry on April 09, 2014, 06:22:46 am
Is the Demonoid script going to make its triumph return? :P
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on April 14, 2014, 11:43:00 am
i suppose.. can anyone actually confirm its the real deal and not a honeypot?  >:D
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on April 14, 2014, 03:09:17 pm
All we have is the word of the net and Wikipedia... for whatever that is worth.
Supposedly D2 was safe but without confirmation most people seemed to avoid it.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on April 15, 2014, 06:00:58 am
Ok, I guess we'll add it back.  :P
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Boo Berry on April 19, 2014, 10:43:04 am
And yes, Demonoid.ph is the real deal. :P
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: zinou21 on July 18, 2014, 04:54:58 am
Hello everybody, i have repared the cpasbien frenche tracker script, i want to upload it to the depos, but i dont know how.........
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: Bovski on August 04, 2014, 12:53:39 pm
Hello everybody, i have repared the cpasbien frenche tracker script, i want to upload it to the depos, but i dont know how.........
Just attach the script to a post we will sort the rest out.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on August 25, 2014, 08:00:00 am
Just installed BC3.  I noticed there is still a script for TheBox.bz.  They are dead twice over.  That can be removed.

Edit: Ditto for TorrentZone.net & TorrentKit

We used to have scripts for ArenaBG.com, but don't any more.  Was there a reason they were removed?
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on August 26, 2014, 01:30:04 am
thanks CuF, i have disabled box,zone,kit.. 

for ArenaBG, do you have a copy of the previous script? is it still in your BC2 folder? I just checked and it wasnt in the default pack for 2.0..

Otherwise, I can grab the one I see you created here:  http://convivea.com/forums/index.php?topic=1577.0 (http://convivea.com/forums/index.php?topic=1577.0)   and update?

Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on August 26, 2014, 03:17:05 am
thanks CuF, i have disabled box,zone,kit..&nbsp;

for ArenaBG, do you have a copy of the previous script? is it still in your BC2 folder? I just checked and it wasnt in the default pack for 2.0..

Otherwise, I can grab the one I see you created here:&nbsp; http://convivea.com/forums/index.php?topic=1577.0 (http://convivea.com/forums/index.php?topic=1577.0)&nbsp; &nbsp;and update?


To be honest, I really have no idea what happened with that site.
I haven't used, visited or downloaded anything there, and even forgot it existed.  I only noticed that it was in my BC2 settings.ini and when I went over there my account was still active.

The script you linked is the only one I can find for it as well.
I don't know if anyone has interest in it though.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on August 26, 2014, 03:40:18 pm
New script: TVChaosUK.
Small tweak: TV-Vault was generating a garbage result on no hits.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on August 27, 2014, 04:41:01 pm
thank you CuF.. I got those added/updated in the script pack. 

if you would like, you can make a github account, and then you can directly edit/add any changes to the default pack itself.. its hosted here:   https://github.com/convivea/bit-che-3-scripts/tree/master/scripts

also, i think i wrote a guide once on how to add your own 'script pack'.. they could also be hosted on github and kept in one place.  if you're interested, ill help you get that setup.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on August 28, 2014, 02:43:29 am
if you would like, you can make a github account, and then you can directly edit/add any changes to the default pack itself.. its hosted here:   https://github.com/convivea/bit-che-3-scripts/tree/master/scripts

also, i think i wrote a guide once on how to add your own 'script pack'.. they could also be hosted on github and kept in one place.  if you're interested, ill help you get that setup.

I don't think that's necessary right now.  Thanks for the offer though.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on August 29, 2014, 04:11:21 am
Oops.  I gotta remember to test my scripts with something that won't produce results.
TVChaosUK fixed so it doesn't throw a garbage result when there are no hits.

Sorry about that.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on August 29, 2014, 11:18:48 am
got it, thank you
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on September 27, 2014, 02:12:52 pm
I dunno how many people use it, but I found HDBits stopped working recently.
Attached is an update.  It should be noted that the site has instituted better login security with a two-step passcode that can be enabled.

This script is not compatible with that.  It would require some changes (if it's even possible).  Let me know if anyone needs it.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: chip! on September 28, 2014, 10:30:40 am
got it, thank you.    I assume you could toggle special login (special=1) to handle the two-step (if someone uses that)..
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: AOK on January 14, 2015, 06:49:53 pm
Rutracker updated in previous post
Page link was missing a slash because the home url was http://rutracker.org/forum (http://rutracker.org/forum) not http://rutracker.org/forum/. (http://rutracker.org/forum/.)

 >:D  sorry!   we'll get those updated and added here soon.  thank you!  ;D

Rutracker in ver. 3.5 comes with !404 (that is after I edited the line from version=2 to version=3 ;-)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 19, 2015, 09:09:52 am
Fixed it.  Can you tell me what 1 дн. means?  Any torrent with that shows up with -11 seeders, but I don't speak Russian so I don't know what to change it to.
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: AOK on January 24, 2015, 07:00:37 am
Fixed it.  Can you tell me what 1 дн. means?  Any torrent with that shows up with -11 seeders, but I don't speak Russian so I don't know what to change it to.

Hi. Thanks. Indeed it works. 1 дн. - Have no idea I have to see it context. 1 дн. sounds like 1 ден - 1 day. But better would be if I can see the context... Any screenshot could be of great help! :-)
Title: Re: OLD -- Re: Bit Che - Scripts (current scripts & submit new)
Post by: CuF on January 24, 2015, 07:40:00 am
It's just in the column of Seeders.  Instead of a normal number it has that.  I'm assuming it's something like Day 1 or new torrent(?)
It looks like they turn up as 1 seeder in Bit Che the way I have it, so that should be fine.
Title: Ru-Tracker issue again
Post by: AOK on January 29, 2015, 02:07:00 am
hI,
It was working OK a few days ago when I wrote here. Today I made ABOUT -> Update Scripts and for some reason again 404 error.

Code: [Select]
Script:  RuTracker.org
Response From: http://rutracker.org/forum//forum/tracker.php?max=1&to=1&nm=BBC+DAVID+STARKEYS+MAGNA+CARTA

HTTP Headers: HTTP/1.1 404 Not Found
Connection: keep-alive
Date: Thu, 29 Jan 2015 17:03:12 GMT
Transfer-Encoding: chunked
Content-Type: text/html
Server: nginx



Data Response:
HTTP/1.1 404 Not Found
Connection: keep-alive
Date: Thu, 29 Jan 2015 17:03:12 GMT
Transfer-Encoding: chunked
Content-Type: text/html
Server: nginx

No input file specified.

IMO issue is here:
Response From: http://rutracker.org/forum//forum/tracker.php?max=1&to=1&nm=BBC+DAVID+STARKEYS+MAGNA+CARTA