CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 12:40:26 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=0d1266927483ddfed3b6138f06902cddef493fe28076d71712cd25d776afd85aa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22OPOMqY5V-s1DIZ7abXpkEZ7ZvCTQrAhU%22%3B%7D; HttpOnly; Path=/
cf-ray: 98ce6d0d9b11f424-BLR
global.php - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function myplugin_activate()
- {
- global $wpdb;
- $q = "UPDATE {$wpdb->comments} SET user_id = '0'";
- $wpdb->query( $q );
- $query = "SELECT DISTINCT $wpdb->comments.comment_author, wp_users.ID FROM $wpdb->comments INNER JOIN wp_users ON ($wpdb->comments.comment_author = wp_users.display_name)";
- $comments_with_user = $wpdb->get_results( $query, ARRAY_A );
- foreach( $comments_with_user as $key => $value )
- {
- $q = "UPDATE {$wpdb->comments} SET user_id = {$value['ID']} WHERE comment_author = '{$value['comment_author']}'";
- $wpdb->query( $q );
- }
- return TRUE;
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 2 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 1
JavaScript | 3 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ P
JavaScript | 6 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 11 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ A
JavaScript | 14 sec ago | 0.24 KB
-
⭐⭐⭐ G2A Payment Exploit ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 22 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 6
JavaScript | 25 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 3
JavaScript | 36 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand