• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Account Lost i Server Status.

Notify

New Member
Joined
Dec 6, 2009
Messages
76
Reaction score
0
Witam, mam 2 pytania.

1.Jak naprawic account lost, poniewaz wyskakuje mi:

Account maker is not configured to send e-mails, you can't use Lost Account Interface. Contact with admin to get help.

2.Server status. Gdzie musze to wrzucic?

[Gesior ACC 0.3.4+]Server record script Tibia Acc Maker's and layouts

To w layout.php
<?PHP $zapytanie = $SQL->query('SELECT `record` FROM `server_record` ORDER BY `record` DESC LIMIT 1;'); foreach($zapytanie as $wynik) { echo ''.$wynik['record'].''; } ?>

A to drugie?

Prosze was o pomoc.
 
1. Musisz skonfigurować ustawienia skrzynki w config/config.php, dokładnie te pola:
Code:
// USE ONLY IF YOU CONFIGURED E-MAIL AND IT WORK
$config['site']['create_account_verify_mail'] = 0; // when create account player must use right e-mail, he will receive random password to account like on RL tibia, 1 = yes, 0 = no
$config['site']['generate_new_reckey'] = 0; // let player generate new recovery key, he will receive e-mail with new rec key (not display on page, hacker can't generate rec key)
$config['site']['generate_new_reckey_price'] = 5; // you can get some Premium Points for new rec key
$config['site']['send_mail_when_change_password'] = 0; // send e-mail with new password when change password to account, set 0 if someone abuse to send spam
$config['site']['send_mail_when_generate_reckey'] = 0; // send e-mail with rec key (key is displayed on page anyway when generate), set 0 if someone abuse to send spam
$config['site']['send_register_email'] = 0; // send e-mail when register account

// E-MAIL config
$config['site']['send_emails'] = 1; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.gmail.com"; // address
$config['site']['smtp_port'] = 25; // port
$config['site']['smtp_auth'] = "yes"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "[email protected]"; // login
$config['site']['smtp_pass'] = "secretpassword"; // password
2. W dowolnym pliku, który jest ładowany jako $main_content - nie wiem jak Ci to dokładnie określić ;p (może być highscores.php, latestnews.php..). Możesz także utworzyć nowy
 
1st
<?PHP $zapytanie = $SQL->query('SELECT `record` FROM `server_record` ORDER BY `record` DESC LIMIT 1;'); foreach($zapytanie as $wynik) { echo ''.$wynik['record'].''; } ?>
Record script
2nd
To do layout
 
Co do account lost'a mam takie bledy.

Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Nieznany host. in C:\xampp\htdocs\phpmailer\class.smtp.php on line 105

Warning: fsockopen() [function.fsockopen]: unable to connect to smtp.poczta.o2.pl:25 (php_network_getaddresses: getaddrinfo failed: Nieznany host. ) in C:\xampp\htdocs\phpmailer\class.smtp.php on line 105

Warning: fsockopen() [function.fsockopen]: unable to connect to smtp.o2.pl:25 (Pr�ba po��czenia nie powiod�a si�, poniewa� po��czona strona nie odpowiedzia�a poprawnie po ustalonym okresie czasu lub utworzone po��czenie nie powiod�o si�, poniewa� po��czony host nie odpowiedzia�. ) in C:\xampp\htdocs\phpmailer\class.smtp.php on line 105
 
PHP:
$config['site']['send_emails'] = 1; // is acc. maker configured to send e-mails?
$config['site']['mail_address'] = "[email protected]"; // e-mail address
$config['site']['smtp_enabled'] = "yes"; // send by smtp or mail function (set 0 if use mail function)
$config['site']['smtp_host'] = "smtp.o2.pl"; // address
$config['site']['smtp_port'] = 587; // port
$config['site']['smtp_auth'] = "yes"; // need authorization? (set 0 if not need auth)
$config['site']['smtp_user'] = "[email protected]"; // login
$config['site']['smtp_pass'] = "xxxx"; // password
 
I could probable help you with whatever you want to do if I just could understand what you where saying.
 
Hmmmm

127.0.0.1 - - [06/Dec/2009:16:28:08 +0100] "GET /index.php?subtopic=lostaccount HTTP/1.1" 200 2176 "http://localhost/index.php?subtopic=latestnews" "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.0.15) Gecko/2009101601 Firefox/3.0.15 (.NET CLR 3.5.30729)"
127.0.0.1 - - [06/Dec/2009:16:28:08 +0100] "GET /layouts/asta/default.css HTTP/1.1" 304 - "http://localhost/index.php?subtopic=lostaccount" "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.0.15) Gecko/2009101601 Firefox/3.0.15 (.NET CLR 3.5.30729)"
127.0.0.1 - - [06/Dec/2009:16:28:11 +0100] "POST /index.php?subtopic=lostaccount&action=step1 HTTP/1.1" 200 2111 "http://localhost/index.php?subtopic=lostaccount" "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.0.15) Gecko/2009101601 Firefox/3.0.15 (.NET CLR 3.5.30729)"
127.0.0.1 - - [06/Dec/2009:16:28:13 +0100] "POST /index.php?subtopic=lostaccount&action=sendcode HTTP/1.1" 200 2110 "http://localhost/index.php?subtopic=lostaccount&action=step1" "Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.0.15) Gecko/2009101601 Firefox/3.0.15 (.NET CLR 3.5.30729)
 
4f9a3d7c2657.jpg
 
You have been banned for the following reason:
Illegal advertising.

Date the ban will be lifted: 13th December 2009, 18:00
 
Back
Top