Democracy Poll

Description

The plugin adds a clever and convenient system to create various Polls with different features, such as:

  • Single and Multiple voting. Сustomizable.
  • Visitors can add new answers. Сustomizable.
  • Ability to set poll’s end date.
  • Unregistered users can’t vote. Сustomizable.
  • Different design of a poll.
  • And so on. See changelog.

Democracy Poll works with all cache plugins like: WP Total Cache, WP Super Cache, WordFence, Quick Cache etc.

I focus on easy-admin features and fast performance. So we have:

  • Quick Edit button for Admin, right above a poll
  • Plugin menu in toolbar
  • Inline css & js incuding
  • Css & js connection only where it’s needed
  • and so on. See changelog

More Info

Democracy Poll is a reborn of once-has-been-famous plugin with the same name. Even if it hasn’t been updated since far-far away 2006, it still has the great idea of adding users’ own answers. So here’s a completely new code. I have left only the idea and great name of the original DP by Andrew Sutherland.

What can it perform?

  • adding new polls;
  • works with cache plugins: wp total cache, wp super cache, etc…
  • users may add their own answers (Democracy), the option may be disabled if necessary;
  • multi-voting: users may multiple answers instead of a single one (may be disabled on demand);
  • closing the poll after the date specified beforehand;
  • showing a random poll when some are available;
  • closing polls for still unregistered users;
  • a comfortable editing of a selected poll: ‘Edit’ key for administrators;
  • votes amount editing;
  • a user can change his opinion when re-vote option is enabled;
  • remember users by their IP, cookies, WP profiles (for authorized users). The vote history may be cleaned up;
  • inserting new polls to any posts: the [demоcracy] (shortcode). A key in visual editor is available for this function;
  • a widget (may be disabled);
  • convenient polls editing: the plugin’s Panel is carried out to the WordPress toolbar; (may be disabled);
  • .css or .js files may be disabled or embedded to HTML code;
  • showing a note under the poll: a short text with any notes to the poll or anything around it;
  • changing the poll design (css themes);

Multisite: support from version 5.2.4

Requires PHP 5.3 or later.

Usage

Usage (Widget)

  1. Go to WP-Admin -> Appearance -> Widgets and find Democracy Poll Widget.
  2. Add this widget to one of existing sidebar.
  3. Set Up added widget and press Save.
  4. Done!

Usage (Without Widget)

  1. Open sidebar.php file of your theme: wp-content/themes/<YOUR THEME NAME>/sidebar.php
  2. Add such code in the place you want Poll is appeared:

  3. Polls

  • To show specific poll, use <?php democracy_poll( 3 ); ?> where 3 is your poll id.
  • To embed a specific poll in your post, use [democracy id="2"] where 2 is your poll id.
  • To embed a random poll in your post, use [democracy]

Display Archive

For display polls archive, use the function:

<?php democracy_archives( $hide_active, $before_title, $after_title ); ?>

Screenshots

  • Single vote view.
  • Single result view.
  • Multiple vote view.
  • Admin polls list page.
  • Admin edit poll page.
  • Add poll admin page.
  • General settings.
  • Polls theme settings.
  • Poll’s texts changes.

FAQ

Does this plugin clear yourself after uninstall?

Yes it is! To completely uninstall the plugin, deactivate it and then press “delete” link in admin plugins page and ther plugin delete all it’s options and so on…

Reviews

July 17, 2024
It’s a great little plugin that does exactly what I need and is worth supporting. The trouble is just some errors: (1) It returns a PHP error “Undefined array key ‘s'” located in democracy-poll/classes/Admin/List_Table_Polls.php:40; and (2) More importantly, Wordfence classified it on 29 April 2024 (updated 7 May 2024) as having a critical security vulnerability. They write: “The Democracy Poll plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in all versions up to, and including, 6.0.3. This makes it possible for unauthenticated attackers to perform an unauthorized action.”
April 2, 2024
<!– wp:paragraph –> <p class=””>Rename wp-content/plugins/democracy-poll folder to get access to your wordpress site. Update democracy poll plugin to 6.0.2, which resolved the issue for me. Thanks for the quick fixes for the troubles after the code changes in version 6.</p> <!– /wp:paragraph –>
March 25, 2024
The latest update broke the site, resulting in 502 errors. The site dropped out of search for 3 days. No thanks.
February 29, 2024
1、I have 50 choices and then It pulling the page very long, very long, very long, oh, it feels like a disaster .How do I set many options to put in a row. 2、quikly update the [texts settings] or it cannot be used in the other languge system
Read all 80 reviews

Contributors & Developers

“Democracy Poll” is open source software. The following people have contributed to this plugin.

Contributors

“Democracy Poll” has been translated into 4 locales. Thank you to the translators for their contributions.

Translate “Democracy Poll” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

6.0.2

BUG: A fatal error occurred when using the “WordFence” plugin: “Failed opening … /Helpers/wfConfig.php”.

6.0.1

  • BUG: Fix v6.0.0 bug: short-circuit recursion on plugin object construct for the not logged-in users.
  • IMP: Minor improvements.

