Title: dunworking's Replies | WordPress.org

---

# dunworking

  [  ](https://wordpress.org/support/users/dunworking/)

 *   [Profile](https://wordpress.org/support/users/dunworking/)
 *   [Topics Started](https://wordpress.org/support/users/dunworking/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dunworking/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dunworking/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dunworking/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dunworking/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dunworking/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Weirdest SQL bug ever: REVERSE](https://wordpress.org/support/topic/weirdest-sql-bug-ever-reverse/)
 *  [dunworking](https://wordpress.org/support/users/dunworking/)
 * (@dunworking)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/weirdest-sql-bug-ever-reverse/#post-669065)
 * Me too ! All of a sudden it swapped things round….what is going on ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [User Online – how to show ALL the stats ?](https://wordpress.org/support/topic/user-online-how-to-show-all-the-stats/)
 *  Thread Starter [dunworking](https://wordpress.org/support/users/dunworking/)
 * (@dunworking)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/user-online-how-to-show-all-the-stats/#post-426100)
 * Don’t worry – I’ve installed a different plug in instead.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [User Online – how to show ALL the stats ?](https://wordpress.org/support/topic/user-online-how-to-show-all-the-stats/)
 *  Thread Starter [dunworking](https://wordpress.org/support/users/dunworking/)
 * (@dunworking)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/user-online-how-to-show-all-the-stats/#post-426057)
 * Thanks…but….there’s no instructions as to how to integrate the three PHP files
   so that members, guests and bots are shown all at once. It does show up when 
   you click the “1 user online” link, but I’d like it to show all the time. This
   is my sidebar.php at the moment. Any further help appreciated !!
 * <div id=”sidebar”>
    -  <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
    -  <!– Author information is disabled per default. Uncomment and fill in your
      details if you want to use it.
    - <h2>Author</h2>
       A little something about you, the author. Nothing lengthy,
      just an overview.
    -  –>
    - <h2>Live Shoutbox</h2>
       <?php jal_get_shoutbox(); ?> <?php /* If this is a
      404 page */ if (is_404()) { ?> <?php /* If this is a category archive */ }
      elseif (is_category()) { ?> You are currently browsing the archives for the
      <?php single_cat_title(”); ?> category.
    -  <?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
       You are
      currently browsing the /”><?php echo bloginfo(‘name’); ?>
       weblog archives
      
      for the day <?php the_time(‘l, F jS, Y’); ?>.
    -  <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
       You 
      are currently browsing the /”><?php echo bloginfo(‘name’); ?>
       weblog archives
      
      for <?php the_time(‘F, Y’); ?>.
    -  <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
       You are
      currently browsing the /”><?php echo bloginfo(‘name’); ?>
       weblog archives
      
      for the year <?php the_time(‘Y’); ?>.
    -  <?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
       You
      have searched the /”><?php echo bloginfo(‘name’); ?>
       weblog archives
       for**‘
      <?php echo wp_specialchars($s); ?>’**. If you are unable to find anything 
      in these search results, you can try one of these links.
    -  <?php /* If this is a monthly archive */ } elseif (isset($_GET[‘paged’]) &&!
      empty($_GET[‘paged’])) { ?>
       You are currently browsing the /”><?php echo 
      bloginfo(‘name’); ?>
       weblog archives.
    -  <?php } ?>
    -  <?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
    - <h2>Archives</h2>
 *  -  <?php wp_get_archives(‘type=monthly’); ?>
 * <?php if (function_exists(‘useronline’)): ?>
    -  <h2>UserOnline</h2>
 *  - <div id=”useronline-count”><?php get_useronline(); ?></div>
 * <?php endif; ?>
    - <h2>Categories</h2>
 *  -  <?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
 *  <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
    <?php
   get_links_list(); ?>
    - <h2>Meta</h2>
 *  -  <?php wp_register(); ?>
    - <?php wp_loginout(); ?>
    - [Valid XHTML](http://validator.w3.org/check/referer)
    - [XFN](http://gmpg.org/xfn/)
    - [WordPress](http://wordpress.org/)
    -  <?php wp_meta(); ?>
 *  <?php } ?>
 *  </div>
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Installation for a MYSQL newbie](https://wordpress.org/support/topic/installation-for-a-mysql-newbie/)
 *  Thread Starter [dunworking](https://wordpress.org/support/users/dunworking/)
 * (@dunworking)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/installation-for-a-mysql-newbie/#post-421226)
 * DOn’t worry…problem solved…another typo on my “wp-config file”…d’oh !
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Installation for a MYSQL newbie](https://wordpress.org/support/topic/installation-for-a-mysql-newbie/)
 *  Thread Starter [dunworking](https://wordpress.org/support/users/dunworking/)
 * (@dunworking)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/installation-for-a-mysql-newbie/#post-421204)
 * Thanks for that. Checked the wp-config file and you’re right, it was a typo on
   my part. But…now I get the following error …
 * Can’t select database
 * We were able to connect to the database server (which means your username and
   password is okay) but not able to select the [my database name as supplied by
   1and1] database.
 *  * Are you sure it exists?
    * On some systems the name of your database is prefixed
   with your username, so it would be like username_wordpress. Could that be the
   problem?
 * If you don’t know how to setup a database you should contact your host. If all
   else fails you may find help at the WordPress Support Forums.
 * ANyone know how I set up the database on 1and1 if they don’t do it automatically
   for you ? (I have cookies !)

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