[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fk023hYHjre0ZDIeAJt1pYbXPtFGgXzkpV60P8xZ-enQ":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":40,"analysis":135,"fingerprints":195},"maxicharts-gravity-forms-source-add-on","MaxiCharts Gravity Forms Source add-on","1.7.10","termel","https:\u002F\u002Fprofiles.wordpress.org\u002Fmunger41\u002F","\u003Cp>Extends MaxiCharts to chart Gravity Forms data with a simple shortcode. Requires installation and activation of free \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmaxicharts\u002F\" title=\"MaxiCharts\" rel=\"ugc\">MaxiCharts\u003C\u002Fa> plugin. And of course Gravity Forms.\u003C\u002Fp>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FZcKpVkDNYIM?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fmaxicharts.com\u002Frandom-demos\u002F\" title=\"Demonstration\" rel=\"nofollow ugc\">>> Demonstration site \u003C\u003C\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>All code has been moved to GitHub now : \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FMaxicharts\" rel=\"nofollow ugc\">MaxiCharts on Github\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>Use the post visual editor brand new button to add the as many shortcodes as you want in a few clics !\u003C\u002Fp>\n\u003Cp>the shortcode is\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports gf_form_id=\"form_id\" include=\"fieldNb1,fieldNb2,fieldNb3,..\" exclude=\"fieldNb4,fieldNb5,...\" color_set=\"set\" type=\"graphType\" width=\"width(px|%)\" float=\"true|false\" chart_js_options=\"options\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>where all parameters are optional:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cem>gf_form_id\u003C\u002Fem> : expects the \u003Cstrong>form ID\u003C\u002Fstrong> in Gravity Forms (defaults to first form : id=1)\u003C\u002Fli>\n\u003Cli>\u003Cem>type\u003C\u002Fem> : is the type of graph, at the moment only \u003Cstrong>line,pie,doughnut,bar,horizontalBar\u003C\u002Fstrong> available (defaults to pie)\u003C\u002Fli>\n\u003Cli>\u003Cem>include\u003C\u002Fem> : expects the \u003Cstrong>field ids\u003C\u002Fstrong> to include (example : \u003Ccode>include=\"1,3,4\"\u003C\u002Fcode>)\u003C\u002Fli>\n\u003Cli>\u003Cem>exclude\u003C\u002Fem> : expects the \u003Cstrong>field ids\u003C\u002Fstrong> to exlude (example : \u003Ccode>exclude=\"2,4,6\"\u003C\u002Fcode>)\u003C\u002Fli>\n\u003Cli>\u003Cem>colors\u003C\u002Fem> : to use your custom colors : a list of \u003Ca href=\"https:\u002F\u002Fmaxicharts.com\u002Fcustom-colors\u002F\" rel=\"nofollow ugc\">coma separated hex colors\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Cem>color_set\u003C\u002Fem> : expects the name of the color set : \u003Cstrong>blue,green,red,orange,purple\u003C\u002Fstrong> (defaults to a standard color set including different colors)\u003C\u002Fli>\n\u003Cli>\u003Cem>color_rand\u003C\u002Fem> : expects \u003Cstrong>true or false\u003C\u002Fstrong> and randomizes colors in color set if true (defaults to false)\u003C\u002Fli>\n\u003Cli>…\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>see \u003Ca href=\"https:\u002F\u002Fmaxicharts.com\u002Fall-shortcode-parameters\u002F\" title=\"All parameters\" rel=\"nofollow ugc\">all parameters on demonstration site\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Examples\u003C\u002Fh3>\n\u003Cp>Display all fields of form #1 as pie charts with custom \u003Ca href=\"http:\u002F\u002Fwww.chartjs.org\u002Fdocs\u002F#chart-configuration-creating-a-chart-with-options\" rel=\"nofollow ugc\">chartjs options\u003C\u002Fa> for titles:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports chart_js_options=\"title: {display: true, text: 'My Funky Chart Title', fontSize:28,fontFamily:'Arial',fontColor:'#00B88A',fontStyle:'bold',padding:20}\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Displays fields 4, 7 and 18 of gravity form #3 with bar charts. Default colors used.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports gf_form_id=\"3\" include=\"4,7,18\" type=\"bar\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Displays field 2 of gravity form #2 with default pie chart. Use red color set, with not randomization.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports gf_form_id=\"2\" include=\"2\" color_set=\"red\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Displays all but fields 4,7,18 of gravity form #8 with horizontalBar type charts. Use blue color set, randomized.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports gf_form_id=\"8\" exclude=\"4,7,18\" color_set=\"blue\" color_rand=\"true\" type=\"horizontalBar\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Test it live here : \u003Ca href=\"https:\u002F\u002Fmaxicharts.com\u002Frandom-demos\u002F\" title=\"Demonstration\" rel=\"nofollow ugc\">>> Demonstration site \u003C\u003C\u003C\u002Fa>\u003C\u002Fp>\n","Extends MaxiCharts to chart Gravity Forms data.",200,15496,100,5,"2021-09-20T13:30:00.000Z","5.8.13","4.0","",[20,21,22,23,24],"chart","chartsjs","forms","graph","gravity","https:\u002F\u002Fmaxicharts.com\u002Fcategory\u002Fgravity-forms-add-on\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmaxicharts-gravity-forms-source-add-on.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":34,"total_installs":35,"avg_security_score":36,"avg_patch_time_days":37,"trust_score":38,"computed_at":39},"munger41",14,800,84,30,83,"2026-04-04T15:36:24.048Z",[41,54,73,91,112],{"slug":42,"name":43,"version":44,"author":7,"author_profile":8,"description":45,"short_description":46,"active_installs":11,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":51,"homepage":52,"download_link":53,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"maxicharts","MaxiCharts","1.7.6","\u003Cp>Create beautiful \u003Ca href=\"http:\u002F\u002Fwww.chartjs.org\u002F\" title=\"Chartsjs\" rel=\"nofollow ugc\">Chartsjs\u003C\u002Fa> charts from \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmaxicharts-gravity-forms-source-add-on\u002F\" title=\"Gravity Forms\" rel=\"ugc\">Gravity Forms\u003C\u002Fa> submission data or \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmaxicharts-csv-source-add-on\u002F\" title=\"CSV add-on\" rel=\"ugc\">CSV data\u003C\u002Fa> with a simple shortcode.\u003Cbr \u002F>\nUse all your past data to visualize advanced statistics in a few clics. \u003Cem>You NEED to install at least one add-on in order to use shortcodes.\u003C\u002Fem>\u003C\u002Fp>\n\u003Cp>Requires Gravity Forms v2.3+\u003C\u002Fp>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FZcKpVkDNYIM?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fmaxicharts.com\u002Frandom-demos\u002F\" title=\"Demonstration\" rel=\"nofollow ugc\">>> Demonstration site \u003C\u003C\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>All code has been moved to GitHub now : \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FMaxicharts\" rel=\"nofollow ugc\">MaxiCharts on Github\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Add-ons\u003C\u002Fh3>\n\u003Cp>\u003Cem>You NEED to install at least one of them:\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmaxicharts-gravity-forms-source-add-on\u002F\" title=\"GF Add-on\" rel=\"ugc\">Maxicharts Gravity Forms source add-on\u003C\u002Fa> : chart all \u003Cstrong>Gravity Forms\u003C\u002Fstrong> submission data\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmaxicharts-csv-source-add-on\u002F\" title=\"CSV add-on\" rel=\"ugc\">MaxiCharts CSV add-on\u003C\u002Fa> : in order to graph \u003Cstrong>CSV\u003C\u002Fstrong> files\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cem>Optional add-ons:\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmaxicharts-gravity-view-add-on\u002F\" title=\"Gravity View add-on\" rel=\"ugc\">MaxiCharts Gravity View add-on\u003C\u002Fa> : in order to filter entries on \u003Cstrong>Gravity View\u003C\u002Fstrong> “approved” ones\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmaxicharts-query-builder-add-on\u002F\" title=\"Query Builder add-on\" rel=\"ugc\">MaxiCharts Query Builder add-on\u003C\u002Fa> : Real time filter entries on graph using \u003Ca href=\"http:\u002F\u002Fquerybuilder.js.org\u002Findex.html\" title=\"Query Builder\" rel=\"nofollow ugc\">Query Builder\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Ffr.wordpress.org\u002Fplugins\u002Fmaxicharts-colors-add-on\u002F\" rel=\"nofollow ugc\">MaxiCharts Extended Colors add-on\u003C\u002Fa> “Extended Colors”) : Extended colors sets\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>Use the post visual editor brand new button to add as many shortcodes as you want in a few clics !\u003Cbr \u002F>\nYou need to \u003Cstrong>install the core MaxiCharts plugin in any case\u003C\u002Fstrong>, then if you use, for example Gravity Forms add-on, the shortcode processed is:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports gf_form_id=\"form_id\" include=\"fieldNb1,fieldNb2,fieldNb3,..\" exclude=\"fieldNb4,fieldNb5,...\" color_set=\"set\" type=\"graphType\" width=\"width(px|%)\" float=\"true|false\" chart_js_options=\"options\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>where all parameters are optional:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cem>gf_form_id\u003C\u002Fem> : expects the \u003Cstrong>form ID\u003C\u002Fstrong> in Gravity Forms (defaults to first form : id=1)\u003C\u002Fli>\n\u003Cli>\u003Cem>type\u003C\u002Fem> : is \u003Ca href=\"https:\u002F\u002Fmaxicharts.com\u002Fall-graph-types\u002F\" rel=\"nofollow ugc\">the type of graph\u003C\u002Fa>, at the moment only \u003Cstrong>line,pie,doughnut,bar,horizontalBar\u003C\u002Fstrong> available (defaults to pie)\u003C\u002Fli>\n\u003Cli>\u003Cem>include\u003C\u002Fem> : expects the \u003Cstrong>field ids\u003C\u002Fstrong> to include (example : \u003Ccode>include=\"1,3,4\"\u003C\u002Fcode>)\u003C\u002Fli>\n\u003Cli>\u003Cem>exclude\u003C\u002Fem> : expects the \u003Cstrong>field ids\u003C\u002Fstrong> to exlude (example : \u003Ccode>exclude=\"2,4,6\"\u003C\u002Fcode>)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>see \u003Ca href=\"https:\u002F\u002Fmaxicharts.com\u002Fall-shortcode-parameters\u002F\" title=\"All parameters\" rel=\"nofollow ugc\">all parameters on demonstration site\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Examples\u003C\u002Fh3>\n\u003Cp>Display all fields of form #1 as pie charts with custom \u003Ca href=\"http:\u002F\u002Fwww.chartjs.org\u002Fdocs\u002F#chart-configuration-creating-a-chart-with-options\" rel=\"nofollow ugc\">chartjs options\u003C\u002Fa> for titles:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports chart_js_options=\"title: {display: true, text: 'My Funky Chart Title', fontSize:28,fontFamily:'Arial',fontColor:'#00B88A',fontStyle:'bold',padding:20}\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Displays fields 4, 7 and 18 of gravity form #3 with bar charts. Default colors used.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports gf_form_id=\"3\" include=\"4,7,18\" type=\"bar\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Displays field 2 of gravity form #2 with default pie chart. Use red color set, with not randomization.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports gf_form_id=\"2\" include=\"2\" color_set=\"red\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Displays all but fields 4,7,18 of gravity form #8 with horizontalBar type charts. Use blue color set, randomized.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[gfchartsreports gf_form_id=\"8\" exclude=\"4,7,18\" color_set=\"blue\" color_rand=\"true\" type=\"horizontalBar\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>More examples here : \u003Ca href=\"https:\u002F\u002Fmaxicharts.com\u002Frandom-demos\u002F\" title=\"Demonstration\" rel=\"nofollow ugc\">>> Demonstration site \u003C\u003C\u003C\u002Fa>\u003C\u002Fp>\n","Create beautiful HTML5 charts from Gravity Forms submission data with a simple shortcode. You can also visualise CSV files as graphs.",20168,88,9,"2021-09-20T13:29:00.000Z",[20,21,22,23,24],"https:\u002F\u002Fmaxicharts.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmaxicharts.zip",{"slug":55,"name":56,"version":57,"author":58,"author_profile":59,"description":60,"short_description":61,"active_installs":13,"downloaded":62,"rating":28,"num_ratings":28,"last_updated":63,"tested_up_to":64,"requires_at_least":65,"requires_php":18,"tags":66,"homepage":18,"download_link":71,"security_score":72,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"gravity-forms-light-blue-api-add-on","Gravity Forms Light Blue API Add-On","1.2.1","TomCatchesides","https:\u002F\u002Fprofiles.wordpress.org\u002Ftomcatchesides\u002F","\u003Ch3>Link your WordPress site to Light Blue\u003C\u002Fh3>\n\u003Cp>Light Blue is a business management system designed specifically for professional photographers. If you’re using the \u003Ca href=\"http:\u002F\u002Fwww.gravityforms.com\" rel=\"nofollow ugc\">Gravity Forms\u003C\u002Fa> plugin on your WordPress site, you can use this add-on to link your forms directly to your Light Blue account.\u003C\u002Fp>\n\u003Ch4>Requirements\u003C\u002Fh4>\n\u003Cp>To use the Gravity Forms Light Blue API add-on, you need:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>A WordPress site that supports plugins (i.e. not a site that’s hosted by WordPress.com).\u003C\u002Fli>\n\u003Cli>GravityForms 1.6 or newer.\u003C\u002Fli>\n\u003Cli>A Light Blue account with a subscription to our online services.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>The Light Blue API\u003C\u002Fh4>\n\u003Cp>You can find out more about the Light Blue API in \u003Ca href=\"http:\u002F\u002Fwww.lightbluesoftware.com\u002Fapi\u002F\" rel=\"nofollow ugc\">our documentation\u003C\u002Fa>, which includes more information about how you can go about linking your Gravity Forms to your Light Blue account.\u003C\u002Fp>\n\u003Ch4>Support\u003C\u002Fh4>\n\u003Cp>Any questions about the Gravity Forms Light Blue API add-on can be directed to the \u003Ca href=\"http:\u002F\u002Fwww.lightbluesoftware.com\u002Fsupport\u002F\" rel=\"nofollow ugc\">Help section of our website\u003C\u002Fa>.\u003C\u002Fp>\n","Send information directly from your Gravity Forms forms to your Light Blue account.",4914,"2025-01-02T17:43:00.000Z","6.7.5","3.5",[67,22,68,69,70],"business-management","gravity-forms","light-blue","photography","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgravity-forms-light-blue-api-add-on.zip",92,{"slug":74,"name":75,"version":76,"author":75,"author_profile":77,"description":78,"short_description":79,"active_installs":80,"downloaded":81,"rating":82,"num_ratings":83,"last_updated":84,"tested_up_to":85,"requires_at_least":17,"requires_php":86,"tags":87,"homepage":89,"download_link":90,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"fortressdb","FortressDB","2.0.23","https:\u002F\u002Fprofiles.wordpress.org\u002Ffortressdb\u002F","\u003Cp>High-speed, secure database plugin for WordPress form data\u003C\u002Fp>\n\u003Ch3>High-speed, secure database plugin\u003C\u002Fh3>\n\u003Cp>FortressDB provides you with a safe and secure database to store sensitive information and files for your WordPress site.\u003C\u002Fp>\n\u003Cp>Watch FortressDB in action:\u003C\u002Fp>\n\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F4uYi0833Kjw?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch3>FortressDB is secure\u003C\u002Fh3>\n\u003Cp>FortressDB offers dedicated Google servers and high-level encryption to safely store your data and protect it from WordPress security vulnerabilities.\u003C\u002Fp>\n\u003Cp>WordPress is designed for sharing information. This is great for Search Engine Optimization (SEO), but not so great for security, as files stored in wp-uploads can be found by Google and other search engines.\u003C\u002Fp>\n\u003Cp>FortressDB removes this risk. Once you’ve installed the plugin, your sensitive data will be sent safely over SSL to our secure servers. Once there, only approved users will have access to your data.\u003C\u002Fp>\n\u003Ch3>FortressDB is fast\u003C\u002Fh3>\n\u003Cp>FortressDB is lightning fast. It was built for efficiency, using a modern database design to allow for handling even the most complex datasets at high speed.\u003C\u002Fp>\n\u003Cp>FortressDB plays a similar role to a Content Delivery Network (CDN), but instead of displaying rich media content, FortressDB’s structure rapidly loads data and files only when needed. This means a smoother, quicker experience for your website users.\u003C\u002Fp>\n\u003Cp>By default, most content within WordPress is stored as posts. This means WordPress sites often have bloated tables with lots of joins, resulting in slower performance. FortressDB helps you fight this bloat.\u003C\u002Fp>\n\u003Cp>The FortressDB database design was created specifically to handle complex data at speed. In FortressDB database joins are not required for data retrieval, meaning our plugin can manage the complexities of many millions of rows of data instantly. Watch our Million Rows Demo](https:\u002F\u002Ffortressdb.com\u002F#millionrows) to see for yourself!\u003C\u002Fp>\n\u003Ch3>FortressDB protects your users’ privacy\u003C\u002Fh3>\n\u003Cp>FortressDB’s most obvious benefit for privacy is that it’s completely secure. Sensitive data submitted via your website is sent directly over SSL to the FortressDB servers. We chose Google to host our servers in large part for their security reputation, so you can be confident that your data is safe.\u003C\u002Fp>\n\u003Cp>Privacy isn’t just about security though. In addition to being secure, FortressDB also ensures that only users with the correct permissions can access the data you hold, meaning you have complete control over has the power to read, write or delete your stored data.\u003C\u002Fp>\n\u003Cp>FortressDB matches native WordPress user roles for this precise purpose. This keeps sensitive data safe and guarantees it can only be accessed by people who are logged in with the correct user role.\u003C\u002Fp>\n\u003Ch3>FortressDB offers a choice of server locations\u003C\u002Fh3>\n\u003Cp>We have secure servers in three different locations: USA, UK and Europe. When you create an account, you choose which location to use.\u003C\u002Fp>\n\u003Cp>This flexibility is beneficial for companies that are subject to GDPR and similar privacy laws.\u003C\u002Fp>\n\u003Ch3>FortressDB has pre-built integrations with popular form plugins\u003C\u002Fh3>\n\u003Cp>FortressDB has integrations with the following popular WordPress form plugins, making it easy to secure your data and protect your website’s users:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>weForms\u003C\u002Fli>\n\u003Cli>Forminator\u003C\u002Fli>\n\u003Cli>Gravity Forms\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>We are working on adding more integrations. If there’s a form plugin you’d like us to support, let us know by \u003Ca href=\"https:\u002F\u002Fhelp.fortressdb.com\u002Fsubmit-a-ticket\u002F\" rel=\"nofollow ugc\">submitting a ticket\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Learn more about \u003Ca href=\"https:\u002F\u002Ffortressdb.com\u002Fform-plugins\u002F\" rel=\"nofollow ugc\">FortressDB integrations on our website\u003C\u002Fa>.\u003C\u002Fp>\n","High-speed, secure database plugin for WordPress form data",40,5295,80,4,"2022-07-19T14:40:00.000Z","6.0.11","5.4",[88],"database-tables-charts-forminator-weforms-gravity-forms","https:\u002F\u002Ffortressdb.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffortressdb.2.0.23.zip",{"slug":92,"name":93,"version":94,"author":95,"author_profile":96,"description":97,"short_description":98,"active_installs":99,"downloaded":100,"rating":13,"num_ratings":101,"last_updated":102,"tested_up_to":103,"requires_at_least":104,"requires_php":18,"tags":105,"homepage":110,"download_link":111,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"vixo-embeddable-tables-charts-and-spreadsheets","Embed charts graphs tables and forms with Vixo","1.5","Gordon Guthrie","https:\u002F\u002Fprofiles.wordpress.org\u002Fgordonguthrie\u002F","\u003Ch3>Insert spreadsheets into WordPress\u003C\u002Fh3>\n\u003Cp>You can now easily insert \u003Ca title=\"insert google and excel compatible spreadsheets into WordPress\" href=\"http:\u002F\u002Fwordpress.vixo.com\u002Fpublishing-figures-on-wordpress-with-a-vixo-spreadsheet\u002F?from=wordpress.org&tab=description\" rel=\"nofollow ugc\">accounts and basic spreadsheets\u003C\u002Fa> directly into your WordPress site – when the user changes them they automatically update without need to be republished in any way.\u003C\u002Fp>\n\u003Ch3>Charts and graphs in WordPress\u003C\u002Fh3>\n\u003Cp>Simply drop \u003Ca title=\"graphs and charts in WordPress\" href=\"http:\u002F\u002Fwordpress.vixo.com\u002Fgraphs-and-charts-in-wordpress\u002F?from=wordpress.org&tab=description\" rel=\"nofollow ugc\">graphs and charts\u003C\u002Fa> into your WordPress blog. When the underlying data is edited the graph or chart automatically updates.\u003C\u002Fp>\n\u003Ch3>Creating and inserting tables in WordPress\u003C\u002Fh3>\n\u003Cp>Tabular data is very common. You can now easily \u003Ca title=\"create and insert tables into WordPress\" href=\"http:\u002F\u002Fwordpress.vixo.com\u002Fcreating-and-inserting-tables-into-wordpress\u002F?from=wordpress.org&tab=description\" rel=\"nofollow ugc\">create and insert tables of data\u003C\u002Fa> which the end user can sort or filter on your site.\u003C\u002Fp>\n\u003Ch3>Embeddable forms for WordPress\u003C\u002Fh3>\n\u003Cp>The Vixo spreadsheet lets you create \u003Ca href=\"http:\u002F\u002Fwordpress.vixo.com\u002Fembeddable-vixo-forms\u002F?from=wordpress.org&tab=description\" rel=\"nofollow ugc\">simple forms\u003C\u002Fa> that store information in an online spreadsheet and email you when someone submits data – making your life easier.\u003C\u002Fp>\n\u003Ch3>Calculators and quotation engines for WordPress\u003C\u002Fh3>\n\u003Cp>Specialist \u003Ca href=\"http:\u002F\u002Fwordpress.vixo.com\u002Fbuilding-a-calculator-or-quote-engine\u002F?from=wordpress.org&tab=description\" rel=\"nofollow ugc\">quotation engines and calculators\u003C\u002Fa> are a cinch with Vixo – they can be built easily in a spreadsheet and then published into your blog.\u003C\u002Fp>\n\u003Ch3>Using The Shortcode\u003C\u002Fh3>\n\u003Cp>Because \u003Ca href=\"http:\u002F\u002Fwordpress.vixo.com\u002Fembeddable-vixo-forms\u002F?from=wordpress.org&tab=shortcode\" rel=\"nofollow ugc\">everything\u003C\u002Fa> in Vixo has a URL, The shortcode is very simple and has only  two forms:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[vixo url=\"http:\u002F\u002Fexample.com\u002Fsome\u002Fpage\"]\n\n[vixo url=\"http:\u002F\u002Fexample.com\u002Fsome\u002Fpage\", width=\"198px\" height=\"100px\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>If it can the Vixo plugin will work out the size of the thing to be embedded automatically and resize to fit.\u003C\u002Fp>\n\u003Cp>For a small number of cases (principally \u003Ca href=\"http:\u002F\u002Fwordpress.vixo.com\u002Finserting-spreadsheet-tables-into-wordpress\u002F?from=wordpress.org&tab=shortcode\" rel=\"nofollow ugc\">inserting tables\u003C\u002Fa>) Vixo needs to be told how wide and high you want the embedded object to be. In this case use the long form and specify the width and height in pixels as per the example.\u003C\u002Fp>\n\u003Ch3>Developers\u003C\u002Fh3>\n\u003Cp>The plugin is hosted on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fhypernumbers\u002Fvixo-plugin\" rel=\"nofollow ugc\">Github\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Feel free to post any problems on the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fhypernumbers\u002Fvixo-plugin\u002Fissues\" rel=\"nofollow ugc\">issues log\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>This readme was converted from WordPress markdown to GitHub markdown on http:\u002F\u002Fwordpress-markdown-to-github-markdown.com\u002F\u003C\u002Fp>\n\u003Ch4>Tools\u003C\u002Fh4>\n\u003Cp>Used \u003Ca href=\"http:\u002F\u002Fwordpress-markdown-to-github-markdown.com\u002F\" rel=\"nofollow ugc\">this web service\u003C\u002Fa> to synch the GitHub README.md with the WordPress readme.txt\u003C\u002Fp>\n","Lets you embed graphs and graphs, tables, spreadsheets, forms and quotation engines from the Vixo online spreadsheet.",20,6748,2,"2013-03-26T22:30:00.000Z","3.4.2","3.0.1",[106,22,107,108,109],"charts","graphs","spreadsheets","tables","http:\u002F\u002Fwordpress.org\u002Fextend\u002Fplugins\u002Fvixo\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fvixo-embeddable-tables-charts-and-spreadsheets.zip",{"slug":113,"name":114,"version":115,"author":116,"author_profile":117,"description":118,"short_description":119,"active_installs":120,"downloaded":121,"rating":122,"num_ratings":123,"last_updated":124,"tested_up_to":125,"requires_at_least":126,"requires_php":127,"tags":128,"homepage":133,"download_link":134,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"gravity-forms-zero-spam","Gravity Forms Zero Spam","1.7.2","GravityKit","https:\u002F\u002Fprofiles.wordpress.org\u002Fgravityview\u002F","\u003Cp>This Gravity Forms add-on blocks spam using a non-obtrusive anti-spam measure and can email a spam report summary.\u003C\u002Fp>\n\u003Ch3>Spam blocking for Gravity Forms\u003C\u002Fh3>\n\u003Cp>To get started, all you need to do is activate the plugin!\u003C\u002Fp>\n\u003Ch3>Is the Gravity Forms honeypot field not working for you? 🍯 🐝\u003C\u002Fh3>\n\u003Cp>Zero Spam is better than the Gravity Forms anti-spam honeypot field. If you’re getting spammed, try this plugin.\u003C\u002Fp>\n\u003Ch3>Use this plugin instead of reCaptcha\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>reCaptcha is user-hostile!\u003C\u002Fstrong> Use this instead! Users don’t need to click stoplights, crosswalks, or bicycles when you use this plugin to stop spam.\u003C\u002Fp>\n\u003Ch3>Enable or disable filtering per form\u003C\u002Fh3>\n\u003Cp>If you only want the plugin for specific forms, that’s possible! The plugin adds a simple “Prevent spam using Gravity Forms Zero Spam” setting to each form (requires Gravity Forms 2.5 or newer).\u003C\u002Fp>\n\u003Ch3>Spam report emails\u003C\u002Fh3>\n\u003Cp>Spam summary report emails are disabled by default. Once enabled, a spam summary that includes the number of entries per-form will be sent via email.\u003C\u002Fp>\n\u003Cp>Choose whether you want to be notified after the number of entries reaches a threshold (e.g. 10 spam entries) or after a certain number of days (e.g. every week). If there are no spam entries, no report will be sent.\u003C\u002Fp>\n\u003Cp>Requires \u003Ca href=\"https:\u002F\u002Fwww.gravityforms.com\u002F?partner_id=1210629&irgwc=1&utm_medium=affiliate&utm_campaign=1210629&utm_source=Katz%20Web%20Services%2C%20Inc.\" rel=\"nofollow ugc\">Gravity Forms\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cem>Brought to you by \u003Ca href=\"https:\u002F\u002Fwww.gravitykit.com?utm_source=plugin&utm_campaign=zero-spam&utm_content=readme\" rel=\"nofollow ugc\">GravityKit\u003C\u002Fa>. We create essential Gravity Forms Add-Ons.\u003C\u002Fem>\u003C\u002Fp>\n","Enhance your Gravity Forms to include anti-spam measures originally based on the work of David Walsh's \"Zero Spam\" technique.",100000,1048908,86,23,"2026-03-12T14:21:00.000Z","6.9.4","4.7","7.4",[129,130,68,131,132],"anti-spam","captcha","honeypot","spam","https:\u002F\u002Fwww.gravitykit.com?utm_source=plugin&utm_campaign=zero-spam&utm_content=pluginuri","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgravity-forms-zero-spam.1.7.2.zip",{"attackSurface":136,"codeSignals":170,"taintFlows":184,"riskAssessment":185,"analyzedAt":194},{"hooks":137,"ajaxHandlers":158,"restRoutes":159,"shortcodes":160,"cronEvents":169,"entryPointCount":101,"unprotectedCount":28},[138,144,150,154],{"type":139,"name":140,"callback":141,"file":142,"line":143},"action","maxicharts_add_shortcodes","add_gravity_forms_shortcode","mcharts_gf_source_add_on.php",97,{"type":145,"name":146,"callback":147,"priority":148,"file":142,"line":149},"filter","maxicharts_get_data_from_source","get_data_from_gf",10,102,{"type":145,"name":151,"callback":152,"file":142,"line":153},"mcharts_filter_defaults_parameters","add_default_params",107,{"type":145,"name":155,"callback":156,"file":142,"line":157},"mcharts_return_without_graph","return_without_graph",111,[],[],[161,165],{"tag":162,"callback":163,"file":142,"line":164},"gfchartsreports","gf_charts_shortcode",168,{"tag":166,"callback":167,"file":142,"line":168},"gfentryfieldvalue","gf_entry_field_value",174,[],{"dangerousFunctions":171,"sqlUsage":179,"outputEscaping":181,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":183},[172,176],{"fn":173,"file":142,"line":174,"context":175},"unserialize",784,"$data = @unserialize($value);",{"fn":173,"file":142,"line":177,"context":178},1581,"$unserializeData = @unserialize($valToSum);",{"prepared":28,"raw":28,"locations":180},[],{"escaped":83,"rawEcho":28,"locations":182},[],[],[],{"summary":186,"deductions":187},"The maxicharts-gravity-forms-source-add-on plugin v1.7.10 presents a generally good security posture with several strengths. The absence of known CVEs and unpatched vulnerabilities is a significant positive indicator. Static analysis reveals no raw SQL queries, all output is properly escaped, and there are no file operations or external HTTP requests, all of which are excellent security practices. The limited attack surface of two shortcodes with no identified unprotected entry points is also reassuring.\n\nHowever, there are a couple of concerning signals. The presence of the `unserialize` function, even if not directly exploitable in this version based on the provided data, always carries inherent risks. It's crucial to ensure that any data being unserialized is strictly controlled and validated to prevent potential remote code execution vulnerabilities. Furthermore, the complete absence of nonce checks and capability checks across all entry points is a significant weakness. While the static analysis indicates no unprotected entry points from an authentication perspective currently, this leaves the plugin vulnerable to cross-site request forgery (CSRF) attacks should any of the shortcodes be susceptible to manipulation by malicious actors. The lack of any taint analysis flows is also noteworthy, suggesting either a very clean codebase or that the analysis might not have covered all potential paths.\n\nIn conclusion, while the plugin benefits from a clean vulnerability history and strong adherence to output escaping and prepared statements, the reliance on `unserialize` without explicit context and, more importantly, the complete lack of nonce and capability checks on its entry points represent significant security concerns that should be addressed. The absence of these standard WordPress security mechanisms creates a potential attack vector that is not currently mitigated.",[188,190,192],{"reason":189,"points":14},"Dangerous function used (unserialize)",{"reason":191,"points":148},"Missing nonce checks on entry points",{"reason":193,"points":148},"Missing capability checks on entry points","2026-03-16T20:25:11.671Z",{"wat":196,"direct":202},{"assetPaths":197,"generatorPatterns":199,"scriptPaths":200,"versionParams":201},[198],"\u002Fwp-content\u002Fplugins\u002Fmaxicharts-gravity-forms-source-add-on\u002Fmcharts_gf_source_add_on.php",[],[],[],{"cssClasses":203,"htmlComments":204,"htmlAttributes":205,"restEndpoints":206,"jsGlobals":207,"shortcodeOutput":208},[],[],[],[],[],[209,210],"[gfchartsreports]","[gfentryfieldvalue]"]