6.0.0

  • BUG: It was impossible to delete all answers or create democracy poll with no starting answer.
  • CHG: Minimal PHP version 7.0
  • CHG: “Democracy_Poll” class renamed to “Plugin” and moved under namespace.
  • CHG: democr() and demopt() functions renamed to \DemocracyPoll\plugin() and \DemocracyPoll\options().
  • CHG: Most of the classes moved under DemocracyPoll namespace.
  • CHG: DemPoll object improvements: magic properties replaced with real ones.
  • FIX: democracy_shortcode bugfix.
  • FIX: Not logged user logs now gets with user_id=0 AND ip. But not only by IP.
  • FIX: Regenerate_democracy_css fixes. Empty answer PHP notice fix.
  • IMP: “Admin” classes refactored. IMP: Admin Pages code refactored (improved).
  • IMP: Classes autoloader implemented.
  • IMP: Huge Refactoring, minor code improvements and decomposition.
  • UPD: democracy-poll.pot

5.6.0

  • BUG: Pagination links on archive page.

5.5.10

  • FIX: CSS radio,checkbox styles from px to em.

5.5.9

  • FIX: JS code fixes for jQuery 3.5.

5.5.8

  • NEW: orderby аргумент для функции get_dem_polls().

5.5.7

  • NEW: hook get_dem_polls_sql_clauses.

5.5.6.3

  • FIX: disabled property for checkbox input sometimes not removed on uncheck for multianswers questions.

5.5.6.2

  • NEW: Scroll to poll top when click on Resulsts, Vote etc.

5.5.6.1

  • NEW: target="_blank" attribute for copyright link.

5.5.6

  • NEW: pagination links at the bottom of the archive page.
  • NEW: [democracy_archives] now can accept parameters: ‘before_title’, ‘after_title’, ‘active’, ‘open’, ‘screen’, ‘per_page’, ‘add_from_posts’. [democracy_archives screen="vote" active="1"] will show only active poll with default vote screen.
  • NEW: function get_dem_polls( $args )

5.5.5

  • CHANGE: ACE code editor to native WordPress CodeMirror.

5.5.4

  • ADD: ‘dem_get_ip’ filter and cloudflare IP support.
  • NEW: use float number in ‘cookie_days’ option.
  • FIX: expire time now sets in UTC time zone.

5.5.3

  • FIX: compatability with W3TC.
  • FIX: multiple voting limit check on back-end (AJAX request) – no more answers than allowed…
  • IMP: return WP_Error object on vote error and display it…

5.5.2

  • ADD: wrapper function for use in themes ‘get_democracy_poll_results( $poll_id )’ – Gets poll results screen.
  • ADD: allowed <img> tag in question and answers.

5.5.1

  • IMP: now design setting admin page is more clear and beautiful ??

5.5.0

  • ADD: post metabox to attach poll to a post. To show attached poll in theme use get_post_poll_id() on is_singular() page. Thanks to [email protected] for idea.
  • ADD: voted screen progress line animation effect and option to set animation speed or disable animation…
  • IMP: now “height collapsing” not work if it intend to hide less then 100px…
  • FIX: now JS includes in_footer not right after poll. In some cases there was a bug – when poll added in content through shortcode.
  • IMP: buttons and other design on ‘design settings’ admin screen.

5.4.9

  • ADD: ‘demadmin_sanitize_poll_data’ filter second ‘$original_data’ parameter
  • ADD: posts where a poll is ebedded block at the bottom of each poll on polls archive page.

5.4.7 – 5.4.8

  • FIX: ‘expire’ parameter works incorrectly with logs written to DB.
  • FIX: ‘wp_remote_get()’ changed to ‘file_get_contents()’ bacause it works not correctly with geoplugin.net API.
  • FIX: ‘jquery-ui.css’ fix and needed images added.

5.4.6

  • FIX: Error with “load_textdomain” because of which it was impossible to activate the plugin

5.4.5

  • FIX: “Edit poll” link from front-end for users with access to edit single poll.
  • FIX: not correct use of $this for PHP 5.3 in class.Democracy_Poll_Admin.php

5.4.4

  • CHG: prepare to move all localisation to translate.www.remarpro.com in next release…
  • FIX: notice on MU activation – change wp_get_sites() to new from WP 4.6 get_sites(). Same fix on plugin Uninstall…
  • ADD: Hungarian translation (hu_HU). Thanks to Lesbat.

5.4.3

  • ADD: disable user capability to edit poll of another user, when there is democracy admin access to other roles…
  • ADD: spain (es_ES) localisation file added.
  • IMP: improve accessibility protection in different parts of admin area for additional roles (edit,delete poll)…
  • IMP: hide & block any global plugin options updates for roles with not ‘super_access’ access level…

5.4.2

  • FIX: Some minor changes that do not change the plugin logic at all: change function names; block direct access to files with “active” PHP code.
  • CHG: Add jquery-ui.css to plugin files and now it loaded from inside it.
  • FIX: “wp total cache” support
  • ADD: second parametr to ‘dem_sanitize_answer_data’ filter – $filter_type
  • ADD: second parametr to ‘dem_set_answers’ filter – $poll
  • FIX: tinymce translation fix
  • CHG: rename main class Dem to Democracy_Poll for future no conflict. And rename some other internal functions/method names

5.4.1

  • CHG: improve logic to work correctly with activate_plugin() function outside of wp-admin area (in front end). Thanks to J.D.Grimes

5.4

  • FIX: XSS Vulnerability. In some extraordinary case it could be possible to hack your site. Read here: https://pluginvulnerabilities.com/?p=2967
  • ADD: For additional protect I add nonce check for all requests in admin area.
  • CHG: move back Democracy_Poll_Admin::update_options() to its place – it’s not good decision – I’m looking for a better one

