
This post has been edited 1 times, last edit by "Canc3lL0g0ut" (Jan 12th 2014, 9:15pm) with the following reason: Noch etwas hinzugefügt

|
|
Source code |
1 2 3 4 5 6 7 8 |
Warning: mysql_connect(): Access denied for user 'meinuser'@'localhost' (using password: YES) in /var/www/meineseite/sourcebans/includes/adodb/drivers/adodb-mysql.inc.php on line 358 Access denied for user 'meinuser'@'localhost' (using password: YES) SQL Query type: CONNECT Script: '/sourcebans/index.php' SQL Query: 127.0.0.1 SQL Params: usr_webxxx_xxx |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<?php
/**
* config.php
*
* This file contains all of the configuration for the db
* that will
* @author SteamFriends Development Team
* @version 1.0.0
* @copyright SteamFriends (www.SteamFriends.com)
* @package SourceBans
*/
if(!defined('IN_SB')){echo 'You should not be here. Only follow links!';die();}
define('DB_HOST', '127.0.0.1'); // The host/ip to your SQL server
define('DB_USER', 'meinuser'); // The username to connect with
define('DB_PASS', 'meingeheimespasswort'); // The password
define('DB_NAME', 'usr_webxxx_xxx'); // Database name
define('DB_PREFIX', 'sb'); // The table prefix for SourceBans
define('DB_PORT','3306'); // The SQL port (Default: 3306)
//define('DEVELOPER_MODE', true); // Use if you want to show debugmessages
//define('SB_MEM', '128M'); // Override php memory limit, if isn't enough (Banlist is $
?>
|
This post has been edited 2 times, last edit by "Canc3lL0g0ut" (Jan 13th 2014, 10:35am)
This post has been edited 1 times, last edit by "Canc3lL0g0ut" (Jan 13th 2014, 11:39am)
