RefreshCapcha

Author Topic: Bit Che 3.6.x - Discussion  (Read 50092 times)

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Bit Che 3.6.x - Discussion
« on: February 21, 2015, 04:35:50 am »
Please use this thread to discuss Bit Che 3.6.
« Last Edit: October 29, 2016, 02:17:57 am by chip! »
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline BugMeNot

  • Jr. Member
  • **
  • Posts: 53
  • Karma: +1/-0
    • View Profile
Re: Bit Che 3.6.x - Discussion
« Reply #1 on: November 02, 2016, 12:13:56 pm »
3.5.0.50 didn't detect an update.  :o

Offline chip!

  • Bad Ass
  • Administrator
  • Unstoppable
  • *****
  • Posts: 2301
  • Karma: +629/-6
    • View Profile
Re: Bit Che 3.6.x - Discussion
« Reply #2 on: November 02, 2016, 01:26:27 pm »
It's not pushed yet, only the forums.
  -  https://convivea.com  -   And...  boom goes the dynamite.

Offline ID101

  • Black Box Tester
  • Jr. Member
  • **
  • Posts: 73
  • Karma: +3/-0
    • View Profile
Re: Bit Che 3.6.x - Discussion
« Reply #3 on: November 09, 2016, 08:53:44 pm »
Maybe I've pushed a bit too hard with frequency of searches (static IP) but from i usually get
!FH - Script 'Find' Halt...
from:
1337x.to
rarbg.to they implemented some anti ddos/robot feature "Our system has detected abnormal activity from your ip addres"

TorrentProject.se uses Cloudflare is it hard to bypass with no login and the current program features(like 5s delay)?

Is it possible to implement option to increase times between searches?(reduces risk of flagged ip's because of frequent searches)
Is it possible to implement option to increase  time between search on next page and first page results?

Also i think that its saferif by default automatic search on time even 30 minutes was disabled.

Error Messages reference for rest of the readers:
https://convivea.com/forums/index.php/topic,2493.msg21187.html#msg21187


Offline Ian

  • Best Place On The Internet
  • Newbie Member
  • *
  • Posts: 37
  • Karma: +0/-0
  • Convivea..The Best Place On Earth...
    • View Profile
Re: Bit Che 3.6.x - Discussion
« Reply #4 on: January 28, 2019, 10:19:35 am »
I sure hope that you all are using a VPN while doing this mainly for your self and for others who rely and are dedicated to this site.. Just saying you never know who is out there lurking and just waiting for some one to bust and it only takes one click and then "Boom goes the Dynomite".. Just a good looking out is all..  Peace my friends...
Ian...

Offline Houston

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Bit Che 3.6.x - Discussion
« Reply #5 on: January 05, 2022, 02:48:28 pm »
It is one of the safest cities in the world as there are many tourist spots in Mumbai which are open for entire day. There is hardly any violence seen on the streets or homes. People are too busy to focus on their lives as time runs at the speed of light in Mumbai. People here are educated and know how to respect boundaries.

My Balance Now
« Last Edit: January 06, 2022, 12:35:21 pm by Houston »

Offline kamim68192

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Bit Che 3.6.x - Discussion
« Reply #6 on: February 23, 2022, 06:20:14 pm »
How can I do mywifiext setup?
To do mywifiext setup, follow these steps:
●   Connect your wifi device to your Netgear range extender first.
●   Go to http://mywifiext.net in any web browser.
●   Select New Extender Setup from the drop-down menu.
●   Create a mywifiext account now.
●   Choose your current Wi-Fi network.
●   Next, type your network security key in the box provided.
●   Allow 2-3 minutes for the extender to finish the setup process

Offline simoneraineop

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: Bit Che 3.6.x - Discussion
« Reply #7 on: January 01, 2025, 03:22:39 pm »
Maybe I've pushed a bit too hard with frequency of searches (static IP) but from i usually get
!FH - Script 'Find' Halt...
from:
1337x.to
rarbg.to they implemented some anti ddos/robot feature "Our system has detected abnormal activity from your ip addres"

TorrentProject.se uses Cloudflare is it hard to bypass with no login and the current program features(like 5s delay)?

Is it possible to implement option to increase times between searches?(reduces risk of flagged ip's because of frequent searches)
Is it possible to implement option to increase  time between search on next page and first page results?

Also i think that its saferif by default automatic search on time even 30 minutes was disabled.
tell the bellmy cfa visitmy balance nowomegle

Error Messages reference for rest of the readers:
https://convivea.com/forums/index.php/topic,2493.msg21187.html#msg21187

To address the issues you've raised and avoid triggering anti-bot mechanisms, the following strategies can be implemented or suggested, depending on the type of software or system you're using:

1. Increasing Delay Between Searches
Adding a configurable delay between searches can significantly reduce the chances of being flagged as a bot. This feature would:

Allow the user to set a delay (e.g., 5 seconds, 30 seconds, or more) between individual searches.
Include an optional randomization factor to make the delays appear more human-like.
Implementation Example (in pseudocode or Python-like format):

python
Copy code
import time
import random

def search_with_delay(query, delay_range=(5, 10)):
    perform_search(query)
    delay = random.uniform(*delay_range)  # Adds randomness
    print(f"Waiting for {delay:.2f} seconds...")
    time.sleep(delay)
2. Introducing Pagination Delays
For searches that involve multiple pages of results:

Introduce an option to add a delay between loading the first page and subsequent pages.
This delay could also be randomized.
Implementation Example:

python
Copy code
def fetch_results(page_number, delay_range=(5, 15)):
    results = get_page_results(page_number)
    if page_number > 1:
        delay = random.uniform(*delay_range)
        print(f"Delaying before fetching page {page_number}: {delay:.2f} seconds...")
        time.sleep(delay)
    return results
3. Disabling Automatic Searches
Setting a default behavior where automated searches are disabled upon installation or startup:

Prevents accidental rapid requests during initial use.
Allows users to manually initiate searches with proper timing.
4. Addressing Specific Anti-Bot Features
Cloudflare Anti-Bot Challenges
Cloudflare often implements JavaScript challenges or CAPTCHA checks to detect bots. If you're not logged in:

Challenges: Most can’t be bypassed without automation tools like Puppeteer or Selenium.
Best Practice: Reduce frequency of requests and use a valid user-agent header.
For Services Like 1337x.to or RARBG:
Use VPNs or proxies to distribute traffic across different IPs.
Rotate user agents and headers in your requests.
5. Considerations for Safer Scraping/Search Automation
Respect Robots.txt: Check the site's robots.txt file for guidance on scraping rules.
Set Safe Limits: Cap the number of requests per hour or day to avoid detection.
Monitor Responses: Automatically back off if repeated error messages are detected.
6. Error Handling Suggestions
If error messages like !FH - Script 'Find' Halt... appear:

Log the error frequency and type.
Pause searches temporarily upon repeated errors.
Notify the user with actionable suggestions.
Summary
Implementing these options can make your program more adaptable and less likely to trigger anti-bot mechanisms. These enhancements not only provide flexibility for users but also demonstrate respect for the policies of the websites being accessed.

Would you like a specific implementation example for any of these suggestions?