[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fdikD_IIq7Yp-AbzMq42VJbeiCL0-rJF-T_6ZyKoYDKw":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":36,"analysis":129,"fingerprints":252},"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","",[20,21,22,23,24],"forum","phpbb","posts","sidebar","topics","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",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":14,"total_installs":11,"avg_security_score":27,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},30,84,"2026-04-04T20:42:59.875Z",[37,54,69,89,111],{"slug":38,"name":39,"version":40,"author":41,"author_profile":42,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":28,"num_ratings":28,"last_updated":47,"tested_up_to":48,"requires_at_least":16,"requires_php":18,"tags":49,"homepage":52,"download_link":53,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"phpbb-topics-portal","phpBB Topics Portal","1.1","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.",20,7029,"2012-05-22T01:45:00.000Z","3.3.2",[20,21,50,51],"recent-posts","widget","none","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fphpbb-topics-portal.1.2.zip",{"slug":55,"name":56,"version":40,"author":57,"author_profile":58,"description":59,"short_description":60,"active_installs":61,"downloaded":62,"rating":28,"num_ratings":28,"last_updated":63,"tested_up_to":64,"requires_at_least":65,"requires_php":18,"tags":66,"homepage":67,"download_link":68,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"wordpress-phpbb-last-topics-plugin","WP-Phpbb Last Topics","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,"2007-03-31T00:50:00.000Z","2.1","1.5",[20,21,24],"http:\u002F\u002Fwww.4mj.it\u002Fwordpress-phpbb-last-topics-plugin\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwordpress-phpbb-last-topics-plugin.zip",{"slug":70,"name":71,"version":72,"author":73,"author_profile":74,"description":75,"short_description":76,"active_installs":77,"downloaded":78,"rating":13,"num_ratings":79,"last_updated":80,"tested_up_to":81,"requires_at_least":82,"requires_php":18,"tags":83,"homepage":87,"download_link":88,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"advanced-random-posts-widget","Advanced Random Posts Widget","2.2.1","Ga Satrya","https:\u002F\u002Fprofiles.wordpress.org\u002Fsatrya\u002F","\u003Ch4>Notice\u003C\u002Fh4>\n\u003Cp>This plugin is no longer supported, please use \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Frecent-posts-widget-extended\u002F\" rel=\"ugc\">Recent posts widget Extended\u003C\u002Fa> instead.\u003C\u002Fp>\n\u003Cp>This plugin will enable a custom, flexible and advanced random posts. It allows you to display a list of random posts via shortcode or widget with thumbnail, excerpt and post date, also you can display it from all or specific or multiple taxonomy.\u003C\u002Fp>\n\u003Ch4>Features Include\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Allow you to set title url.\u003C\u002Fli>\n\u003Cli>Display thumbnails, with customizable size and alignment.\u003C\u002Fli>\n\u003Cli>Display excerpt, with customizable length.\u003C\u002Fli>\n\u003Cli>Display from all, specific or multiple category.\u003C\u002Fli>\n\u003Cli>Display from all, specific or multiple tag.\u003C\u002Fli>\n\u003Cli>Display from all, specific or multiple taxonomy.\u003C\u002Fli>\n\u003Cli>Display post date.\u003C\u002Fli>\n\u003Cli>Display post modified date.\u003C\u002Fli>\n\u003Cli>Post types.\u003C\u002Fli>\n\u003Cli>Post status.\u003C\u002Fli>\n\u003Cli>Allow you to set custom css class per widget.\u003C\u002Fli>\n\u003Cli>Add custom html or text before and\u002For after random posts.\u003C\u002Fli>\n\u003Cli>Multiple widgets.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Support Me\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Purchase or download my \u003Ca href=\"https:\u002F\u002Fwp.idenovasi.com\u002F\" rel=\"nofollow ugc\">WordPress themes\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Purchase my \u003Ca href=\"https:\u002F\u002Fwww.fiverr.com\u002Fidenovasi\" rel=\"nofollow ugc\">Services\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Try another \u003Ca href=\"https:\u002F\u002Fprofiles.wordpress.org\u002Fidenovasi\u002F#content-plugins\" rel=\"nofollow ugc\">WordPress plugin\u003C\u002Fa> from me.\u003C\u002Fli>\n\u003Cli>Contribute on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fidenovasi\u002Fadvanced-random-posts-widget\" rel=\"nofollow ugc\">Github\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Shorcode Explanation\u003C\u002Fh3>\n\u003Cp>Explanation of shortcode options:\u003C\u002Fp>\n\u003Cp>Basic shortcode\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[arpw]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Display 10 random posts\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[arpw limit=\"10\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Display with thumbnail and set the size\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[arpw thumbnail=\"true\" thumbnail_size=\"arpw-thumbnail\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Display posts based on category by id\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[arpw thumbnail=\"true\" cat=\"10\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Display portfolio post type\u003C\u002Fp>\n\u003Cpre>\u003Ccode>[arpw post_type=\"portfolio\"]\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Here’s the full default shortcode arguments\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>title=\"\"\noffset=\"\"\nlimit=\"5\"\npost_type=\"post\"\npost_status=\"publish\"\nignore_sticky=\"1\"\ntaxonomy=\"\"\ncat=\"\"\ntag=\"\"\nthumbnail=\"false\"\nthumbnail_size=\"arpw-thumbnail\"\nthumbnail_align=\"left\"\nexcerpt=\"false\"\nexcerpt_length=\"10\"\ndate=\"false\"\ndate_modified=\"false\"\ndate_relative=\"false\"\ncss_class=\"\"\nbefore=\"\"\nafter=\"\"\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Provides flexible and advanced random posts. Display it via shortcode or widget with thumbnails, post excerpt, and much more!",10000,216217,39,"2023-08-05T11:11:00.000Z","6.1.10","4.5",[84,23,85,51,86],"random-posts","thumbnail","widgets","https:\u002F\u002Fgithub.com\u002Fidenovasi\u002Fadvanced-random-posts-widget","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadvanced-random-posts-widget.2.2.1.zip",{"slug":90,"name":91,"version":92,"author":93,"author_profile":94,"description":95,"short_description":96,"active_installs":77,"downloaded":97,"rating":98,"num_ratings":99,"last_updated":100,"tested_up_to":101,"requires_at_least":102,"requires_php":103,"tags":104,"homepage":107,"download_link":108,"security_score":109,"vuln_count":14,"unpatched_count":28,"last_vuln_date":110,"fetched_at":30},"newpost-catch","Newpost Catch","1.3.22","Tetsuya Imamura","https:\u002F\u002Fprofiles.wordpress.org\u002Fs56bouya\u002F","\u003Cp>Thumbnails in new articles setting widget.\u003C\u002Fp>\n","Thumbnails in new articles setting widget.",288091,100,2,"2025-03-03T00:21:00.000Z","6.7.5","5.6","7.2",[105,106,22,23,51],"image","images","http:\u002F\u002Fwww.imamura.biz\u002Fblog\u002Fnewpost-catch\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnewpost-catch.1.3.22.zip",91,"2025-02-20 15:03:22",{"slug":112,"name":113,"version":114,"author":115,"author_profile":116,"description":117,"short_description":118,"active_installs":77,"downloaded":119,"rating":28,"num_ratings":28,"last_updated":120,"tested_up_to":121,"requires_at_least":122,"requires_php":123,"tags":124,"homepage":127,"download_link":128,"security_score":98,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"raratheme-companion","RaraTheme Companion","1.4.4","Rara Themes","https:\u002F\u002Fprofiles.wordpress.org\u002Fraratheme\u002F","\u003Cp>RaraTheme Companion is truly a must have companion for your website. It provides 23 useful and frequently used widgets that you can add to the sidebars to create an engaging website.\u003C\u002Fp>\n\u003Ch3>Widgets offered\u003C\u002Fh3>\n\u003Col>\n\u003Cli>Advertisement\u003C\u002Fli>\n\u003Cli>A Featured Page\u003C\u002Fli>\n\u003Cli>Author Bio\u003C\u002Fli>\n\u003Cli>Call to Action\u003C\u002Fli>\n\u003Cli>Client Logo\u003C\u002Fli>\n\u003Cli>Contact\u003C\u002Fli>\n\u003Cli>Custom Categories\u003C\u002Fli>\n\u003Cli>Facebook Page\u003C\u002Fli>\n\u003Cli>FAQs\u003C\u002Fli>\n\u003Cli>Featured Post\u003C\u002Fli>\n\u003Cli>Icon Text\u003C\u002Fli>\n\u003Cli>Image Text\u003C\u002Fli>\n\u003Cli>Image\u003C\u002Fli>\n\u003Cli>Latest Tweets\u003C\u002Fli>\n\u003Cli>Pinterest\u003C\u002Fli>\n\u003Cli>Popular Post\u003C\u002Fli>\n\u003Cli>Posts Category Slider\u003C\u002Fli>\n\u003Cli>Recent Post\u003C\u002Fli>\n\u003Cli>Snapchat\u003C\u002Fli>\n\u003Cli>Social Media\u003C\u002Fli>\n\u003Cli>Stat Counter\u003C\u002Fli>\n\u003Cli>Team Member\u003C\u002Fli>\n\u003Cli>Testimonial\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>The plugin works best with themes developed by Rara Theme.\u003C\u002Fp>\n\u003Cp>The plugin also provides simple yet clean code which allows developers to overwrite the plugin properties. The plugin offers a multiple numbers of filters and action hooks which for maximum flexibility to the developers.\u003C\u002Fp>\n","23 extremely useful custom widgets to create an engaging website.",497772,"2026-01-06T05:43:00.000Z","6.9.4","4.4.0","7.4",[22,125,126,86],"sidebars","social-links","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fraratheme-companion","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fraratheme-companion.1.4.4.zip",{"attackSurface":130,"codeSignals":164,"taintFlows":238,"riskAssessment":239,"analyzedAt":251},{"hooks":131,"ajaxHandlers":160,"restRoutes":161,"shortcodes":162,"cronEvents":163,"entryPointCount":28,"unprotectedCount":28},[132,138,142,146,151,156],{"type":133,"name":134,"callback":135,"file":136,"line":137},"action","admin_init","lnx_PRT_add_admin_init","admin.php",5,{"type":133,"name":139,"callback":140,"file":136,"line":141},"admin_menu","lnx_PRT_add_admin_options",6,{"type":133,"name":143,"callback":144,"priority":61,"file":136,"line":145},"contextual_help","lnx_PRT_help",7,{"type":133,"name":147,"callback":148,"file":149,"line":150},"wp_head","DisplayPRTHeader","phpbb_recent_topics.php",25,{"type":152,"name":153,"callback":154,"file":149,"line":155},"filter","the_content","DisplayPRTMagicFilter",31,{"type":133,"name":157,"callback":158,"file":149,"line":159},"widgets_init","phpbb_recent_topics_init_widget",108,[],[],[],[],{"dangerousFunctions":165,"sqlUsage":166,"outputEscaping":183,"fileOperations":14,"externalRequests":28,"nonceChecks":28,"capabilityChecks":14,"bundledLibraries":237},[],{"prepared":167,"raw":141,"locations":168},4,[169,173,175,177,179,181],{"file":170,"line":171,"context":172},"display\\admin-options.php",44,"$wpdb->get_results() with variable interpolation",{"file":170,"line":174,"context":172},45,{"file":170,"line":176,"context":172},46,{"file":170,"line":178,"context":172},55,{"file":170,"line":180,"context":172},56,{"file":170,"line":182,"context":172},57,{"escaped":28,"rawEcho":184,"locations":185},28,[186,189,191,192,194,196,198,200,202,204,206,208,210,212,213,214,217,219,221,223,225,227,229,231,233,234,235,236],{"file":170,"line":187,"context":188},66,"raw output",{"file":170,"line":190,"context":188},77,{"file":170,"line":159,"context":188},{"file":170,"line":193,"context":188},113,{"file":170,"line":195,"context":188},118,{"file":170,"line":197,"context":188},125,{"file":170,"line":199,"context":188},130,{"file":170,"line":201,"context":188},135,{"file":170,"line":203,"context":188},140,{"file":170,"line":205,"context":188},145,{"file":170,"line":207,"context":188},150,{"file":170,"line":209,"context":188},180,{"file":170,"line":211,"context":188},193,{"file":170,"line":211,"context":188},{"file":170,"line":211,"context":188},{"file":215,"line":216,"context":188},"display\\display.php",94,{"file":215,"line":218,"context":188},96,{"file":215,"line":220,"context":188},120,{"file":215,"line":222,"context":188},126,{"file":215,"line":224,"context":188},128,{"file":215,"line":226,"context":188},144,{"file":215,"line":228,"context":188},157,{"file":149,"line":230,"context":188},75,{"file":149,"line":232,"context":188},90,{"file":149,"line":232,"context":188},{"file":149,"line":232,"context":188},{"file":149,"line":232,"context":188},{"file":149,"line":216,"context":188},[],[],{"summary":240,"deductions":241},"The \"phpbb-recent-topics\" v0.7.1 plugin presents a concerning security posture primarily due to a significant lack of output escaping and a potential for direct file operations. While the static analysis indicates no dangerous functions, critical taint flows, or known vulnerabilities in its history, these positive aspects are overshadowed by critical weaknesses. The complete absence of output escaping for all identified outputs is a severe risk, making it highly susceptible to Cross-Site Scripting (XSS) attacks. Any user-supplied data that is displayed by the plugin without proper sanitization could be manipulated to execute malicious scripts in the user's browser. Additionally, the presence of a file operation without further context raises a flag, as such operations, if not handled with extreme care and proper input validation, can lead to arbitrary file access or manipulation vulnerabilities. The plugin also lacks nonce checks for its entry points, which, combined with the absence of authentication checks on AJAX handlers (though none are present), could be problematic if new entry points are introduced in future versions. The plugin's history of zero vulnerabilities might suggest a well-audited or minimally used plugin, but this should not be relied upon as a guarantee of safety given the identified code signals.",[242,245,247,249],{"reason":243,"points":244},"0% output escaping",15,{"reason":246,"points":137},"Presence of file operation",{"reason":248,"points":137},"0 nonce checks",{"reason":250,"points":167},"SQL queries not fully prepared (60% unescaped)","2026-03-16T21:53:25.474Z",{"wat":253,"direct":261},{"assetPaths":254,"generatorPatterns":258,"scriptPaths":259,"versionParams":260},[255,256,257],"\u002Fwp-content\u002Fplugins\u002Fphpbb-recent-topics\u002Fadmin.php","\u002Fwp-content\u002Fplugins\u002Fphpbb-recent-topics\u002Fupgrade.php","\u002Fwp-content\u002Fplugins\u002Fphpbb-recent-topics\u002Fdisplay\u002Fdisplay.php",[],[],[],{"cssClasses":262,"htmlComments":263,"htmlAttributes":265,"restEndpoints":271,"jsGlobals":272,"shortcodeOutput":273},[],[264],"Credits to http:\u002F\u002Ftoni.uebernickel.info\u002Fentwicklung\u002Fwordpress\u002Fphpbb-recent-topics-widget\u002F for pointing out my mistake!!",[266,267,268,269,270],"id=\"prt-title\"","name=\"prt-title\"","id=\"prt-submit\"","name=\"prt-submit\"","type=\"text\"",[],[],[274],"{phpbb_recent_topics}"]