Giter Club home page Giter Club logo

vdsystem's Introduction

VDSystem

Vote System & Donate System for Java based Lineage2 Servers all in one

DenArt Designs Automatic Donation Panels are supported by this system

VDSystem supports 10 Topsites on 49 Projects and 2 Donation Systems, 1 Vote and Referral panels

Keep project alive by Donating here: Paypal

Map

VDSystem

Credits

  • Special thanks to Rationale ๐Ÿ˜ข

Chancelog

  • Version 1.8

    • Addition of Top.4teambr.com Topsite
    • Fix typos
  • Version 1.7

    • Addition of L2Rankzone.com Topsite
    • Dropping support for JDK 1.7 (removed OLD frozen pack)
  • Version 1.6

    • Refactor Config for item delivery manager
    • Update SQL enum in vds_* tables for new topsites
    • Update millisecondsFromString() will print ServerTime and TimeZone on Gui
    • Update getMyIP() ip check with SSL
    • Added HOPZONE.EU topsite
      • Added Individual URL
      • Added global URL
      • Added URL generation to fix IPv6 voter problem
    • Added HOTSERVERS.ORG topsite
      • Added Individual URL
      • Added global URL
    • Removed L2TOPSERVERS.COM
    • Refactor for Hopzone into Hopzone Net
    • Updated discord invitation
    • Updated GitHub URL
    • Added DenArt Designs panel URLs
    • Fix checking array length to avoid possible errors when checking for json
    • Added Gui Messages for website connection failures
    • Added .vote command
      • Window open showing the enabled vote commands
      • Shows player IP Address
      • Ignores Flood protection
    • Split individual response on connection Execution method to implement the new way of IPv6 method fix
    • GenerateVoteURL method will create a new url for player to vote
      • Currently only new hopzone supports this
      • New custom message on vote failure for the generated URL

Note: This update finds L2JBrasil with broken Global API. (yes they broke it) Note: This update implements a new way for IPv6 players to get their reward Note: The new implementation works only on Hopzone right now. Note: The new Implementation is not up to this system in order to work but each topsite.

