line

Add to any feed reader

BlogSecurity Interview

Two days ago I was interviewed by the people of BlogSecurity about my thoughts about WordPress, their vulnerabilities and how they deal with them. The interview is meanwhile online.

(more…)

Re: Installing phpBB…

Can only say thx, some of the other solutions didn’t do the job, but this only worked like a charm :D (more…)

Re: Intermittent Connection Problem, maybe overload

I just tried running the script again and this is a known good script. I got 28% of the way through and then it crashed.

Warning: mysql_connect() [function.mysql-connect]: Can’t connect to MySQL server on ‘localhost’ (10048) (more…)

End Query with \G instead of ;

You can use \G instead of ; for tables with lots of fields.

mysql> SHOW STATUS LIKE ‘Qcache%’;
+————————-+———–+
| Variable_name | Value |
+————————-+———–+
| Qcache_queries_in_cache | 6990 |
| Qcache_inserts | 6990 |
| Qcache_hits | 3987 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 621 |
| Qcache_free_memory | 176329432 |
| Qcache_free_blocks | 1 (more…)

Multiple onLoad 2

Need to load several functions after the page loads? Use this snippet to call several functions using the onLoad event handler. Easy to use. (more…)

« Previous PageNext Page »