|
-
Jul 21st, 2006, 04:29 PM
#1
Thread Starter
Fanatic Member
Forum Bots
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
-
Jul 22nd, 2006, 03:38 AM
#2
Re: Forum Bots
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|