View ¡m../sdba/././config.im¡n
# config file for SDBA Revolution IM App Server # ANY CHANGE HERE REQUIRES RESTART TO TAKE EFFECT # Fill in below (your bot) $screenname = 'yourbotsaddy@hotmail.com'; $password = ''; #for MSN only - show a pic. Must be a png file! Full path is best - #don't forget in windows to have double blackslashes, ex: "c:\\bot\\mypic.png" $MSNpng = ""; #Network AIM, MSN, ICQ, YIM, or Jabber $imnet = "MSN"; #These settings are for Jabber Only #$JabberServer = 'jabber.org'; #$JabberPort = 5222; # shouldn't change this unless it is non-standard port #This setting is for AIM only - it will describe the font style of your replies #Use single quotes for the font name #--- Havent figured this out yet, so dont use #$AIMFont = "
"; #Misc. stuff $ServerName="SDBA Revolution IM App Server 2.4 with pic support"; $contact_email = ''; #Message sixe in bytes- # most IMs allow about 1024, most SMS cell phones allow about 108 # If message is larger than this, it will be broken into pieces and # sent in seperate messages $MaxMessageSize = 1000; #most systems expect a human-like delay greater than instant replys, # this is in seconds, and will actually vary a little each way # Increase this if you lose messages $IMDelay = 2; #in seconds - 120 is 2 minutes $sessiontimeout=120; #Text that appears for Application list (when hosting multiple apps) $multipleapptext = "\nThis bot is a demo made with the SDBA Revolution IM Server, make your own with source:\nhttp://duncanlamb.com/sdba/"; #Boolean - not working yet $persistent_users = 0; 1;