Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

wzp

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 6,271 through 6,285 (of 6,723 total)
← 1 2 3 … 418 419 420 … 447 448 449 →
  • Author
    Posts
  • February 20, 2011 at 4:09 pm in reply to: WP eStore and Amazon S3 #29237
    wzp
    Moderator

    There are two expiration periods at work; the expiry of the encrypted eStore URL and the expiry of the pre signed URL. The expiry of the encrypted URL is 24 hours. It can be used multiple times during that expiry period unless you have set the (default 5) number of times it can be used. Each time the encrypted URL is used, a pre signed URL request is generated. Each pre signed URL can also be used multiple times, within the (default 300 second) expiry period.

    Correct, once eStore generates the pre signed URL request and transfers control to Amazon, you are no longer constrained by any hosting provider limitations. if you can find a way to break S3 with your downloads, I’m sure Amazon would love to hear from you 8)

    February 20, 2011 at 2:32 pm in reply to: WP eStore and Amazon S3 #29235
    wzp
    Moderator

    Don’t panic about seeing the bucket name in Firefox.

    What is happening is that eStore is converting the encrypted URL into a pre signed URL request. The browser is then redirected to the S3 bucket. Because control is passed from eStore to S3, you are free of all the previous problems that occasionally have been plauging eStore users. The request is only valid for less than 5 minutes. If you tried to bookmark the resulting URL, it won’t work after 300 seconds (from the time it is created). You could adjust this time to a lessor value, but only if you are sure that your server’s clock is in sync with the one at Amazon.

    As long as the object is (default setting) not marked public in S3 console, you are fine.

    February 20, 2011 at 2:20 pm in reply to: WP Estore Download – Blacklist Email Address #29261
    wzp
    Moderator

    Are you trying to “blacklist” certain email addresses from using the squeeze page form? That’s a rather futile exercise, but something could be coded… if there is interest, a “hook” to an external filtering function could be added to the squeeze page form, to validate the information.

    As for PayPal is concerned, money is money. If someone successfully completes a PayPal transaction, you really shouldn’t deny them the download, based on their email address.

    February 16, 2011 at 11:13 pm in reply to: Personalized and private image store? #29049
    wzp
    Moderator

    I’m sure he’ll see it tonight.

    February 16, 2011 at 3:15 pm in reply to: Need guidance for integrating estore w/s2member AND amazon s3 servers #28966
    wzp
    Moderator

    It would, ***** BUT *****

    1. eStore is still acting as the middleman between the buyer and Amazon.

    2. Downloads are at the mercy of your hosting provider’s server restrictions.

    3. Your S3 file is still “public” to anyone who knows the bucket/folder name.

    By using the native S3 integration feature of eStore 4.8.x or higher…

    1. The eStore encrypted link is converted into an expiring Amazon S3 URL request.

    2. Control is transferred to the S3 server containing your bucket.

    3. Download speeds are not limited by the capacity of your server.

    4. No more download failures due to hosting provider server issues!

    February 16, 2011 at 3:04 pm in reply to: Personalized and private image store? #29047
    wzp
    Moderator

    I’m not an eMember or NextGen expert (I do eStore), but I’m not sure about the confidentiality of eMember ID numbers. Could a paparazzi or other nosy person peruse the database by submitting random or sequential ID numbers in the URL?

    Can you use a ROT13 or BASE64 encode of the user name and use that as the database index?

    February 15, 2011 at 9:34 pm in reply to: Personalized and private image store? #29044
    wzp
    Moderator

    One possible scenario is to issue (eMember) login credentials to each customer, and then have them go to a page that only they can access. On this page, have “buy/download now” buttons for products that only pertain to them. You could also have links on that page directing them to a public “accessory” page that sells frames, etc.

    In a second scenario, store each customers portrait preview as a product. Then, manually generate and email download links to each electronic preview package. If the customer decides to buy, they can go to a public page and order their print packages. You’d then collect the customer’s name, ID or other code, to determine who gets what.

    The major difference between these scenarios is the first scenario requires a new page to be created for each client. Not good if the hired help is not WordPress literate. The second scenario does not require as much computer literacy for the hired help.

    February 14, 2011 at 1:03 am in reply to: Need guidance for integrating estore w/s2member AND amazon s3 servers #28964
    wzp
    Moderator

    That’s why the functionality exists… some servers just need the extra “help” from S3.

    8)

    February 14, 2011 at 1:00 am in reply to: Unable to have an Excel file as Downloadable product #29026
    wzp
    Moderator

    What happens if you save the downloaded files first and then open them? Some applications may not like the fact that downloads are being served up in “chunks.”

    February 13, 2011 at 1:53 am in reply to: Need guidance for integrating estore w/s2member AND amazon s3 servers #28962
    wzp
    Moderator

    So that we are on the same wavelength, are you using the eStore S3 Integration feature?

    http://www.tipsandtricks-hq.com/ecommerce/amazon-web-services-simple-storage-service-aws-s3-integration-1101

    February 13, 2011 at 1:46 am in reply to: Requested File Could Not Be Found #26244
    wzp
    Moderator

    The plugin directory should have 755 permissions. Each of the *.log files should have 644 or 600 permissions.

    February 10, 2011 at 2:46 pm in reply to: Download Links Not Working In Internet Explorer #25813
    wzp
    Moderator

    You might also try changing WP eStore -> Settings -> Addon Settings -> Download Manager Related Settings -> Download Method to # 3 or 6.

    February 10, 2011 at 2:35 pm in reply to: Download Links Not Working In Internet Explorer #25812
    wzp
    Moderator

    Try this?

    http://php.bigresource.com/Track/php-yRLczTlq/

    The problem seems to be common, but because it is server configuration related everyone’s solution seems to be different.

    February 9, 2011 at 1:17 am in reply to: Download Link Failure after successful PDT return to Thank You Page #28793
    wzp
    Moderator

    No it is not. Take a look at the custom download.php file and compare it to the original one. The custom one is meant to be relocatable to directories outside the normal plugin directory. Its sole purpose is to “find” and then call the original download.php file. When you renamed the original file, it gave up, because it couldn’t find it.

    So, when the user invokes the custom download.php file, it first goes looking for the original one and then transfers control to it.

    February 9, 2011 at 12:25 am in reply to: Download Link Failure after successful PDT return to Thank You Page #28791
    wzp
    Moderator

    The custom script in the videos directory is supposed to invoke the original script, located in the original directory. Just unrename the one in the plugin directory.

  • Author
    Posts
Viewing 15 posts - 6,271 through 6,285 (of 6,723 total)
← 1 2 3 … 418 419 420 … 447 448 449 →

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