8,154 reputation
1548
bio website hakre.wordpress.com
location Europe
age 33
visits member for 2 years, 9 months
seen 46 mins ago
stats profile views 484

My weapons of choice are Netscape 2.01, HTML, CSS, PHP and the Gif Construction Kit.


May
31
comment Permalink format: singular or plural
@Tommix: Please add that as an answer, I think it's a very valid one.
May
31
revised Permalink format: singular or plural
added 12 characters in body
May
31
comment Why will using __construct instead of widget_class_name when creating widget trigger out of memory error
I mean that widget_name::__construct() call parent::__construct() directly.
May
31
comment Why will using __construct instead of widget_class_name when creating widget trigger out of memory error
You might be looking for parent::__construct(), but that's just a guess.
Apr
30
revised Wordpress category loop offset possible?
added 6 characters in body
Apr
27
awarded  Nice Answer
Apr
19
awarded  Popular Question
Apr
3
answered Remove action from shortcode
Apr
3
comment Remove action from shortcode
Do you know the name of custom_function? I mean, is it always the same and always bound to wp_head with the same priority?
Feb
27
revised How to Protect Uploads, if User is not Logged In?
edited title
Feb
27
comment Regular security checks - what steps should be included?
You could do PHP error logging and check the error log from time to time. Also after you've run the update, you could set all files as read-only (apart from the upload dir).
Feb
25
awarded  Necromancer
Feb
7
awarded  Popular Question
Jan
13
awarded  Nice Answer
Jan
13
awarded  Revival
Jan
10
awarded  Announcer
Jan
6
awarded  Excavator
Jan
6
revised How to restrict access to uploaded files?
added 223 characters in body
Jan
2
comment Count all images of a certain post type
What have you done so far? Please post some code.
Jan
2
answered How to Protect Uploads, if User is not Logged In?