Menu

Tree [r8] /
 History

HTTPS access


File Date Author Commit
 README 2008-08-27 soxred93 [r1] Add files
 bot.php 2008-08-28 soxred93 [r8] fix
 config.txt 2008-08-27 soxred93 [r1] Add files
 phpwiki.php 2008-08-27 soxred93 [r1] Add files

Read Me

SoxWikiBot - A PHP framework used to make bots for MediaWiki Wikis
Copyright (C) 2008 Soxred93

Licensed under the GPL. <http://www.gnu.org/licenses/>

----------------------------------------------------------------------

INSTALLATION:

In order for the bot to work, the bot file, the framework, and the config file must all be in the same folder.

Requirements:
	*PHP 5 or higher, with the CURL extension installed.

Configuration:

There are 7 fields that are required: owner, username, password, url, maxlag, epm, runpage. If one of those is not in the config file, then the bot will die.

Fields: 
owner = (name of bot operator)
username = (name of bot)
password = (password of bot)
url = http://en.wikipedia.org
proxy = (Leave this alone if you are not using a proxy)
epm = u (Edits per minute, or u for no throttling)
debug = 0 (Outputs information when debugging code)
verbose = 1 (Verbose mode)
maxlag = u (Maxlag, u for no maxlag)
flagged = 0 (Set to 1 if the bot is flagged)
admin = 0 (Set to 1 if the bot is an adminbot)
runpage = User:Example/Run (Link to page with 'True' on it)

----------------------------------------------------------------------
FULL DOCUMENTATION AT http://en.wikipedia.org/wiki/User:X!/SoxWikiBot