<?php
$dbtype = 'mysqli';
if (!function_exists('mysqli_connect')) $dbtype == 'mysql';
require_once 'databases/'.$dbtype.'.php';
$dbuser = 'root';
$dbpass = '';
$dbhost = 'localhost';
$databasename = 'wsnlinks';
$adb = new db($dbhost, $dbuser, $dbpass, $databasename);
if ($adb->dbh) $connection = $adb->dbh;
$prefix = 'wsnlinks_';
$dirurl = 'http://localhost/50/wsnlinks';
$uploadpath = '/var/www/50/wsnlinks/attachments/';
$rejectspiderlevel = '';
$rejectguestlevel = '';
$ftphost = '';
$ftpuser = '';
$ftppass = '';
$ftpdir = '';
?>
Rating:
Submitted: 10/23/03 (Edited 12/20/08)
Description: What to do if you overwrite it by accident, or if you're switching servers.
Views:
1690 views. Averaging 1 per day.
In the most recent 30 day period, there've been 0 views.