Jump to content

CaioVictor

Members
  • Posts

    75
  • Joined

  • Last visited

Everything posted by CaioVictor

  1. Hi Asura xD This is the uptime and is just 4 days online because 4 days ago I rebooted the host. 19:36:13 up 4 days, 1:43, 1 user, load average: 0.00, 0.01, 0.00 Thanks for replying again! I know the server is falling attacks because the consoles emulator displays the message =\ Att, CaioVictor.
  2. Hi Mikemike ^^' Your friend needs to re-download the file and use the map file under the 2012 directory. Att, CaioVictor.
  3. Hi rAthena ^^' First excuse my English. I'm needing to install and configure IPTABLES to protect against DDOS attacks. But I know nothing about the IPTABLES, so I need help. To install I do the following: yum install iptables Am I right? Once installed, to check if it is correct, I do the following: iptables yum info iptables I'm still right? If installed correctly, i can create a "iptables-policy" file to configure IPTABLES, right? So i copied a file that i found in a thread here in the rAthena. But I do not know if it is correct, to work with the emulator, mysql, phpmyamdin, ssh, ftp and remote connection to the database (because my website is hosted on a server different than the emulator, and the website connects remotely to the emulator database) The configuration file is as follows: After to run this file: chmod +x iptables-policy ./iptables-policy Could someone please check if everything is correct for perfect operation? And if my website will not be blocked by flood? Please, i really need to configure IPTABLES server protection. Any help will be greatly appreciated. Att, CaioVictor.
  4. Thanks Capuche ^^' I think it's finished now! Thank you all for the help, it was surely very important. Att, CaioVictor.
  5. Hi Mitsu ^^' Could you help me how to use this setting that has gone above? And I need to know if my website, that is on another server and remotely accesses the database, could be blocked by flood. Att, CaioVictor.
  6. Hi Jasc ^^' I had configured the "enable_ip_rules" to "yes" earlier! But what would this auto-restarter? I do not know, can you explain better what would it be? Att, CaioVictor. EDIT 01 => I wonder how do I install iptables and what settings I apply, can someone help me? Doing that shows on this topic http://rathena.org/board/topic/67002-iptables-rule-for-rathena/?p=123843 answered by Asura Is correct and work? Even with external connection of the database? Att, CaioVictor. EDIT 02 => I believe that the subject of the topic is closed, right? To keep the forum organized, I think this topic can be closed. I'll open a new topic on configuring iptables! Many thanks to all for your help and support! Att, CaioVictor.
  7. Hi Asura ^^' Actually the map/login/char servers close, and I have to reboot, it happens sometimes! Can, you help-me to install and configure IPTABLES? Att, CaioVictor.
  8. Hi ccjosh, Asura and Jasc xD Thank you all for helping! Referring to the map-server crash this stopped falling, however, i've found DDOS attacks in logs, then the server simply closes, it is due to the attacks right? I have used the GDB to identify the problem and there was no problem with the source and SVN version, which leads me to believe that the problem is ddos attacks. I'll try to install IPTABLES, is there any existing configuration so that i can apply while i learn how to set it up myself? Please, if not more uncomfortable, help me to install and configure, because with time i will learn to make my own settings, but at the moment i really need to stop these attacks! Asura, i'm from Brazil and would have to convert the BRL to Dollar, you could do a special price on their host with ddos protection? Att, CaioVictor.
  9. Hi Asura, thanks for answering! My problems with ddos attacks are not serious, however, it's making the map-server crash time to time. In that case what would be best to solve the attacks? Again thanks for replying! Att, CaioVictor.
  10. Hi rAthena xD First excuse my English. I'm needing to protect my server against DDOS attacks. But i do not know which firewall is best and how will be the first time i set up a firewall on linux, i wonder if someone can help me to install and configure. Can anyone help me? I appreciate any help intention. Att, CaioVictor.
  11. Thanks again xD I need this for a rank system that I am building. In this case, it is better to use mysql query or source mod? Since every time a character die will run this command. Att, CaioVictor.
  12. Hi QQfoolsorellina ^^' Thanks for helping me. I made the change and tested, working properly, thanks! Att, CaioVictor.
  13. Hi Capuche ^^' The label "OnPCDieEvent" returns the variable "killerrid" with monster "GID", right? I need to convert this monster "GID" in monster "ID"(1002 = poring ID), due to this reason I built this command. But I don't know if it's 100% correct! Att, CaioVictor.
  14. Hi all ^^' Skorm, i'm trying this: BUILDIN_FUNC(mobgidtoid) { struct mob_data *md = (struct mob_data*)map_id2bl(script_getnum(st,2)); if(!md || (md->bl.type != BL_MOB)) { ShowError("buildin_mobgidtoid: Invalid monster <GID>.\n"); return -1; } script_pushint(st,(int)md->vd->class_); return 0; } It's working, but I don't know if it's 100% correct, could you check please? Att, CaioVictor.
  15. Hi all ^^' I would love a command like "getgidinfo" xD Lionhardt and Skorm, your example is very good, the problem is that for my case would consume much processing =\ I will try to create a command like "getgidinfo" but the principle will do just to convert monster "GID" to "ID", then I'll try to create something more complete. This will be only way faster and consume less processing, right? Thank you all for the help! Att, CaioVictor.
  16. Hi rAthena ^^' First excuse my English. I want to know if there is some way of convering the monsters GID returned by killerrid in monster ID. I searched a lot but did not find anything to do that or something that would help me. I appreciate any help intention. Att, CaioVictor
  17. Firstly sorry my bad english xD A user of my server bought your map to my server as a gift, however, has not had the update for "2012 clients", that user out of the server for work reasons and i have no more contact with him. How can I get the update for "2012 clients"? If you want I can try to prove somehow that this product was purchased to be donated to my server. I await your response and thank your attention! Att, CaioVictor.
  18. Ok! Thanks Brian ^^' Att, CaioVictor.
  19. Hi all ^^' First sorry my english! I need to know if there is any way to return through the function "jobname()" the class names according to sex. I appreciate any help! Att, CaioVictor.
  20. Interesting! I did not know this "setfont", but I will test it. I'm questioning these things, because I can't find any color that looks similar to those who have shade =\ Att, CaioVictor.
  21. What I do not understand is why some colors have shade! Can we do this on npcs? Att, CaioVictor.
  22. Thanks Emistry ^^' Att, CaioVictor.
  23. Hi Skorm ^^' Thanks for answer me too xD I create a list with prices and their colors ^^' Now i need to extract the exact colors for each step of price xD But there is a problem, for example, to "1z" the image shows a dark green, but if you try to copy the color you will see that is black =\ Does anyone have a list of the exact colors in RGB? Thanks again for helping me! Att, CaioVictor.
  24. Hi ^^' Thank you both xD These codes have the original colors that appear in vending prices? Thanks again for helping me! Att, Caiovictor.
×
×
  • Create New...