Convivea

Bit Che => Scripts & Development => Topic started by: Saitama on December 13, 2015, 04:49:56 pm

Title: [Help] How to deal with CloudFlare
Post by: Saitama on December 13, 2015, 04:49:56 pm
Hello,

I can't find a way to deal with website that use CloudFlare.
In my case I have 5 seconds of delay.
Title: Re: [Help] How to deal with CloudFlare
Post by: chip! on December 30, 2015, 03:05:32 am
this script is one example (it needs to use the Special Login to gather cookies after the cloudflare browser check):

https://github.com/convivea/bit-che-3-scripts/blob/master/scripts/default/cpasbien.me.ini


what site? can you post your script?
Title: Re: [Help] How to deal with CloudFlare
Post by: CuF 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.
Title: Re: [Help] How to deal with CloudFlare
Post by: chip! on October 16, 2016, 03:25:16 am
what build of BC are you using? the latest?  notify should roast a little notification box in the lower right of the main Bit Che window.  maybe it was covered by the debugger window?     also, in that case, you must be using the Special Login Tool with that script in order to get around CloudFlare.  (manually login and save cookies).