Changeset 509605
- Timestamp:
- 02/24/2012 01:30:25 AM (14 years ago)
- Location:
- wp-risal-download
- Files:
-
- 1 added
- 3 edited
- 13 copied
-
tags/1.5 (added)
-
tags/1.5/bg_header.jpg (copied) (copied from wp-risal-download/trunk/bg_header.jpg)
-
tags/1.5/bullet1.gif (copied) (copied from wp-risal-download/trunk/bullet1.gif)
-
tags/1.5/bullet2.gif (copied) (copied from wp-risal-download/trunk/bullet2.gif)
-
tags/1.5/downfile.php (copied) (copied from wp-risal-download/trunk/downfile.php) (2 diffs)
-
tags/1.5/f.gif (copied) (copied from wp-risal-download/trunk/f.gif)
-
tags/1.5/readme.txt (copied) (copied from wp-risal-download/trunk/readme.txt) (2 diffs)
-
tags/1.5/risal-download.php (copied) (copied from wp-risal-download/trunk/risal-download.php) (1 diff)
-
tags/1.5/risal.css (copied) (copied from wp-risal-download/trunk/risal.css)
-
tags/1.5/screenshot-1.png (copied) (copied from wp-risal-download/trunk/screenshot-1.png)
-
tags/1.5/screenshot-2.png (copied) (copied from wp-risal-download/trunk/screenshot-2.png)
-
tags/1.5/screenshot-3.png (copied) (copied from wp-risal-download/trunk/screenshot-3.png)
-
tags/1.5/screenshot-4.png (copied) (copied from wp-risal-download/trunk/screenshot-4.png)
-
tags/1.5/sf.gif (copied) (copied from wp-risal-download/trunk/sf.gif)
-
trunk/downfile.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/risal-download.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-risal-download/tags/1.5/downfile.php
r508729 r509605 90 90 $wpdb->query("DELETE FROM $ristokens WHERE id = '$filename' and token = '$tokex'"); 91 91 // Delete other expired tokens.(v1.4) 92 $pointer = date() - $antileech;92 $pointer = time() - $antileech; 93 93 $pointer = date("Y-m-d H:i:s",$pointer); 94 94 $wpdb->query("DELETE FROM $ristokens WHERE TIMEDIFF(point,'$pointer') < 0"); … … 184 184 } 185 185 // Delete other expired tokens.(v1.4) 186 $pointer = date() - $antileech;186 $pointer = time() - $antileech; 187 187 $pointer = date("Y-m-d H:i:s",$pointer); 188 188 $wpdb->query("DELETE FROM $ristokens WHERE TIMEDIFF(point,'$pointer') < 0"); -
wp-risal-download/tags/1.5/readme.txt
r508729 r509605 2 2 Contributors: Risal Affendie 3 3 Donate link: http://linuxuserjp.wordpress.com/donate 4 Tags: abuse, download, session, browser, encrypt, security, secure, apache, linuxuserjp, risal 4 Tags: abuse, download, session, browser, encrypt, security, secure, apache, linuxuserjp, risal, token, anti leech 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.3.1 7 Stable Tag: 1. 47 Stable Tag: 1.5 8 8 9 9 risal-download is a simple scripts to avoid download abuse(either by human or robot). … … 70 70 * Be carefull if you update from previous version. Script will drop all tables for this plugins. 71 71 72 = 1.5 = 73 * Fix error on 1.4. Where unable to delete expired tokens and some produce error when clicked button. Version 1.4 totally trash. 74 -
wp-risal-download/tags/1.5/risal-download.php
r508729 r509605 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. 46 Version: 1.5 7 7 Author: Risal Affendie 8 8 Author URI: http://linuxuserjp.wordpress.com 9 Tags: abuse, download, session, browser, encrypt, security, secure, apache, token, linuxuserjp, risal 9 Tags: abuse, download, session, browser, encrypt, security, secure, apache, token, linuxuserjp, risal, token, anti leech 10 10 */ 11 11 -
wp-risal-download/trunk/downfile.php
r508729 r509605 90 90 $wpdb->query("DELETE FROM $ristokens WHERE id = '$filename' and token = '$tokex'"); 91 91 // Delete other expired tokens.(v1.4) 92 $pointer = date() - $antileech;92 $pointer = time() - $antileech; 93 93 $pointer = date("Y-m-d H:i:s",$pointer); 94 94 $wpdb->query("DELETE FROM $ristokens WHERE TIMEDIFF(point,'$pointer') < 0"); … … 184 184 } 185 185 // Delete other expired tokens.(v1.4) 186 $pointer = date() - $antileech;186 $pointer = time() - $antileech; 187 187 $pointer = date("Y-m-d H:i:s",$pointer); 188 188 $wpdb->query("DELETE FROM $ristokens WHERE TIMEDIFF(point,'$pointer') < 0"); -
wp-risal-download/trunk/readme.txt
r508729 r509605 2 2 Contributors: Risal Affendie 3 3 Donate link: http://linuxuserjp.wordpress.com/donate 4 Tags: abuse, download, session, browser, encrypt, security, secure, apache, linuxuserjp, risal 4 Tags: abuse, download, session, browser, encrypt, security, secure, apache, linuxuserjp, risal, token, anti leech 5 5 Requires at least: 3.0.0 6 6 Tested up to: 3.3.1 7 Stable Tag: 1. 47 Stable Tag: 1.5 8 8 9 9 risal-download is a simple scripts to avoid download abuse(either by human or robot). … … 70 70 * Be carefull if you update from previous version. Script will drop all tables for this plugins. 71 71 72 = 1.5 = 73 * Fix error on 1.4. Where unable to delete expired tokens and some produce error when clicked button. Version 1.4 totally trash. 74 -
wp-risal-download/trunk/risal-download.php
r508729 r509605 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. 46 Version: 1.5 7 7 Author: Risal Affendie 8 8 Author URI: http://linuxuserjp.wordpress.com 9 Tags: abuse, download, session, browser, encrypt, security, secure, apache, token, linuxuserjp, risal 9 Tags: abuse, download, session, browser, encrypt, security, secure, apache, token, linuxuserjp, risal, token, anti leech 10 10 */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.