Jump to content

SøηGøku®

Inactive Member
  • Posts

    148
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by SøηGøku®

  1. Still can't find "libmysqlclient.so.18" and "libIL.so.2" I have no idea how to get these..
  2. I tried to use the forum guide but it doesn't let me use the "make" command.
  3. How do I use pkg? The serverfiles needs some libs that isn't there..
  4. Hey guys. Does anyone else have the problem with the ports on freebsd servers? I've got this error trying to do the make commands on freebsd: "/usr/ports/Mk/bsd.port.mk" I can't install the compat7x or 6x so I don't the libs necessary to start my Metin2 server. Can anyone help me solve this?
  5. No ideia. I was hoping that someone would give me a code to add to the php index that tells me where is the errors.
  6. Hi guys. I can't register at my own website. I don't see where the error comes from. I will leave you here my script. So that you can help me. <?PHP require ('config/config.inc.php'); if(isset($_POST['register'])) { if(empty($_POST['benutzername']) && empty($_POST['passwort']) && empty($_POST['email']) && empty($_POST['lieblingsfarbe'])) { echo '<p>Bitte alle Felder ausfüllen!</p>'; } elseif(preg_match('/^a-zA-Z0-9@-._ÖöÄäÜü/', $_POST['benutzername']) && preg_match('/^a-zA-Z0-9@-._ÖöÄäÜü/', $_POST['passwort']) && preg_match('/^a-zA-Z0-9@-._ÖöÄäÜü/', $_POST['email']) && preg_match('/^a-zA-Z0-9@-._ÖöÄäÜü/', $_POST['lieblingsfarbe'])) { echo '<p>Es ist nur: a-Z,0-9,@,.,_,- erlaubt!</p>'; } else { $benutzername = mysqli_real_escape_string($con, $_POST['benutzername']); $passwort = mysqli_real_escape_string($con, $_POST['passwort']); $email = mysqli_real_escape_string($con, $_POST['email']); $antwort = mysqli_real_escape_string($con, $_POST['lieblingsfarbe']); } $sql = "INSERT INTO account.account (login, password, social_id, email, create_time, question1, answer1, status, safebox_expire, autoloot_expire, coins) VALUES ('" . $benutzername . "', PASSWORD('" . $passwort . "'), '" . $loeschcode . "', '" . $email . "', '" . $zeit . "', '" . $frage . "', '" . $antwort . "', '" . $status . "', '" . $date . "', '" . $date . "', '" . $registercoins . "')"; $qry = mysqli_query($con, $sql); if($qry) { echo '<p id="nachricht" style="color:green;">Conta criada com sucesso!</p>'; } else { echo '<p id="nachricht" style="color:red;">Registo falhou!</p>'; } } ?>
  7. Could you release the full code? I want the ring when used to set the exp to 0 without receiving any exp. And when used again, give to the player the exp he had before.
  8. I'm trying to fix the skill bug but i can't. I solved the 175 skill but the 174 i can't. Instead of giving bonus attack it's talking it. Anyone knows how to solve that problem?
  9. My shopdialog.py is exactly like that. Where could the error come from?
  10. Hi there. I have a problem with my client shops. It appears like this. Can anyone help me to solve it? Best Regards.
  11. The problem its not the name. But the tab itself. It doesn't appear..
  12. Hi guys. Hi tried to translate my client witht the files from the official client. But now my client won't open the negociate tab. Creating a bug where i can't leave the game or open stores. Can anyone tell me wich file is wrongly put? Best Regards.
  13. Thank you. I already solved it. Some tables had to be deleted. Best Regards.
  14. Hi there. I'm trying to create a website for my testing server. When I try to register it always fails. I don't see any error. I already tried different websites, but the result it's the same. I left my Index.php in the attachment. Can anyone help me please? Best Regards. index.php
  15. I forgot to select the options installing nginx. Now i can't select them again. What do i do? Best Regards
  16. Mysql pw? i need to create a server in my computer. Best Regards.
  17. Thank you so much. I failed to see that program. Sorry. Best Regards.
  18. Hi community. I'm looking for a program that helps me extract offical item-proto to item_proto_dump.xml I really need this. Help me please. Best Regards.
  19. Hi community. I'm looking for a launcher to 40k client for 34k files. Anyone can get that to me please? Thank you. Best Regards.
  20. Hi guys. I have this problem starting my server. How do i solve it? Best Regards.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.