Bit Che > Scripts & Development
OLD -- Re: Bit Che - Sites that are not compatible
chip!:
--- Quote from: Bovski on February 01, 2013, 11:11:47 am ---Monova.org they seem to be blocking bit che from downloading torrents.
--- Code: ---Access Denied
The owner of this website ([url]www.monova.org[/url]) has banned your access based on your browser's signature (4d678444-mh5). (Ref. 1010)
Timestamp: Fri, 01 Feb 2013 18:06:10 -0800
Your IP address: xxx.xxx.xxx.xxx
Requested URL: [url]www.monova.org/torrent/6030292/Django_Unchained_2012_SWESUB_NU_dvdscr_Xvid_Ac3-314r.html[/url]
Error reference number: 1010
Server ID: FL_21F1
Process ID: PID_3a3d031c5dd02fd
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0
Your IP: xxx.xxx.xxx.xxx (Redacted By Bovski)
© 2012 CloudFlare, Inc.
--- End code ---
--- End quote ---
well i cant replicate that.. but i modified the script to handle the results that only have magnet links. also I updated the Bit Che user-agent to mimic the latest version of Google Chrome instead of an old version of FireFox.. maybe that will help!?
Also, I think we can handle AJAX since normally its still just HTTP requests with javascript front-end.. we just need to capture the actual HTTP request.
have you ever used this before? http://www.nirsoft.net/utils/smsniff.html SmartSniff v2.00 - Capture TCP/IP packets on your network adapter
cuz then I could see exactly what the browser is doing for the AJAX/HTTP request and then write a script to mimic it.. or fix bit che :)
Bovski:
LOL about the packet capture I have way to much traffic to even attempt that.
Whatever you did in .45 seems to have fixed the problem.
chip!:
--- Quote from: Bovski on February 04, 2013, 06:40:46 am ---LOL about the packet capture I have way to much traffic to even attempt that.
--- End quote ---
alright.. we can wait till you get an invite.. but if you want, here's how to filter everything except TorrentDay:
Options | Display Filter.. and enter this:
include:remote:tcp:95.128.242.1-95.128.242.255
include:remote:tcp:37.59.63.1-37.59.63.255
the first is torrentday.com and www.torrentday.com
the second is static.torrentday.me
--- Quote from: Bovski on February 04, 2013, 06:40:46 am ---Whatever you did in .45 seems to have fixed the problem.
--- End quote ---
ok cool :)
CuF:
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.
Bovski:
--- Quote from: CuF on November 25, 2013, 02:41:24 am ---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.
--- End quote ---
Well that's strange the same mod here works though the results are a bit off thought this was a bit more appropriate.
$page=extract(@i,t,`"`,`"`,`http:`)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version