PDA

Click to See Complete Forum and Search --> : Forum Bots


Jumpercables
Jul 21st, 2006, 04:29 PM
I was wondering if anyone knew of a tutorial of how to make a forum bot for a php forum. The bot doesn't need to be smart and answer peoples threads/posts but it would need to be-able to make posts.

This would be used for private use only on my own forum.

Thanks In Advance

penagate
Jul 22nd, 2006, 03:38 AM
The basic concept is to insert a line of code at an appropriate place, calling a custom function that does a SQL query, such as an INSERT into the posts table.

For example, to make a Welcome bot, you would execute an extra SQL after a user successfully registers, inserting a post into your Welcomes forum.

How exactly you do it depends on the forum software.