phantasia4/
phantasia4/conf/
phantasia4/phantasia/bin/
phantasia4/phantasia/src/utilities/
phantasia4/public_html/cgi-bin/
/*-
 * Copyright (c) 1989, 1993
 *      The Regents of the University of California.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 *      This product includes software developed by the University of
 *      California, Berkeley and its contributors.
 * 4. Neither the name of the University nor the names of its contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
 *      @(#)pathnames.h 8.2 (Berkeley) 4/2/94
 */

/* Setting Files */
#define CHARSTATS_FILE		"/home/bkelly/phantasia/data/charstats"
#define MONSTER_FILE		"/home/bkelly/phantasia/data/monsters"
#define MOTD_FILE		"/home/bkelly/phantasia/data/motd"
#define PROTECTED_FILE		"/home/bkelly/phantasia/data/protected"
#define SHOPITEMS_FILE		"/home/bkelly/phantasia/data/shopitems"
#define WIZARD_FILE		"/home/bkelly/phantasia/data/wizards"

/* Data Files */
#define ACCOUNT_FILE		"/home/bkelly/phantasia/data/account"
#define TEMP_ACCOUNT_FILE	"/home/bkelly/phantasia/data/accounts.tmp"
#define NETWORK_FILE		"/home/bkelly/phantasia/data/networks"
#define TEMP_NETWORK_FILE	"/home/bkelly/phantasia/data/networks.tmp"
#define BACKUP_FILE		"/home/bkelly/phantasia/data/backup"
#define TEMP_BACKUP_FILE	"/home/bkelly/phantasia/data/backup.tmp"
#define CHARACTER_FILE		"/home/bkelly/phantasia/data/characters"
#define TEMP_CHARACTER_FILE	"/home/bkelly/phantasia/data/characters.tmp"
#define SECONDARY_CHAR_FILE	"/home/bkelly/phantasia/data/characters.2"
#define DATA_FILE		"/home/bkelly/phantasia/data/realmdata"
#define SCOREBOARD_FILE		"/home/bkelly/phantasia/data/scoreboard"
#define TEMP_SCOREBOARD_FILE	"/home/bkelly/phantasia/data/scoreboard.tmp"
#define OLD_SCOREBOARD_FILE	"/home/bkelly/phantasia/data/scoreboard.old"
#define TAG_FILE		"/home/bkelly/phantasia/data/tags"
#define TEMP_TAG_FILE		"/home/bkelly/phantasia/data/tags.tmp"
#define TAGGED_FILE		"/home/bkelly/phantasia/data/tagged"
#define TEMP_TAGGED_FILE	"/home/bkelly/phantasia/data/tagged.tmp"
#define HISTORY_FILE		"/home/bkelly/phantasia/data/history"

/* Log Files */
#define BATTLE_LOG		"/home/bkelly/phantasia/log/battles"
#define CANTRIP_LOG		"/home/bkelly/phantasia/log/cantrip"
#define CHAT_LOG		"/home/bkelly/phantasia/log/chatlog"
#define COMBAT_LOG		"/home/bkelly/phantasia/log/combat"
#define CONNECTION_LOG		"/home/bkelly/phantasia/log/connections"
#define DEBUG_LOG		"/home/bkelly/phantasia/log/debug"
#define ERROR_LOG		"/home/bkelly/phantasia/log/errorlog"
#define EVENT_LOG		"/home/bkelly/phantasia/log/events"
#define GAME_LOG		"/home/bkelly/phantasia/log/games"
#define HACK_LOG		"/home/bkelly/phantasia/log/hacks"
#define LEVEL_LOG		"/home/bkelly/phantasia/log/levels"
#define PURCHASE_LOG		"/home/bkelly/phantasia/log/purchase"
#define SERVER_LOG		"/home/bkelly/phantasia/log/server"

/* Support Files */
#define NEW_ACCOUNT_SCRIPT "/home/bkelly/phantasia/bin/new_account_mail.pl"
#define	ACCOUNT_PASSWORD_RESET_SCRIPT "/home/bkelly/phantasia/bin/account_reset_mail.pl"
#define	CHARACTER_PASSWORD_RESET_SCRIPT "/home/bkelly/phantasia/bin/character_reset_mail.pl"