5.3.6

  • FIX: delete esc_sql() from code, for protection. Thanks to J.D. Grimes
  • FIX: multi run of Democracy_Poll_Admin trigger error… (J.D. Grimes)
  • CHG: move Democracy_Poll_Admin::update_options() method to Democracy_Poll::update_options(), for possibility to activate plugin not only from admin area.

5.3.5

  • FIX: now user IP detects only with REMOTE_ADDR server variable to don’t give possibility to cheat voice. You can change behavior in settings.

5.3.4.6

  • FIX: add ‘dem_add_user_answer’ query var param to set noindex for no duplicate content
  • ADD: actions dem_voted and dem_vote_deleted

5.3.4.5

  • ADD: filters dem_vote_screen and dem_result_screen

5.3.4

  • ADD: poll creation date change capability on edit poll page.
  • ADD: animation speed option on design settings.
  • ADD: “dont show results link” global option.
  • ADD: ‘show last poll’ option in widget
  • FIX: bug user cant add onw answer when vote button is hidden for not multiple poll
  • CHG: move the “dem__collapser” styles to all styles. Change the styles: now arrow has 150% font-size. Now you can set your own arrow simbols by changing it’s style. EX:
    .dem__collapser.collapsed .arr:before{ content:"down"; }
    .dem__collapser.expanded .arr:before{ content:"up"; }

5.3.3.2

  • FIX: stability for adding “dem__collapser” style into document.

5.3.3.1

  • ADD: answers sort in admin by two fields – votes and then by ID – it’s for no suffle new answers…

5.3.3

  • FIX: minor: when work with cache plugin: now vote & revote buttons completely removes from DOM

5.3.2

  • FIX: minor: cookie stability fix when plugin works with page caching plugin

5.3.1

  • ADD: filter: ‘dem_poll_screen_choose’
  • FIX: now before do anything, js checks – is there any democracy element on page. It needs to prevent js errors.
  • CHG: now main js init action run on document.ready, but not on load. So democracy action begin to work earlier…

5.3.0

  • CHG: All plugin code translated to english! Now there is NO russian text for unknown localisation strings.

5.2.9

  • FIX: add poll PHP syntax bug…

5.2.8

  • ADD: new red button – pinterest style. default button styles changed. Some ugly buttons (3d, glass) was deleted.
  • ADD: filters: ‘dem_vote_screen_answer’, ‘dem_result_screen_answer’, ‘demadmin_after_question’, ‘demadmin_after_answer’, ‘dem_sanitize_answer_data’, ‘demadmin_sanitize_poll_data’

5.2.7

  • FIX: global option ‘dont show results’ not work properly
  • FIX: some little fix in code

5.2.6

  • FIX: bug when new answer added: now “NEW” mark adds correctly

5.2.5

  • FIX: wp_json_encode() function was replaced, in order to support WP lower then 4.1
  • CHG: usability improvements
  • CHG: set ‘max+1’ order num for users added answers, if answers has order

5.2.4

  • ADD: multisite support
  • ADD: migration from ‘WP Polls’ plugin mechanism
  • FIX: bug – was allowed set 1 answer for multiple answers
  • CHG: IP save to DB: now it saves as it is without ip2long()
  • CHG: EN translation is updated.

5.2.3

  • ADD: on admin edit poll screen, posts list where poll shortcode uses
  • ADD: ability to set poll buttons css class on design settings page
  • ADD: filters: ‘dem_super_access’ (removed filter ‘dem_admin_access’), ‘dem_get_poll’, ‘dem_set_answers’
  • FIX: ‘reset order’ bug fix – button not work, when answers are ordered in edit poll screen and you wanted to reset the order – I missed one letter in the code during refactoring ??
  • FIX: ‘additional css’ update bug fix: you can’t empty it…
  • FIX: some other minor fixes…
  • CHG: EN translation is updated.

5.2.2

  • FIX: when click on ‘close’, ‘open’, ‘activate’, ‘deactivate’ buttons at polls list table, the action was applied not immediately
  • FIX: radio, checkbox styles fix

5.2.1

  • ADD: ‘in posts’ column in admin polls list. In which posts the poll shortcode used.

5.2.0

  • ADD: hooks: ‘dem_poll_inserted’, ‘dem_before_insert_quest_data’
  • ADD: two variants to delete logs: only logs and logs with votes.
  • ADD: possibiliti to delete single answer log.
  • ADD: “all voters” at the bottom of a poll if the poll is multiple.
  • ADD: delete answer logs on answer deleting.
  • ADD: button to delete all logs of closed polls.
  • ADD: not show logs link in polls list table, when the poll don’t have any log records.
  • ADD: collapse extremely height polls under ‘max height’ option. All answers expands when user click on answers area.
  • ADD: css themes for ‘radio’ and ‘checkboks’ inputs. Added special css classes and span after input element into the poll HTML code.
  • ADD: now you can set access to add, edit polls and logs to other wordpress roles (editor, author etc.).
  • ADD: mark ‘NEW’ for newely added answers by any user, except poll creator.
  • ADD: ‘NEW’ mark filter and ‘NEW’ mark clear button in plugin logs table.
  • ADD: country name and flag in logs table, parsed from voter IP.
  • ADD: ability to sort answers (set order) in edit/add poll admin page. In this case answers will showen by the order.
  • ADD: one more option to sort answers by random on display its in poll.
  • ADD: sort option for single poll. It will overtake global sort option.
  • FIX: fix admin css bug in firefox on design screen…
  • CHG: EN translation is updated.

5.1.1

  • SEO Fix: Now sets 404 response and “noindex” head tag for duplicate pages with: $_GET[‘dem_act’] or $_GET[‘dem_pid’] or $_GET[‘show_addanswerfield’]

