Wordpress Version Look-up 09.02.08
I need a script that will take a text file full of URLs that have wordpress installed on them and make sure each site has wordpress installed.
After it confirms wordpress is present, I need it to sort the sites by wordpress version.
I believe it can be done by viewing this in the source of the site.
<meta name=”generator” content=”WordPress 2.0.5″ />
So it shouldn’t be hard. I just want this script to fix the url and sort by wordpress version.
Output to text files & maybe later, MySQL.
Thank you.



