[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fMCIX3IwscaZP0nXieMVNi194Y8C9o1jLZP5ak3gcTZg":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":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":22,"download_link":23,"security_score":24,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":26,"vulnerabilities":27,"developer":28,"crawl_stats":25,"alternatives":34,"analysis":131,"fingerprints":156},"wordpress-phpbb-last-topics-plugin","WP-Phpbb Last Topics","1.1","peppolone","https:\u002F\u002Fprofiles.wordpress.org\u002Fpeppolone\u002F","\u003Cp>Plugin used to display the most recent topics of your phpBB forum(it works with phpbb 2.* and also phpbb 3.*)\u003Cbr \u002F>\nYou can set the number of topics to display, wrap long words or exclude a category of the forum.\u003Cbr \u002F>\n\u003Ca href=\"http:\u002F\u002Fwww.4mj.it\u002Fwordpress-phpbb-last-topics-plugin\u002F\" title=\"Phpbb Last Topics\" rel=\"nofollow ugc\">Plugin Homepage\u003C\u002Fa>\u003C\u002Fp>\n","Plugin used to display the most recent topics of your phpBB forum(it works with phpbb 2.* and also phpbb 3.*)",10,8816,0,"2007-03-31T00:50:00.000Z","2.1","1.5","",[19,20,21],"forum","phpbb","topics","http:\u002F\u002Fwww.4mj.it\u002Fwordpress-phpbb-last-topics-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwordpress-phpbb-last-topics-plugin.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":29,"total_installs":30,"avg_security_score":24,"avg_patch_time_days":31,"trust_score":32,"computed_at":33},2,610,30,84,"2026-04-04T17:26:29.924Z",[35,55,76,97,116],{"slug":36,"name":37,"version":38,"author":39,"author_profile":40,"description":41,"short_description":42,"active_installs":43,"downloaded":44,"rating":45,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":17,"tags":50,"homepage":53,"download_link":54,"security_score":24,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":26},"phpbb-recent-topics","phpbb_recent_topics","0.7.1","linickx","https:\u002F\u002Fprofiles.wordpress.org\u002Flinickx\u002F","\u003Cp>Do you have a phpBB forum, do you want to drag your blog readers into your forum ? Then this plugin might just help, you can include somewhere in wordpress a list of recent phpbb threads (topics) in a page, a post, and even in your theme – so your sidebar for example !\u003C\u002Fp>\n\u003Ch3>A bit about Database configuration.\u003C\u002Fh3>\n\u003Cp>If wordpress & phpBB share a DB already then set $PHPBBDB to DB_NAME and everything will be fine, else you.re going to need to GRANT the wordpress user read access to phpBB. (If you really need to, you can store the phpbb databse credential in the plugin using the “Insecure” connectivity method.)\u003C\u002Fp>\n\u003Ch3>How to GRANT wordpress read only access to phpBB ?\u003C\u002Fh3>\n\u003Cp>If you don.t know it already you need to find your wordpress mysql user id, it.ll be in wp-config.php\u003C\u002Fp>\n\u003Cpre>\u003Ccode>define('DB_USER', 'wp_user');     \u002F\u002F Your MySQL username\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>and you should have already found your phpbb database & table for the above.\u003Cbr \u002F>\nYou need to type the following syntax into your mysql database\u003C\u002Fp>\n\u003Cpre>\u003Ccode>GRANT SELECT ON phpbb_database.phpbb_topics TO wp_user@localhost;\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>AND\u003C\u002Fp>\n\u003Cpre>\u003Ccode>GRANT SELECT ON phpbb_database.phpbb_forums TO wp_user@localhost;\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>AND\u003C\u002Fp>\n\u003Cpre>\u003Ccode>GRANT SELECT ON phpbb_database.phpbb_posts TO wp_user@localhost;\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>this can be achieved by logging into phpmyadmin as your phpbb user, selecting SQL and pasting the correct GRANT into the text box.\u003C\u002Fp>\n\u003Ch3>How to use the Insecure Database Connectivity Method\u003C\u002Fh3>\n\u003Cp>From the phpbb_recent_topics admin \u002F settings page, tick the .Enable Insecure Database Connection. box, and submit, when the page re-freshes you.ll have some more boxes to populate, from your phpbb config.php fill in\u003C\u002Fp>\n\u003Cpre>\u003Ccode>$dbuser = phpbb MySQL Database UserName\n$dbpasswd = phpbb MySQL Database Password\n$dbhost = phpbb MySQL Server\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Click update, and you should be connected!\u003C\u002Fp>\n\u003Ch3>The Callback function\u003C\u002Fh3>\n\u003Cp>To allow users to customize what is \u002F can be displayed a callback function \u003Ccode>phpbb_topics_callback\u003C\u002Fcode> has been implemented.\u003C\u002Fp>\n\u003Cp>In ticket 1216 (https:\u002F\u002Fplugins.trac.wordpress.org\u002Fticket\u002F1216) phil suggested that the forum name should be displayed within the topic list; the following code is an example use of the new callback function and should be added to your themes functions.php\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function phpbb_topics_callback($phpbbdb, $wpdb, $lnx_PRT_options, $topic) {\n\n        \u002F\u002F GET FORUM WHICH POST IS IN - Phil Ewels, 26\u002F09\u002F2010\n        $sql_query = \"SELECT * FROM $lnx_PRT_options[prt_phpbb_ft] WHERE forum_id=\" . $topic->forum_id. \" LIMIT 1\";\n\n        # Run Query\n        if ($lnx_PRT_options['prt_phpbb_dbinsecureon'] == \"1\") {\n                $forum = $phpbbdb->get_row($sql_query);\n        } else {\n                $forum = $wpdb->get_row($sql_query);\n        }\n\n        echo \"\u003Cbr \u002F>\u003Csmall>\" . $forum->forum_name . \" \u003C\u002Fsmall>\";\n\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>The following variables can be used within your callback function:\u003Cbr \u002F>\n* $wpdb\u003Cbr \u002F>\n** If using Secure Connectivity this is a connection to your PHPBB Database\u003Cbr \u002F>\n** If using Insecure Connectivity this is the standard WordPress Database\u003Cbr \u002F>\n* $phpbbdb\u003Cbr \u002F>\n** If using Secure Connectivity this will be NULL\u003Cbr \u002F>\n** If using Insecure Connectivity this is a connection to your PHPBB Database\u003Cbr \u002F>\n* $lnx_PRT_options\u003Cbr \u002F>\n** An array of the phpbb-recent-topics settings\u003Cbr \u002F>\n* $topic\u003Cbr \u002F>\n** The current topic, with associated attributes.\u003C\u002Fp>\n","This plugin grabs your recent phpBB forum topics for you to display in wordpress.",50,25054,80,1,"2011-07-08T12:39:00.000Z","3.2.1","2.0.9",[19,20,51,52,21],"posts","sidebar","http:\u002F\u002Fwww.linickx.com\u002F3311\u002Fphpbb_recent_topics-version-0-7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fphpbb-recent-topics.0.7.1.zip",{"slug":56,"name":57,"version":58,"author":59,"author_profile":60,"description":61,"short_description":62,"active_installs":63,"downloaded":64,"rating":65,"num_ratings":66,"last_updated":67,"tested_up_to":68,"requires_at_least":69,"requires_php":17,"tags":70,"homepage":74,"download_link":75,"security_score":24,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":26},"wp-united","WP-United : phpBB WordPress Integration","0.9.2.8","jhong","https:\u002F\u002Fprofiles.wordpress.org\u002Fjhong\u002F","\u003Cp>Bridge phpBB and WordPress!\u003C\u002Fp>\n\u003Cp>WP-United glues together WordPress sites and phpBB forums. Get the full power of WordPress publishing and plugins, with the familiar and established community format of phpBB.\u003C\u002Fp>\n\u003Cp>WP-United is fully modular and individual features can be turned on and off. These features include:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>User integration\u003C\u002Fstrong>: including single sign-on, synchronised profiles and avatars, and user management. Works with external registration modules such as social login plugins. Users in phpBB get accounts in WordPress and vice versa. Completely controllable and customisable by setting permissions for who can integrate and at what level, using a unique drag-and-drop interface.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Template integration\u003C\u002Fstrong>: Have your phpBB forum appear inside your WordPress site. Or vice-versa; integrate your WordPress blog inside your phpBB header and footer. Includes a “one-click” mode that analyses your theme’s CSS and modifies it on the fly to avoid CSS and HTML conflicts. This is no iFrame solution, it is a complete and automatic template integration.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Behaviour integration\u003C\u002Fstrong>: Use phpBB smilies and word censor features in WordPress \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cross-posting\u003C\u002Fstrong>: Post something in WordPress and have it cross-posted to your forum — Automatically or manually, you choose! Once an item is cross-posted, comments in phpBB and WordPress can be set to sync up under the blog item too!\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>WP-United also includes TEN widgets for you to drop into your WordPress page. Each widget is configurable and displays a wealth of forum information to increase engagement on your site. All of these widgets work even with the above modules turned off. They are:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Latest forum posts\u003C\u002Fli>\n\u003Cli>Latest forum topics\u003C\u002Fli>\n\u003Cli>users online list\u003C\u002Fli>\n\u003Cli>Forum statistics\u003C\u002Fli>\n\u003Cli>An integrated login\u002Fmeta\u002Favatar\u002Fprofile block\u003C\u002Fli>\n\u003Cli>Birthday list\u003C\u002Fli>\n\u003Cli>Quick poll (select from active phpBB polls in an ajax widget)\u003C\u002Fli>\n\u003Cli>Useful forum links list\u003C\u002Fli>\n\u003Cli>Forum top bar (with breadcrumbs that work in WordPress)\u003C\u002Fli>\n\u003Cli>Forum bottom bar (to match the top bar!)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Visit \u003Ca href=\"http:\u002F\u002Fwww.wp-united.com\" rel=\"nofollow ugc\">wp-united.com\u003C\u002Fa> for more information and to view example integrations in the gallery.\u003C\u002Fp>\n\u003Cp>The download iincludes the following languages:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>Français\u003C\u002Fli>\n\u003Cli>Deutsch\u003C\u002Fli>\n\u003Cli>中文（简体）\u003C\u002Fli>\n\u003Cli>русский\u003C\u002Fli>\n\u003Cli>Srpski (Latinica)\u003C\u002Fli>\n\u003Cli>Português Brasileiro\u003C\u002Fli>\n\u003C\u002Ful>\n","Bridge phpBB and WordPress!",100,62260,66,52,"2014-05-21T15:31:00.000Z","3.9.40","3.4.0",[19,71,20,72,73],"integrate","phpbb3","social","http:\u002F\u002Fwww.wp-united.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-united.0.9.2.8.zip",{"slug":77,"name":78,"version":79,"author":80,"author_profile":81,"description":82,"short_description":83,"active_installs":84,"downloaded":85,"rating":63,"num_ratings":86,"last_updated":87,"tested_up_to":88,"requires_at_least":89,"requires_php":17,"tags":90,"homepage":95,"download_link":96,"security_score":24,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":26},"bbpress-protected-forums","bbPress Protected Forums","1.0","JordiPlana","https:\u002F\u002Fprofiles.wordpress.org\u002Fjordiplana\u002F","\u003Cp>bbPress Protected Forums adds a metabox, shown while editing a forum, that allows you to disable new topic creation for determined user roles.\u003Cbr \u002F>\nThe plugin is perfect for those situations that you may want your users to see the list of topics of a forum but don’t want them to create new topics.\u003C\u002Fp>\n\u003Ch4>bbPress 2.x\u003C\u002Fh4>\n\u003Cp>Plugin fully compatible with bbPress 2.x\u003C\u002Fp>\n\u003Ch4>Languages\u003C\u002Fh4>\n\u003Cp>bbPress Protected Forums is currently in:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>English\u003C\u002Fli>\n\u003Cli>Spanish\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The plugin comes with .po files. Feel free to translate it to your language!\u003C\u002Fp>\n\u003Ch4>Official site\u003C\u002Fh4>\n\u003Cp>For more information about this plugin you can check the \u003Ca href=\"http:\u002F\u002Fjordiplana.com\u002Fbbpress-protected-forums-plugin\" rel=\"nofollow ugc\">official site\u003C\u002Fa>.\u003C\u002Fp>\n","Disables new topic creation in some forums for determined roles.",90,19966,3,"2012-09-20T07:33:00.000Z","3.4.2","2.6",[91,92,93,94,21],"bbpress","forums","lock","protected","http:\u002F\u002Fjordiplana.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbbpress-protected-forums.1.1.zip",{"slug":98,"name":99,"version":100,"author":101,"author_profile":102,"description":103,"short_description":104,"active_installs":105,"downloaded":106,"rating":63,"num_ratings":29,"last_updated":107,"tested_up_to":108,"requires_at_least":109,"requires_php":110,"tags":111,"homepage":114,"download_link":115,"security_score":24,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":26},"bbp-close-old-topics","BBP Close Old Topics","1.0.0","Iceable","https:\u002F\u002Fprofiles.wordpress.org\u002Ficeable\u002F","\u003Cp>BBP Close Old Topics is a bbPress extension to close old topics automatically when they are older than an admin-defined period of time, from one week to one year.\u003C\u002Fp>\n\u003Cp>The period of time you set is compared to the topic freshness (usually based on the date of the last reply) to determine if a topic should be closed.\u003C\u002Fp>\n\u003Cp>Old topics can be “soft-closed” on the fly only, or actually closed in the database.\u003C\u002Fp>\n\u003Cp>Settings are in Settings > Forums, under “Forum Features”.\u003C\u002Fp>\n\u003Cp>If you choose to only soft-close old topics on the fly, they will only appear closed as long as the plugin is active, but you will find them still open if you disable it.\u003C\u002Fp>\n\u003Cp>If you check the “Hard close” option, every topic that gets closed on the fly will also be effectively closed in the database. In this case they will remain closed even if you disable this plugin.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin only works with bbPress 2.2 or later.\u003C\u002Fstrong> It will not have any effect if bbPress is not installed and activated, and will  not work correctly with any version older than 2.2. This plugin was tested with bbPress up to 2.5.14.\u003C\u002Fp>\n\u003Ch3>Configuration\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Visit ‘Settings > Forums’ and set the settings in the “Forum Features” section.\u003C\u002Fli>\n\u003Cli>Check the “Close Old Topics” box to enable this feature, and set how old posts should be before closing them (1 year by default).\u003C\u002Fli>\n\u003Cli>Optionally check the “Hard Close Old Topics” if you want topics to be actually closed in the database.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch3>Credits\u003C\u002Fh3>\n\u003Cp>Some parts of the code of this plugin were inspired by the work of Brandon Allen: https:\u002F\u002Fgithub.com\u002Fthebrandonallen\u002Fbbp-auto-close-topics\u003C\u002Fp>\n\u003Ch3>Translations\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>English – default\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>*Note: This plugin is fully translation-ready. Please contribute your language to the plugin to make it even more useful for all users worldwide! For translating you can use the \u003Ca href=\"http:\u002F\u002Fwww.poedit.net\u002F\" rel=\"nofollow ugc\">“Poedit Editor”\u003C\u002Fa> or contribute directly on \u003Ca href=\"https:\u002F\u002Ftranslate.wordpress.org\u002Fprojects\u002Fwp-plugins\u002Fbbp-close-old-topics\" rel=\"nofollow ugc\">translate.wordpress.org\u003C\u002Fa>\u003C\u002Fp>\n","Extension for bbPress to close old topics automatically when they are older than an admin-defined period of time.",20,2032,"2017-10-09T08:02:00.000Z","4.8.28","4.7","5.3",[112,91,113,92,21],"bbp","close","https:\u002F\u002Fgithub.com\u002Ficeablemedia\u002FBBP-Close-Old-Topics","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbbp-close-old-topics.zip",{"slug":117,"name":118,"version":6,"author":119,"author_profile":120,"description":121,"short_description":122,"active_installs":105,"downloaded":123,"rating":13,"num_ratings":13,"last_updated":124,"tested_up_to":125,"requires_at_least":48,"requires_php":17,"tags":126,"homepage":129,"download_link":130,"security_score":24,"vuln_count":13,"unpatched_count":13,"last_vuln_date":25,"fetched_at":26},"phpbb-topics-portal","phpBB Topics Portal","macmiller","https:\u002F\u002Fprofiles.wordpress.org\u002Fmacmiller\u002F","\u003Cp>The plugin is intended to create a number of links which you can display on your wordpress page.  Each link represents a recent post to the phpBB forum.  Clicking on a link will take you to the associated post within that topic on the phpBB forum.  There are a number of parameters which indicates how many items should be returned and the length description.\u003C\u002Fp>\n\u003Cp>The returned item will look like:\u003Cbr \u002F>\n* \u003Ccode>POST TITLE(number of replies) in TOPIC TITLE on DATE TIME\u003C\u002Fcode>\u003C\u002Fp>\n","A widget that accesses your phpBB forum and displays recent posts on your Wordpress page.",7029,"2012-05-22T01:45:00.000Z","3.3.2",[19,20,127,128],"recent-posts","widget","none","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fphpbb-topics-portal.1.2.zip",{"attackSurface":132,"codeSignals":138,"taintFlows":148,"riskAssessment":149,"analyzedAt":155},{"hooks":133,"ajaxHandlers":134,"restRoutes":135,"shortcodes":136,"cronEvents":137,"entryPointCount":13,"unprotectedCount":13},[],[],[],[],[],{"dangerousFunctions":139,"sqlUsage":140,"outputEscaping":142,"fileOperations":13,"externalRequests":13,"nonceChecks":13,"capabilityChecks":13,"bundledLibraries":147},[],{"prepared":13,"raw":13,"locations":141},[],{"escaped":13,"rawEcho":46,"locations":143},[144],{"file":145,"line":31,"context":146},"wp-phpbb.php","raw output",[],[],{"summary":150,"deductions":151},"The \"wordpress-phpbb-last-topics-plugin\" v1.1 exhibits a generally good security posture based on the provided static analysis.  The absence of dangerous functions, file operations, and external HTTP requests is positive.  Furthermore, the fact that all SQL queries are using prepared statements is a significant strength, mitigating the risk of SQL injection vulnerabilities.  The plugin also shows no known vulnerability history, which is reassuring.\n\nHowever, a critical concern arises from the complete lack of output escaping. This means any data processed or displayed by the plugin is potentially vulnerable to cross-site scripting (XSS) attacks. Given that the plugin doesn't seem to expose extensive attack vectors like AJAX handlers or REST API routes, the primary risk lies in how it renders any dynamic content. The complete absence of nonce and capability checks, while not directly leading to a deduction without an exposed entry point, indicates a potential weakness if future versions were to introduce them. \n\nIn conclusion, while the plugin is strong in its handling of database interactions and avoids common pitfalls like dangerous functions, the unescaped output presents a significant and actionable security risk that needs immediate attention. The lack of documented vulnerabilities is positive, but it shouldn't overshadow the identified weakness in output handling.",[152],{"reason":153,"points":154},"0% properly escaped output",8,"2026-03-16T23:44:01.866Z",{"wat":157,"direct":164},{"assetPaths":158,"generatorPatterns":160,"scriptPaths":161,"versionParams":162},[159],"\u002Fwp-content\u002Fplugins\u002Fwordpress-phpbb-last-topics-plugin\u002Fstyle.css",[],[],[163],"wordpress-phpbb-last-topics-plugin\u002Fstyle.css?ver=",{"cssClasses":165,"htmlComments":166,"htmlAttributes":167,"restEndpoints":168,"jsGlobals":169,"shortcodeOutput":170},[],[],[],[],[],[171,172,173,174],"\u003Cli>\u003Ca href=\"","\u002Fviewtopic.php?t=","\">","...\u003C\u002Fa>\u003C\u002Fli>"]