Changeset 659974
- Timestamp:
- 01/28/2013 01:53:52 AM (13 years ago)
- Location:
- mechanic-visitor-counter/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-statsmechanic.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mechanic-visitor-counter/trunk/readme.txt
r650463 r659974 4 4 Tags: Visitor counter, visitor traffic, traffic statistics, traffic counter, blog stats, blog traffic, traffic count 5 5 Requires at least: 2.5 6 Tested up to: 3. 4.27 Stable tag: 2. 46 Tested up to: 3.5.1 7 Stable tag: 2.5 8 8 9 9 Mechanic 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. … … 95 95 = 2.4 = 96 96 97 fix total hits. Plug-in is now compatible upto wordpress version 3.4.2. 97 fix total hits and widget options. 98 99 = 2.5 = 100 101 Plug-in is now compatible upto wordpress version 3.4.2. 98 102 99 103 == Arbitrary section == -
mechanic-visitor-counter/trunk/wp-statsmechanic.php
r650463 r659974 2 2 /* 3 3 Plugin Name: Mechanic Visitor Counter 4 Plugin URI: http://www. balimechanicweb.net/24-products/wordpress/plugins/37-mechanic-visitor-counter4 Plugin URI: http://www.adityasubawa.com/blog/64/install-mechanic-visitor-counter-wordpress.html 5 5 Description: Mechanic Visitor Counter is a widgets which will display the Visitor counter and traffic statistics on WordPress. 6 Version: 2. 46 Version: 2.5 7 7 Author: Aditya Subawa 8 8 Author URI: http://www.adityasubawa.com … … 80 80 <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> 81 81 <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> 83 83 <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> 84 84 <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> … … 86 86 <p><p><label for="<?php echo $this->get_field_id('statsmechanic_align'); ?>"><?php _e('Plugins align? '); ?> 87 87 <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> 89 89 <option value="Left">Left</option> 90 90 <option value="Center">Center</option> … … 147 147 //align 148 148 ?> 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'> 150 150 <tr><?php echo $imgvisit ?><font color='<?php echo $fontcolor ?>' size='2'> Visit Today : <?php echo $pengunjung ?> </font></tr><br/> 151 151 <tr><?php echo $imgtotal ?><font color='<?php echo $fontcolor ?>' size='2'> Total Visit :<?php echo $totalpengunjung ?></font></tr><br/> … … 153 153 <tr><?php echo $imgtotalhits ?><font color='<?php echo $fontcolor ?>' size='2'> Total Hits :<?php echo $totalhits ?></font></tr><br/> 154 154 <tr><?php echo $imgonline ?><font color='<?php echo $fontcolor ?>' size='2'> Who's Online :<?php echo $pengunjungonline ?></font></tr><br/> 155 </table>< /div><br/><?php155 </table><br/><?php 156 156 if ($ipaddress) { ?> 157 157 <font color='<?php echo $fontcolor ?>' size='2'>Your IP : <?php echo $ip ?></font><br/> … … 167 167 <p style="font-size:10px;"> 168 168 Plugins by <a href="http://www.adityasubawa.com" title="Bali Web Design">Bali Web Design</a></p> 169 </div> 169 170 </div> 170 171 <?php } … … 189 190 echo '<h2>Plugin Options Mechanic Visitor Counter</h2><br/>'; 190 191 echo '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">192 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=adityasubawa", "popupwindow", "scrollbars=yes,width=550,height=520");return true"> 192 193 <p>Enter your email address: 193 194 <input type="text" style="width:140px" name="email"/> 194 <input type="hidden" value=" balimechanicblog" name="uri"/>195 <input type="hidden" value="adityasubawa" name="uri"/> 195 196 <input type="hidden" name="loc" value="en_US"/> 196 197 <input type="submit" value="Subscribe" /> 197 198 </p> 198 199 </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/>';200 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/adityasubawa" target="_blank">Twitter</a>.<br/>'; 200 201 echo '<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ZMEZEYTRBZP5N&lc=ID&item_name=Aditya%20Subawa&item_number=426267¤cy_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>'; 201 202
Note: See TracChangeset
for help on using the changeset viewer.