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 ... 15
1


Hi, TimboR33.

Not sure how hard it's to fix it but it would be great if you try to fix torlock so it can show correct seeders & leechers count numbers. It always shows "1"  as seeders and actual seed count as leechers.

Thank you very much for updating the scripts.

Looks like Torlock has been down for a while.  Torlock2, supposedly a proxy, does still function.  Changing the script for that has the seed/leech counts correct without any other changes.

I've been away, and certainly don't have as much free time as I used to, but any scripts that need fixing, post or PM. It looks like a lot of them don't work any more.

Edit: RuTracker occasionally will require a CAPTCHA to log in.  I don't know if BC is always thrown one or not, but the script doesn't work for me.
I don't think Bit Che ever created the ability to pop up a CAPTCHA box, so Special Login is needed.  Am I the only one having this issue?

Edit 2: Logged in via my browser... and then Bit Che logged in fine afterwards.  Weird.

2
I dunno.  There are many odd things with this site.  Besides the difficulty getting BitChe to login without using 'special' any time you log in from your browser it steals the cookie and you have to special login before you can use BitChe again.  (That's where the !401 is coming from.)

I also noticed when I searched for more than one word, I got zero results, even though there should have been.

And as far as your specific question Davidson69: I don't really understand what you're asking.

3
Scripts & Development / Re: Is Code2 broken?
« on: January 03, 2019, 01:46:07 pm »
Ah.  IIRC that information wasn't on the search results page.  So there is no way to get it on the initial search.

4
Scripts & Development / Re: Bit Che - Sites that are not compatible
« on: November 07, 2017, 11:17:48 am »
Empornium.me might be a problem.
I attempted to update it and couldn't get it to login.  First I had to use code0 to get a token, but I kept getting a 403 Forbidden error.

Used Special login and still got 403 Forbidden as soon as BC tried to do a search.
If it's not incompatible, it's beyond me at the moment what's wrong.

5
Several updates, some new.

BitHQ has been down awhile, may be for good.
I think TheEmpire is gone, but I haven't been there for awhile.

Bibliotik's login is problematic so I'm using Special Login.  It works for now.
MouseBits returned after a long absence so I update the script.  File size SHOULD be pulled from second page via Code2, but it isn't.  Everything else works.
New script Classix-Unlimited had a similar problem with the date so I just skipped it.

Added multipage support for sites where it seemed useful.

Update: AnimeBytes, Cinemageddon, Cinematik, HdBits.org, MouseBits, MySpleen. 
New: Classix-Unlimited & Secret-Cinema

6
Scripts & Development / Is Code2 broken?
« on: November 07, 2017, 08:27:32 am »
I've tried to grab additional data from the torrent page for two different sites now using code2.

I'm calling the additional code like this:
Code: [Select]
$size=code($page,2)
Then doing something like this:
Code: [Select]
[code2]
x=find(@i,@data,`"header">Size</td>`,`"top"`)
$size=extract(x,@data,`>`,`<`)
[/code2]

Unfortunately I'm either getting 0 as a result OR something like @CODE2=....
Debugging never shows code2 executed.


7
Wow.  Tumbleweeds.  Okay, I'm done for now with that one. Added Special=1 instead.

I'm updating several other scripts (mostly private trackers) and will post them all at once.  If nothing new appears, that'll have to do.

8
Scripts & Development / Problem with Bibliotik login while updating script.
« on: November 05, 2017, 03:28:18 pm »
Bibliotik.me login page looks like this:
Code: [Select]
<html>
<head>
    <title>Bibliotik / Login</title>
</head>
<body>

<center>You have 7 attempts left.</center>

<form name="loginform" id="loginform" method="post" accept-charset="UTF-8">
<input type="hidden" name="returnto" value="/" />
    <table cellpadding="2" cellspacing="1" border="0" align="center">
        <tr valign="top">
            <td align="right"><label for="username">Username: </label></td>
            <td align="left"><input type="text" name="username" id="username" class="inputtext" /></td>
        </tr>
        <tr valign="top">
            <td align="right"><label for="password">Password: </label></td>
            <td align="left"><input type="password" name="password" id="password" maxlength=255 class="inputtext" /></td>

        </tr>
        <tr valign="top">
            <td colspan="2" align="right">
                <input type="checkbox" name="keeplogged" id="keeplogged" value="1" />
                <label for="keeplogged">Keep me logged in</label>
            </td>
        </tr>
        <tr>
            <td colspan="2" align="right"><input type="submit" name="login" value="Log In!" class="submit" /></td>
        </tr>
    </table>
</form>

<center><a href="/recover">Recover account</a></center>

</body>
</html>

I've been trying:
Code: [Select]
[login]
login=https://bibliotik.me/?returnto=%2F
form=username=%USER%&password=%PASS%&keeplogged=1&login=Log+In%21

It worked at first but now I just get a !401 error. (Unauthorized)

I'm open to suggestions.

9
Scripts & Development / Re: HTML Comments Stripped?
« on: October 20, 2016, 02:11:16 pm »
I don't think it was visible, but something has come up and I won't have time to take a good like at this for a while.  I'll definitely update you when I can.

10
Scripts & Development / HTML Comments Stripped?
« on: October 10, 2016, 08:34:57 am »
I'm still working on PornLeech.
They hide the download link inside a comment <!-- -->

Bit Che seems to automatically strip comments.  I even tried doing a search/replace on the tags with no luck.
Is there a way to preserve the comment lines?

11
Scripts & Development / Re: [Help] How to deal with CloudFlare
« on: October 10, 2016, 08:12:52 am »
Tried this on the PornLeech script.  No luck. 
Code: [Select]
k=find(@i,@data,`Checking your browser before accessing`)
if (k>0) then
1=notify(`Pornleech.com`, `CloudFlare Detected: Please use 'Edit User Account' to update browser cookies!`)
die
end if
Even though the debugger shows that string, notify did nothing and the script just stopped.

12
Don't know if it's popular or not, but here is a Cinematik update.

13
Bugs & Feature Requests / Re: Freezing
« on: June 09, 2016, 03:15:34 pm »
Weird.  I just checked 'About' and it says build 8, but checking for updates it says my version is up to date.
I'll go grab the latest and reinstall.

Edit: Yeah, that fixed it.  I wonder why it wouldn't recognize the need for an update.

14
Bugs & Feature Requests / Freezing
« on: June 08, 2016, 03:22:57 am »
In the last couple days every time I try to do a search it starts and after a few sites have been checked Bit Che stops responding.
I'll try enabling/disabling scripts later, but that shouldn't have the ability to lock up the program.

Anyone else having this issue?

15
Scripts & Development / Re: Bit Che v3 Adult Scripts
« on: August 25, 2015, 02:31:14 pm »
Is the new Cheggit in any way related to the old site?

Pages: [1] 2 3 4 ... 15