Jump to content

Vote [Global] [Individual] & Donate System ALL CHRONICLES


Nightw0lf

Recommended Posts

VDS Vote Donate System
Implementation of vote global and individual system with itopz donate panel task manager.

 

As title says its an auto donation reward based on DenArt-Designs panel and or https://itopz.com free ones
A Vote System & Donate System made for a variety of projects ideas and problems send on github!
A project with sources and planned for updates to match a bigger variety of projects and topsites and maybe more codes.

Full VDS project source: https://github.com/nightw0lv/iTopZ-Java/

Compiled VDS Jars: https://github.com/nightw0lv/iTopZ-Java/releases/

Developer's Note: the (small) patch its on each project's folder with name Patch.diff
 
Global vote system
  • IP restricted rewards
  • Reward every XX minutes
  • Reward step every XX votes
  • Reward item list will check if item exist
  • Reward item list with chances 0-100%
  • Reward item randomized of min-max values
  • Update console votes and ranking
  • Save votes in case of restarting the server
  • Monthly reset for votes
  • Print response failure message
  • Configured announcement print of server vote statistics
Individual vote system
  • Automatically register .itopz command
  • Reward item list will check if item exist
  • Reward item list with chances 0-100%
  • Reward item randomized of min-max values
  • Reward will set as "expired" after 12hours checking server time
  • Reward reuse 12hours
  • Command used after reward will show remaining time (PM/AM) to vote again
  • Check for local ips is restricted
  • Check for response errors
  • Check if player voted
Donate Management (upgrade version of https://github.com/nightw0lv/DonatePanel)
  • Player donates through Donate Panel
  • Item will be rewarded in game
Configs
  • Fully configured Console
  • Fully configured global reward
  • Fully configured individual reward
Console
  • Information buttons
  • Can send global reward in-game manually
  • Prints rewards
  • Prints donates
  • Prints monthly reset
  • Prints database updates
  • Shows server ranking statistics
  • Shows if you use DEMO or API key as mode status
  • Auto scrolling messages
  • Fully configured

 

 

Revisions
Version 1.2

  • 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.
Version 1.1
  • Refactor on URL to prepare extend
  • Added missing default values on config for console RGB colors
  • Fixed output paths on project dir
  • Updated dictionary and workspace project files
  • HWID Protection fallback to IP that fallback into player name in case of null
    • refactor ips to fingerprint
    • removed ip check
    • added objects null coalesce check on HWID, IP, player name on this order
  • Game console string separator
  • Updated script version
Version 1.0
  • Initial commit

 

Special thanks to Rationale

Images

https://raw.githubusercontent.com/nightw0lv/iTopZ-Java/master/images/1.png

 

https://raw.githubusercontent.com/nightw0lv/iTopZ-Java/master/images/2.png

 

https://raw.githubusercontent.com/nightw0lv/iTopZ-Java/master/images/3.png

 

https://raw.githubusercontent.com/nightw0lv/iTopZ-Java/master/images/4.png

 

https://raw.githubusercontent.com/nightw0lv/iTopZ-Java/master/images/5.png

 

https://raw.githubusercontent.com/nightw0lv/iTopZ-Java/master/images/6.png

 

https://raw.githubusercontent.com/nightw0lv/iTopZ-Java/master/images/7.png

Edited by Nightw0lf
update revision and title
  • Like 5
  • Thanks 2
  • Upvote 1
Link to comment
Share on other sites

  • Nightw0lf changed the title to Vote reward & Auto Donate Systems

Added

Scions of Destiny

  • Lisvus

Interlude

  • aCis 394
  • Hellas
  • Frozen
  • Lucera

High Five

  • Scripts
  • Scripts Zaken
  • aVa
  • FandC
  • Remorse

Mobius projects

  • Mobius 1.0 Ertheia
  • Mobius 2.5 Underground
  • Mobius 3.0 Helios
  • Mobius 4.0 GrandCrusade
  • Mobius 5.0 Salvation
  • Mobius 5.5 EtinasFate
  • Mobius 6.0 Fafurion
  • Mobius 7.0 PreludeOfWar
  • Mobius C4 ScionsOfDestiny
  • Mobius C6 Interlude
  • Mobius CT 2.4 Epilogue
  • Mobius CT 2.6 HighFive
  • Mobius Classic 2.0 Saviors
  • Mobius Classic 2.1 Zaken
  • Mobius Classic 2.2 Antharas
  • Mobius Classic 2.3 SevenSigns
  • Mobius Classic 2.4 SecretOfEmpire
  • Mobius Classic 3.0 TheKamael
  • Mobius Classic Interlude

Updated first link github source and compiled releases.

Link to comment
Share on other sites

46 minutes ago, GsL said:

What about if we don't wanna add vote system at all and only use your donate system ?it's allowed? 

Yes it has config for everything for each project example FandC

https://github.com/nightw0lv/iTopZ-Java/tree/master/HighFive/FandC/config

plus it comes with sources.

Edited by Nightw0lf
Link to comment
Share on other sites

Version 1.2

  • 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.

download new jars from https://github.com/nightw0lv/iTopZ-Java/releases/

  • Upvote 1
Link to comment
Share on other sites

  • Nightw0lf changed the title to Vote [Global] [Individual] & Donate System ALL CHRONICLES
  • 2 weeks later...

There is a problem with the mythras.rar when i dowload the VDS jar it is coded for directorys java/ L2 RO /gameserver/GameServer.java it must be java/   L2F  /gameserver/Gameserver.java

Link to comment
Share on other sites

7 minutes ago, ayaks90 said:

There is a problem with the mythras.rar when i dowload the VDS jar it is coded for directorys java/ L2 RO /gameserver/GameServer.java it must be java/   L2F  /gameserver/Gameserver.java

my bad it was wrong jar indeed you can now download the correct one

https://github.com/nightw0lv/iTopZ-Java/releases/tag/Mythras

Edited by Nightw0lf
Link to comment
Share on other sites

1 hour ago, Nightw0lf said:

my bad it was wrong jar indeed you can now download the correct one

https://github.com/nightw0lv/iTopZ-Java/releases/tag/Mythras

Thank you for the fast response.It is working now.Am i wrong or there is no TopZone website ?

Link to comment
Share on other sites

Just now, ayaks90 said:

Thank you for the fast response.It is working now.Am i wrong or there is no TopZone website ?

you are not wrong many people think he is kid in brain (me included from personal experience) you are free to use the source and add it your self if you want it, i will just not support him, you can check in https://github.com/nightw0lv/iTopZ-Java/ and see what topsites are supported at the moment.

 

any other request will be considered, also depending on reliability of any new topsite addition request, i checked alot of topsites not even work :/

 

Link to comment
Share on other sites

1 hour ago, Nightw0lf said:

you are not wrong many people think he is kid in brain (me included from personal experience) you are free to use the source and add it your self if you want it, i will just not support him, you can check in https://github.com/nightw0lv/iTopZ-Java/ and see what topsites are supported at the moment.

 

any other request will be considered, also depending on reliability of any new topsite addition request, i checked alot of topsites not even work :/

 

Ok thank you once more :)

 

Edited by ayaks90
Link to comment
Share on other sites

  • 4 months later...
On 5/31/2021 at 10:17 PM, JackCerutti said:

for mercadopago payment system (?

already working on it slowly tho cause i have clients too

Edited by Vision
  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...