silvermario
Regular Member
- Feb 26, 2008
- 218
- 89
Hi, i'm in the making of a simple PHP script for use with my
Blogslammer blogs. It will check a list of wordpress blogs in
blogslammer format, for example:
http://www.blog1.com^username^password
http://www.blog2.com^username2^password2
and check if your blog still exist by trying to log in.
Then if if a blog log in attempt was successfull the script will
try to enable the XML-RPC option in Writing Options of each blog.
This option must be enabled if you are using such tools like
Blogslammer to post to your blogs and since WordPress version 2.6.0
it's disabled by default.
After trying to log in and enabling XML-RPC the script will spit out
a list of blogs with failed log in attempts and another one with successful
attempts.
If some of you would like to have this script i will be more motivated
to make it and i will post it here
Blogslammer blogs. It will check a list of wordpress blogs in
blogslammer format, for example:
http://www.blog1.com^username^password
http://www.blog2.com^username2^password2
and check if your blog still exist by trying to log in.
Then if if a blog log in attempt was successfull the script will
try to enable the XML-RPC option in Writing Options of each blog.
This option must be enabled if you are using such tools like
Blogslammer to post to your blogs and since WordPress version 2.6.0
it's disabled by default.
After trying to log in and enabling XML-RPC the script will spit out
a list of blogs with failed log in attempts and another one with successful
attempts.
If some of you would like to have this script i will be more motivated
to make it and i will post it here