PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> Successes at spencerb.net



Successes

Sometimes battling through a difficult problem it is easy to take success for granted. As everyone knows (and maybe tired of hearing), I’ve been working on the server. It has been frustrating at times, but recently I have two things to show for it.

First, the file server is up and running and working fantastically.

Second, after about an entire day’s work, I got the print server up and running.

Now, I have to work on getting the web page up and finally getting Synergy to work.

@Dan Even running the server as administrator (sudo), Synergy still lagged like hell. I’m going to be more experimental in the upcoming weeks and try different machines and running the server on windows to the Linux client.

[?]
Share This

Related posts:

  1. Synergy Frustrations
  2. If you hate free time…
  3. Server Ambitions
  4. Linux USB Boot FTL
  5. Server Update (on the hardware side and a brief advocacy of webmin)
  1. Dan Schoppe posted the following on April 1, 2009 at 7:29 pm.

    Sounds like server things have been hard on you, but I would bet that you’re learning quite a bit as you go! Don’t take that for granted either, as this is far more important than the end goal of a file share, print server or even web page…


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It