axew3.com

Integration and scripts for the cool people
  • phpBB WordPress template integration (iframe v6)

    V6 version (for the cool people) UNDER CONSTRUCTION JS code – updated on 01 Dec 2025 shortcode files – updated on 01 Dec 2025 Help steps – updated on 06 Jul 2024 NOTE: since plugin version 3.0.5> UNDER CONSTRUCTION WordPress phpBB iframe template integration To do an awesome Template integration by Shortcode, that’s compatible with…

  • Secret encrypted storage of network files and messages

    Made with ❤️ for privacy A secure way to maintain privacy online or store encrypted files on your hard drive using only an HTML file and a browser.Trust a single HTML file that runs anywhere.🌐 Zero-Trust ArchitectureUnicorn w3mypgp follows a Zero-Knowledge model:Future-Proof: the JavaScript engine is written using native W3C Web Crypto APIs, ensuring compatibility…

  • Custom phpBB config.php file inclusion

    If you wish to NOT store the phpBB db credentials into the WP database, it is possible to use the custom phpBB config.php file inclusion and use it in this way: if not done already because you want to use custom files for shortcodes etc, create the folder /wp-content/plugins/wp-w3all-custom/ add into the new created wp-w3all-custom…

  • WP phpBB integration Plugin code global vars

    the $avoid_w3all_password_check global var can be used to avoid the default WordPress check password overwrite. Set to 1 to activate it. Maybe put it into the custom code file More useful global vars to be used:

  • WP phpBB integration global vars: how to use

    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…

  • WordPress phpBB custom code file

    The custom file /wp-content/plugins/wp-w3all-phpbb-integration/common/custom_functions.php can be used to fire hooks, declare functions or vars of any kind. Any other plugin can so work along with the integration plugin in any possible aspect as more like. If the file custom_functions.php exist into the custom created folder named wp-w3all-custom it will be parsed as part of the…