Entries from December 2009
If it were not for the spammer. I’ve got a new rev of Camera Control nearly ready to release but have spent all my “free” time today cleaning up.
Wrote this VBA code which helped a bit to clean up the posts table:
' Manipulating a text file with VBA
' Loops through text file and creates revised one
' This code requires a reference (Tools > References) to Microsoft Scripting Runtime
' based on a sample here: http://www.ozgrid.com/forum/showthread.php?t=61822 Read more...
[Read more →]
Tags: Blog
Hackers have been at my wordpress database and filled it with links, mostly hidden with a display:none style, to all kinds of spammy things. Very irritating as I’ll have to spend some time cleaning up. Unfortunately my sql-fu and my regex-fu are not really very powerful so this may take a while. Time I should be spending on something else!
Looks like I’m going to have to edit the posts table offline, so first thing is to use the delete revisions plugin to remove the unnecessary items in that table.
[Read more →]
Tags: Uncategorized