<% '* This constant allows you to run AFF in a frame of its own '* simply specify the name of the frame in witch you are running AFF. '* if you are not running AFF in a frameset simply set to "_top" CONST topFrameName = "_top" '* Set this variable to true if you install the AFF .asp pages on several load balanced frontends CONST cWEBFARM = true '* Set this variable to true if you are updating the database of AFF '* All page fetches will be redirected to the offline.asp file, except UpdateDB.asp CONST cOFFLINE = false '* This needs to be a unique ID for every forum '* or the forums might use the same cookies. CONST cLICENSE_ID = "AFF" CONST cCHARSET = "iso-8859-1" %>