|
You last visited: Today at 19:51
Advertisement
Website
Discussion on Website within the Flyff Private Server forum part of the Flyff category.
10/12/2016, 06:41
|
#1
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
Website
I have a problem with the Aurea Website.
Whenever i click the
Einloggen and Registrieren nothing happen.
and I already edit the
config.php after that i get this error
Driver][SQL Server]Login failed for user 'ELY0N-PC\SQLEXPRESS'., SQL state 28000 in SQLConnect in C:\xampp\htdocs\custom_php\config.php on line 11
I change the
<?php
ini_set('display_errors', true);
error_reporting(E_ALL ^ E_NOTICE);
date_default_timezone_set('Europe/London');
$_CONFIG = array();
define('ODBC_USER', '');
define('ODBC_PASS', ''); //
$odbc_connect = odbc_connect('DRIVER={SQL Server};SERVER=Chyukasame-PC\AUREA', ODBC_USER, ODBC_PASS);
$_CONFIG['db_databases'] = array(
'acc' => 'ACCOUNT_DBF',
'chr' => 'CHARACTER_01_DBF',
'web' => 'WEBSITE_DBF',
'log' => 'LOGGING_01_DBF',
);
$_CONFIG['allg_svr_admins'] = array('','','')
?>
To
<?php
ini_set('display_errors', true);
error_reporting(E_ALL ^ E_NOTICE);
date_default_timezone_set('Europe/London');
$_CONFIG = array();
define('ODBC_USER', 'ELY0N-PC\SQLEXPRESS');
define('ODBC_PASS', '123456'); //
$odbc_connect = odbc_connect('DRIVER={SQL Server};SERVER=ELY0N-PC\SQLEXPRESS', ODBC_USER, ODBC_PASS);
$_CONFIG['db_databases'] = array(
'acc' => 'ACCOUNT_DBF',
'chr' => 'CHARACTER_01_DBF',
'web' => 'WEBSITE_DBF',
'log' => 'LOGGING_01_DBF',
);
$_CONFIG['allg_svr_admins'] = array('','','')
?>
hope you can help me
|
|
|
10/12/2016, 07:20
|
#2
|
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
|
Quote:
Originally Posted by khemomo
I have a problem with the Aurea Website.
Whenever i click the
Einloggen and Registrieren nothing happen.
and I already edit the
config.php after that i get this error
Driver][SQL Server]Login failed for user 'ELY0N-PC\SQLEXPRESS'., SQL state 28000 in SQLConnect in C:\xampp\htdocs\custom_php\config.php on line 11
I change the
<?php
ini_set('display_errors', true);
error_reporting(E_ALL ^ E_NOTICE);
date_default_timezone_set('Europe/London');
$_CONFIG = array();
define('ODBC_USER', '');
define('ODBC_PASS', ''); //
$odbc_connect = odbc_connect('DRIVER={SQL Server};SERVER=Chyukasame-PC\AUREA', ODBC_USER, ODBC_PASS);
$_CONFIG['db_databases'] = array(
'acc' => 'ACCOUNT_DBF',
'chr' => 'CHARACTER_01_DBF',
'web' => 'WEBSITE_DBF',
'log' => 'LOGGING_01_DBF',
);
$_CONFIG['allg_svr_admins'] = array('','','')
?>
To
<?php
ini_set('display_errors', true);
error_reporting(E_ALL ^ E_NOTICE);
date_default_timezone_set('Europe/London');
$_CONFIG = array();
define('ODBC_USER', 'ELY0N-PC\SQLEXPRESS');
define('ODBC_PASS', '123456'); //
$odbc_connect = odbc_connect('DRIVER={SQL Server};SERVER=ELY0N-PC\SQLEXPRESS', ODBC_USER, ODBC_PASS);
$_CONFIG['db_databases'] = array(
'acc' => 'ACCOUNT_DBF',
'chr' => 'CHARACTER_01_DBF',
'web' => 'WEBSITE_DBF',
'log' => 'LOGGING_01_DBF',
);
$_CONFIG['allg_svr_admins'] = array('','','')
?>
hope you can help me
|
Change to this
define('ODBC_USER', 'sa');
sa is the default username for sql
|
|
|
10/13/2016, 00:15
|
#3
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
Quote:
Originally Posted by Ecrypter
Change to this
define('ODBC_USER', 'sa');
sa is the default username for sql
|
thanks sir how about the problem with Einloggen and Registrieren
everytime i click it nothing happen
|
|
|
10/13/2016, 15:36
|
#4
|
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
|
Can you please elaborate ? I can understand what you saying. Maybe i can help you about your website if you put a proper text. Thanks
|
|
|
10/13/2016, 15:43
|
#5
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
Quote:
Originally Posted by Ecrypter
Can you please elaborate ? I can understand what you saying. Maybe i can help you about your website if you put a proper text. Thanks
|
so here's my problem.
everytime I click the Login and the Register At the navigator part.
it doesn't send me to register part or in log-in part. or simply nothing happen when i click it
here's the picture
about the Spielerrangliste or the ranking where part can i edit this to translate it? I cant search for its name I appreciate your reply
|
|
|
10/15/2016, 17:04
|
#6
|
elite*gold: 0
Join Date: Aug 2014
Posts: 653
Received Thanks: 217
|
Its a user ranking spieler is user. Anyway try to search at the lang folder
|
|
|
10/16/2016, 01:26
|
#7
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
Quote:
Originally Posted by Ecrypter
Its a user ranking spieler is user. Anyway try to search at the lang folder
|
yup I know about that.
but my problem is about the register and login. everytime I click it nothings happen it doesn't sent me to register or to login page. anyway I really appreciate your help
|
|
|
10/16/2016, 10:18
|
#8
|
elite*gold: 10
Join Date: Jan 2015
Posts: 937
Received Thanks: 449
|
Check the xinc_navigation.phtml or use a other Website
|
|
|
10/16/2016, 11:45
|
#9
|
elite*gold: 0
Join Date: May 2014
Posts: 4,408
Received Thanks: 934
|
Hey,
try to change the database datetime in config.php.
Greets
Cyrok
|
|
|
10/17/2016, 00:49
|
#10
|
elite*gold: 0
Join Date: Jun 2008
Posts: 355
Received Thanks: 5
|
thanks for your help I really appreciate it but the the login and register button still not redirect me to the register page or in the log-in page.
|
|
|
All times are GMT +1. The time now is 19:52.
|
|