Jump to content

Vincent

Members
  • Content Count

    98
  • Joined

  • Last visited

  1. Hello, i use the helloworld addon to learn how to code a addon for Flux CP. But as you can see at my Pic i can click on Menu item but the Menu Name is not shwon. How can i fix it?
  2. Please post the text from the files that creates the error at http://pastebin.com/ so we can take a look at the code.
  3. read+write because this are needed to use flux.
  4. Try Turning off PHP Safe Mode http://support.godaddy.com/help/article/119/turning-off-php-safe-mode-on-your-server
  5. 1. go to config/error.php 2. Change the show error handling to true (or 1) 3. Post the new error message
  6. Maybe this can help: http://rathena.org/board/tracker/issue-5851-land-protector-professor/
  7. 1. login to phpMyAdmin. 2. Click on tap "sql" 3. Insert this text: SELECT * FROM NAME1 ORDER BY NAME2 DESC; NAME1 = table name where the points are saved to NAME2 = colum where the points are saved. 4. click ok and enjoy!
  8. yea thanks. Last think how did the server know the string comes from the exe? I can also create a tool that send for example a string wher the player pick a MVP card?!
  9. Why did the server know that this is a Chatmessage? If i want to filter strings for the messagestring in what way i can do this? For what have i to look for at the strings?
  10. Hello, i want to know where and how the Server handle the Chatmessages that came from the Client? For Example: I captured with Wireshark the traffic from a Client to a Server. String that was send to the server: 902b34522904744401960d1008004500003811db40003206234655d6fc1ac0a801061401c32e33bfb60599b028c2501800e5885e00008e001000436865636b6572203a203100 Then i try to decode it from hexadecimal to Text: +4R)tD–E8Û@2#FUÖüÀ¨Ã.3¿¶™°(ÂPåˆ^ŽChecker : 1 As you can see only the Playername "Checker" and the Message "1" can be decode. The rest dont work. In what way the server decode the strings?
  11. I had used the same script and it works for me fine. It takes around 10 sec befor player was kicked out but the where kicked?! But try to set .NoOwner,0; also to 1.
  12. you have to create a script for that.
  13. Like the message say: You've got the wrong SQL login data set at the config.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.