Changeset 719083
- Timestamp:
- 05/27/2013 09:43:17 PM (12 years ago)
- Location:
- link-to-url-post
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
link-to-url-post/trunk/link-to-url.php
r443048 r719083 4 4 Plugin URI: http://letusbuzz.com/link-to-url-post-plugin/ 5 5 Author: Sudipto Pratap Mahato 6 Version: 1. 16 Version: 1.2 7 7 Description: Hide your long ugly affiliate links with your own short and easy to remember links or redirect your old posts to a new post or external link!! 8 8 Requires at least: 3.0 9 Tested up to: 3. 2.19 Tested up to: 3.5.1 10 10 */ 11 11 … … 77 77 <h2> Link to URL / Post Options </h2> 78 78 <p>Like this Plugin then why not hit the like button. Your like will motivate me to enhance the features of the Plugin :)<br /> 79 <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2F pages%2FLet-us-Buzz%2F149408071759545&layout=standard&show_faces=false&width=450&action=like&font=verdana&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe><br />And if you are too generous then you can always <b>DONATE</b> by clicking the donation button.<br/>A Donation will help in the uninterrupted developement of the plugin.<br /><a href="http://letusbuzz.com/link-to-url-post-plugin/" TARGET='_blank'>Click here</a> for <b>Reference on using the plugin</b> or if you want to <b>report a bug</b> or if you want to <b>suggest a Feature</b><br /></p>79 <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Ftechxt&layout=standard&show_faces=false&width=450&action=like&font=verdana&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe><br />And if you are too generous then you can always <b>DONATE</b> by clicking the donation button.<br/>A Donation will help in the uninterrupted developement of the plugin.<br /><a href="http://letusbuzz.com/link-to-url-post-plugin/" TARGET='_blank'>Click here</a> for <b>Reference on using the plugin</b> or if you want to <b>report a bug</b> or if you want to <b>suggest a Feature</b><br /></p> 80 80 <table class="form-ta"> 81 81 <tr> … … 88 88 <td> 89 89 <form action="<?php echo site_url();?>/wp-admin/options-general.php?page=l2url" method="post" > 90 <p><b>Source Url / Keyword </b><br /><?php echo site_url().'/'; ?><input type="text" name="sourceurl" style="width: 210px;" value="<?php echo $sourceurl; ?>" /></p>90 <p><b>Source Url / Keyword </b><br /><?php echo site_url().'/'; ?><input type="text" name="sourceurl" style="width: 600px;" value="<?php echo $sourceurl; ?>" /></p> 91 91 92 <p><b>Destination Urls</b><br />Add one URL per line<br />In case you add more than one Destination URLs then the Source URL will be redirected Randomly to anyone of the destination URLs<br/> e.g. http://example.com/abcdef.htm<br /><textarea name="desturl" rows="6" cols="50" style="width: 500px;"><?php echo stripslashes(htmlspecialchars($desturl)); ?></textarea></p>92 <p><b>Destination Urls</b><br />Add one URL per line<br />In case you add more than one Destination URLs then the Source URL will be redirected Randomly to anyone of the destination URLs<br/> e.g. http://example.com/abcdef.htm<br /><textarea name="desturl" rows="6" cols="50" style="width:600px;"><?php echo stripslashes(htmlspecialchars($desturl)); ?></textarea></p> 93 93 94 94 <input type="radio" name="redtype" value="301" <?php if($redtype=='publish')echo ' checked';?>></input><label for="redtype"> 301 Permanent Redirection </label> … … 166 166 ?> 167 167 <h3>List of all Redirections</h3> 168 <table width="98%" cellpadding="0" style="border:1px solid #eee; " cellspacing="0">168 <table width="98%" cellpadding="0" style="border:1px solid #eee;border-collapse: collapse;table-layout: fixed;" cellspacing="0"> 169 169 <tr> 170 <td style="background:#008080;border:1px solid #eee;padding:2px;" width=" 68"><font color="#FFFFFF">170 <td style="background:#008080;border:1px solid #eee;padding:2px;" width="20"><font color="#FFFFFF"> 171 171 S.NO.</font></td> 172 172 <td style="background:#008080;border:1px solid #eee;padding:2px;" width="35%" ><font color="#FFFFFF"> … … 174 174 <td style="background:#008080;border:1px solid #eee;padding:2px;" width="35%" ><font color="#FFFFFF"> 175 175 Destination URL</font></td> 176 <td style="background:#008080;border:1px solid #eee;padding:2px;" width=" 133"><font color="#FFFFFF">176 <td style="background:#008080;border:1px solid #eee;padding:2px;" width="35"><font color="#FFFFFF"> 177 177 Redirection Type</font></td> 178 <td style="background:#008080;border:1px solid #eee;padding:2px;" width=" 90"><font color="#FFFFFF">178 <td style="background:#008080;border:1px solid #eee;padding:2px;" width="20"><font color="#FFFFFF"> 179 179 Hit Count</font></td> 180 <td style="background:#008080;border:1px solid #eee;padding:2px;" width=" 41"> </td>181 <td style="background:#008080;border:1px solid #eee;padding:2px;" width=" 42"> </td>180 <td style="background:#008080;border:1px solid #eee;padding:2px;" width="20"> </td> 181 <td style="background:#008080;border:1px solid #eee;padding:2px;" width="30"> </td> 182 182 </tr> 183 183 <?php … … 187 187 ?> 188 188 <tr> 189 <td style="border:1px solid #eee;padding:2px; "><?php echo $cnt; ?></td>190 <td style="border:1px solid #eee;padding:2px; "><?php echo '<a href="'.site_url().'/'.l2u_remove_front_slash($post->post_title).'" target="_blank">'.site_url().'/'.l2u_remove_front_slash($post->post_title).'</a>'; ?></td>191 <td style="border:1px solid #eee;padding:2px; "><?php l2u_list_all_dest($post->post_content); ?></td>192 <td style="border:1px solid #eee;padding:2px; "><?php echo $redtype; ?></td>193 <td style="border:1px solid #eee;padding:2px; "><?php echo $post->comment_count; ?></td>189 <td style="border:1px solid #eee;padding:2px;text-align: center;"><?php echo $cnt; ?></td> 190 <td style="border:1px solid #eee;padding:2px; word-wrap:break-word;"><?php echo '<a href="'.site_url().'/'.l2u_remove_front_slash($post->post_title).'" target="_blank">'.site_url().'/'.l2u_remove_front_slash($post->post_title).'</a>'; ?></td> 191 <td style="border:1px solid #eee;padding:2px; word-wrap:break-word;"><?php l2u_list_all_dest($post->post_content); ?></td> 192 <td style="border:1px solid #eee;padding:2px;text-align: center;"><?php echo $redtype; ?></td> 193 <td style="border:1px solid #eee;padding:2px;text-align: center;"><?php echo $post->comment_count; ?></td> 194 194 <td style="border:1px solid #eee;padding:2px;"><a href="<?php echo site_url(); ?>/wp-admin/options-general.php?page=l2url&edit=<?php echo $post->ID; ?>">Edit</a></td> 195 195 <td style="border:1px solid #eee;padding:2px;"><a href="<?php echo site_url(); ?>/wp-admin/options-general.php?page=l2url&delete=<?php echo $post->ID; ?>">Delete</a></td> -
link-to-url-post/trunk/readme.txt
r443048 r719083 1 1 === Plugin Name === 2 2 Contributors: sudiptomahato 3 Donate link: http:// letusbuzz.com/go/donate/3 Donate link: http://techxt.com/donate 4 4 Tags: Link to URL, Link to post, 301 redirect, 302 redirect, Short URL, Hide Link, Post redirection 5 5 Requires at least: 3.0 6 Tested up to: 3. 2.17 Stable tag: 1. 16 Tested up to: 3.5.1 7 Stable tag: 1.2 8 8 9 9 Hide your long ugly affiliate links with your own short and easy to remember links or redirect your old posts to a new post or external link … … 23 23 24 24 Check out the options page of the plugin by clicking on the link below 25 [Click here for Screenshots and options available with this plugin](http:// letusbuzz.com/link-to-url-post-plugin/)25 [Click here for Screenshots and options available with this plugin](http://techxt.com/link-to-url-post-plugin/) 26 26 27 27 28 28 Your suggestion is always appreciated. 29 [Comment on this page ](http:// letusbuzz.com/link-to-url-post-plugin/) to suggest a feature or to report a bug.29 [Comment on this page ](http://techxt.com/link-to-url-post-plugin/) to suggest a feature or to report a bug. 30 30 31 [Author's site](http:// letusbuzz.com/)31 [Author's site](http://techxt.com/) 32 32 33 33 == Installation == … … 40 40 == Screenshots == 41 41 42 For screenshots goto this page http:// letusbuzz.com/link-to-url-post-plugin/42 For screenshots goto this page http://techxt.com/link-to-url-post-plugin/ 43 43
Note: See TracChangeset
for help on using the changeset viewer.