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.
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...
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> ...
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...
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).