5.1.0

  • Fix: Change DB ip field from int(11) to bigint(20). Because of this some IP was writen wrong. Also, change some other DB fields types, but it’s no so important.

5.0.3

  • Fix: Some bugs with variables and antivirus check.

5.0.2

  • FIX: not correctly set answers on cache mode, because couldn’t detect current screen correctly.

5.0.1

  • ADD: expand answers list on Polls list page by click on the block.

5.0

  • FIX: replace VOTE button with REVOTE. On cache mode, after user voting he see backVOTE button (on result screen), but not “revote” or “nothing” (depence on poll options).
  • HUGE ADD: Don’t show results until vote is closed. You can choose this option for single poll or for all polls (on settings page).
  • ADD: edit & view links on admin logs page.
  • ADD: Search poll field on admin polls list page.
  • ADD: All answers (not just win) in “Winner” column on polls list page. For usability answers are folds.
  • ADD: Poll shordcode on edit poll page. Auto select on its click.
  • CHG: sort answers by votes on edit poll page.

4.9.4

  • FIX: change default DB tables charset from utf8mb4 to utf8. Thanks to Nanotraktor

4.9.3

  • ADD: single poll option that allow set limit for max answers if there is multiple answers option.
  • ADD: global option that allow hide vote button on polls with no multiple answers and revote possibility. Users will vote by clicking on answer itself.
  • fix: disable cache on archive page.

4.9.2

  • FIX: bootstrap .label class conflict. Rename .label to .dem-label. If you discribe .label class in ‘additional css’ rename it to .dem-label please.
  • ADD: Now on new version css regenerated automaticaly when you enter any democracy admin page.

4.9.1

  • FIX: Polls admin table column order

4.9.0

  • ADD: Logs table in admin and capability to remove only logs of specific poll.
  • ADD: ‘date’ field to the democracy_log table.

4.8

  • Complatelly change polls list table output. Now it work under WP_List_Table and have sortable colums, pagination, search (in future) etc.

4.7.8

  • ADD: en_US l10n if no l10n file.

4.7.7

  • ADD: de_DE localisation. Thanks to Matthias Siebler

4.7.6

  • DELETED: possibility to work without javascript. Now poll works only with enabled javascript in your browser. It’s better because you don’t have any additional URL with GET parametrs. It’s no-need-URL in 99% cases..

4.7.5

  • CHG: Convert tables from utf8 to utf8mb4 charset. For emoji uses in polls

4.7.4

  • CHG: Some css styles in admin

4.7.3

  • ADD: Custom front-end localisation – as single settings page. Now you can translate all phrases of Poll theme as you like.

4.7.2

  • CHG: in main js cache result/vote view was setted with animation. Now it sets without animation & so the view change invisible for users. Also, fix with democracy wrap block height set, now it’s sets on “load” action, but not “document.ready”.
  • CHG: “block.css” theme improvements for better design.

4.7.1

  • ADD: “on general options page”: global “revote” and “democratic” functionality disabling ability
  • ADD: localisation POT file & english transtation

4.7.0

  • CHG: “progress fill type” & “answers order” options now on “Design option page”
  • FIX: english localisation

4.6.9

  • CHG: delete “add new answer” button on Add new poll and now field for new answerr adds when you focus on last field.

4.6.8

  • FIX: options bug appers in 4.6.7

4.6.7

  • ADD: check for current user has an capability to edit polls. Now toolbar doesn’t shown if user logged in but not have capability

4.6.6

  • FIX: Huge bug about checking is user already vote or not. This is must have release!
  • CHG: a little changes in js code
  • ‘notVote’ cookie check set to 1 hour

4.6.5

  • ADD: New theme “block.css”
  • ADD: Preset theme (_preset.css) now visible and you can set it and wtite additional css styles to customize theme

4.6.4

  • FIX: when user send democratic answer, new answer couldn’t have comma

4.6.3

  • FIX: Widget showed screens uncorrectly because of some previous changes in code.
  • Improve: English localisation

4.6.2

  • FIX: great changes about polls themes and css structure.
  • ADD: “Ace” css editor. Now you can easely write your own themes by editing css in admin.

4.6.1

  • FIX: some little changes about themes settings, translate, css.
  • ADD: screenshots to WP directory.

4.6.0

  • ADD: Poll themes management
  • FIX: some JS and CSS bugs
  • FIX: Unactivate pool when closing poll

4.5.9

  • FIX: CSS fixes, prepare to 4.6.0 version update
  • ADD: Cache working. Wright/check cookie “notVote” for cache gear optimisation

4.5.8

  • ADD: AJAX loader images SVG & css3 collection
  • ADD: Sets close date when closing poll

4.5.7

  • FIX: revote button didn’t minus votes if “keep-logs” option was disabled

4.5.6

  • ADD: right working with cache plugins. Auto unable/dasable with wp total cache, wp super cache, WordFence, WP Rocket, Quick Cache. If you use the other plugin you can foorce enable this option.
  • ADD: add link to selected css file in settings page, to conviniently copy or view the css code
  • ADD: php 5.3+ needed check & notice if php unsuitable
  • Changed: archive page ID in option, but not link to the archive page
  • FIX: in_archive check… to not show archive link on archive page
  • FIX: many code improvements & some bug fix (hide archive page link if 0 set as ID, errors on activation, etc.)

4.5.5

  • CHG: Archive link detection by ID not by url

