CodeClerks

Questions from user XrummerMan

Showing page: 1 of 1

I've made a bot using uBot but whenever it tries to open a Secure Site (SSL) I get this odd error: SSL_PROTOCOL_ERROR: -107 What does that mean and is there a fix for it? I tried searching but found nothing.

  • XrummerMan
    XrummerMan Level 1
  • 0 9 years ago

    I'm running nginx+php-fpm and I had the apc.ini loading the apc.so library. There was no other config so I added this config to the apc.ini file: extension=apc.soapc.enabled=1apc.shm_size=2G## PHP file cache 1 hour ##ap...

  • XrummerMan
    XrummerMan Level 1
  • 1 11 years ago

    I'm using uBot to create a new bot and I have a lot of javascript in it. When a user clicks a link I have an onclick event: <a href='#' onclick="myjavascriptfunction(); return false;">my link</a> ...

  • XrummerMan
    XrummerMan Level 1
  • 1 11 years ago

    There are a ton of services available to shorten URLs and one of the most well known, and easiest to use, is TinyURL. With a single line of code, you can fetch a shortened URL from their API using PHP. TinyURL API: htt...

  • XrummerMan
    XrummerMan Level 1
  • 0 11 years ago

    Is there an online user agent database that I can query or even download the entire database? Preferably, one that contains real and fake user agents (as in, real to specific browsers or clients).

  • XrummerMan
    XrummerMan Level 1
  • 1 12 years ago