PHP Code -- Auto Comment Post

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jackmanlosa
Forum Newbie
Posts: 1
Joined: Mon Jul 11, 2005 2:41 am

PHP Code -- Auto Comment Post

Post by jackmanlosa »

gurus,

Have you tried posting to a blog site or a wordpress site your comments automatically. I mean you have this list of urls of the blogs site or wordpress sites, like an auto submitter for comments, guestbooks, link dumps, and bbs(message boards)

thanks
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

It's entirely possible using the cURL library (lots of info in the PHP manual), but be aware that bloggers don't like people running such scripts and actively work to stop them (by introducing captcha security things for example).
Post Reply