Changeset 425190
- Timestamp:
- 08/18/2011 03:42:27 AM (15 years ago)
- Location:
- wp-onlywire-auto-poster/trunk
- Files:
-
- 4 edited
-
onlywire-auto-poster.php (modified) (7 diffs)
-
readme-tr.txt (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
screenshot-1.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
wp-onlywire-auto-poster/trunk/onlywire-auto-poster.php
r377508 r425190 3 3 Plugin Name: WP OnlyWire Auto Poster 4 4 Plugin URI: http://www.tankado.com/onlywire-auto-poster-wordpress-eklentisi/ 5 Version: 3. 1.05 Version: 3.0.9 6 6 Description: Autosubmits a excerpt of a posts to Onlywire when the post published 7 7 Author: Özgür Koca … … 65 65 if (!empty($tags_)) 66 66 foreach( $tags_ as $tag_arr ) 67 $tags .= $tag_arr->name . ' ,';67 $tags .= $tag_arr->name . ' '; 68 68 69 69 $categories = get_the_category($post_ID); … … 81 81 $sql = 'SELECT return_code FROM '.$onlywire_table_name.' WHERE postid = "'.$post_ID.'" LIMIT 1'; 82 82 $ret_code = $wpdb->get_var( $sql); 83 84 // Guncellemeler de gonderilsin mi85 $submit_updates = get_option('submit_updates');86 83 87 84 // Entry daha once gonderilmemis ise gonder 88 if(($ret_code === NULL) || ($ret_code === '0') || $submit_updates)85 if(($ret_code === NULL) || ($ret_code === '0')) 89 86 { 90 // Onlywire'a gonderiliyor87 // Onlywire'a isteği gönder 91 88 $success_code = owap_get_file($url, $http_response); 92 89 … … 189 186 function tank_options_page_onlywire() 190 187 { 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 }196 188 197 189 if($_POST['onlywire_save']) … … 204 196 if($_POST['onlywire_reward']) 205 197 { 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); 208 200 if(strpos($ret, "success") !== false) { 209 201 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>'; … … 215 207 } 216 208 } 217 218 // Load settings219 $submit_updates = get_option('submit_updates');220 209 ?> 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"> 243 230 <form method="post" id="onlywire_options"> 244 <b>OnlyWire A ccount Information:</b><br><br>231 <b>OnlyWire Authentication:</b><br><br> 245 232 <table width="100%" cellspacing="2" cellpadding="5" class="editform"> 246 233 <tr> 247 234 <td valign=top> 248 235 <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> 251 238 <p class="submit"><input type="submit" name="onlywire_save" value="Save" /></p> 252 239 </fieldset> 253 240 </td> 254 241 <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¤cy_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 260 243 </td> 261 244 </tr> … … 264 247 <br> 265 248 <?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> 268 251 <form method="post" id="onlywire_reward_author"> 269 252 <p class="submit"><input type="submit" name="onlywire_reward" value="Reward the Author of this Plugin" /></p> 270 </form>271 253 <?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> No </th> 266 <th> Post Title </th> 267 <th> Date </th> 268 <th> Result </th> 269 <th> Tags </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> <?php echo ++$no; ?> </td> 279 <td> <?php echo "<a href='".get_permalink($record->postid)."' title='Comment: ".$record->comment."'>".$record->post_title;?></a> </td> 280 <td> <?php echo date("d/m/Y - G:i:s", $record->post_date); ?> </td> 281 <td> <?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>'; ?> </td> 282 <td> <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> "; 289 } 290 ?> 287 291 </td> 288 292 </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> No </font></th> 310 <th bgcolor="#FFFFE1" width='350px'><font face="Verdana" size="2"><b> Post Title </font></th> 311 <th bgcolor="#FFFFE1" width='140px'><font face="Verdana" size="2"><b> Date </font></th> 312 <th bgcolor="#FFFFE1"><font face="Verdana" size="2"><b> Result </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 ?> 289 321 <tr> 290 <td> 291 <p class="submit"><input type="submit" name="owap_save_settings" value="Save" /></p> 292 </td> 322 <td> <?php echo ++$no; ?> </td> 323 <td> <?php echo "<a href='".get_permalink($record->postid)."' title='Comment: ".$record->comment."'>".$record->post_title;?></a> </td> 324 <td> <font size=1><?php echo date("d/m/Y - G:i:s", $record->post_date); ?> </td> 325 <td><font color='#c0c0c0'><?php echo $record->success_code; ?> </td> 293 326 </tr> 294 </table> 295 </form> 327 <?php 328 } 329 ?> 330 </table> 296 331 </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> No </font></td> 313 <td bgcolor="#FFFFE1" width='350px'><font face="Verdana" size="2"><b> Post Title </font></td> 314 <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b> Date </font></td> 315 <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b> Result </font></td> 316 <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b> Tags </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> <?php echo ++$no; ?> </td> 325 <td> <?php echo "<a href='".get_permalink($record->postid)."' title='Comment: ".$record->comment."'>".$record->post_title;?></a> </td> 326 <td> <?php echo date("d/m/Y - G:i:s", $record->post_date); ?> </td> 327 <td> <?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>'; ?> </td> 328 <td> <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> "; 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> No </font></td> 362 <td bgcolor="#FFFFE1" width='350px'><font face="Verdana" size="2"><b> Post Title </font></td> 363 <td bgcolor="#FFFFE1" width='140px'><font face="Verdana" size="2"><b> Date </font></td> 364 <td bgcolor="#FFFFE1"><font face="Verdana" size="2"><b> Result </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> <?php echo ++$no; ?> </td> 374 <td> <?php echo "<a href='".get_permalink($record->postid)."' title='Comment: ".$record->comment."'>".$record->post_title;?></a> </td> 375 <td> <font size=1><?php echo date("d/m/Y - G:i:s", $record->post_date); ?> </td> 376 <td><font color='#c0c0c0'><?php echo $record->success_code; ?> </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 398 342 } 399 343 -
wp-onlywire-auto-poster/trunk/readme-tr.txt
r377508 r425190 1 1 /* 2 2 === SÜRÜM NOTLARI === 3 4 2011-04-26 - v3.1.0 - Ufak görsel iyileþtirmeler. owap_get_file fonksiyonun neden oldugu PHP uyarisi5 duzeltildi. OW'a gönderilen etiketler virgul ile ayrildi.6 (Thanks to planetMitch at planet5D.com)7 (Thanks to george)8 9 3 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. 13 5 14 6 2010-05-08 - v3.0.8 - lib.php içinde bildirilmiþ get_file() fonksiyonu WP'in çalýþma akýþý içindeki … … 48 40 2009-07-23 - v3.0a - OnlyWire'in API'sine gore tags ve comment alanlarý da gönderiliyor. 49 41 - 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 tablo yile engellendi.42 - onlywire_ id ile option tablosunun þiþirilmesi harici bir tablo ile engellendi. 51 43 - OnlyWire'a gönderilenler tabloya kaydedildi. 52 44 -
wp-onlywire-auto-poster/trunk/readme.txt
r377508 r425190 24 24 This section describes how to install the plugin and get it working. 25 25 26 1. Upload ` wp-onlywire-auto-poster` folderto the `/wp-content/plugins/` directory26 1. Upload `onlywire-auto-poster.php` to the `/wp-content/plugins/` directory 27 27 1. Activate the plugin through the 'Plugins' menu in WordPress 28 28 1. Thats enjoy … … 48 48 = Pricing and Licensing = 49 49 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¤cy_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 ;)50 Good news, this plugin is free for everyone! Since its 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¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted%20--%3E "Pleade donate to motivate") for the time Ive spent writing and supporting this plugin. And I really dont want to know how many hours of my life this plugin has already eaten ;) 51 51 [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¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted%20--%3E "Pleade donate to motivate") 52 52 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/).56 53 57 54 == Screenshots == … … 62 59 == Changelog == 63 60 64 = 3.1.0 =65 66 * Added an option to submit updated posts too67 * Fixed the bug that causing PHP Warning at function owap_get_file()68 * Logical bug at tag concatinating of post was fixed69 * Tiny visual developments70 71 61 = 3.0.9 = 72 62 73 * Add some error handlings 74 * Tiny visual developments 75 * owap_file_get function agiled more 63 * Some cosmetic rehabilitations. 76 64 77 65 = 3.0.8 =
Note: See TracChangeset
for help on using the changeset viewer.