4.5.4

  • FIX: js code. Now All with jQuery
  • FIX: Separate js and css connections: css connect on all pages into the head, but js connected into the bottom just for page where it need

4.5.3

  • FIX: code fix, about $_POST[*] vars

4.5.2

  • FIX: Remove colling wp-load.php files directly on AJAX request. Now it works with wordpress environment – it’s much more stable.
  • FIX: fixes about safe SQL calls. Correct escaping of passing variables. Now work with $wpdb->* functions where it posible
  • FIX: admin messages

4.5.1

  • FIX: Localisation bug on activation.

4.5

  • ADD: css style themes support.
  • ADD: new flat (flat.css) theme.
  • FIX: Some bugs in code.

4.4

  • ADD: All plugin functionality when javascript is disabled in browser.
  • FIX: Some bug.

4.3.1

  • ADD: “add user answer text” field close button when on multiple vote. Now it’s much more convenient.
  • FIX: Some bug.

4.3

  • ADD: TinyMCE button.
  • FIX: Some bug.

4.2

  • ADD: Revote functionality.

4.1

  • ADD: “only registered users can vote” functionality.
  • ADD: Minified versions of CSS (.min.css) and .js (.min.js) is loaded if they exists.
  • ADD: js/css inline including: Adding code of .css and .js files right into HTML. This must improve performance a little.
  • ADD: .js and .css files (or theirs code) loads only on the pages where polls is shown.
  • ADD: Toolbar menu for fast access. It help easily manage polls. The menu can be disabled.

4.0

  • ADD: Multiple voting functionality.
  • ADD: Opportunity to change answers votes in DataBase.
  • ADD: “Random show one of many active polls” functionality.
  • ADD: Poll expiration date functionality.
  • ADD: Poll expiration datepicker on jQuery.
  • ADD: Open/close polls functionality.
  • ADD: Localisation functionality. Translation to English.
  • ADD: Change {democracy}/{democracy:} shortcode to standart WP [democracy]/[democracy id=].
  • ADD: jQuery support and many features because of this.
  • ADD: Edit button for each poll (look at right top corner) to convenient edit poll when logged in.
  • ADD: Clear logs button.
  • ADD: Smart “create archive page” button on plugin’s settings page.
  • FIX: Improve about 80% of plugin code and logic in order to easily expand the plugin functionality in the future.
  • FIX: Improve css output. Now it’s more adaptive for different designs.
