Forsaken HP

07/09/2018 23:10 MPZooey#1
Do i missed something?
Code:
<?php if(!defined('access')) {die("The requested resource has been removed or renamed or is temporarily unavailable.");} ?>
<?php
/***********
 **** [MENTION=2511562]LICENSE[/MENTION] [url]http://opensource.org/licenses/gpl-2.0.php[/url] The GNU General Public License (GPL)
 **** [MENTION=1332190]author[/MENTION] xBlubbs
 ***********/
//////////////////////////////////////////////////////////////////////////////////////////////////
/// PHP Einstellungen ////////////////////////////////////////////////////////////////////////////
	ini_set('display_errors', FALSE);
	error_reporting(E_ALL ^ E_NOTICE);
	date_default_timezone_set('Europe/Berlin');
	setlocale (LC_ALL, 'de_utf8');
	include('xinc_database.php');
	$_CONFIG = array();
//////////////////////////////////////////////////////////////////////////////////////////////////
/// Datenbank ////////////////////////////////////////////////////////////////////////////////////
	$_CONFIG['db_authentication'] = array(
		'server' => 'ADMIN-PC\SQLEXPRESS',
		'driver' => 'SQL Server Native Client 10.0',
		'user' => 'sa',
		'pass' => 'FLYFF@TEST123',
	);
	$db = new database($_CONFIG['db_authentication']);
	$odbc_connect = $db->getDatabaseConnection();
	$_CONFIG['db_databases'] = array(
		'acc' => 'ACCOUNT_DBF',
		'chr' => 'CHARACTER_01_DBF',
		'web' => 'HOMEPAGE_DBF',
		'log' => 'LOGGING_01_DBF',
	);
	$_CONFIG['db_backup_enabled'] = TRUE;
	$_CONFIG['db_backup_path'] = 'C:\Users\Administrator\Desktop\Backups - Database';
	$_CONFIG['db_loggingdbf_truncate_enabled'] = TRUE;
	$_CONFIG['db_loggingdbf_truncate_tables'] = array (
		'CHARACTER_TBL', 'LOG_BILLING_ITEM_TBL', 'LOG_CHARACTER_TBL', 'LOG_DEATH_TBL',
        'LOG_GUILD_BANK_TBL', 'LOG_GUILD_DISPERSION_TBL', 'LOG_GUILD_SERVICE_TBL',
        'LOG_GUILD_TBL', 'LOG_GUILD_WAR_TBL', 'LOG_HONOR_TBL', 'LOG_INS_DUNGEON_TBL',
        'LOG_ITEM_EVENT_TBL', 'LOG_LEVELUP_TBL',
        'LOG_PK_PVP_TBL', 'LOG_QUEST_TBL', 'LOG_RESPAWN_TBL', 'LOG_SKILL_FREQUENCY_TBL',
        'LOG_SVRDOWN_TBL', 'LOG_UNIQUE_TBL', 'tblCampus_PointLog', 'tblCampusLog',
        'tblChangeNameHistoryLog','tblChangeNameLog', 'tblGuildHouse_FurnitureLog',
        'tblGuildHouseLog', 'tblLogExpBox', 'tblPetLog', 'tblQuestLog', 'tblQuizAnswerLog',
        'tblQuizLog', 'tblQuizUserLog', 'tblSkillPointLog', 'tblSystemErrorLog'
    );
Error:Es besteht derzeit keine Datenbankverbindung.
[Only registered and activated users can see links. Click Here To Register...]
07/10/2018 16:55 Dr. Peacock#2
odbc ?

Error: Es besteht derzeit keine Datenbankverbindung.
=
Error: You have currently no Database connection.
07/10/2018 19:45 -Venom'#3
Code:
https://www.elitepvpers.com/forum/flyff-pserver-guides-releases/3322190-release-forsaken-flyff-2.html#post29961087
07/14/2018 00:43 MPZooey#4
Quote:
Originally Posted by Gentros' View Post
Code:
https://www.elitepvpers.com/forum/flyff-pserver-guides-releases/3322190-release-forsaken-flyff-2.html#post29961087
works fine now thanks bro! :feelsgoodman:
07/15/2018 12:00 Ecrypter#5
try to register your account :D
07/16/2018 10:38 MPZooey#6
Quote:
Originally Posted by Ecrypter View Post
try to register your account :D
Works well :heh:
[Only registered and activated users can see links. Click Here To Register...]
07/16/2018 13:30 Ecrypter#7
what database you used?
07/16/2018 22:40 MPZooey#8
Quote:
Originally Posted by Ecrypter View Post
what database you used?
Im using Sapphire DB :feelsgoodman:
07/17/2018 01:58 babyminion#9
Quote:
Originally Posted by MPZooey View Post
Im using Sapphire DB :feelsgoodman:
can i have the link sir? :handsdown:
07/17/2018 03:46 Nιgнтмαяε#10
Quote:
Originally Posted by babyminion View Post
can i have the link sir? :handsdown:
[Only registered and activated users can see links. Click Here To Register...]

^ is on the first page of releases... lazy sir.
07/17/2018 04:49 MPZooey#11
Quote:
Originally Posted by Nιgнтмαяε View Post
[Only registered and activated users can see links. Click Here To Register...]

^ is on the first page of releases... lazy sir.
:lul:

Quote:
Originally Posted by babyminion View Post
can i have the link sir? :handsdown:
here u go sir! :lul:
Code:
https://www.elitepvpers.com/forum/flyff-pserver-guides-releases/3322190-release-forsaken-flyff-2.html#post29961087
07/25/2018 08:28 Ecrypter#12
can you upload the database with cronjob?
07/25/2018 13:28 MPZooey#13
Quote:
Originally Posted by Ecrypter View Post
can you upload the database with cronjob?
you can find database here
Code:
https://www.elitepvpers.com/forum/flyff-pserver-guides-releases/3142307-release-support-sapphire-flyff.html#post27314623
07/25/2018 13:42 Ecrypter#14
i got error when i register

i got this error
PHP Code:
There is currently a problem with the databasePlease try again later
can you share your database?