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,586 through 6,600 (of 6,727 total)
← 1 2 3 … 439 440 441 … 447 448 449 →
  • Author
    Posts
  • October 12, 2010 at 11:31 pm in reply to: WP eStore Download Methods – Change Encrypted Download Methods #24219
    wzp
    Moderator

    Is the question “Why don’t you see Method 7,” or “Where do you select the download methods?”

    Method 7 will only show up if your server has the cURL library installed.

    The download methods are on the “Addon Settings” tab of the eStore Settings page.

    October 12, 2010 at 2:01 pm in reply to: ioncube ERROR when Activating WP-PDF-Stamper #22305
    wzp
    Moderator

    I think Amin & Ivy may need to poke around your site and have a look. Obviously, if the loader-wizard.php claims IonCube is installed and the minimum requirement checker claims otherwise, there is a problem.

    October 12, 2010 at 1:59 pm in reply to: ioncube ERROR when Activating WP-PDF-Stamper #22304
    wzp
    Moderator

    I think Amin & Ivy may need to poke around your site and have a look. Obviously, if the loader-wizard.php claims IonCube is installed and the minimum requirement checker claims otherwise, there is a problem.

    October 12, 2010 at 11:13 am in reply to: wp estore – digital download url #25320
    wzp
    Moderator

    eStore takes care of encrypting the download links that are provided to customers.

    As for securing the actual files, consider the following…

    Create an empty “index.html” file in the directory that contains your downloads. For extra sarcasm, you might put a message in it like:

    Find what you’re looking for?

    Or better yet, a popup ad…

    Or you can “play nice” and just redirect them back to your main page:

    <meta HTTP-EQUIV=”REFRESH” content=”0; url=http://www.yourdomain.com”>

    Also, inside the downloads directory, create an “.htaccess” file with one line:

    Options -Indexes

    In the server’s document root directory, create a “robots.txt” file. It should contain the following lines…

    User-agent: *

    Disallow: /wp-admin/

    Disallow: /wp-content/

    Disallow: /wp-includes/

    Disallow: /wp-content/themes/

    Disallow: /wp-plugins/

    Disallow: /downloads/

    Basically, create a “Disallow” line for each directory you’d like robots and spiders to ignore. Note: the “robots.txt” is an optional “please don’t do that” type of thing. Search engines are not required to honor it.

    To enforce mandatory exclusion of directories and files, you can add/edit the “.htaccess” file in the server’s root directory, but that gets into the “running with scissors” area. You can do some serious damage, if you aren’t careful… 8)

    October 12, 2010 at 1:29 am in reply to: ioncube ERROR when Activating WP-PDF-Stamper #22301
    wzp
    Moderator

    Since the wizard claims that IonCube is installed…

    Undo that last change, you made, after the wizard claim it was working.

    Try temporarily renaming that .htaccess file to something else and see if it works now.

    October 11, 2010 at 11:32 pm in reply to: ioncube ERROR when Activating WP-PDF-Stamper #22299
    wzp
    Moderator

    Inside the ioncube directory should be a “loader-wizard.php” file. Run it, from a browser.

    I suspect it will say something like IonCube not properly installed. It will then attempt to troubleshoot your php.ini files.

    October 11, 2010 at 11:20 pm in reply to: Redistributing download links to already customers #25290
    wzp
    Moderator

    Each encrypted download link is unique. You can do one of two things…

    1. Manually generate links for each customer, using the “Admin Functions.” Not fun, if you have a lot of customers.

    2. Invite them via a mailing list to download the new version.

    You might also consider adding some kind of upgrade notification system to your plugin.

    October 11, 2010 at 8:38 pm in reply to: eStore update loss of files #25279
    wzp
    Moderator

    P.S. I found the upgrade instructions you most likely used:

    http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31

    And it says…

    “If you haven’t stored the downloadable files inside the “downloads” directory of this plugin then you can follow this method of upgrade… * Delete the current version of the WP eStore plugin from the Plugins menu.”

    Perhaps Amin or Ivy should edit the instructions to read “…haven’t store the downloadable files anyplace inside the wp-cart-for-digital-products directory…”

    October 11, 2010 at 2:14 pm in reply to: eStore update loss of files #25278
    wzp
    Moderator

    1a. There is nothing preventing you from keeping the folder that houses your mp3 files in the wp-cart-for-digital-products folder. HOWEVER…

    1b. It is a “best practice” to keep the files someplace else, to prevent accidents like this from occurring.

    2a. If you do your upgrades by simply overwriting the existing (old) files, your mp3 folder is unaffected.

    2b. If you are a neat-nik like me, who likes to keep things pure and simple by deleting old stuff, then you must either keep your mp3 directory someplace else or be very careful of what you delete.

    3a. As per “1b,” it is a best practice to keep your data (mp3 folder) in a separate directory. It can be at the top level (www.example.com/stuff) and will still be protected by the encrypted links. Don’t call it “mp3s-4-sale” just “stuff1,” “stuff2,” etc.

    3b. You can also name the folder “.stuff” (prefix the name with a period) to make it invisible to casual drive by browsing. For “extra protection,” create an “.htaccess” file in your mp3 folder (***NOT THE TOP HTML DIRECTORY***) that contains one line:

    Options -Indexes

    That way, even if someone stumbles across the folder, they can’t see what’s inside; unless they start guessing at the file names.

    As a suggestion, the safest way of replacing a plugin directory is to first make a backup, before deleting it:

    zip plugin.backup.zip plugin

    rm -rf plugin

    mv plugin.backup.zip old.plugin.storage.directory

    I hope this mishap was something you were able to recover from.

    October 10, 2010 at 3:07 pm in reply to: Pre-buying – Purchase of an Option, Making a reservation, #25266
    wzp
    Moderator

    Yes. You would create a “product” as though it were a physical one, requiring shipping; with the understanding that it would be delivered “later.” This “understanding” would be in the product description, and in the terms & conditions.

    The only caveat is that you must follow through with manual processes to fulfill the customer’s order.

    October 10, 2010 at 3:03 pm in reply to: How to require customers have (and enter) Business name #25263
    wzp
    Moderator

    Anyone can “makeup” a business name. The only way you are going to sell products to bona-fide businesses **only** is through a process which involves human vetting of the transaction. You could use the scenario in your other post, as a way to do this:

    https://support.tipsandtricks-hq.com/forums/topic/pre-buying-purchase-of-an-option-making-a-reservation#post-8755

    Are you really trying to only sell products to bona-fide businesses, or are you just trying to force them to fill out the field?

    October 10, 2010 at 2:51 pm in reply to: Option to switching between personal and corporate licensing for stamped files #25249
    wzp
    Moderator

    I suppose, what Amin could do, is add a [product_id] footer tag to the Stamper. That way, a file could be stamped as “Product A – Personal Edition” or “Product A – Commercial Edition.” Or maybe even add a [variation] tag as well…

    How about it, Amin?

    October 9, 2010 at 3:14 pm in reply to: Several email questions #25229
    wzp
    Moderator

    Did you put a space between the second quote and the left angle bracket?

    October 9, 2010 at 11:49 am in reply to: WP eStore Download Methods – Change Encrypted Download Methods #24217
    wzp
    Moderator

    If you upgrade to version 4.4.7, you’ll notice that:

    1. The methods now have descriptions to go with the numbers.

    2. A 7th method has been added to the menu.

    Note: Method 7 will only show up in the menu if the cURL library is installed on your server.

    October 9, 2010 at 1:40 am in reply to: Several email questions #25227
    wzp
    Moderator

    Try: “Firstname Lastname” <person@someplace.com>

  • Author
    Posts
Viewing 15 posts - 6,586 through 6,600 (of 6,727 total)
← 1 2 3 … 439 440 441 … 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