Register for your free account! | Forgot your password?

You last visited: Today at 23:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Aurea Flyff Website

Discussion on [Release] Aurea Flyff Website within the Flyff PServer Guides & Releases forum part of the Flyff Private Server category.

Closed Thread
 
Old 10/04/2015, 03:44   #46
 
elite*gold: 0
Join Date: Oct 2014
Posts: 31
Received Thanks: 0
I have a error in time to register, appears the error: Du dich derzeit nicht kannst registrieren, the die worden ist deaktiviert Registration. Bitte Versuche es später erneut.
and at the beginning of the index, there is also the error: Warning: odbc_result () expects parameter 1 to be resource, boolean given in C: \ xampp \ htdocs \ index.php on line 96

Help me?
tutstuts is offline  
Old 10/04/2015, 11:03   #47
 
elite*gold: 0
Join Date: Jul 2015
Posts: 46
Received Thanks: 11
they turn off the register page. before they release this. so better we wait for them till they tell us how to turn on the register page.

[ERROR/WARNING]

Warning: odbc_exec(): SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]String or binary data would be truncated., SQL state 22001 in SQLExecDirect in C:\xampp\htdocs\sites\regist.php on line 72

[CODE] line 24 to 93

if(!$_CONFIG['registration_enabled']) {
$strOutputErrorArray[] = $_LANG['error_registration_disabled'];
}
if(isSpamming($_POST['inputCheckTimestamp'], $_POST['inputCheckKey'], $_SESSION['inputCheckKey'])) {
$strOutputErrorArray[] = $_LANG['error_spam'];
}
if(empty($account) or empty($pass1) or empty($pass2) or empty($email) or empty($email2) or empty($gefra) or empty($geant) or empty($birthday)) {
$strOutputErrorArray[] = $_LANG['error_fill_in_all_fields'];
}
if(!isset($_POST['registCheckbox'])) {
$strOutputErrorArray[] = $_LANG['error_confirm_recaptcha'];
}
if($accountcheck1 > 0 OR $accountcheck2 > 0) {
$strOutputErrorArray[] = $_LANG['error_accountname_is_taken'];
}
if((strlen($account) > 16) || (strlen($account) < 3)) {
$strOutputErrorArray[] = $_LANG['error_account_length'];
}
if ($account != preg_replace ("/[^A-Za-z0-9]/", "", $account)) {
$strOutputErrorArray[] = $_LANG['error_no_special_characters_account'];
}
if((strlen($pass1) > 16) || (strlen($pass1) < 6)) {
$strOutputErrorArray[] = $_LANG['error_password_length'];
}
if($pass1 != $pass2) {
$strOutputErrorArray[] = $_LANG['error_passwords_indistinguishable'];
}
if($geant != preg_replace('/[^A-Za-z0-9 ]/', '', $geant)) {
$strOutputErrorArray[] = $_LANG['error_no_special_characters_secret_answer'];
}
if(strtolower($email) != strtolower($email2)) {
$strOutputErrorArray[] = $_LANG['error_mails_indistinguishable'];
}
if(!preg_match('/^[a-zA-Z0-9-_.]+@[a-zA-Z0-9-_.]+\.[a-zA-Z]{2,4}$/', $email)) {
$strOutputErrorArray[] = $_LANG['error_mail_must_be_valid'];
}
if(in_array($provider, $_CONFIG['web_mail_provider'])) {
$strOutputErrorArray[] = $_LANG['error_spam_provider'];
}
if(!strtotime($birthday)) {
$strOutputErrorArray[] = $_LANG['error_valid_birthday'];
}
if(count($strOutputErrorArray) > 0) {
echo createMessage($strOutputErrorArray, 'fail');
}
else {
if(odbc_exec($odbc_connect, '
EXEC [' . $_CONFIG['db_databases']['acc'] . '].[dbo].[usp_createAccount] @account=\'' . $account . '\', @pw=\''.$md5pw.'\', @email=\''.$email.'\', @gefra=\''.$gefra.'\', @geant=\''.md5($_CONFIG['security_secretAnswerSalt'].$geant).'\', @birthday=\''.date($_CONFIG['web_date_format']['date'], strtotime($birthday)).'\', @ip = \'' . $_SERVER['REMOTE_ADDR'] . '\', @lang=\'' . $_CONFIG['web_default_lang'] . '\'
')) {
$_SESSION['user'] = strtolower($account);
$_SESSION['votepoints'] = 0;
$_SESSION['cash'] = 0;
echo createMessage('Der Account ' . cleanHtmlOutput($account) . ' wurde erfolgreich registriert.', 'success');
}
else {
echo createMessage('Der Account konnte nicht in die Datenbank geschrieben werden.', 'fail');
}
}
}
else {
if($_CONFIG['registration_enabled']) {
if($_CONFIG['registration_verify_mail_enabled']) {
echo createMessage($_LANG['notify_registration'], 'hint');
}
}
else {
echo createMessage($_LANG['error_registration_disabled'], 'fail');
}
}
?>
cholai2210 is offline  
Old 10/04/2015, 16:44   #48
 
