Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - CuF

Pages: 1 2 3 4 [5] 6 7 8 ... 15
61
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?

62
Wow, thanks.  I had no idea this was coming.

63
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.

64
New site (to me anyway): tv-vault.me

65
I don't know how much use it gets from the community, but Karagarga was in need of an update.  Attached.

66
t411.me: Needed to update one line. $page=extract(@i,t,`"`,`"`,@home) > $page=extract(@i,t,`"`,`"`).

After resaving, Bit Che will not recognize the script.  Reloaded the original version with the updater.  Opening and saving the script causes it to disappear again. 

I have no idea what makes it act funny.

67

http://torrentfreak.com/isohunt-resurrected-less-than-two-weeks-after-110-million-mpaa-deal-131029/
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.

68
Thanks for the heads up on that one.

69
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.

70
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.

71
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.

72
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.

73
Thanks.  No hurry.  I just worked around them for now.

74
Works great, found a couple possible new bugs.

Search results from a site include the | character.
Need to remove an instance of it, but t=replace(t,`|`,``) fails to find the character.  Also tried `|` with no luck.  (I copy pasted the symbol to make sure it wasn't something weird.)

Second, .torrent results from site include many instances of ampersands in the form of &.
View Torrent Details, utorrent and copy/pasting in browser fails to work with the results.
Added
Code: [Select]
$torrent=replace(r,`&`,`&`) in script to make it work, but I'm not sure why it doesn't translate properly.

75
Scripts & Development / Re: Winsock security error
« on: April 06, 2013, 08:22:07 am »
CuF can you give this build a test that should fix the problem? :)

http://convivea.com/forums/index.php?topic=2131.msg20198#msg20198


just make sure you update your script header, there was an error with the code0  (missing 'num' from the replace() function).. and updated the form=
Yup, missed that pesky 'num'.  New version works a treat.  Thanks.
Now to chisel away at extremely complicated layout of search results.

Btw, looks like a nice site.  Can't remember where I heard about it, but I've been waiting about a year for an invite.

Pages: 1 2 3 4 [5] 6 7 8 ... 15