Changeset 3208818
- Timestamp:
- 12/16/2024 11:26:15 PM (14 months ago)
- Location:
- walktheweb
- Files:
-
- 71 added
- 5 edited
-
tags/3.0.0 (added)
-
tags/3.0.0/api (added)
-
tags/3.0.0/api/apikeys.php (added)
-
tags/3.0.0/api/confirmapi.php (added)
-
tags/3.0.0/api/productimage.php (added)
-
tags/3.0.0/api/storeinfo.php (added)
-
tags/3.0.0/api/wtwconnection.php (added)
-
tags/3.0.0/assets (added)
-
tags/3.0.0/assets/images (added)
-
tags/3.0.0/assets/images/3dinternet.jpg (added)
-
tags/3.0.0/assets/images/avatar.png (added)
-
tags/3.0.0/assets/images/avatar2.png (added)
-
tags/3.0.0/assets/images/building.png (added)
-
tags/3.0.0/assets/images/building2.png (added)
-
tags/3.0.0/assets/images/col1.png (added)
-
tags/3.0.0/assets/images/col1set.png (added)
-
tags/3.0.0/assets/images/col2.png (added)
-
tags/3.0.0/assets/images/col2set.png (added)
-
tags/3.0.0/assets/images/col3.png (added)
-
tags/3.0.0/assets/images/col3set.png (added)
-
tags/3.0.0/assets/images/col4.png (added)
-
tags/3.0.0/assets/images/col4set.png (added)
-
tags/3.0.0/assets/images/community.png (added)
-
tags/3.0.0/assets/images/community2.png (added)
-
tags/3.0.0/assets/images/demo1.png (added)
-
tags/3.0.0/assets/images/demo10.png (added)
-
tags/3.0.0/assets/images/demo11.png (added)
-
tags/3.0.0/assets/images/demo12.png (added)
-
tags/3.0.0/assets/images/demo13.png (added)
-
tags/3.0.0/assets/images/demo14.png (added)
-
tags/3.0.0/assets/images/demo15.png (added)
-
tags/3.0.0/assets/images/demo16.png (added)
-
tags/3.0.0/assets/images/demo17.png (added)
-
tags/3.0.0/assets/images/demo2.png (added)
-
tags/3.0.0/assets/images/demo3.png (added)
-
tags/3.0.0/assets/images/demo4.png (added)
-
tags/3.0.0/assets/images/demo5.png (added)
-
tags/3.0.0/assets/images/demo6.png (added)
-
tags/3.0.0/assets/images/demo7.png (added)
-
tags/3.0.0/assets/images/demo8.png (added)
-
tags/3.0.0/assets/images/demo9.png (added)
-
tags/3.0.0/assets/images/menuwtw.png (added)
-
tags/3.0.0/assets/images/thing.png (added)
-
tags/3.0.0/assets/images/thing2.png (added)
-
tags/3.0.0/assets/scripts (added)
-
tags/3.0.0/assets/scripts/walktheweb_downloads.js (added)
-
tags/3.0.0/assets/scripts/walktheweb_main.js (added)
-
tags/3.0.0/assets/styles (added)
-
tags/3.0.0/assets/styles/walktheweb_styles.css (added)
-
tags/3.0.0/classes (added)
-
tags/3.0.0/classes/class-walktheweb.php (added)
-
tags/3.0.0/classes/class-wtw-forms.php (added)
-
tags/3.0.0/classes/class-wtw-functions.php (added)
-
tags/3.0.0/languages (added)
-
tags/3.0.0/license.txt (added)
-
tags/3.0.0/pages (added)
-
tags/3.0.0/pages/walktheweb_3dhosts.php (added)
-
tags/3.0.0/pages/walktheweb_3dwebsites.php (added)
-
tags/3.0.0/pages/walktheweb_about.php (added)
-
tags/3.0.0/pages/walktheweb_add3dhost.php (added)
-
tags/3.0.0/pages/walktheweb_add3dwebsite.php (added)
-
tags/3.0.0/pages/walktheweb_dashboard.php (added)
-
tags/3.0.0/pages/walktheweb_downloadavatar.php (added)
-
tags/3.0.0/pages/walktheweb_downloadbuilding.php (added)
-
tags/3.0.0/pages/walktheweb_downloadcommunity.php (added)
-
tags/3.0.0/pages/walktheweb_downloadthing.php (added)
-
tags/3.0.0/pages/walktheweb_marketplace.php (added)
-
tags/3.0.0/pages/walktheweb_wtw3dhost.php (added)
-
tags/3.0.0/readme.txt (added)
-
tags/3.0.0/uninstall.php (added)
-
tags/3.0.0/walktheweb.php (added)
-
trunk/assets/scripts/walktheweb_main.js (modified) (2 diffs)
-
trunk/license.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (7 diffs)
-
trunk/uninstall.php (modified) (1 diff)
-
trunk/walktheweb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
walktheweb/trunk/assets/scripts/walktheweb_main.js
r2819218 r3208818 1307 1307 ziframes = '0'; 1308 1308 } 1309 1310 1309 var zrequest = { 1311 1310 'wpinstanceid':btoa(zwpinstanceid), … … 1330 1329 'function':'createcommunityandbuilding' 1331 1330 }; 1332 1333 1331 walktheweb.postJSON(zhosturl + "connect/wordpress.php", zrequest, 1334 1332 function(zresponse) { -
walktheweb/trunk/license.txt
r2819218 r3208818 1 WalkTheWeb - 3D Internet WordPress Plugin2 3 Copyright 2013-2022 by HTTP3D Inc. and the contributors4 5 This program is free software; you can redistribute it and/or modify6 it under the terms of the GNU General Public License as published by7 the Free Software Foundation; either version 3 of the License, or8 (at your option) any later version.9 10 This program is distributed in the hope that it will be useful,11 but WITHOUT ANY WARRANTY; without even the implied warranty of12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 GNU General Public License for more details.14 15 You should have received a copy of the GNU General Public License16 along with this program; if not, write to the Free Software17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA18 https://www.gnu.org/licenses/gpl-3.0.txt19 20 This program incorporates work covered by the following copyright and21 permission notices:22 23 HTTP3D Inc. - WalkTheWeb - 3D Internet Hosting Software24 25 Copyright 2013-2023 by HTTP3D Inc. and the contributors26 27 WalkTheWeb is released under the GPL Version 328 Includes Permissions:29 Commercial Use30 Modification,31 Distribution,32 Patent Use,33 Private Use34 Does not Include the following Limitations:35 Trademark Use,36 Liability,37 Warranty38 Conditions:39 ** WalkTheWeb extends conditional Trademark Use of40 ** "https://3d" and "http://3d" in urls for websites:41 ** using this software and legal derivitives of this software only.42 License and Copyright notice,43 State Changes44 45 The source code for any program binaries or compressed scripts that are46 included with WalkTheWeb can be freely obtained at the following URLs:47 48 https://github.com/HTTP3D/WalkTheWeb-WordPress-Plugin49 https://github.com/HTTP3D/WalkTheWeb/ (3D Internet Hosting Software)50 51 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=52 1 GNU GENERAL PUBLIC LICENSE 53 2 Version 3, 29 June 2007 -
walktheweb/trunk/readme.txt
r2891872 r3208818 7 7 Requires at least: 4.7 8 8 Requires PHP: 5.2.4 9 Tested up to: 6. 210 Stable tag: 2.0.09 Tested up to: 6.7.1 10 Stable tag: 3.0.0 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html 13 13 WC requires at least: 3.3.0 14 WC tested up to: 7.014 WC tested up to: 9.4.3 15 15 16 16 WalkTheWeb is your opening into the 3D Internet Metaverse/Multiverse. WalkTheWeb allows you to put 3D Shopping Stores, using your existing WooCommerce online store, into a 3D Game environment in less than 5 minutes to give you more more Internet traffic and more sales! Join the 3D Internet now! … … 163 163 When you select one to download, it will prompt you for the WalkTheWeb server to send the request. After, when you log onto the server, the downloads will appear in the Download Queue on the Dashboard page under Admin Mode. If you are not logged in when requesting the download, you will need to access the 3D Website from the same computer to complete the download (IP Address based list). 164 164 165 WalkTheWeb has 3types of template downloads:165 WalkTheWeb has 4 types of template downloads: 166 166 167 167 - *3D Buildings*, which 3D Stores are a small number of select 3D Buildings from the many Shared 3D Building Templates. The 3D Buildings can be added to any 3D Scene to create 3D Internet Cities. … … 175 175 About WalkTheWeb provides many resources for using WalkTheWeb 3D Internet as well as contact information. 176 176 177 If you would like to contact Dr. Aaron Dishno, the founder and C EO of WalkTheWeb (HTTP3D Inc.), please use the Discord link. Aaron welcomes questions and suggestions for enhancements.177 If you would like to contact Dr. Aaron Dishno, the founder and CIO of WalkTheWeb (HTTP3D Inc.), please use the Discord link. Aaron welcomes questions and suggestions for enhancements. 178 178 179 179 … … 242 242 243 243 244 = Contact and Support =244 = Contact Us and Support = 245 245 246 246 We take pride in supporting all of our users with the best service possible. … … 255 255 Contact or ask Aaron questions on Discord: [https://discord.gg/MW7MG2t](https://discord.gg/MW7MG2t) 256 256 257 - GitHub: [https://github.com/HTTP3D/WalkTheWeb](https://github.com/HTTP3D/WalkTheWeb) 257 258 - YouTube: [WalkTheWeb3D](https://www.youtube.com/c/WalkTheWeb3d) 258 259 - LinkedIn: [WalkTheWeb](https://www.linkedin.com/in/walktheweb/) … … 313 314 == Changelog == 314 315 315 = 2.0.0 =316 - Complete new rewrite using all of the latest features of WalkTheWeb 3.5.4+.317 - Also see: [WalkTheWeb 3D Host Updates](https://github.com/HTTP3D/WalkTheWeb/releases)318 319 = 1.0.3 =320 - Fixed bug in new WalkTheWeb class function reference.321 322 = 1.0.2 =323 - Fixed bug in new WalkTheWeb user registration.324 325 = 1.0.1 =326 - Added HTTP Header support directly into plugin to allow the shopping cart to be placed in an iframe on your 3D Websites. There is no longer a need for an additional outside plugin to do this functionality.327 - Security was improved for connecting with the walktheweb.com API.328 329 316 = 1.0.0 = 330 317 - This is the first version of the 3D Store Wizard Installer. … … 332 319 - Also see: [WalkTheWeb 3D Browsing CMS release notes](https://www.walktheweb.com/community/walktheweb-3d-browsing-product-release-notes/). 333 320 321 = 1.0.1 = 322 - Added HTTP Header support directly into plugin to allow the shopping cart to be placed in an iframe on your 3D Websites. There is no longer a need for an additional outside plugin to do this functionality. 323 - Security was improved for connecting with the walktheweb.com API. 324 325 = 1.0.2 = 326 - Fixed bug in new WalkTheWeb user registration. 327 328 = 1.0.3 = 329 - Fixed bug in new WalkTheWeb class function reference. 330 331 = 2.0.0 = 332 - Complete new rewrite using all of the latest features of WalkTheWeb 3.5.4. 333 - Also see: [WalkTheWeb 3D Host Updates](https://github.com/HTTP3D/WalkTheWeb/releases) 334 335 = 2.0.0 = 336 - Complete new rewrite using all of the latest features of WalkTheWeb 3D Internet 3.5.4. 337 - Also see: [WalkTheWeb 3D Host Updates](https://github.com/HTTP3D/WalkTheWeb/releases) 338 334 339 == Upgrade Notice == 335 340 336 = 2.0.0 = 337 - Complete new rewrite using all of the latest features of WalkTheWeb 3D Internet 3.5.4+. 341 = 3.0.0 = 342 - Complete new rewrite using all of the latest features of WalkTheWeb 3D Internet 3.8.1. WalkTehWeb now supports hosting your own instance of WalkTheWeb as downloaded from GitHub. 343 - GitHub: [https://github.com/HTTP3D/WalkTheWeb](https://github.com/HTTP3D/WalkTheWeb) 338 344 - Also see: [WalkTheWeb 3D Host Updates](https://github.com/HTTP3D/WalkTheWeb/releases) -
walktheweb/trunk/uninstall.php
r2819218 r3208818 1 1 <?php 2 if (!defined('WP_UNINSTALL_PLUGIN')) exit; 2 if (!defined('WP_UNINSTALL_PLUGIN')) { 3 die; 4 } 3 5 if (!defined('ABSPATH')) exit; // Exit if accessed directly 4 6 5 global $wpdb;6 7 /* remove option settings */8 7 $blogid = get_current_blog_id(); 9 8 if (is_multisite()) { 10 delete_blog_option($blogid, 'walktheweb_activated');11 9 delete_blog_option($blogid, 'walktheweb_wpinstanceid'); 12 10 delete_blog_option($blogid, 'walktheweb_wookeyname'); 13 11 delete_blog_option($blogid, 'walktheweb_enablehttpheaders'); 14 12 delete_blog_option($blogid, 'walktheweb_version'); 15 delete_blog_option($blogid, 'walktheweb_db_version');16 13 } else { 17 delete_option('walktheweb_activated');18 14 delete_option('walktheweb_wpinstanceid'); 19 15 delete_option('walktheweb_wookeyname'); 20 16 delete_option('walktheweb_enablehttpheaders'); 21 17 delete_option('walktheweb_version'); 22 delete_option('walktheweb_db_version');23 18 } 24 25 /* remove any WooCommerce Key pairs created for WalkTheWeb 3D Websites */26 $zresults = $wpdb->query("select * from {$wpdb->prefix}walktheweb_3dwebsites;");27 foreach ($zresults as $zrow) {28 $wpdb->query("delete from {$wpdb->prefix}woocommerce_api_keys where key_id=".$zrow["wookeyid"].";");29 }30 31 /* delete WalkTheWeb tables */32 $wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}walktheweb_3dhosts" );33 $wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}walktheweb_3dwebsites" );34 $wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}walktheweb_errorlog" );35 36 19 ?> -
walktheweb/trunk/walktheweb.php
r2891872 r3208818 4 4 Plugin URI: https://wordpress.org/plugins/walktheweb/ 5 5 Description: WalkTheWeb is your opening into the 3D Internet Metaverse/Multiverse. WalkTheWeb allows you to put 3D Shopping Stores, using your existing WooCommerce online store, into a 3D Game environment in less than 5 minutes to give you more more Internet traffic and more sales! Join the 3D Internet now! 6 Version: 2.0.06 Version: 3.0.0 7 7 Author: WalkTheWeb 8 8 Author URI: https://www.walktheweb.com/ … … 11 11 Requires at least: 4.7 12 12 Requires PHP: 5.2.4 13 Tested up to: 6. 214 Stable tag: 2.0.013 Tested up to: 6.7.1 14 Stable tag: 3.0.0 15 15 WC requires at least: 3.3 16 WC tested up to: 7.017 Copyright: © 2013-202 2WalkTheWeb.16 WC tested up to: 9.4.3 17 Copyright: © 2013-2025 WalkTheWeb. 18 18 License: GPLv3 19 19 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.