elite*gold: 0
Join Date: Oct 2014
Posts: 31
Received Thanks: 0
Yeah ..
Chyukαsame what is your Skype?
tutstuts is offline  
Old 10/05/2015, 13:24   #49
 
elite*gold: 0
Join Date: Sep 2010
Posts: 228
Received Thanks: 13
Hey ho.. ich habe zwei Probleme mit der Website.
1.ich finde die psc codes weder im Admin Panel noch in der Db ich kann lediglich die Aufträge bestätigen im Admin Panel.
2.die icons von den newskategorien werden nicht geladen wenn ich eine News erstelle.

Ich wäre sehr dankbar über Hilfe
♪Chiqupon♫ is offline  
Old 10/05/2015, 13:54   #50
 
elite*gold: 0
Join Date: May 2014
Posts: 4,405
Received Thanks: 933
Quote:
Originally Posted by ♪Chiqupon♫ View Post
Hey ho.. ich habe zwei Probleme mit der Website.
1.ich finde die psc codes weder im Admin Panel noch in der Db ich kann lediglich die Aufträge bestätigen im Admin Panel.
2.die icons von den newskategorien werden nicht geladen wenn ich eine News erstelle.

Ich wäre sehr dankbar über Hilfe
Zum deiner 2 Frage. Statt den Bildern musst du ein HTML farbcode eingeben. Dort wo man die bilde hinzufügst gibst du einfach #fff ein als Beispiel.
Michi is offline  
Thanks
1 User
Old 10/05/2015, 14:02   #51
 
elite*gold: 0
Join Date: Sep 2010
Posts: 228
Received Thanks: 13
Danke das funktioniert, jedoch ist das andere Problem viel schlimmer. Wäre echt cool wenn mir da jemand helfen könnte
♪Chiqupon♫ is offline  
Old 10/05/2015, 14:06   #52
 
-Venom''s Avatar
 
elite*gold: 10
Join Date: Jan 2015
Posts: 929
Received Thanks: 444
Quote:
Originally Posted by ♪Chiqupon♫ View Post
Danke das funktioniert, jedoch ist das andere Problem viel schlimmer. Wäre echt cool wenn mir da jemand helfen könnte
Guck ob du zufällig in der config den Mail Server aktiviert hast
-Venom' is offline  
Thanks
1 User
Old 10/06/2015, 11:17   #53
 
elite*gold: 0
Join Date: Jul 2015
Posts: 46
Received Thanks: 11
some one give me databases please. or this release is for german only?
cholai2210 is offline  
Old 10/23/2015, 08:18   #54
 
Cloud''s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 245
Received Thanks: 28
How can i remove this?


Cloud' is offline  
Old 10/23/2015, 14:43   #55


 
Chyukαsame's Avatar
 
elite*gold: 0
Join Date: Oct 2012
Posts: 1,102
Received Thanks: 564
..... abkotz hoch 10

Leute, wenn IHR keine Ahnung von Webseiten habt, dann sucht euch einen Web Entwickler und entlohnt ihn für euer fehlendes Wissen. Dude hat hier die Webseite kostenlos und problemfrei zur Verfügung gestellt, reicht das nicht?

Alleine schon der Anblick der User, die nach Hilfe betteln und sich nicht einmal für den release dankbar zeigen finde ich schon leicht dreist.


Und ich werde auch keinen Support mehr geben, weder hier, noch in Skype.
Ich habe schon ca. 20 Leuten geholfen, das reicht mir.


Wäre nett, wenn mir das noch jemand ins englische übersetzt für die Außenseiter unseres Landers
Chyukαsame is offline  
Thanks
1 User
Old 10/25/2015, 01:34   #56
 
elite*gold: 0
Join Date: Sep 2009
Posts: 228
Received Thanks: 42
Sehr gute website funktioniert alles einwandfrei danke dir. ich sehe gerade dort ist ein forum mit bei hat jemand das schon eingerichtet bekommen und kann mir da ein paar tipps geben?
/-/µR€ is offline  
Old 10/25/2015, 02:01   #57


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
Quote:
Originally Posted by /-/µR€ View Post
Sehr gute website funktioniert alles einwandfrei danke dir. ich sehe gerade dort ist ein forum mit bei hat jemand das schon eingerichtet bekommen und kann mir da ein paar tipps geben?
Nimm ein neues -> Mybb -> Mysql installieren via Xampp .. Dann einfach laufen lassen und installieren ..
- Major is offline  
Old 10/25/2015, 04:12   #58
 
Cloud''s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 245
Received Thanks: 28
Please help me
Cloud' is offline  
Old 10/25/2015, 11:48   #59


 
- Major's Avatar
 
elite*gold: 7
Join Date: Sep 2012
Posts: 4,462
Received Thanks: 3,213
Quote:
Originally Posted by Cloud' View Post
Please help me
There say -> you can not change this information .. ^^ Tell me your problem ^^
- Major is offline  
Old 10/25/2015, 15:15   #60
 
Cloud''s Avatar
 
elite*gold: 0
Join Date: Dec 2013
Posts: 245
Received Thanks: 28
HOW CAN I REMOVE THIS?
Cloud' is offline  
Closed Thread

Tags
'dude', aurea flyff, homepage, webseite




All times are GMT +2. The time now is 23:28.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.