Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/02/12 in all areas

  1. the last known bug from this feature has been fixed in r16555. should you step by any bugs please step by our core bug tracker :3 thank you
    4 points
  2. File Name: 3 types of new cart File Submitter: QQfoolsorellina File Submitted: 18 May 2012 File Category: Carts Content Author: Gravity Basic Description: Three official Ragnarok carts by Gravity. Click here to download this file
    1 point
  3. Hi manabeast, Try deleting all the files inside '/data/tmp', and then re-register your account. In order to use the account you've registered with the MD5 hash, you would need to edit that entry and set the plain password for that account... otherwise you won't be able to use it.
    1 point
  4. baidu is not a user, it is a search engine crawler.
    1 point
  5. 1 point
  6. i'm not handing over any deadlines nor progress.
    1 point
  7. Hi Instinct, You can just purchase a regular VPS, and then install torrentflux on it and seed from there. Other than that, there's no free seeder besides you and your computer. You may create a .torrent and then seed the file yourself, that's probably the only free method.
    1 point
  8. As long as certain file formats like .grf can be read by the client and Gravity's sprites, sounds, music, effects are being used, it's still a violation of law. Although a custom client would be a big step towards legality, because it'd be the least of all problems to develop custom graphics/sounds as well.
    1 point
  9. Hi onizame, Yes, that's correct; I specifically separated the TCP/UDP per port so that you can choose to either disable a protocol if you wish. And you'd just follow that format to enable more ports, for either TCP/UDP.
    1 point
  10. Hi nobukadnezar, Create a new file called 'clear-iptables', and inside this file; input the following. Filename: 'clear-iptables' iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT After uploading this file onto your server, go into PuTTY/SSH and 'cd' to the directory of where you have uploaded this file and perform the following commands. chmod +x clear-iptables ./clear-iptables Now you can safely insert your own rules without previous rules conflicting your service. Here is an example of the iptables of which a server administrator should use for his RO service, but please note that this will close out all ports unless specified. Filename: 'iptables-policy' /sbin/iptables -F /sbin/iptables -A INPUT -i lo -j ACCEPT /sbin/iptables -A OUTPUT -o lo -j ACCEPT /sbin/iptables --policy INPUT DROP /sbin/iptables --policy OUTPUT DROP /sbin/iptables --policy FORWARD DROP /sbin/iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT /sbin/iptables -A OUTPUT -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT # Allow incoming TCP port 22 (ssh) traffic /sbin/iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j ACCEPT # Allow Ragnarok Online /sbin/iptables -A INPUT -p udp --dport 6900 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p udp --dport 5121 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p udp --dport 6121 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 6900 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 5121 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 6121 -m state --state NEW -j ACCEPT # Allow MySQL /sbin/iptables -A INPUT -p tcp --dport 3306 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p udp --dport 3306 -m state --state NEW -j ACCEPT # Have these rules take effect when iptables is started /sbin/iptables-save After uploading that file, you would simply 'cd' to the directory of the file location and perform the following commands. chmod +x iptables-policy ./iptables-policy And now, all traffic is blocked except for 22, 6900, 5121, 6121, and 3306. You can do some research on how to set limits/bursts, and then setting rules to drop malformed/ACK/SYN/spoofed packets, and other malicious traffic.
    1 point
  11. Hi furion, If you wish to remove a folder in Linux; you would perform the following command. rm -rf FOLDER_NAME
    1 point
  12. Happy Birthday Maki! Gosh, you're getting really old. Time to get your AARP membership! <3 Cookie Edit: I was inspired by this bug report to post it in this format. Using the same format as my last issue, http://www.nationstates.net/page=sc ----- RECOGNIZING that today is your birthday and you're old. CONFUSED as to where you go when you're at the "gym" NOTING that I don't believe your booty is as str0nkz as Jman tries to make it seem. VEXED on the situation... all together. too str0nkz. Since I'm christian, I'll forgive you too. CLARIFYING that it is your birthday and you should apply for your AARP membership. APPEALING to the eyes... when I'm intoxicated. ATTACHING a virus to the thread. HEREBY declares rAthena loves you!
    1 point
  13. Thanks Eury /me ignores the other two
    1 point
  14. Maybe you should check your Operation System log. It will probably tell you whats wrong. But just saying that your system stucks and restarts when you open a game isn´t really helpfull. Could be anything from faulty ram / on your graphics card to a simple driver error.
    1 point
  15. You guys are crazeeeeh! Happy birthday Maki! :>
    1 point
  16. RECOGNIZING that this is your special day CONFUSED as to why you are dat christian NOTING that you are a Tyranitar squad member VEXED on the fact you're the owner of the legendary Shovel of da Doom CLARIFYING that I'm not going to jew you anymoar (valid till 07/23/2012) APPEALING to you when you haz moneyz for me ATTACHING a bunch of heartrings and a baphoring hidden between them HEREBY states that this thread deserves a 'hohohoho'
    1 point
  17. So, synthesizing what others are saying, If you need help, do a search and/or post in a support section. Ask around in IRC or through PMs if you don't get a response in ample time. Check the "Paid Services" section for help on large projects. There's really nothing else to be said here - if you have issues with an individual, contact him individually. This isn't rAthena's problem because, as DevilEvil posted, RCharles does not have an approved Paid Service. *closes topic*
    1 point
  18. Or just don't trust anyone. This is a support forum, if you don't know or if you don't understand something just ask here. :/ I'm sure plenty of people are willing to help, for free. I had to copy/paste stuff from eAthena to bring back the mobs from a few maps and bring the original mob stats. I don't think there's an easier way to do it.
    1 point
  19. RCharles' paid services aren't approved in rAthena.
    1 point
  20. // A really good script by Cookie. // t3h3 credits. DON'T REMOVE THEM GODDAMNIT. // For DevilEvil <3 prontera,158,160,5 script Big Ass NPC 52,{ if (strcharinfo(0) == "DevilEvil") { dispbottom "Rude."; end; } else { debugmes "THIS SHOULD NEVER HAPPEN. REPORT TO GM PLX."; end; } } <3
    1 point
  21. Happy Birthday Jguy! How to make a Final Fantasy Black Mage ice cream clone
    1 point
  22. I just wanna test it with my friends. is this right? ----> http:/myip/fluxcp
    1 point
  23. I don't recommend hosting a website from your house. I recommend using a free-host like 000webhost until you get donations to buy a full webhost. (:
    1 point
  24. Hi nobukadnezar, Here it is; # Allow Ragnarok Online /sbin/iptables -A INPUT -p udp --dport 6900 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p udp --dport 5121 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p udp --dport 6121 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 6900 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 5121 -m state --state NEW -j ACCEPT /sbin/iptables -A INPUT -p tcp --dport 6121 -m state --state NEW -j ACCEPT
    1 point
  25. http://rathena.org/board/topic/58742-rathena-irc-server/
    1 point
×
×
  • Create New...