TODO: Old lineage 2 clients don't support URL open in browser for players by default so its up to you to open the generated URL's on those chronicles with exception to Lucera that does that by default. There are code hints on where you should do that notably VoteCMD.java, these functions are also provided by some client protections like smartguard, sguard, and strixguard.

  • Version 1.5

    • Update VDS Mobius projects to the latest public git
      • Refactor PlayerInstance to Player
      • Refactor Item to ItemTemplate
      • Refactor datatables to data
      • Refactor #getIpAddress() to #getIp()
      • Refactor on Donation is now item delivery manager
      • Formatting on configuration class
      • Commended out Fake Player checks (left for those who want them)
      • Commended out HWID for C6 and C4 for other projects MAC address is used (left for those who want them)
      • Replaced old SQL in utilities
      • #toAllOnlinePlayers() removed boolean
      • Reworked #localIp()
    • Updated Date on license,
    • Updated info
    • Correct Set Functions
    • Change int to long on check delay configs
    • Corrected l2world function players for some projects
    • Updated aCis version from 394 to 401
    • Refactored aCis StatsSet to StatSet
    • Removed unused imports
    • Added Lisvus use JDK 11 rev 728 and JDK 17 latest
    • Project removed old modules, libraries and artifacts
    • Added new modules, libraries and artifacts for mobius projects
    • Updated project to JDK 17
    • Updated root project to JDK 17
    • Formatting on Configuration, Global classes
    • Refactor itopz.com to hopzone.eu
  • Version 1.4

    • Update Premium Mobius Projects
      • Update JDK 17
      • Update libraries
      • Removal of 8.0 Homunculus
      • Removal of 9.0 Return of the Queen Ant
      • Removal of 5.0 Sylph
      • Addition of 8.2 Homunculus
      • Addition of 9.2 Return of the Queen Ant
      • Addition of 5.2 Frost Lord
      • Updated Patch diffs
  • Version 1.3

    • Rework on VoteCMD
      • Fixed possible concurrent error on response thread (Ty Rationale)
      • Using StatsSet to transfer data in method isEligible (Ty Rationale)
      • Introducing a Flood Protector (Ty Rationale)
      • Using "NONE" for default errors to avoid NPE
      • Thread Execute will run on random between 1 and 10 seconds to avoid cheats
      • (LUCERA only) added window pop up and command .vote
    • IP Flood Protection
    • Typo in Url
    • Rework Flood Protector & Individual var save method
      • Flood Protector (thanks Rationale)
        • Added FloodProtectorHolder Private class
        • Added Logic VoteSite enum
        • Added FLOOD_PROTECTOR array list
        • NOTE: HWID is not available for all packs since mostly depend on client protection, is up to server admin to add it.
      • saveIndividualVar method
        • Drops player object
        • Recount on statement vars
    • INDIVIDUAL INSERT, SELECT queries drop char_id
    • Create individual table drops char_id and primary keys
    • for existing users must drop the table (it will be automatically created again)
    • Fixing path typo in readme files
    • Update main readme with new projects
    • Add L2JDP by Elesis (Request by CrazyRXD)
    • Lucera remove redudant parenthesis
    • Mobius Premium Sylph Extra wrong library import
    • Fixing 2 errors on out of box settings
      • Default configuration
        • ArrayIndexOutOfBoundsException caused by ; in the end of reward strings
      • Database tables
        • Global table creation fixed caused by an extra , (coma)
      • Thanks LLiuKe for the heads up (y)
    • Fixing IOOBE error
      • IOOBE error fix (thank you Huesitos)
      • Removing totally the player variable from Utilities#selectIndividualVar() method
      • missed on 133a00f
    • SQL Fix
      • Fixing individual Duplicate entry error (Thanks Francisco)
    • Fixing IP restriction after 1 player votes
      • Individual SQL select depends on ip now
      • Adding commend parameters that were missing
      • Capitalize ip to IP parameters
      • Utilities#selectIndividualVar
        • Adding IP string
  • Version 1.2

    • see lucera updates only.
  • Version 1.1

    • Minimal Requirement on server resources and class consistency along projects.
      • Addition of Thread class.
      • Addition of Random class.
      • Addition of Logs class.
      • Addition of Url class.
      • Addition of Rewards class.
      • SQL independence on tables with vds_individual and vds_global tables automatic install by default
    • Addition of topsites and their configs.
      • Hopzone.
      • L2Network.
      • L2TopGameServer.
      • L2TopServers.
      • L2Votes.
      • L2JBrasil.
    • Gui
      • Addition of Debug on/off button.
      • Addition of Bug report button.
      • Removed Debug mode.
      • Rework on the class to update all topsite statistics.
      • Rework on console size and re-arrange information and console.
    • Fixed Bug that made global with individual rewards conflict.
    • Improved custom JSon parser for wannabe-called APIs on a lot of topsites.
    • Improved Debug with External IP Address.
    • Improved code style on some cases like enchanted switch on mobius projects.
  • Version 1.0

    • Initial commit

FAQ

Q: What is VDSystem?

A: (V)ote (D)onation (S)ystem all in one!

Q: Will you install it for me?

A: No.

Q: how hard is to install this?

A: Very easy few clicks and comes with a Patch.diff for each project!

Q: What if I pay you will you help me then?

A: No.

Q: Can I report problems or fixes?

A: Obviously yes in fact it is encouraged!

Q: My server pack is not on the list!

A: I will need the server.jar from your project to release a source for this (nothing private)

Images

  • Version 1.1

https://prnt.sc/w6zkpg https://prnt.sc/w6zl79 https://prnt.sc/w6zp4l https://prnt.sc/w6zqok https://prnt.sc/w6zuyx https://prnt.sc/w6zxyo https://prnt.sc/w6zzcs

  • Version 1.2, 1.3, 1.4

https://prnt.sc/w6zzcs https://prnt.sc/w6zzcs https://prnt.sc/w6zzcs https://prnt.sc/w6zzcs

Want to help maintain and keep the project alive donate Paypal

vdsystem's People

Contributors

nightw0lv avatar sage-br avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

vdsystem's Issues

Ipv6

Hi i check and i see ipv6 do not work i check l2jbrazil

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.