Coolboy

Members
  • Content Count

    194
  • Joined

  • Last visited

Everything posted by Coolboy

  1. More update!!! I've also added code for server tracker, now everyone should be able to advertise their servers better and easier! Horizontal: Vertical: I will be making this a standalone project as well just in case someone would want to use this without needing WUA.
  2. So I finally figured out the RMI stuff for Wurm. There is a server setting you have to have within the code to enable RMI because by default it's disabled. Right now I'm working on a app that will be the middleman, so the plan is send a request from PHP, use Java-bridge to connect to the middleman app and from there send the request / command to the server. Once I have a working demo working I'll let you guys know. EDIT: I have committed the first test of RMI logic to work with this app. I will try to get the demo updated to this commit so you guys can test it out, but if you can't wait for the demo to be updated try it out on your own server by downloading the files. I have put instructions on what you have to do to get RMI working on your WU server in the README so this app can communicate with it. The only way I saw was editing the Constants.java class but if anyone has a better way please let me now.
  3. Great find! I'll look into it and see if we can connect it with this.
  4. If worst come to worst and we can't figure it out, we can always try implementing a mod that can easily communicate with the app but not entirely sure how that would work as of right now but I'm planning on digging into RMI once I get home and see if I can get anything working.
  5. Sounds good to me and thanks I wish there was a cheat sheet somewhere for us coder that list all the server side differences from WO but I guess we just have to find them ourselves. I will do the same if I find out anything. I did look into the RMI over the weekend for couple of minutes and so far it seemed interesting, never messed with it before so I'll need to figure out how it works and hopefully it's simple
  6. Thanks!!! And I love your suggestions so far, and I do agree with all of them. I'll try to implement those today if not tomorrow but feel free to fork the repo from GitHub, make the changes and make a pull request As for managing server settings and villages I haven't implemented those sections in yet. The reason I have checkboxes on the player inventory is so an admin can delete an item from the player, but it hasn't been implemented yet. One thing I have noticed so far is any changes you make through the app / database doesn't get updated in the game unless you restart the server, so what I'm thinking is when the server starts it probably caches all the database so it doesn't need to read from it just write which is good but for this app it's bad. I'll need to figure out how to get the server to read the database once in awhile or figure out how to send commands from PHP through the server.jar to the server. If anyone knows or has any suggestions let me know
  7. Thanks! Screenshots and the online demo should be working again, the host had some network issues this morning but they're resolved it and everything should be working.
  8. No, I haven't thought about that, but I'll look into it when I get a chance. Been busy the past few days and won't have time to work on this until Monday. If you have time or anyone else, feel free to make whatever changes you desire and make a pull request on GitHub.
  9. Thanks and added the ban and mute features. Plan on doing the add money, change power, and change kingdom features today.
  10. That's the plan Based on my schedule I'm planning to have all the basic features, like viewing all players or a single player, managing players and villages done by the weekend.
  11. WurmUnlimitedAdmin (1.0.0) Web-based server, player and village admin/management tool. This also includes a server tracker to post on your websites/forums. Screenshots | Download | View source on GitHub | Change Log | Donate via PayPal WurmUnlimitedAdmin (WUA) is a web-based admin tool that allows server owners and admins manage their servers, players, and villages. To view the application please look at the screenshots in the link provided above. The project is being hosted on GitHub and all the instructions on how to set this software up on your own server is listed in the ReadMe.md If you have any questions feel free to ask away. Also, to request a feature to be added to this tool or if you encounter a bug that needs fixing please request it via GitHub because I do not monitor this post every day but I do use GitHub every day.
  12. Yeah I was looking into mono and seeing if I can work with that to make a compatible. So far from what I'm seeing I should be able to use mono.
  13. I'm trying to figure out what kind of Operating Systems, and how many people use it to play Wurm Online. So please vote I would appreciate it a lot. I'm doing this because I'm gonna be working on making WurmHelper compatible with all operating systems.
  14. Alright, those errors help a lot. I'll work on fixing those today, and hopefully get a release out that works by end of the day.
  15. Pretty much how I have it is, when you click on the WurmHelper.exe it will start logging.... And the log file is in the WurmHelper folder... But for you is it creating the log file? Also released a new version, so try that and let me know if that works or not.
  16. Updated to 0.1.2.... More info at: https://dl.dropbox.com/u/99639443/WurmHelper/ChangeLogs.txt
  17. Hmmmmm, okay in the next update I'll add a lot of debug log messages, so let me know which one you get stuck on, so that way I know what's causing the problem.
  18. Do this Right click on "Sonu-Coolboy" folder Click on "Properties" In the tabs click on "Security" Then click on "Edit" Under "Group or user names" pick "Users (your name\Users)" Then under "Permissions for Users" make sure everything under "Allow" is checked except "Special permissions"
  19. Okay, well I'll look into why you're having that issue again. Hey did you make sure that the folder "Sonu-Coolboy" and all the files within it has read/write access?