Results 1 to 2 of 2

Thread: Forum Bots

  1. #1

    Thread Starter
    Fanatic Member Jumpercables's Avatar
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    592

    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

    C# - .NET 1.1 / .NET 2.0

    "Take everything I say with a grain of salt, sometimes I'm right, sometimes I'm wrong but in the end we've both learned something."
    _____________________
    Regular Expressions Library
    Connection String
    API Functions
    Database FAQ & Tutorial

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width