VIP777 login Philippines Ok2bet PRIZEPH online casino Mnl168 legit PHMAYA casino Login Register Jilimacao review Jl777 slot login 90jili 38 1xBet promo code Jili22 NEW com register Agila Club casino Ubet95 WINJILI ph login WINJILI login register Super jili168 login Panalo meaning VIP JILI login registration AGG777 login app 777 10 jili casino Jili168 register Philippines APALDO Casino link Weekph 50JILI APP Jilievo xyz PH365 casino app 18JL login password Galaxy88casino com login superph.com casino 49jili login register 58jili JOYJILI apk Jili365 asia ORION88 LOGIN We1win withdrawal FF777 casino login Register Jiligo88 philippines 7777pub login register Mwgooddomain login SLOTSGO login Philippines Jili188 App Login Jili slot 777 Jili88ph net Login JILIMACAO link Download Gcash jili login GG777 download Plot777 app download VIPPH register Peso63 jili 365.vip login Ttjl casino link download Super Jili 4 FC178 casino - 777 slot games JILIMACAO Philippines S888 register voslot LOVE jili777 DOWNLOAD FK777 Jili188 app CG777 app 188 jili register 5JILI login App Download Pkjili login Phdream Svip slot Abcjili6 App Fk777 vip download Jili888 register 49jili VIPPH register Phmacao co super Taya777 link Pogo88 real money Top777 app VIP777 slot login PHMACAO 777 login APALDO Casino link Phjili login Yaman88 promo code ME777 slot One sabong 888 login password PHMAYA casino Login Register tg777 customer service 24/7 Pogibet slot Taya777 org login register 1xBet live Acegame888 OKBet registration JILIASIA Promotion Nice88 voucher code AgilaClub Gaming Mnl168 link Ubet95 free 50 PHMAYA casino login JLBET 08 Pb777 download 59superph Nice88 bet sign up bonus Jiliyes SG777 download apk bet88.ph login JILIPARK casino login Register Philippines PHMAYA APK CC6 casino login register mobile PHMACAO com download MWPLAY app JILIPARK Download Jili999 register link download Mnl646 login Labet8888 download 30jili jilievo.com login Jollibee777 open now LOVEJILI 11 18JL casino login register Philippines JILIKO register Philippines login Jililuck 22 WJPESO casino PHMAYA casino login Jili777 login register Philippines Ttjl casino link download W888 login Register Galaxy88casino com login OKBet legit tg777 customer service 24/7 Register ROYAL888 Plot777 login Philippines BigWin Casino real money PHLOVE 18JL PH 18JL casino login register Philippines SG777 Pro Taya777 pilipinong sariling casino Jiligames app MNL168 free bonus YesJili Casino Login 100 Jili casino no deposit bonus FC178 casino free 100 Mwcbet Download Jili888 login Gcash jili download JILIMACAO 123 Royal888 vip 107 Nice888 casino login Register FB777 link VIPPH app download PHJOIN 25 Ubet95 legit phcash.vip log in Rrrbet Jilino1 games member deposit category S888 live login FF777 download FC777 VIP APK ME777 slot Peso 63 online casino OKGames app Joyjili customer service superph.com casino FB777 Pro Rbet456 PH cash online casino Okbet Legit login taruhan77 11 VIPPH 777Taya win app Gogo jili 777 Plot777 login register Bet99 app download Jili8989 NN777 VIP JP7 fuel Wjevo777 download Jilibet donnalyn login Register Bossjili ph download 58jili login registration YE7 login register FC777 new link login 63win register Crown89 JILI no 1 app Jili365 asia JLBET Casino 77PH fun Jili777 download APK Jili8 com log in CC6 casino login register mobile ph365.com promotion phjoin.com login register 77PH VIP Login download Phdream live chat Jlslot2 Me777 download Xojili legit PLDT 777 casino login Super Jili Ace Phdream 44 login Win888 casino JP7 Bp17 casino login TTJL Casino register FB777 slot casino Jili games online real money phjoin.com login register BET99 careers ORION88 LOGIN Plot777 login Philippines Labet8888 login JILI Official Pogibet app download PH777 casino register LOVEJILI app Phvip casino VIP jili casino login PHMACAO app 777pnl legit YE7 casino online Okbet download CC6 bet app 63win club Osm Jili GCash LOVEJILI 11 Www jililive com log in Jili58 casino SuperAce88 JiliLuck Login Acegame 999 777pnl promo code MWPLAY good domain login Philippines Pogo88 app Bet casino login Superph98 18jl app download BET999 App EZJILI gg 50JILI VIP login registration Jilino1 new site pogibet.com casino Jili Games try out Gogojili legit 1xBet Aviator WINJILI ph login Jili168 register How to play Jili in GCash 777pnl PHDream register login JILISM slot casino apk FB777 c0m login EZJILI Telegram MWCASH88 APP download Jili88 vip03 APaldo download 1xBet 58JL Casino 58jl login register Jili scatter gcash OKJL slot jili22.net register login 10phginto APaldo 888 app download 1xBet live FC178 Voucher Code 58jl Jili888 ph Login 365 Jili casino login no deposit bonus JP7 VIP login PHBET Login registration 58jili login registration VVJL online Casino Club app download Jili77 login register Jili88 ph com download KKJILI casino WJ peso app Slot VIP777 BigWin69 app Download Nice88 bet Suhagame philippines Jiliapp Login register Qqjili5 Gogo jili helens ABJILI Casino OKJL download 1xBet login mobile Pogibet 888 777 game Okgames casino login Acegame888 Bet86 promotion Winph99 com m home login JP7 VIP login 20phginto VIPPH register KKJILI casino OKJILI casino Plot777 app download NN777 register bossphl Li789 login Jiligo88 app Mwcbet Download Betjilivip Https www BETSO88 ph 30jili Https www BETSO88 ph Jilievo Club Jili888 register Jili777 download APK JILI77 app download New member register free 100 in GCash 2024 Royal888casino net vip JOLIBET withdrawal MW play casino Jili365 login FB777 Pro Gold JILI Bet99 registration 55BMW red envelope Bet199 login philippines JILI188 casino login register download Phjoin legit or not Bigwin 777 Bigwin pro Apaldo PH pinasgame JILIPARK Login registration JiliApp ph04 Ph143 Jili168 login app Philippines MW Play online casino APK 77tbet register 8k8t Bigwin casino YE7 Download App Ph365 download apk Acejili Ph888 login S888 juan login 63win withdrawal Okbet cc labet 8888.com login password Mwbet188 com login register Philippines MNL168 net login registration kkjili.com download Jili888 Login registration Abc Jili com Download JILIPARK casino login Register Download AbcJili customer service live777. casino Jilievo casino jilievo APP live casino slots jilievo vip Jolibet legit PH888 login Register 888php register 55BMW win Mwbet188 com login register Philippines AbcJili customer service Jili88 ph com app 200Jili App MAXJILI casino ROYAL888 deposit mi777 Jili games free 100 ACEGAME Login Register Jilibet donnalyn login Voslot register Jilino1 live casino 18jl login app apk JILI Vip777 login Phtaya login Super Ace casino login Bigwin 777 Ubet95 free 190 superph.com casino Jili22 NEW com register SG777 win Wjpeso Logo 1xBet login mobile Jili88 casino login register Philippines sign up Okbet cc Agg777 slot login Phv888 login P88jili download jiliapp.com- 777 club Fish game online real money One sabong 888 login password QQJili Taya365 slot mnl168.net login Taya365 download Yes Jili Casino PHMACAO APK free download 365 casino login Bigwin 29 JILISM slot casino apk Wow88 jili777.com ph 888php login 49jili VIP Jilino1 legit SG777 slot Fish game online real money Voslot free 100 18jl login app apk OKJL app Jili22 NEW com register Nice88 free 120 register no deposit bonus Sugal777 app download 288jili PHJOIN VIP com Register Jl77 Casino login KKjili com login Lovejili philippines Pogo88 casino SLOTSGO VIP login password Jili22 net register login password Winph 8 we1win 100 Jili slot 777pnl promo code Sg77701 Bet88 download for Android PH365 casino Royal Club login Jili88 casino login register MWPLAY login register Jilibay Promotion 7SJILI com Register FC777 casino link download Royal meaning in relationship OKBET88 AbcJili customer service 777ph VIP BOSS JILI login Register 200Jili App KKJILI casino login register maxjili Mwcbet legit JILIASIA 50 login Milyon88 com casino login 8k8app17 Royal slot Login Phmacao rest 338 SLOTSGO Ph888 login PHGINTO com login YY777 app Phdream register Jili22 net register login password Lucky Win888 Jiligames API Agila club VIP 77PH VIP Login download Acegame888 register PHMAYA Download Jili88 online casino 7XM Lovejili philippines 63win register Jilimax VOSLOT 777 login 18JL Casino Login Register JILIASIA 50 login 50JILI VIP login registration 7XM com PH Nice888 casino login Register 58jl Jili168 casino login register download Timeph philippines 90jilievo Jili88 casino login register OKBet legit JILI slot game download Bet99 promo code 58jili app 55BMW com PH login password KKjili casino login bet999 How to play Jili in GCash BigWin69 app Download OKJL Milyon88 com casino login phdream 888php register Ph888 PH777 registration bonus JLBET Asia LOVEJILI download Royal Casino login 646 ph login Labet8888 review JLBET Casino Jili888 ph Login Wjpeso Wins JILIMACAO 666 Jiliplay login register JILIAPP com login Download JiliLuck download WIN888 PH JL777 app Voslot777 legit Pkjili login 20jili casino Jolibet login registration Phjoin legit or not Milyon88 com casino register JILI apps download 88jili login register Jili 365 Login register download 11phginto Jili777 vip login Ta777 casino online Swertegames Taya365 download 777PNL online Casino login Mi777 join panalo 123 JILI slot 18jili link Panalo lyrics Jiliplay login philippines yaman88 Bet88 login Jili888 Login registration FF777 TV Ok2bet app Pogibet casino philippines Www jilino1 club WOW JILI secret code AB JILI Jili168 online casino BET99 careers Go88 slot login JILI Vip777 login CG777 Casino link OKBet GCash www.50 jili.com login WINJILI download Lucky bet99 Acegame888 77ph com Login password ACEGAME Login Register ACEGAME casino Swerte88 login password Wj slots casino APALDO Casino Phjoin slot JLBET com JLBET ph Taya777 org login 49jili slot Svip slot Jili77 download APK 200jiliclub Bet199 philippines Jili888 Login registration 88jili withdrawal phjoin.com login register Swerte88 login registration Voslot777 legit Superph11 AAA JILI app download Www jililive com log in VIP777 Casino login download Jili77 download APK Jilibet donnalyn login Register JILICC sign up Pogibet app download www.mwplay888.com download apk Jili68 Jililuck App Download APK Yy777 apk mod Jili77 vipph.com login labet8888.com app Phdream live chat Ph646 login register mobile 7777pub download Jolibet Fortune Tree 90JILI app 18JL login Philippines JLSLOT login password 50JILI fun m.nn777 login 88jili withdrawal PH Cash Casino APK 888PHP Casino LINK Boss jili app download Jili999 login register FB777 download APK Free 100 promotion JILIPARK Download VIP PH casino JILIHOT ALLIN88 login 8K8 com login PHMAYA casino login 58jili withdrawal Ubet95 free 100 no deposit bonus KKJILI online casino M GG777 100jili APP JILI888 slot download PHBET88 Jili Games demo 1xBet OKJL Casino Login Nice888 casino login Register Betso88 App download APK VIP777 app Gcash jili register 1xBet registration 58jili withdrawal Jili63 Suhagame23 218 SLOTSGO AGG777 login Philippines Bay888 login JILIVIP 83444 PHCASH com casino login Jilievo 666 Jili 365 VIP register PHMAYA link PH cash VIP login register Yaman88 casino JP7 VIP We1Win download free rbet.win apk Jili168 casino login register download Milyon88 com casino register 18JL login app 88jili withdrawal AAA Casino jilibet.com register Winjili55 UG777 login app PH777 download Jili365 bet login app Osm Jili GCash 77tbet philippines GI Casino login philippines 88jili login FC178 casino free 100 SG777 Com Login registration Nice88 free 100 Oxjili Royal777 Top777 login FB777 live 200jili login Gogojili legit Yes Jili com login phcash.vip casino Sugal777 app download 58JL app Login Panalo login JILI games APK Lucky99 Slot login Jili scatter gcash 7XM APP download FB JILI casino login download PHMACAO app ROYAL888 Link Alternatif ACEPH Casino - Link 55bmw.com casino Timeph app Osm Jili GCash M GG777 Ubet95 login Jiligo88 CG777 Casino Philippines Tayabet login Boss jili app download YY777 app download Nice88 free 120 register no deposit bonus Bossjili7 XOJILI login 68 PHCASH login ezjili.com download apk Jili 365 VIP APK Milyon88 pro Jili88 casino login register download Jili online casino AgilaPlay Jili scatter gcash 7777pub login CC6 app bonus JK4 online PHJOIN casino Joyjili login register 22phmaya 5JILI Casino login register Betso88 VIP Winph 8 Phmacao rest JILI Slot game download free s888.live legit APALDO Casino link Plot 777 casino login register Philippines Ph646wincom Jili168 login app Philippines KKJILI casino Apaldo PH Phdream live chat Slot VIP777 PH888BET 22 phginto 50JILI APP MWPLAY login register Slotph We1Win apk VIP777 slot login Nice88 PRIZEPH online casino Jilipark App 7XM app for Android Jili58 Jili168 free 100 APALDO 888 CASINO login APaldo download Jiliasia8 com slot game phcash.vip casino OKJL Casino Login YY777 live Jili888 register Winjiliph QQ jili casino login registration Abcjili5 NN777 register Phvip casino Taya 365 casino login OKBet app Osm Jili GCash Nice88 free 100 5JILI Casino login register Bet88 app download 5 55bmw vip Jlph11 JILI slot casino login Nice88 bet sign up bonus JILI Slot game download for Android Abc Jili com Download FF777 TV Peso 63 online casino MILYON88 register free 100 7777pub JILIASIA 50 login CC6 online casino latest version Royal Club apk 1xBet login registration CG777 Casino Philippines 1xBet app Mwcbet net login Password LOVEJILI 21 FBJILI Now use Joyjili Promo code JILI188 casino login register download PHMACAO SuperPH login AGG777 login app Peso 63 online casino filiplay Sugal777 app download Galaxy88casino com login EZJILI Telegram JiliApp ph04 Jilino1 com you can now claim your free 88 PHP download 63win Coupon Code PHDream 8 login register Philippines MNL168 website CC6 online casino register login 3jl app download apk Jlph7 TA777 com Login Register password 5jili11 FF777 casino login Register KKJILI casino login register 10 JILI slot game 3JL login app Jili100 APP Winjili55 Milyon88 info Jilino1 VIP login YE7 bet sign up bonus Apaldo games Wj casino app AbcJili win.ph log in Jili22 VIP 204 SG777 Jl77 Casino login YY777 app download Jilimacao Okjl space Wjevo777 download Ubet95 free 100 no deposit bonus PHMAYA APK Xojili legit 77PH bet login Taya365 pilipinong sariling casino LOVEJILI AAAJILI Casino link Jollibee777 How to play mwplay888 18jl app download jilievo.com login password VIP PH casino mnl168.net login JiliLuck download Win2max casino 777PNL download app Ubet Casino Philippines Win888 Login Jili88 casino login register Philippines sign up Bet99 APK 18JL casino Login register Download Naga888 login JLPH login PHMACAO APK free download How to register Milyon88 Royal888ph com login JiliCC entertainment WINJILI customer service PHBET88 Jili888 Login Philippines SG777 slot FBJILI Jili365 bet login app Ubet95 free 100 no deposit bonus Taya 365 casino login LOVEJILI Jili777 free 150 YE7 casino login register download QQJili 58jili login Download S888 sabong Gi77 casino Login taya777 customer service philippines number 24/7 WINJILI customer service Https www wjevo com promocenter promotioncode Nice99 casino login Phdream 44 login Mi777app 777PNL online Casino login phjl.com casino JILILUCK promo code Pogibet 888 login BigWin Casino legit Jolibet app download Jilli pogibet.com casino JP7 VIP login Ug7772 Phjoy JILIMACAO 123 PH143 online casino jili365.bet download PH cash VIP login register Abc Jili Register Mwgooddomain login 58JL Casino link 365 Jili casino login no deposit bonus JILIEVO Casino 777 60win OKGames casino 49jili VIP kkjili.com app JILIPARK casino login Register Philippines Agila Club casino OKGames GCash OKBet casino online S888 juan login Yaman88 log in Winph99 com m home login Jili88 casino login register Winjiliph CG777 Casino LOGIN Register Ubet Casino Philippines Agilaclub review Is 49jili legit ph646 JLBET link JiliCC entertainment Jilicity withdrawal Ta777 casino online Jili777 login register Philippines JP7 coupon code Milyon88 one Ug7772 Jilibet casino 77PH VIP Login download Jili live login 68 PHCASH 7XM APP download Boss jili login MWCASH88 APP download Jilicity login Acegame888 real money LIKE777 JILILUCK app JiliBay Telegram Bet199 login philippines Ph646wincom PHJOIN login OKGames register JILIASIA withdrawal Panalo login 88jili Login Philippines Wjevo777 download phjl.com casino Fcc777 login Labet8888 login JILI8998 casino login PHJL Login password Jilibay Voucher Code 28k8 Casino P88jili download 49jili apps download Fk777city we1win CG777 Casino login no deposit bonus MW play casino FF777 casino login Register Philippines download JILIAPP com login Download Bet199 PHGINTO com login Bet88 bonus Sw888 withdrawal Vvjl666 Jiliapp 777 Login QQ jili login Jilicity download Jili188 login Philippines Timeph philippines Casino Club app download Nice88 bet login registration Bay888 login PH Cash casino download Jiliko777 Nice88 PH 777pnl Jiliplay login register JILI VIP casino cg777 mwcbets.com login Fbjili2 JILIAPP download 7xm login 77jl.com login JILI Slot game download for Android MWPLAY app superph.com casino Nice88 free 120 WJ peso app Jili58 register 3jl app download apk Betso88 link OKGames login free JILIASIA 888 login 58jl login register Jilibet888 68 PHCASH login Jili88ph net register 55BMW Casino app download APK Abc Jili com Download FB777 register login Philippines Jilievo org m home JiliLuck download jlbet.com login register Jp7 casino login 18JL Casino Login Register YE7 casino APK prizeph Boss jili login Royal logo FC178 casino - 777 slot games Taya777 pilipinong sariling casino Ph888 MWPLAY app @Plot777_casino CG777 login BOSS JILI login Register JILI PH646 login Vvjlstore Mi777 casino login Download Okgames redeem code 50JILI VIP login registration Bet88 login AGG777 login Philippines JILIMACAO Yesjili com legit P88jili com login OKBET88 Gold JILI VIP PH casino VIP PH log in bet88.ph legit kkjili.com app JiliLuck Login JILI Vip777 login 63win withdrawal bet999.ph login m.nn777 login 58JL 8k8app17