Changeset 489133
- Timestamp:
- 01/13/2012 03:58:58 AM (14 years ago)
- Location:
- wp-risal-download
- Files:
-
- 1 added
- 2 edited
- 11 copied
-
tags/1.2 (added)
-
tags/1.2/bg_header.jpg (copied) (copied from wp-risal-download/trunk/bg_header.jpg)
-
tags/1.2/bullet1.gif (copied) (copied from wp-risal-download/trunk/bullet1.gif)
-
tags/1.2/bullet2.gif (copied) (copied from wp-risal-download/trunk/bullet2.gif)
-
tags/1.2/downfile.php (copied) (copied from wp-risal-download/trunk/downfile.php)
-
tags/1.2/readme.txt (copied) (copied from wp-risal-download/trunk/readme.txt) (2 diffs)
-
tags/1.2/risal-download.php (copied) (copied from wp-risal-download/trunk/risal-download.php) (3 diffs)
-
tags/1.2/risal.css (copied) (copied from wp-risal-download/trunk/risal.css)
-
tags/1.2/screenshot-1.png (copied) (copied from wp-risal-download/tags/1.1/screenshot-1.png)
-
tags/1.2/screenshot-2.png (copied) (copied from wp-risal-download/tags/1.1/screenshot-2.png)
-
tags/1.2/screenshot-3.png (copied) (copied from wp-risal-download/tags/1.1/screenshot-3.png)
-
tags/1.2/screenshot-4.png (copied) (copied from wp-risal-download/tags/1.1/screenshot-4.png)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/risal-download.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-risal-download/tags/1.2/readme.txt
r489131 r489133 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.3.0 7 Stable Tag: 1. 17 Stable Tag: 1.2 8 8 9 9 risal-download is a simple scripts to avoid download abuse(either by human or robot). … … 60 60 * Fix html syntax in admin page. File's name and directory's name that containing SPACE are now able to be recorded/updated/deleted from database. 61 61 62 = 1.2 = 63 * Replace input syntax in Record's Form with "text box" rather than "browse file". More practical for user who remote their server. Sorry, you got to type manually filename and it's path. 64 -
wp-risal-download/tags/1.2/risal-download.php
r489132 r489133 4 4 Plugin URI: http://linuxuserjp.wordpress.com/ 5 5 Description: Filter direct download of files. Manage how your files from outside ROOT_DIRECTORY will be downloaded. Monitor who download your files. 6 Version: 1. 16 Version: 1.2 7 7 Author: Risal Affendie 8 8 Author URI: http://linuxuserjp.wordpress.com … … 151 151 } 152 152 $vris = "Update"; 153 $xfile = "text";154 153 echo '<h2>Modify Record:</h2>'; 155 154 if ( $myrow->method == "md5" ) { $fmd5 = "checked"; $fsha1 = "";} … … 159 158 $tris = $queryRisal + 1; 160 159 $vris = "Insert"; 161 $xfile = "file";162 160 echo '<h2>Insert New Record:</h2>'; 163 161 } 164 162 echo '<p><label for="ID">ID</label><input type=text name="myid" value="'.$tris.'"></p> 165 <p><label for="File"> File Name</label><input type='.$xfile.'name="myfile" value="'.$myrow->file.'"></p>166 <p><label for="File Path"> File Path</label><input type=text name="mypath" value="'.$myrow->outsidepath.'"></p>163 <p><label for="File">Server\'s File Name</label><input type=text name="myfile" value="'.$myrow->file.'"></p> 164 <p><label for="File Path">Server\'s File Path</label><input type=text name="mypath" value="'.$myrow->outsidepath.'"></p> 167 165 <p><label for="Method">Method</label><input type="radio" name="mymeth" value="md5" '.$fmd5.'> MD5 168 166 <input type="radio" name="mymeth" value="sha1" '.$fsha1.'> SHA1</p> -
wp-risal-download/trunk/readme.txt
r489131 r489133 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.3.0 7 Stable Tag: 1. 17 Stable Tag: 1.2 8 8 9 9 risal-download is a simple scripts to avoid download abuse(either by human or robot). … … 60 60 * Fix html syntax in admin page. File's name and directory's name that containing SPACE are now able to be recorded/updated/deleted from database. 61 61 62 = 1.2 = 63 * Replace input syntax in Record's Form with "text box" rather than "browse file". More practical for user who remote their server. Sorry, you got to type manually filename and it's path. 64 -
wp-risal-download/trunk/risal-download.php
r489132 r489133 4 4 Plugin URI: http://linuxuserjp.wordpress.com/ 5 5 Description: Filter direct download of files. Manage how your files from outside ROOT_DIRECTORY will be downloaded. Monitor who download your files. 6 Version: 1. 16 Version: 1.2 7 7 Author: Risal Affendie 8 8 Author URI: http://linuxuserjp.wordpress.com … … 151 151 } 152 152 $vris = "Update"; 153 $xfile = "text";154 153 echo '<h2>Modify Record:</h2>'; 155 154 if ( $myrow->method == "md5" ) { $fmd5 = "checked"; $fsha1 = "";} … … 159 158 $tris = $queryRisal + 1; 160 159 $vris = "Insert"; 161 $xfile = "file";162 160 echo '<h2>Insert New Record:</h2>'; 163 161 } 164 162 echo '<p><label for="ID">ID</label><input type=text name="myid" value="'.$tris.'"></p> 165 <p><label for="File"> File Name</label><input type='.$xfile.'name="myfile" value="'.$myrow->file.'"></p>166 <p><label for="File Path"> File Path</label><input type=text name="mypath" value="'.$myrow->outsidepath.'"></p>163 <p><label for="File">Server\'s File Name</label><input type=text name="myfile" value="'.$myrow->file.'"></p> 164 <p><label for="File Path">Server\'s File Path</label><input type=text name="mypath" value="'.$myrow->outsidepath.'"></p> 167 165 <p><label for="Method">Method</label><input type="radio" name="mymeth" value="md5" '.$fmd5.'> MD5 168 166 <input type="radio" name="mymeth" value="sha1" '.$fsha1.'> SHA1</p>
Note: See TracChangeset
for help on using the changeset viewer.