############################################################################### # Paths.pl # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBB 2.1 # # Released: November 8, 2005 # # Distributed by: http://www.yabbforum.com # # =========================================================================== # # Copyright (c) 2000-2005 YaBB (www.yabbforum.com) - All Rights Reserved. # # Software by: The YaBB Development Team # # with assistance from the YaBB community. # # Sponsored by: Xnull Internet Media, Inc. - http://www.ximinc.com # ############################################################################### $lastsaved = "YaBB Administrator"; $lastdate = "1179220955"; ########## Directories ########## $boardurl = "http://localhost/cgi-bin/yabb2"; # URL of your board's folder (without trailing '/') $boarddir = "."; # The server path to the board's folder (usually can be left as '.') $boardsdir = "./Boards"; # Directory with board data files $datadir = "./Messages"; # Directory with messages $memberdir = "./Members"; # Directory with member files $sourcedir = "./Sources"; # Directory with YaBB source files $admindir = "./Admin"; # Directory with YaBB admin source files $vardir = "./Variables"; # Directory with variable files $langdir = "./Languages"; # Directory with Language files and folders $helpfile = "./Help"; # Directory with Help files and folders $templatesdir = "./Templates"; # Directory with template files and folders $forumstylesdir = "/var/www/localhost/htdocs/forum/Templates/Forum"; # Directory with forum style files and folders $adminstylesdir = "/var/www/localhost/htdocs/forum/Templates/Admin"; # Directory with admin style files and folders $htmldir = "/var/www/localhost/htdocs/forum"; # Base Path for all html/css files and folders $facesdir = "/var/www/localhost/htdocs/forum/avatars"; # Base Path for all avatar files $smiliesdir = "/var/www/localhost/htdocs/forum/Smilies"; # Base Path for all smilie files $modimgdir = "/var/www/localhost/htdocs/forum/ModImages"; # Base Path for all mod images $uploaddir = "/var/www/localhost/htdocs/forum/Attachments"; # Base Path for all attachment files ########## URL's ########## $forumstylesurl = "http://localhost/forum/Templates/Forum"; # Default Forum Style Directory $adminstylesurl = "http://localhost/forum/Templates/Admin"; # Default Admin Style Directory $ubbcjspath = "http://localhost/forum/ubbc.js"; # Default Location for the ubbc.js file $faderpath = "http://localhost/forum/fader.js"; # Default Location for the fader.js file $yabbcjspath = "http://localhost/forum/yabbc.js"; # Default Location for the yabbc.js file $postjspath = "http://localhost/forum/post.js"; # Default Location for the post.js file $html_root = "http://localhost/forum"; # Base URL for all html/css files and folders $facesurl = "http://localhost/forum/avatars"; # Base URL for all avatar files $smiliesurl = "http://localhost/forum/Smilies"; # Base URL for all smilie files $modimgurl = "http://localhost/forum/ModImages"; # Base URL for all mod images $uploadurl = "http://localhost/forum/Attachments"; # Base URL for all attachment files 1;