<% '============================================================================================ ' CONFIG FILE ' ASP Kit version 2.2 ' (to insert a new flag, go to flag.php) ' View the readme file for more info '============================================================================================ 'VHOST : IMPORTANT TO SET sVHost = "guiamanresa" ' vhost (subdomain) 'OTHER GENERAL SETTINGS sPageTitle = "RapMobile" ' Text sTitleOrLogo = "RapMobile" ' Text or Image (Max. 245x60) sDefaultLanguage = "es" ' Place your default language here sHeaderColor = "1" ' 1 to 20 (Headers preview in "preview/index.asp") sShowHeaderDesign = "1" ' 1 = Show, 0 = Hide iShowAdultContent = "1" ' 1 = Show, 0 = Hide 'META TAGS (for referencing) sMetaDESCRIPTION = "Give a new look to your mobile !" sMetaKEYWORDS = "polyphonic ringtones, polyphonic, ringtones, nokia ringtones, motorola ringtones, ring tones, ringing tones, polyphonic ringtones, poly ringtones, polyphonic, mobile tones, mobile melody, 8110 ringtones, 8210 ringtones, 3210 ringtones, 7110 ringtones, 3310 ringtones, 6210 ringtones, Alcatel, Bosch, Ericsson, Maxon, Mitsubishi, Motorola, Nec, Nokia, Panasonic, Philips, Sagem, Samsung, Siemens, Sony, Telital, Trium" sMetaOWNER = "www.mediaplazza.com" sMetaAUTHOR = "Mediaplazza" sMetaURL = "http://us.mediaplazza.com/index.php" ' ---------------------- ' Edit Display settings ' ---------------------- ' color BackgroundColor = "#FFA500" ' Hexadecimal (#??????) or Color Name ContentColor = "#EC780B" ' Hexadecimal (#??????) or Color Name ContentColorOver = "#F6A646" ' Hexadecimal (#??????) or Color Name ContentColorText = "#FFFFFF" ' Hexadecimal (#??????) or Color Name ContentColorTextOver = "#FFFFFF" ' Hexadecimal (#??????) or Color Name HeaderColorText = "#000000" ' Hexadecimal (#??????) or Color Name ' font FontText = "Tahoma" ' The text style (arial, tahoma, verdana, times, helvetica, sans-serif) ' size ContentSizeText = "11" ' The size of all non-link text (in pixel) MenuSizeText = "11" ' Menu Section : Value in pixels HeaderSizeText = "11" ' Titles Section : Value in pixels BoxSizeText = "10" ' Search box Section : Value in pixels ' weight BoxWeightText = "normal" ' Search Box : normal or bold MenuWeightText = "normal" ' Menu Section : normal or bold HeaderWeightText = "bold" ' Titles Section : normal or bold ' ---------------------- ' Edit IFRAMES section ' ---------------------- Set aiFrame = CreateObject ("Scripting.Dictionary") ' EDITABLE aiFrame.Add "TextFontSize" , "11" aiFrame.Add "TextFontWeight" , "normal" aiFrame.Add "TextFontDecoOver" , "underline" aiFrame.Add "PagesFontSize" , "11" aiFrame.Add "PagesFontWeight" , "normal" aiFrame.Add "PagesFontDecoOver" , "underline" aiFrame.Add "RangChar" , "." aiFrame.Add "BorderColor" , "000000" aiFrame.Add "IconeColor" , "8" ' NOT EDITABLE aiFrame.Add "FontFamily" , FontText aiFrame.Add "BackgroundColor" , replace(ContentColor, "#", "") aiFrame.Add "TextFontColor" , replace(ContentColorText, "#", "") aiFrame.Add "TextFontColorOver" , replace(ContentColorTextOver, "#", "") aiFrame.Add "PagesFontColor" , replace(ContentColorText, "#", "") aiFrame.Add "PagesFontColorOver", replace(ContentColorTextOver, "#", "") %>