Plugin Directory

Changeset 659974


Ignore:
Timestamp:
01/28/2013 01:53:52 AM (13 years ago)
Author:
adityasubawa
Message:

upgrade to 3.51 WP version

Location:
mechanic-visitor-counter/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mechanic-visitor-counter/trunk/readme.txt

    r650463 r659974  
    44Tags: Visitor counter, visitor traffic, traffic statistics, traffic counter, blog stats, blog traffic, traffic count
    55Requires at least: 2.5
    6 Tested up to: 3.4.2
    7 Stable tag: 2.4
     6Tested up to: 3.5.1
     7Stable tag: 2.5
    88
    99Mechanic Visitor Counter is a widgets which will display the Visitor counter and traffic statistics on WordPress. Some of the features offered include Today Visitor, Today Hits, Total Hits, Total Visit, Who's Online and IP Address Visitors.
     
    9595= 2.4 =
    9696
    97 fix total hits. Plug-in is now compatible upto wordpress version 3.4.2.
     97fix total hits and widget options.
     98
     99= 2.5 =
     100
     101Plug-in is now compatible upto wordpress version 3.4.2.
    98102
    99103== Arbitrary section ==
  • mechanic-visitor-counter/trunk/wp-statsmechanic.php

    r650463 r659974  
    22/*
    33Plugin Name: Mechanic Visitor Counter
    4 Plugin URI: http://www.balimechanicweb.net/24-products/wordpress/plugins/37-mechanic-visitor-counter
     4Plugin URI: http://www.adityasubawa.com/blog/64/install-mechanic-visitor-counter-wordpress.html
    55Description: Mechanic Visitor Counter is a widgets which will display the Visitor counter and traffic statistics on WordPress.
    6 Version: 2.4
     6Version: 2.5
    77Author: Aditya Subawa
    88Author URI: http://www.adityasubawa.com
     
    8080<p><label for="<?php echo $this->get_field_id('font_color'); ?>">Font Color: <input class="widefat" id="<?php echo $this->get_field_id('font_color'); ?>" name="<?php echo $this->get_field_name('font_color'); ?>" type="text" value="<?php echo $instance['font_color']; ?>" /></label></p>
    8181<p><font size='2'>To change the font color, fill the field with the HTML color code. example: #333 </font></p>
    82 <p><font size='2'><a href="http://blog.balimechanicweb.net/html-color-code/" target="_blank">Click here</a> to select another color variation.</font></p>
     82<p><font size='2'><a href="http://www.adityasubawa.com/colorpickers.php" target="_blank">Click here</a> to select another color variation.</font></p>
    8383<p><label for="<?php echo $this->get_field_id('ip_display'); ?>"><?php _e('Enable IP address display? '); ?><input type="checkbox" class="checkbox" <?php checked( $instance['ip_display'], 'on' ); ?> id="<?php echo $this->get_field_id('ip_display'); ?>" name="<?php echo $this->get_field_name('ip_display'); ?>" /></label></p>
    8484<p><label for="<?php echo $this->get_field_id('server_time'); ?>"><?php _e('Enable Server Time display? '); ?><input type="checkbox" class="checkbox" <?php checked( $instance['server_time'], 'on' ); ?> id="<?php echo $this->get_field_id('server_time'); ?>" name="<?php echo $this->get_field_name('server_time'); ?>" /></label></p>
     
    8686<p><p><label for="<?php echo $this->get_field_id('statsmechanic_align'); ?>"><?php _e('Plugins align? '); ?>
    8787        <select class="select" id="<?php echo $this->get_field_id('statsmechanic_align'); ?>" name="<?php echo $this->get_field_name('statsmechanic_align'); ?>" selected="<?php echo $instance['statsmechanic_align']; ?>">
    88           <option value="<?php echo $instance['statsmechanic_align']; ?>" selected="<?php echo $instance['statsmechanic_align']; ?>"></option>
     88          <option value="<?php echo $instance['statsmechanic_align']; ?>"><?php echo $instance['statsmechanic_align']; ?></option>
    8989          <option value="Left">Left</option>
    9090          <option value="Center">Center</option>
     
    147147                    //align
    148148                    ?>
    149               <div align="<?php echo $align ?>"><?php echo $tothitsgbr ?><br/><br/><div><table width='100'>
     149              <div align="<?php echo $align ?>"><?php echo $tothitsgbr ?><br/><br/><div id="twidget"><table width='100'>
    150150              <tr><?php echo $imgvisit ?><font color='<?php echo $fontcolor ?>' size='2'> Visit Today : <?php echo $pengunjung ?> </font></tr><br/>
    151151              <tr><?php echo $imgtotal ?><font color='<?php echo $fontcolor ?>' size='2'> Total Visit :<?php echo $totalpengunjung ?></font></tr><br/>
     
    153153              <tr><?php echo $imgtotalhits ?><font color='<?php echo $fontcolor ?>' size='2'> Total Hits :<?php echo $totalhits ?></font></tr><br/>
    154154              <tr><?php echo $imgonline ?><font color='<?php echo $fontcolor ?>' size='2'> Who's Online :<?php echo $pengunjungonline ?></font></tr><br/>
    155               </table></div><br/><?php
     155              </table><br/><?php
    156156              if ($ipaddress) { ?>
    157157                    <font color='<?php echo $fontcolor ?>' size='2'>Your IP : <?php echo $ip ?></font><br/>
     
    167167            <p style="font-size:10px;">
    168168                Plugins by <a href="http://www.adityasubawa.com" title="Bali Web Design">Bali Web Design</a></p>
     169                </div>
    169170            </div>
    170171            <?php }
     
    189190echo '<h2>Plugin Options Mechanic Visitor Counter</h2><br/>';
    190191echo 'Join our mailing list for tips, tricks, and Website secrets.';
    191 echo '<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open("http://feedburner.google.com/fb/a/mailverify?uri=balimechanicblog", "popupwindow", "scrollbars=yes,width=550,height=520");return true">
     192echo '<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open("http://feedburner.google.com/fb/a/mailverify?uri=adityasubawa", "popupwindow", "scrollbars=yes,width=550,height=520");return true">
    192193  <p>Enter your email address:
    193194    <input type="text" style="width:140px" name="email"/>
    194     <input type="hidden" value="balimechanicblog" name="uri"/>
     195    <input type="hidden" value="adityasubawa" name="uri"/>
    195196    <input type="hidden" name="loc" value="en_US"/>
    196197    <input type="submit" value="Subscribe" />
    197198  </p>
    198199  </form>';
    199 echo 'If you like and helped with our plugins, please donate to the developer. how much your nominal will help developers to develop these plugins. Also, dont forget to follow us on <a href="http://www.twitter.com/balimechanicweb" target="_blank">Twitter</a>.<br/>';
     200echo 'If you like and helped with our plugins, please donate to the developer. how much your nominal will help developers to develop these plugins. Also, dont forget to follow us on <a href="http://www.twitter.com/adityasubawa" target="_blank">Twitter</a>.<br/>';
    200201echo '<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ZMEZEYTRBZP5N&lc=ID&item_name=Aditya%20Subawa&item_number=426267&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted" target="_blank"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="Donate" /></a></p>';
    201202
Note: See TracChangeset for help on using the changeset viewer.