Guest Phelps Posted February 17, 2015 Report Posted February 17, 2015 I am in the process of creating a Account software for Atavism Servers Calling it RAM Below is a picture of what I have so far. If you would like anymore features let me know and I will see if I can add them. http://s10.postimg.org/iwnflkxhl/RAM.png[/img] Quote
sooms Posted February 18, 2015 Report Posted February 18, 2015 Looks good, what about the option to ban an account? Quote
Guest Phelps Posted February 18, 2015 Report Posted February 18, 2015 That is in the status setting under Realm Information It is going to take a while before I will release it. I want it to feel right and work right lol Quote
Jackson Posted March 26, 2015 Report Posted March 26, 2015 I offer $30 for this plugin. Puts mic down. Quote
Hakazaba Posted November 16, 2015 Report Posted November 16, 2015 May i ask what the status of this is? 8 months later? Quote
Guest Phelps Posted November 16, 2015 Report Posted November 16, 2015 Sorry I should have said that I will not be making it as I am no longer using Atavism I have made me own mmo server and system Sorry Quote
Hakazaba Posted November 17, 2015 Report Posted November 17, 2015 Well, i would be interested in hearing about it, if you wish to speak. Quote
fleetyfleet Posted December 10, 2015 Report Posted December 10, 2015 I mean i pretty good with sql and visual basic if you guys are still interested i could prob put together something like this. Quote
AlanGreyjoy Posted December 11, 2015 Report Posted December 11, 2015 I mean i pretty good with sql and visual basic if you guys are still interested i could prob put together something like this. Don't. It violates Atavisms EULA.... that I never did actually see nor can I find it anywhere lol. The only way you can do this, is if you can (since you know vb) make a login form that ties directly to atavism's customer base. Then after they login with their user and pass for atavism, you can have them use your program. Do you think neo is just gonna hand over the keys to that vault? No. Best best, is to contract this service out to others that are using atavism. Sorry people. Quote
fleetyfleet Posted December 12, 2015 Report Posted December 12, 2015 thats not true at all i would have to do is make the user enter there sql db info and connect to the sql server pull variables that way i could pull information such as: Players online Their location their status you would also be able to delete records such as accounts so on and so on Quote
AlanGreyjoy Posted December 12, 2015 Report Posted December 12, 2015 thats not true at all i would have to do is make the user enter there sql db info and connect to the sql server pull variables that way i could pull information such as: Players online Their location their status you would also be able to delete records such as accounts so on and so on Ok... you didn't read all of what i said lol. I already programmed all that too (You may have missed my post a couple of days ago. It got pulled). I even programmed recipe adding and quest adding You HAVE to make the program LOG INTO ATAVISMS CUSTOMER DATABASE. The program HAS TO VALIDATE that they are A CUSTOMER of atavism. You know... that thing you log into that unlocks the atavism window editor? That checks to see if you actually bought atavism? Yea. That thing. That thing has to be in the 3rd party program as well. Sorry for the caps.... had to make it ... more clear. Quote
fleetyfleet Posted December 12, 2015 Report Posted December 12, 2015 No i read every word you said just mis interpreted i suppose So what you are trying to say is that i cant make a program that modifies the SQL database that atavism server connects to without verifying that they are a customer because people could just use that editor instead of the atavism one? Quote
AlanGreyjoy Posted December 12, 2015 Report Posted December 12, 2015 No i read every word you said just mis interpreted i suppose So what you are trying to say is that i cant make a program that modifies the SQL database that atavism server connects to without verifying that they are a customer because people could just use that editor instead of the atavism one? Correct. The way it was explained to me is... and I quote "It circumvents atavisms security checks and it also goes around the "license per seat" rule". It would be up to andrew to add some sort of .... web api i guess. Where we call into to check at least if the username is good. Quote
Warborn Posted December 13, 2015 Report Posted December 13, 2015 It violates Atavisms EULA I would like to see this document, have been using this thing since the beginning and have never seen let alone agreed to any form of EULA Quote
AlanGreyjoy Posted December 13, 2015 Report Posted December 13, 2015 It violates Atavisms EULA I would like to see this document, have been using this thing since the beginning and have never seen let alone agreed to any form of EULA You and me both bub. Quote
AwakenedRage Posted December 16, 2015 Report Posted December 16, 2015 I have worked with many MMO projects, and have plenty of prior experience. I really just dont think that using a program to write to the database or read data from the database is violating the EULA when its just connecting to the Database server that is your property regardless. Of course Neojac has the right to check if the program is secure, but as long as he isnt distributing Atavism Source and is just reading the tables and entries of the Database, he should be just fine. 1) The EULA only applies to accessing the AGIS Source, Atavism Client source and Using the AtavismEditor in Unity, I say this because Atavism is based off of an existing open source platform. Login is mainly required for developers 2) Moderators and In Game Administrators need to be able to access the database to ban accounts, I've asked the question on whats the best way to manage player data (Before the Backdating System) and they told me that PhpMyAdmin is the best way to ban players securely. So obviously, they have no problen of someone making a program to do this. 3) Neojac cannot regulate your database server, MySQL is owned by Oracle. 4) This would bring in a bunch of legal issues regarding keeping information safe. By making a MMO game its your responsibility to keep your users information safe, and all MMO's nowadays do not allow 3rd parties to access their database. Honestly, if anyone's excuse is to rely on Neojac to keep you secure, you shouldn't be making a MMO if you cant handle security incidents yourself. Sure, Neojac will write patches for the Atavism Jar and Atavism Core but you have to always account for the instance of a security breech and have a plan. I've learned several principles, and here is just a rundown. Security Do not trust the... - Client - Hosting software - Environment Ouch. I must trust them ? - Trust where you must - Verify - Audit Point is, your able to make it. As long as your not giving out source, reverse engineering or decompiling with intention of modifying AtavismCore or the Atavism Jar you should be fine. ~ Michael Quote
AlanGreyjoy Posted December 16, 2015 Report Posted December 16, 2015 I have worked with many MMO projects, and have plenty of prior experience. Now your claim of it violating Atavisms EULA to simply access the database that Atavism uses is incorrect. Of course Neojac has the right to check if the program is secure, but as long as he isnt distributing Atavism Source and is just reading the tables and entries of the Database, he should be just fine. 1) The EULA only applies to accessing the AGIS Source, Atavism Client source and Using the AtavismEditor in Unity, I say this because Atavism is based off of an existing open source platform. Login is mainly required for developers 2) Moderators and In Game Administrators need to be able to access the database to ban accounts, I've asked the question on whats the best way to manage player data (Before the Backdating System) and they told me that PhpMyAdmin is the best way to ban players securely. So obviously, they have no problen of someone making a program to do this. 3) Neojac cannot regulate your database server, MySQL is owned by Oracle. 4) This would bring in a bunch of legal issues regarding keeping information safe. By making a MMO game its your responsibility to keep your users information safe, and all MMO's nowadays do not allow 3rd parties to access their database. Honestly, if anyone's excuse is to rely on Neojac to keep you secure, you shouldn't be making a MMO if you cant handle security incidents yourself. Sure, Neojac will write patches for the Atavism Jar and Atavism Core but you have to always account for the instance of a security breech and have a plan. I've learned several principles, and here is just a rundown. Security Do not trust the... - Client - Hosting software - Environment Ouch. I must trust them ? - Trust where you must - Verify - Audit Point is, your able to make it. As long as your not giving out source, reverse engineering or decompiling with intention of modifying AtavismCore or the Atavism Jar you should be fine. ~ Michael I enjoy how you think I just pulled this out of my ass. Quote
AwakenedRage Posted December 16, 2015 Report Posted December 16, 2015 All I am saying is that I have asked on matters of using third party programs to modify player data and they have encouraged the use of PhpMyAdmin to ban players instead of making an ingame command. So, honestly is writing a program that modifies already existing data breaking the EULA? I wouldn't think so because there about two other Plugins that have built in ban capabilities. Now I would also think that Neojac wwould of said something if this was breaking the Eula, because its around 8 months old. If he was making a program that allows users to modify quests, or Mobs then thats another story. I only say this because there are some MMO's that have to be heavily moderated and moderators aren't developers. They need to be able to just access players accounts and ban them. Also, you didn't have to swear. We are all civil here and aren't looking for blood. Quote
Warborn Posted December 16, 2015 Report Posted December 16, 2015 breaking the EULA The EULA that has yet to be seen so technically does not exist? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.