Jump to content

Jguy

Retired Staff
  • Content Count

    292
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Jguy

  1. They are all open source, does not mean they are free. The Linux Kernel is released under GNU GPL v2, a similar license to eAthena/rAthena/Hercules. RHEL is modifying the source and selling the source. The GNU GPL license allows them to do this. RHEL is branched off of Fedora. If you're looking for as RHEL as you can get, Fedora is the way to go. Fedora acts as sort of a "test platform" for RHEL.
  2. If I recall correctly, RHEL has always been paid, so by asking for a download, you are essentially asking for illegal files. If you want RHEL-like, Fedora or CentOS are pretty good alternatives. RHEL is essentially Fedora.
  3. For future reference, renaming a binary on linux: mv old_filename new_filename Example: mv login-server_sql login-server_sql2 If you plan on changing the name of the login, char and map server binaries, you have to make sure the start script finds the correct ones. Open that file in your favourite text editor and do a quick find and replace.
  4. Jguy

    Forum bug

    How....will we have problems? o.O
  5. FYI - Aegis is NOT an emulator. It is the OFFICIAL software. AFAIK there hasn't been a public leak of Aegis fully available to the public in a few years. You also need Windows and a Microsoft SQL server to run it. While rAthena/Herc run on 256MB of RAM or less being idle, Aegis usually consumes 2-3x that being idle.
  6. Hello, While we do not mind that rAthena developers, staff members and regular members register an account, post or send PM's on our forums, we do not take kindly to 'rAthena is better because x y and z' posts, or anything promoting rAthena as a superior emulator because of such and such. There is no such post on rAthena made by a Hercules staff member about Hercules and we intend to keep it that way, we would appreciate the same respect. Those who do not follow this simple clause listed above will have their post(s) deleted and/or hidden from view. Repeat offenders will be suspended from our forum with no further warnings or post manipulation. We do not appreciate, nor welcome drama here. While criticism is welcome in the form of 'why doesn't Hercules have such and such a feature', drama and belittling a project (hercules or not) will not be tolerated. This is a collaboration, not a drama infested 12 year old's contest. Thank you.
  7. You know, I have a strange feeling that if we hadn't pointed out the concept of 'backups' I doubt they would have ever fallen back to any backups they had. Curious as well that the "news about rAthena" document claims restoring backups from May 22. How can you restore backups from a time in which your RAID was damaged and the server was not even responsive to ping? We have ourselves some genetically engineered hackers over here.
  8. But what about Maki said having another backup in his server or something? Do you think it was on the same HDDs? Because if I'm not mistaken he said even with the data on the HDDs gone they would still have a backup.All the files, support solutions, reports that got lost, oh dear "deer". The countless times I logged in and noticed that all the backups were being done on the local machine and NOT to an offserver backup storage despite me begging for something....I doubt there is another recent backup anywhere that is recoverable. And having the backups on a seperate VM on the same physical machine doesn't count (as is probably the situation here). If they do have a recent backup and haven't cut their losses and applied it, then that's a pretty dumb move as well. Most people would not settle for downtime more than a few days, especially on a non-business site such as this. Most people in this situation would provision a new server, install the backups and announce that a week or two's work has been lost. Them not doing that just screams "no backups available for weeks". If there was financial data involved then the result might be different, but for no financial or client data, just a server with forums on it, having a week or two of lost data is no big deal. Of course, for shame, they moved the SVN off of Sourceforge and onto that server, despite mine as well as Ind's disagreement that something like this (a failed server) would kill the project.
  9. Looks like the rAID is destroyed. Lesson of the day: Have backups. All of the rAthena data is gone (because if I remember correctly, all their backups lived on the same box (maybe different VM)). Another lesson: Don't leave people who don't know how to run a server of any kind in charge of it.
  10. Oh, more tips: * If you're going to give a status of your server to people, at least try to be serious about it, especially to a community so big. Just makes it look like you're not doing anything. =/ http://jemstuff.com/stuff/rAsrs.png
  11. Tips of the day: * Have regular backups. * If you know your site is going to be offline, redirect it to a temporary webhost where you can let people know what's going on * If it's your hoster's fault and its something they need to fix, breathe down their necks.
  12. Kind of interesting considering this is the third time in less than a year. (and we have the same providers)
  13. I really love you. <3

  14. Jguy

    Yommy

    Python? [cbox] #!/usr/bin/python names = ["Jezu","dastgirpojee","JayPee","nanakiwurtz","hemagx","malufett","pr3p","nndsl","Zopokx","Vali","Virtue","M45T3R","Michieru","Judas","Beret","Yommy","Ind","Nameless2you"] print "Hello " for name in names: while name != "Nameless2you": print name, " & " else: print name, ", " print "I'm Jman (again)"[/cbox]
  15. Jguy

    Yommy

    [cbox]<?php $names = array("Jezu","dastgirpojee","JayPee","nanakiwurtz","hemagx","malufett","pr3p","nndsl","Zopokx","Vali","Virtue","M45T3R","Michieru","Judas","Beret","Yommy"); echo "Hi "; foreach($names as $value) { if ($value != "Yommy") { echo $value." & "; } elseif ($value == "Yommy") { echo $value.", "; } } echo "I'm Jman."; ?>[/cbox]
  16. *stalk stalk stalk stalk* <3

  17. This actually seems like a better solution than other posted ones. Add the columb to your login database that reads level in addition to the group_id. @Jman: So you're saying that if I add group_id as a column, let's say, after level, in my eAthena's login database, Hercules and eAthena would be able to read from it without conflicting? From what it looks like on my end, I think it'd work; I just wanna confirm this before I make changes to a live server's database. There can be extra columns in a database without conflicting with each other. The Hercules/rAthena source code is looking for a group_id field. If there is none, it will error. If there is a 'level' field in addition Hercules simply won't read it (it won't even know its there nor will it care).
  18. This actually seems like a better solution than other posted ones. Add the columb to your login database that reads level in addition to the group_id.
  19. My avatar is better than yours. :3

    1. Relzz

      Relzz

      TNT im dynamite.. TNT watch me exploooode!! ~

      (Great solo)

       

      *Jman explodes*

  20. Now I can <3 you here. :3

×
×
  • Create New...

Important Information

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