axew3.com

Tag: wordpress

  • w3myPQ 3.0.3 release

    w3myPQ 3.0.3 release

    by

    🛡️ Introducing w3myPQ 3.0.3: The WordPress Post-Quantum Secure Vault 1. The Core Problem it Solve Traditional encryption methods (like RSA and standard Elliptic Curve Cryptography) protect our data today, but they are already obsolete. Within a few years, quantum computers will be powerful enough to instantly crack current encryption standards. Bad actors are actively capturing…

  • w3myPQ WordPress plugin

    w3myPQ WordPress plugin

    by

    The WordPress post quantum secure files sharing plugin has been released. Securing the present and the future of your secrets.

  • WP phpBB integration global vars: how to use

    by

    NOTE: plugin version 3.0.0> using the Custom file inclusion $avoid_w3all_password_check the $avoid_w3all_password_check var is initialized as empty into the wp_w3all.php file and can be set as global and assigned/changed with a value of 1 in certain specific cases. This will avoid the replacement of the WP default wp_check_password: $avoid_w3all_password_check = 1; using the Custom file…

  • w3all WP phpbb users posts by IDs

    by

    Since plugin 2.9.6 > Retrieve last posts or topics for a specified phpBB user ID and display in WordPress POSTS get last user’s posts TOPICS get last updated user’s topics Params: If the param phpbb_uid is not set or the param forum_ids is not in a correct format the shortcode simply will not work. Examples:…

  • phpBB user session update

    by

    Since plugin version 2.9.6 > Note that this normally NOT required! But you know that it is possible… Time ago someone asked how could be possible to not have the function function verify_phpbb_credentials(){ that update user’s data and the phpBB session that run each time the WP page load. By default this option has not…

  • WordPress roles phpBB groups switches functions

    by

    Functions on file: wp_w3all.php Note: plugin version 2.9.0 > See more or reply here: https://www.axew3.com/w3/forums/viewtopic.php?t=1918 w3all_wp_USERS_roles_switch w3all_wp_USERS_roles_switch( $phpbb_u_emails__wp_roles ); this function works also like a little API: it can be fired using cURL with specific parameters, or can be used as internal function in WP, called into any action or filter I realized after, that…

  • w3all WP heartbeat phpbb lastopics

    by

    check all shortcodes listed under the “common how to” section Require the WP phpBB integration plugin version 2.8.3 or > Params: only topics_number. ** Read below Refer to the inline shortcode hints on the plugin admin page – HeartBeat Last Topics Shortcode. Note this (as mentioned into the inline hints): the value of the Option…

  • Switch WP user to specified Group in phpBB, when Role updated in WordPress and vice versa

    by

    WP_w3all phpBB integration 2.6.8> option Read all the follow before to activate the option Basic default WP Roles and phpBB groups switches will work as follow by default, if no custom file provided: When an admin in WordPress update an user Role, or Role change due to user’s subscriptions: Editor in WP or Woocommerce Shop…

  • Shortcode: phpBB notifications into WordPress

    by

    WP_w3all phpBB notifications into WordPress shortcode version 1.0 check all others shortcodes listed under the “common how” to section The [w3all_phpbb_unotifications] shortcode display *phpBB notifications like phpBB do. The file that can be styled as more like and that display results is: /wp-content/plugins/wp-w3all-phpbb-integration/views/wp_w3all_phpbb_unotifications_short.php Add the attribute class for ul and li elements, using shortcode attributes…

  • The (awesome) iframe template integration using shortcode

    by

    WordPress phpBB template integration NOTE that required settings of this shortcode resides under the WP_w3all Preferences menu. To use the w3allphpbbiframe shortcode it is required to apply into the phpBB template files overall_header.html and overall_footer.html the javascript code as explained into this page procedure, and the result will be a full template integration that can…