Changeset 2800930
- Timestamp:
- 10/19/2022 12:48:26 AM (3 years ago)
- Location:
- tc-room-spy/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
room-spy.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tc-room-spy/trunk/readme.txt
r2789759 r2800930 4 4 Donate link: https://www.paypal.me/RuddernationDesigns 5 5 Tags: Tinychat room spy, Tinychat api, room spy, wordpress chat, wordpress video chat, Tinychat, Tinychat roomspy, roomspy 6 Requires at least: 2.07 Tested up to: 6.0. 28 Stable tag: 1. 3.96 Requires at least: 4.0 7 Tested up to: 6.0.3 8 Stable tag: 1.4.0 9 9 License: GNU3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html -
tc-room-spy/trunk/room-spy.php
r2789759 r2800930 6 6 * Author URI: https://profiles.wordpress.org/ruddernationdesigns 7 7 * Description: You can use this to search Tinychat profiles/rooms, This contains no CSS! So you may need to add your own custom CSS. 8 * Requires at least: WordPress 2.09 * Tested up to: 6.0. 210 * Version: 1. 3.98 * Requires at least: WordPress 4.0 9 * Tested up to: 6.0.3 10 * Version: 1.4.0 11 11 * License: GNUv3 12 12 * License URI: https://www.gnu.org/licenses/gpl-3.0.en.html 13 * Date: 25th September 202213 * Date: 19th October 2022 14 14 */ 15 define('COMPARE_VERSION', '1.3. 8');15 define('COMPARE_VERSION', '1.3.9'); 16 16 defined( 'ABSPATH' ) or die( 'Greetings & salutations' ); 17 17 register_activation_hook(__FILE__, 'rndtc_room_spy_install'); … … 108 108 echo '<br><strong>Age: ' .$new["age"].'</strong></strong>'; 109 109 echo '<br><strong>Location: ' .$new["location"].'</strong>'; 110 if (!empty($new["role"] == "")) 110 //No need for this but it's here as an example. 111 /* if (!empty($new["role"] == "")) 111 112 { 112 113 echo '<br><strong>Membership: Extreme'; 113 } 114 else 114 } 115 else*/ 115 116 echo '<br><strong>Membership: ' .$new["role"].'</strong>'; 116 117 echo '<br><strong>Points: ' .$new["giftpoints"]." - ".'To Next Level: '.$new["percentToNextAchieve"].'%</p></strong>';
Note: See TracChangeset
for help on using the changeset viewer.