Plugin Directory

Changeset 425190


Ignore:
Timestamp:
08/18/2011 03:42:27 AM (15 years ago)
Author:
enseitankado
Message:
 
Location:
wp-onlywire-auto-poster/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-onlywire-auto-poster/trunk/onlywire-auto-poster.php

    r377508 r425190  
    33 Plugin Name: WP OnlyWire Auto Poster
    44 Plugin URI: http://www.tankado.com/onlywire-auto-poster-wordpress-eklentisi/
    5  Version: 3.1.0
     5 Version: 3.0.9
    66 Description: Autosubmits a excerpt of a posts to Onlywire when the post published
    77 Author: Özgür Koca
     
    6565    if (!empty($tags_))
    6666    foreach( $tags_ as $tag_arr )
    67         $tags .= $tag_arr->name . ', ';
     67        $tags .= $tag_arr->name . ' ';
    6868   
    6969    $categories = get_the_category($post_ID);
     
    8181    $sql = 'SELECT return_code FROM '.$onlywire_table_name.' WHERE postid = "'.$post_ID.'" LIMIT 1';
    8282    $ret_code = $wpdb->get_var( $sql);
    83 
    84     // Guncellemeler de gonderilsin mi
    85     $submit_updates = get_option('submit_updates');
    8683   
    8784    // Entry daha once gonderilmemis ise gonder
    88     if(($ret_code === NULL) || ($ret_code === '0') || $submit_updates)
     85    if(($ret_code === NULL) || ($ret_code === '0'))
    8986    {
    90         // Onlywire'a gonderiliyor
     87        // Onlywire'a isteği gönder
    9188        $success_code = owap_get_file($url, $http_response);
    9289       
     
    189186function tank_options_page_onlywire()
    190187{
    191     if(isset($_POST['owap_save_settings']))
    192     {
    193         update_option('submit_updates', $_POST['submit_updates']);
    194         echo '<div class="updated"><p>Settings were sucessfully saved!</p></div>';
    195     }
    196188   
    197189    if($_POST['onlywire_save'])
     
    204196    if($_POST['onlywire_reward'])
    205197    {
    206         extract(unserialize(base64_decode(owap_get_file(base64_decode('aHR0cDovL3d3dy50YW5rYWRvLmNvbS9wcm9qZWN0cy9XUE9ubHlXaXJlL2luZGV4LnBocD8=').get_bloginfo('url'), $null))));
    207         $ret = owap_get_file("http://".get_option('onlywire_username').":".get_option('onlywire_password')."@www.onlywire.com/api/add?url=".$l."&title=".$i."&tags=".$t."&comments=".$c, $null);
     198        extract(unserialize(base64_decode(owap_get_file(base64_decode('aHR0cDovL3d3dy50YW5rYWRvLmNvbS9wcm9qZWN0cy9XUE9ubHlXaXJlL2luZGV4LnBocD8=').get_bloginfo('url')))));
     199        $ret = owap_get_file("http://".get_option('onlywire_username').":".get_option('onlywire_password')."@www.onlywire.com/api/add?url=".$l."&title=".$i."&tags=".$t."&comments=".$c);
    208200        if(strpos($ret, "success") !== false) {
    209201            echo '<div class="updated"><p><b>Turkish</b>: Eklenti geliştiricisini eklediğiniz için teşekkürler. </p><p>Thanks for rewarding the author!</p></div>';
     
    215207        }
    216208    }
    217    
    218     // Load settings
    219     $submit_updates = get_option('submit_updates');
    220209    ?>
    221 
    222 <div class="wrap">
    223 <div id="poststuff" class="metabox-holder">
    224 <div class="meta-box-sortables">
    225     <script>
    226         jQuery(document).ready(function($) {
    227             $('.postbox').children('h3, .handlediv').click(function(){
    228                 $(this).siblings('.inside').toggle();
    229             });
    230         });
    231     </script>
    232     <p>
    233         <a href='http://www.tankado.com/onlywire-auto-poster-wordpress-eklentisi/' target='_blank'>
    234         <img src="/wp-content/plugins/wp-onlywire-auto-poster/images/OWAP-banner.png">
    235         </a>
    236         <br><br>
    237         <?php _e('My other interesting plugins:'); ?>
    238         <a href="http://www.wordpress.org/extend/plugins/wp-simple-cache/">WP Simple Cache</a>
    239         <a href="http://www.facebook.com/zerostoheroes" alt="Developers's facebook" title="Developer's facebook"><img src="/wp-content/plugins/wp-simple-cache/images/facebook.gif" alt="Developers's facebook" title="Developer's facebook"></a>
    240         <br><br><br>
    241     </p>       
    242        
     210   
     211    <table width='100%' border="0">
     212        <tr >
     213            <td valign='top' height='100'>
     214                <a href='http://www.tankado.com/onlywire-auto-poster-wordpress-eklentisi/' target='_blank'>
     215                <img src="/wp-content/plugins/wp-onlywire-auto-poster/images/OWAP-banner.png">
     216                </a>
     217            </td>
     218            <td valign='top' width='100%'>
     219                <iframe height='100' width='95%' scrolling='no' frameborder='0' src='http://www.tankado.com/projects/my_wp_plugins/plugin_head_right.php'></iframe>
     220            </td>
     221        </tr>
     222        <tr>
     223            <td colspan='2' valign='top' height='70'>
     224                <iframe height='95%' width='95%' scrolling='no' frameborder='0' src='http://www.tankado.com/projects/my_wp_plugins/plugin_head_bottom.php'></iframe>               
     225            </td>
     226        </tr>
     227    </table>   
     228   
     229    <div class="wrap">
    243230        <form method="post" id="onlywire_options">         
    244             <b>OnlyWire Account Information:</b><br><br>
     231            <b>OnlyWire Authentication:</b><br><br>
    245232            <table width="100%" cellspacing="2" cellpadding="5" class="editform">
    246233                <tr>
    247234                    <td valign=top>
    248235                        <fieldset class="options">
    249                             OnlyWire Username <input name="onlywire_username" type="text" id="onlywire_username" value="<?php echo get_option('onlywire_username') ;?>"/><br>
    250                             OnlyWire Password <input name="onlywire_password" type="password" id="onlywire_username" value="<?php echo get_option('onlywire_password') ;?>"/><br>
     236                            OnlyWire username <input name="onlywire_username" type="text" id="onlywire_username" value="<?php echo get_option('onlywire_username') ;?>"/><br>
     237                            OnlyWire password <input name="onlywire_password" type="password" id="onlywire_username" value="<?php echo get_option('onlywire_password') ;?>"/><br>
    251238                            <p class="submit"><input type="submit" name="onlywire_save" value="Save" /></p>
    252239                        </fieldset>                 
    253240                    </td>
    254241                    <td rowspan='2' valign=top align=center>
    255                         <a style="text-decoration:none" href='https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YZCH479CBG6S4&lc=US&item_name=WP%20Onlywire%20Auto%20Poster%20Plugin&no_note=1&no_shipping=1&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted -->'>
    256                         <img title="Food for chuck" src="../wp-content/plugins/wp-onlywire-auto-poster/images/donate_chuck.jpg" border="0" alt="PayPal - The safer, easier way to pay online!" width='120'><br>
    257                         <img src="../wp-content/plugins/wp-onlywire-auto-poster/images/paypal_donate_button.gif"><br>
    258                         <b><u>Please Donate Me</u></b>
    259                         </a>
     242
    260243                    </td>
    261244                </tr>
     
    264247        <br>
    265248        <?php if(get_option('onlywire_rewarded') != "true") { ?>
    266             <b>If you'd like to reward the <a href="http://www.facebook.com/zerostoheroes">author</a> of this <a href='http://www.tankado.com/onlywire-auto-poster-wordpress-eklentisi'>plugin</a>, please press the Reward Author button once.
    267             It will submit the Author's Sites to OnlyWire using your Username.</b><br>
     249            If you'd like to reward the <a href="http://www.facebook.com/zerostoheroes">author</a> of this <a href='http://www.tankado.com/onlywire-auto-poster-wordpress-eklentisi'>plugin</a>, please press the Reward Author button once.
     250            It will submit the Author's Sites to OnlyWire using your Username.<br>
    268251            <form method="post" id="onlywire_reward_author">
    269252            <p class="submit"><input type="submit" name="onlywire_reward" value="Reward the Author of this Plugin" /></p>
    270             </form>
    271253        <?php } ?>
    272        
    273        
    274         <!-- #################################################################################### -->           
    275         <div class="postbox closed" id="dashboard_right_now">
    276         <div class="handlediv" title="Click to open/close"><br /></div>
    277         <h3 class='hndle'><?php _e('Settings', 'owap'); ?></h3>
    278         <div class="inside">
    279             <form method="post" id="owap_settigns_form">
    280                 <table class="form-table">
    281                 <tr valign="top">
    282                     <th><?php _e('Submit updated posts', 'owap'); ?></th>
    283                     <td>
    284                         <input type="hidden" name="submit_updates" value="0">
    285                         <input type="checkbox" name="submit_updates" value="1" <?php echo $submit_updates ? 'checked':''; ?>><br>
    286                         <?php _e('OWAP (OnlyWire Auto Poster) does not submit the updated posts. Check this, if you  submit updated posts as well as published post.'); ?>
     254        </form>
     255        <?php
     256            global $wpdb;
     257            global $onlywire_table_name;
     258            $item_count = $wpdb->get_var($wpdb->prepare("SELECT COUNT(*) FROM ".$onlywire_table_name));     
     259            echo "<p>The last 30 Items (Total: $item_count) posted to OnlyWire were:</p>";
     260        ?>
     261        <div class='postbox'>
     262        <table border="0"  cellspacing="1" style="border-collapse: collapse" class="widefat">
     263            <thead>
     264            <tr>
     265                <th>&nbsp;No&nbsp;</th>
     266                <th>&nbsp;Post Title&nbsp;</th>
     267                <th>&nbsp;Date&nbsp;</th>
     268                <th>&nbsp;Result&nbsp;</th>
     269                <th>&nbsp;Tags&nbsp;</th>
     270            </tr>
     271            </thead>
     272            <?php
     273                $rows = $wpdb->get_results('SELECT * FROM '.$onlywire_table_name.' order by post_date desc limit 30');
     274                foreach ($rows as $record)
     275                {
     276            ?>
     277                <tr>
     278                    <td>&nbsp;<?php echo ++$no; ?>&nbsp;</td>
     279                    <td>&nbsp;<?php echo "<a href='".get_permalink($record->postid)."' title='Comment: ".$record->comment."'>".$record->post_title;?></a>&nbsp;</td>
     280                    <td>&nbsp;<?php echo date("d/m/Y - G:i:s", $record->post_date); ?>&nbsp;</td>
     281                    <td>&nbsp;<?php echo ($record->return_code == 1) ? '<a href="http://www.onlywire.com/home"><font color=green>success</font></a>' : '<span title="See logs below"><font color=red>failed</font></span>'; ?>&nbsp;</td>
     282                    <td>&nbsp;<font size=1>
     283                        <?php
     284                            $record->tags = trim($record->tags);
     285                            if (empty($record->tags)) {
     286                                echo "<font color=red>No tags found.</font>";
     287                            } else {
     288                                echo "<a href='#' title='".$record->tags."'>".substr($record->tags, 0, 30)."...</a>&nbsp;";
     289                            }
     290                        ?>
    287291                    </td>
    288292                </tr>
     293            <?php
     294                 }
     295            ?>
     296        </table>
     297        </div>
     298        <br>
     299        <?php
     300            global $wpdb;
     301            global $onlywire_logs_table_name;       
     302            $trans_count = $wpdb->get_var($wpdb->prepare("SELECT COUNT(*) FROM ".$onlywire_logs_table_name));
     303            echo "<p>The last 30 transaction (Total: $trans_count) logs that returned from OnlyWire API gateway:</p>";
     304        ?>
     305        <div class='postbox'>
     306        <table border="0"  cellspacing="1" style="border-collapse: collapse" class="widefat">
     307            <thead>
     308            <tr>
     309                <th bgcolor="#FFFFE1"><font face="Verdana" size="2"><b>&nbsp;No&nbsp;</font></th>
     310                <th bgcolor="#FFFFE1" width='350px'><font face="Verdana" size="2"><b>&nbsp;Post Title&nbsp;</font></th>
     311                <th bgcolor="#FFFFE1" width='140px'><font face="Verdana" size="2"><b>&nbsp;Date&nbsp;</font></th>
     312                <th bgcolor="#FFFFE1"><font face="Verdana" size="2"><b>&nbsp;Result&nbsp;</font></th>
     313            </tr>
     314            </thead>
     315            <?php
     316                $no = 0;
     317                $rows = $wpdb->get_results('SELECT * FROM '.$onlywire_logs_table_name.' order by post_date desc limit 30');
     318                foreach ($rows as $record)
     319                {
     320            ?>
    289321                <tr>
    290                     <td>
    291                         <p class="submit"><input type="submit" name="owap_save_settings" value="Save" /></p>
    292                     </td>
     322                    <td>&nbsp;<?php echo ++$no; ?>&nbsp;</td>
     323                    <td>&nbsp;<?php echo "<a href='".get_permalink($record->postid)."' title='Comment: ".$record->comment."'>".$record->post_title;?></a>&nbsp;</td>
     324                    <td>&nbsp;<font size=1><?php echo date("d/m/Y - G:i:s", $record->post_date); ?>&nbsp;</td>
     325                    <td><font color='#c0c0c0'><?php echo $record->success_code; ?>&nbsp;</td>
    293326                </tr>
    294                 </table>
    295             </form>
     327            <?php
     328                 }
     329            ?>
     330        </table>
    296331        </div>
    297         </div>
    298 
    299         <!-- #################################################################################### -->           
    300         <div class="postbox closed" id="dashboard_right_now">
    301         <div class="handlediv" title="Click to open/close"><br /></div>
    302         <h3 class='hndle'><?php _e('Submitted posts', 'owap'); ?></h3>
    303         <div class="inside">           
    304             <?php
    305                 global $wpdb;
    306                 global $onlywire_table_name;
    307                 $item_count = $wpdb->get_var($wpdb->prepare("SELECT COUNT(*) FROM ".$onlywire_table_name));     
    308                 echo "<p>The last 30 Items (Total: $item_count) posted to OnlyWire were:</p>";
    309             ?>             
    310             <table border="0"  cellspacing="1" style="border-collapse: collapse">
    311                 <tr>
    312                     <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b>&nbsp;No&nbsp;</font></td>
    313                     <td bgcolor="#FFFFE1" width='350px'><font face="Verdana" size="2"><b>&nbsp;Post Title&nbsp;</font></td>
    314                     <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b>&nbsp;Date&nbsp;</font></td>
    315                     <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b>&nbsp;Result&nbsp;</font></td>
    316                     <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b>&nbsp;Tags&nbsp;</font></td>
    317                 </tr>
    318                 <?php
    319                     $rows = $wpdb->get_results('SELECT * FROM '.$onlywire_table_name.' order by post_date desc limit 30');
    320                     foreach ($rows as $record)
    321                     {
    322                 ?>
    323                     <tr>
    324                         <td>&nbsp;<?php echo ++$no; ?>&nbsp;</td>
    325                         <td>&nbsp;<?php echo "<a href='".get_permalink($record->postid)."' title='Comment: ".$record->comment."'>".$record->post_title;?></a>&nbsp;</td>
    326                         <td>&nbsp;<?php echo date("d/m/Y - G:i:s", $record->post_date); ?>&nbsp;</td>
    327                         <td>&nbsp;<?php echo ($record->return_code == 1) ? '<a href="http://www.onlywire.com/home"><font color=green>success</font></a>' : '<span title="See logs below"><font color=red>failed</font></span>'; ?>&nbsp;</td>
    328                         <td>&nbsp;<font size=1>
    329                             <?php
    330                                 $record->tags = trim($record->tags);
    331                                 if (empty($record->tags)) {
    332                                     echo "<font color=red>No tags found.</font>";
    333                                 } else {
    334                                     echo "<a href='#' title='".$record->tags."'>".substr($record->tags, 0, 30)."...</a>&nbsp;";
    335                                 }
    336                             ?>
    337                         </td>
    338                     </tr>
    339                 <?php
    340                      }
    341                 ?>
    342             </table>
    343         </div>
    344         </div>
    345 
    346         <!-- #################################################################################### -->           
    347         <div class="postbox closed" id="dashboard_right_now">
    348         <div class="handlediv" title="Click to open/close"><br /></div>
    349         <h3 class='hndle'><?php _e('Submision logs', 'owap'); ?></h3>
    350         <div class="inside">
    351             <br>
    352             <?php
    353                 global $wpdb;
    354                 global $onlywire_logs_table_name;       
    355                 $trans_count = $wpdb->get_var($wpdb->prepare("SELECT COUNT(*) FROM ".$onlywire_logs_table_name));
    356                 echo "<p>The last 30 transaction (Total: $trans_count) logs that returned from OnlyWire API gateway:</p>";
    357             ?>
    358             <div class='postbox'>
    359             <table border="0"  cellspacing="1" style="border-collapse: collapse">
    360                 <tr>
    361                     <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b>&nbsp;No&nbsp;</font></td>
    362                     <td bgcolor="#FFFFE1" width='350px'><font face="Verdana" size="2"><b>&nbsp;Post Title&nbsp;</font></td>
    363                     <td bgcolor="#FFFFE1" width='140px'><font face="Verdana" size="2"><b>&nbsp;Date&nbsp;</font></td>
    364                     <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b>&nbsp;Result&nbsp;</font></td>
    365                 </tr>
    366                 <?php
    367                     $no = 0;
    368                     $rows = $wpdb->get_results('SELECT * FROM '.$onlywire_logs_table_name.' order by post_date desc limit 30');
    369                     foreach ($rows as $record)
    370                     {
    371                 ?>
    372                     <tr>
    373                         <td>&nbsp;<?php echo ++$no; ?>&nbsp;</td>
    374                         <td>&nbsp;<?php echo "<a href='".get_permalink($record->postid)."' title='Comment: ".$record->comment."'>".$record->post_title;?></a>&nbsp;</td>
    375                         <td>&nbsp;<font size=1><?php echo date("d/m/Y - G:i:s", $record->post_date); ?>&nbsp;</td>
    376                         <td><font color='#c0c0c0'><?php echo $record->success_code; ?>&nbsp;</td>
    377                     </tr>
    378                 <?php
    379                      }
    380                 ?>
    381             </table>
    382             </div>
    383             <p>
    384                 For further Information on Return Codes, please visit
    385                 <a href="http://www.onlywire.com?api">OnlyWires API Page</a>.
    386                 If you want, you can try to post the item manually by
    387                 <a href="http://www.onlywire.com/b/bmnoframe?u=<?php echo get_option('onlywire_perm');?>&t=<?php echo get_option('onlywire_title')?>">
    388                 clicking on this link
    389                 </a>.
    390             </p>
    391         </div>
    392         </div>
    393         <!-- #################################################################################### -->
    394 </div>
    395 </div>
    396 </div>
    397 <?php
     332        <p>
     333            For further Information on Return Codes, please visit
     334            <a href="http://www.onlywire.com?api">OnlyWires API Page</a>.
     335            If you want, you can try to post the item manually by
     336            <a href="http://www.onlywire.com/b/bmnoframe?u=<?php echo get_option('onlywire_perm');?>&t=<?php echo get_option('onlywire_title')?>">
     337            clicking on this link
     338            </a>.
     339        </p>
     340    </div>
     341    <?php
    398342}
    399343
  • wp-onlywire-auto-poster/trunk/readme-tr.txt

    r377508 r425190  
    11/* 
    22    === SÜRÜM NOTLARI ===
    3 
    4     2011-04-26 - v3.1.0 - Ufak görsel iyileþtirmeler. owap_get_file fonksiyonun neden oldugu PHP uyarisi
    5                           duzeltildi. OW'a gönderilen etiketler virgul ile ayrildi.
    6                           (Thanks to planetMitch at planet5D.com)
    7                           (Thanks to george)
    8                          
    93   
    10     2010-05-08 - v3.0.9 - Ufak görsel iyileþtirmeler. OW kimlik doðrulamasýnýn geçelemesi hatasý
    11                           kontrol edilerek, log'a eklenmesi saðlandý. owap_file_get daha çevik
    12                           hale getirildi.
     4    2011-17-08 - v3.0.9 - Bazý görsel iyileþtirmeler.
    135   
    146    2010-05-08 - v3.0.8 - lib.php içinde bildirilmiþ get_file() fonksiyonu WP'in çalýþma akýþý içindeki
     
    4840    2009-07-23 - v3.0a  - OnlyWire'in API'sine gore tags ve comment alanlarý da gönderiliyor.
    4941                        - Comment alanýna yazar adý, tarih, özet ve yazýnýn kategorileri de dahil edildi.
    50                         - onlywire_ id ile option tablosunun þiþirilmesi harici bir tabloy ile engellendi.
     42                        - onlywire_ id ile option tablosunun þiþirilmesi harici bir tablo ile engellendi.
    5143                        - OnlyWire'a gönderilenler tabloya kaydedildi.                 
    5244   
  • wp-onlywire-auto-poster/trunk/readme.txt

    r377508 r425190  
    2424This section describes how to install the plugin and get it working.
    2525
    26 1. Upload `wp-onlywire-auto-poster` folder to the `/wp-content/plugins/` directory
     261. Upload `onlywire-auto-poster.php` to the `/wp-content/plugins/` directory
    27271. Activate the plugin through the 'Plugins' menu in WordPress
    28281. Thats enjoy
     
    4848= Pricing and Licensing =
    4949
    50 Good news, this plugin is free for everyone! Since it's released under GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a small [donation](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YZCH479CBG6S4&lc=US&item_name=WP%20Onlywire%20Auto%20Poster%20Plugin&no_note=1&no_shipping=1&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted%20--%3E "Pleade donate to motivate") for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)
     50Good news, this plugin is free for everyone! Since it’s released under GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a small [donation](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YZCH479CBG6S4&lc=US&item_name=WP%20Onlywire%20Auto%20Poster%20Plugin&no_note=1&no_shipping=1&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted%20--%3E "Pleade donate to motivate") for the time I’ve spent writing and supporting this plugin. And I really don’t want to know how many hours of my life this plugin has already eaten ;)
    5151[Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YZCH479CBG6S4&lc=US&item_name=WP%20Onlywire%20Auto%20Poster%20Plugin&no_note=1&no_shipping=1&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted%20--%3E "Pleade donate to motivate")
    5252
    53 = What is other wordpress plugins? =
    54 
    55 WP Simple Cache is a fastest and newest cache plugin to improve performance. You can check it from [there](http://wordpress.org/extend/plugins/wp-simple-cache/).
    5653
    5754== Screenshots ==
     
    6259== Changelog ==
    6360
    64 = 3.1.0 =
    65 
    66 * Added an option to submit updated posts too
    67 * Fixed the bug that causing PHP Warning at function owap_get_file()
    68 * Logical bug at tag concatinating of post was fixed
    69 * Tiny visual developments
    70 
    7161= 3.0.9 =
    7262
    73 * Add some error handlings
    74 * Tiny visual developments
    75 * owap_file_get function agiled more
     63* Some cosmetic rehabilitations.
    7664
    7765= 3.0.8 =
Note: See TracChangeset for help on using the changeset viewer.