PIP v1.05 # This is a sample Automatic Configuration File. # A valid PIP profile always starts with "PIP", so do *not* change # the above line! # Profile name (mandatory) # ------------------------ # This is the name of your messageboard/whatever that appears # on the main window ProfileName = My Wonderful Forum! # Profile Banner # -------------- # This is a .JPG or a .GIF banner of your forum that appears # in the large button at the top of the main window. # The banner's dimension need to be 400x75 pixels. # The banner is copied automatically from your server # to the user's harddisk at configuration time. So if you # change the banner, it will not change automatically at # the user's side! HomeBanner = http://www.myserver.com/a_dir/a_banner.jpg # Home page (mandatory) # --------------------- # The URL the user is taken to when he clicks on your banner HomeURL = http://www.myserver.com/cgi-bin/Ultimate.cgi # Images are uploaded using FTP or HTTP PUT: UploadMethod = HTTP # Images are uploaded to: UploadPath = http://www.myserver.com/uploads # NOTE: If you have chosen "FTP" as Upload Method, this needs to # be the full FTP path!!! E.g. ftp://www.myserver.com/httpd/docs/uploads # The port to use is: Port = 80 # When an image does not comply to the (below) posting rules, # either warn the user but allow posting (FALSE) or do not # allow posting at all (TRUE): EnforceRules = TRUE # Maximum image size in bytes (posting rule, 0 = no limitation): MaxImgSize = 51200 # Maximum width of image in pixels (posting rule, 0 = no limitation): MaxImgWidth = 400 # Maximum height of image in pixels (posting rule, 0 = no limitation): MaxImgHeight = 280 # Username/Password for login # --------------------------- # If you don't want PIP to automatically login, just comment these # two lines by placing a "#" in front of the line. PIP will ask # for the username/password everytime a users wants to post an # image. Username = johndoe Password = mypass # Images are downloaded through: (always http!!!) # ---------------------------------------------- # This is the http path for the upload directory DownloadPath = http://www.myserver.com/uploads # When images are uploaded, and an image with the same name exists, # should they be replaced, or automatically renamed? AutoRename = TRUE # After uploading, should the URL be automatically copied to the # clipboard? CopyToClipboard = TRUE # If it is copied to the clipboard, is there a start and end tag? StartTag = [img] EndTag = [/img]