displaypic
The path to your bot's display picture relative to the blobsy directory.
phpbin
The path to the PHP executable/binary on the server/computer.
nshandlers
A list (comma seperated) of the handlers that should be included in the NS proccess.
sbhandlers
A list (comma seperated) of the handlers that should be included in the SB proccess.
handlersdir
The directory your bot's handlers are located.
prority_ns [PHP5? Only]
The proccess priority setting for the NS proccess.
priority_sb
The proccess priority setting for the SB proccess.
msnip
The domain/IP for the MSN server.
msnport
The port to connect to on the MSN server.
msngrversion
The version of MSN Messenger your bot should pretend to be (this is only what is sent to the server and does not affect your bot's capabilities).
loginretry_count
The maximum amount of times your bot should try to reconnect to the server if the connection is lost or login fails.
loginretry_time
The time to wait between each time your bot tries to connect to the server.
cpusleep_major
The 'major' length of time in milliseconds that your bot should wait after each loop.
cpusleep_minor
The 'minor' length of time in milliseconds that your bot should wait after each loop.
db
The type of database that will be used for the database feature through $db. This can be mysql, odbc, sqllite or, if you wish to disable the database feature, dummy.
dbhost
The host that the database is hosted on. This will usually be localhost.
dbuser
The username for the database.
dbpass
The password for the database.
dbname (whento create this dbname?)
The name of the database you want to use.