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 Codeigniter to develop my latest project and I'm using the input class to fetch all of my data. Here is an example: $this->input->get('myvalue'); There is an optional second parameter for XSS fi...
I'm trying to use a checkbox in my uBot HTML UI but it is always on. When I test the value, it is "on" whether the checkbox is checked or not. How do I use a checkbox properly in the HTML UI so that when it is not checke...
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> ...
I learned when I was young. I started with Basic for Dos and I loved it. I actually read the manual, I was 7 years old. I didn't learn it well, mind you, but I learned it enough to make text based programs and spur me on...