osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Download Fix (sloppy)

This is a discussion on Download Fix (sloppy) within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; This is a really sloppy fix for the mktime{} issue. It will work properly on a 7 day time scale. ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Features Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 10-15-2007, 10:40 PM
Lurker
 
Join Date: Oct 2007
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
MrTheme is on a distinguished road
Lightbulb Download Fix (sloppy)

This is a really sloppy fix for the mktime{} issue.

It will work properly on a 7 day time scale.

open includes/modules/downloads.php

Find:
Code:
      $download_timestamp = mktime(23, 59, 59, $dt_month, $dt_day + $downloads['download_maxdays'], $dt_year);
Replace with:
Code:
      $download_timestamp = mktime(23, 59, 59, $dt_month - 2, $dt_day + 16 + $downloads['download_maxdays'], $dt_year + 8);
If you need to change your days you will have to adjust the line manually

Heres the base (which will give you todays date)
Code:
      $download_timestamp = mktime(23, 59, 59, $dt_month - 2, $dt_day + 9 + $downloads['download_maxdays'], $dt_year + 8);
Now lets say you want to give users 2 days to download the file.

Code:
$dt_day + 11 + $downloads['download_maxdays'],
Now if someone can just prevent users from going to checkout_success and downloading files we will be doing something.

For now, this will at least give you the ability to allow downloads.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to MrTheme For This Useful Post:
neil (12-10-2007)
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Product download count deducted when canceling download GeorgeW osCMax v2 Installation issues 1 11-06-2005 08:12 PM
where to download osC MS2-MAX ? coli osCMax v1.7 Installation 1 11-28-2004 08:35 PM
Download ????? GERD osCMax v1.7 Installation 8 06-26-2004 09:02 AM
[HOW TO] download MS2-MAX and a fix for the 1k zip michael_s osCMax v1.7 Discussion 2 06-23-2004 06:12 AM
MS2 MAX 1.7 download? Anonymous osCMax v1.7 Discussion 3 06-03-2004 03:45 PM


All times are GMT -8. The time now is 09:54 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax