<% ' General website's information ' Website's name Const GLOBAL_SITE_NAME = "The Modern PiWa Sims 2" ' Website's url Const GLOBAL_SITE_URL = "http://www.sims2.sayfasi.com" ' Webmaster's email Const GLOBAL_SITE_EMAIL = "alpbalkan1@yahoo.com" ' Accounts email Const GLOBAL_ACCOUNTS_EMAIL = "alpbalkan1@yahoo.com" ' Copyright display at bottom Const GLOBAL_SITE_COPYRIGHT = "©®™ Tum Haklari Saklidir. 2004-forever" ' Default language file Const GLOBAL_SITE_DEFAULT_VERSION = "TR" ' META info ' Keywords Const GLOBAL_META_KEYWORDS = "thesims2, thesims2 türkçe, the sims 2, the sims 2 türkçe, sims2 türkçe, sims 2 hileler, ims 2 cd key" ' Description Const GLOBAL_META_DESCRIPTION = "Türkiye'nin ilk The Sims 2 Haber ve Fan Sitesi" ' Author Const GLOBAL_META_AUTHOR = "TheModernPiWaSims2TeamAdmin" ' Head structure of subtable Const GLOBAL_SITE_SUBTABLE = "" ' Paths. Edit ALL paths IF YOU ARE IN A VIRTUAL DIRECTORY ! ' put a "/myAspNukeDir" before paths if you're in a virtual directory, ' where /myAspNukeDir is your virtual directory. ' For example : Const GLOBAL_SITE_PATH = "/mywebsite/" ' Website path Const GLOBAL_SITE_PATH = "/thesims2tr/sims2/" ' admin path Const GLOBAL_SITE_ADMIN_PATH = "/thesims2tr/sims2/admin/" ' Themes Path Const GLOBAL_SITE_THEMES_PATH = "/thesims2tr/sims2/themes/" ' Pictures directory Const GLOBAL_SITE_IMAGES_PATH = "/thesims2tr/sims2/imgs/" ' News pictures directory Const GLOBAL_SITE_IMAGES_NEWS_PATH = "/thesims2tr/sims2/imgs/news/" ' News pictures directory Const GLOBAL_SITE_IMAGES_CALENDER_PATH = "/thesims2tr/sims2/imgs/calender/" ' Smileys pictures directory Const GLOBAL_SITE_IMAGES_SMILEYS_PATH = "/thesims2tr/sims2/forum/smileys/" ' Avatars pictures directory Const GLOBAL_SITE_IMAGES_AVATARS_PATH = "/thesims2tr/sims2/forum/avatars/" ' Forum Ranks Imgs Const GLOBAL_FORUM_IMGS_RANK = "/thesims2tr/sims2/forum/imgs/" ' Backend path and file Const GLOBAL_SITE_BACKEND = "/thesims2tr/sims2/scripts/display_news.js" ' Database path Const GLOBAL_SITE_DATABASE_PATH = "/thesims2tr/sims2/db" ' Language files path Const GLOBAL_SITE_VERSIONS_PATH = "/thesims2tr/sims2/lang/" ' WYSIWYG uploaded images Const GLOBAL_SITE_IMAGEADD_PATH = "/thesims2tr/sims2/db/imgs/" ' Database constants Const DB_MAIN = "main" Const DB_FORUM = "forum" ' Display configuration (left column) ' Dynamic count display Const bDisplayDynamicCount = True ' Advertising display Const bDisplayAdvertising = True ' Search engine display Const bDisplaySearchEngine = True ' Newsletter Const bNewsletter = True ' Favorites display Const bDisplayFavorites = True ' Accounts display Const bDisplayAccounts = True ' Last websites display Const bDisplayLastSites = True ' Display a bullet before menu choices Const bDisplayBullet = True ' Allow or not private avatar Const bAllowPrivateAvatars = True ' Auto accept private avatar or not by default Const bAutoAcceptPrivateAvatar = True ' Display language choice Const bDisplayVersions = True ' Automatic signup Const bAutoSignup = True ' WYSIWYG Editor Const bWYSIWYGeditor = True ' Back End ' Automatic backend generated Const bAutoBackEnd = True ' TOP results for each section Const GLOBAL_NEWS_TOP = 20 Const GLOBAL_NEWS_LINKS_TOP = 10 Const GLOBAL_COMMENTS_TOP = 6 Const GLOBAL_ARTICLES_TOP = 7 Const GLOBAL_DOWNLOADS_TOP = 9 Const GLOBAL_FORUM_TOP = 5 Const GLOBAL_SEARCH_TOP = 10 Const GLOBAL_POLLS_TOP = 1 Const GLOBAL_IMAGES_TOP = 10 Const GLOBAL_DIRECTORY_TOP = 10 Const GLOBAL_COMMENTS_PAGE = 25 Const GLOBAL_IMAGES_PAGE = 12 Const GLOBAL_POLLS_MAX_RESULTS = 5 Const GLOBAL_CUSTOM_BLOCKS = 8 Const GLOBAL_CALENDER_LINKS_TOP = 10 Const GLOBAL_CALENDER_TOP = 10 Const GLOBAL_EVENTS_TOP = 10 Const GLOBAL_NEWS_FORUM_TOP = 2 ' 0 = Dont show any, 1 = Show News/Forum, 2 = Show Calender/Forum, 3 = Show Calender/News, 4 = Show Calender, News and Forum ' User Membership activation Const GLOBAL_USE_MEMBERSHIP = false %>