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,729 total)
← 1 2 3 … 418 419 420 … 447 448 449 →
  • Author
    Posts
  • February 21, 2011 at 4:25 pm in reply to: How to know if I have the latest version of the plugin? #26484
    wzp
    Moderator

    https://support.tipsandtricks-hq.com/update-request

    February 21, 2011 at 4:17 pm in reply to: WP eStore – Payment Verification Failed! #29289
    wzp
    Moderator

    1. Is the seller’s (you) PayPal email address properly configured in eStore?

    2 Is the Use Sandbox Mode checkbox unchecked?

    February 21, 2011 at 5:53 am in reply to: WP eStore and Amazon S3 #29245
    wzp
    Moderator

    Yes. That is correct, you do not have to set permissions. The expiring URL takes care of everything.

    February 21, 2011 at 3:25 am in reply to: WP eStore and Amazon S3 #29243
    wzp
    Moderator

    Personally, I feel that S3 is the more cost effective option. You gain an unprecedented level of reliability and speed, for a fraction of the cost and aggravation that you’d have to pay for a VPS and all the support costs. The only time I can see S3 not being cost effective, is when you start getting into massive sales levels and downloads.

    February 20, 2011 at 5:48 pm in reply to: WP eStore and Amazon S3 #29241
    wzp
    Moderator

    When eStore does the download processing (no as3tp) it acts as a middleman between the actual file location and the browser. As such, the process was always dependent upon the lack of any resource restrictions on the part of the hosting provider. The as3tp solution does not suffer from this problem. There are simply too many things a provider can do that can mess up the download process. The as3tp process counts on the fact that Amazon is using their own network for their own business (selling books/music) and that they would not allow anything to screwup the download experience for their own customers.

    You should be able to use the existing CNAME in the product URL as as3tp://CNAME/folder/object

    February 20, 2011 at 4:54 pm in reply to: WP eStore and Amazon S3 #29239
    wzp
    Moderator

    The 0k file problem was related to eStore handling the downloads. the as3tp is a “hint” to eStore to process using S3. You should be able to use the existing CNAME as part of an as3tp URI as long as it resolves to the correct form, that uses the bucket name as part of the host path… bucket.s3.amazonaws.com/folder/object and not the form that uses the bucket name as part of the directory path… s3.amazonaws.com/bucket/folder/object

    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.”

  • Author
    Posts
Viewing 15 posts - 6,271 through 6,285 (of 6,729 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 © 2026 | Tips and Tricks HQ