CodeClerks

Answers from user Void

Showing page: 1 of 1

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

  • Drake83
    Drake83 Level 1
  • 2 11 years ago

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

  • Drake83
    Drake83 Level 1
  • 2 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

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

  • robertman11
    robertman11 Level 3
  • 5 11 years ago