The long awaited next release!
- WordPress 2.8 Compatible!
- JavaScript hiding/showing of result details
- Tested in Firefox 3.0.11 and Internet Explorer 8
The long awaited next release!
I regularly use PhotoRec to retrieve files from inaccessible file systems for customers, and to make sorting through the rescued files a bit easier I usually organized them by file type (.exe, .pdf, .doc. etc.)Normally I do this with Cygwin and the find command (
find ./ -name *.pdf -exec mv -v {} ./PDF/ ;) but I end up having to make directories for each file type extension and run the command once for each file type. I started to right a bash script to speed up the process then realized that AuoItv3 would be much more appropriate and put together this script + stand-alone executable.
TAC (Theme Authenticity Checker) After a band-aid 1.2 release to deal with changes in WordPress 2.6 we’ve now got a release that works with WordPress 2.2 – 2.6.1 as well as a few new features! Hope you enjoy it.
Hey we just released a new version of our WordPress Theme checker – TAC (Theme Authentication Checker) v 1.1 The first release (v 1.0) had some poorly coded styling that would break down under certain circumstances, so we took care of it.
TAC (Theme Authentication Checker) v1.0, our new WP Plugin, has just been released on WordPress.org by us, the builtBackwards Team.
TAC stands for Theme Authentication Checker. Currently, TAC searches the source files of every installed theme for signs of malicious code. If such code is found, TAC displays the path to the theme file, the line number, and a small snippet of the suspect code.
This plugin got its start when we repeatedly found obfuscated malicious code in free WordPress themes available throughout the web. A quick way to scan a theme for undesirable code was needed, so we put together this plugin.
Try it out and let us know what you think!