Search Results for 'Add Url'

Viewing 25 results - 1,351 through 1,375 (of 1,643 total)
  • Author
    Search Results
  • #34475

    In reply to: Terms before download


    Nintay
    Member

    Hi

    we’re just about to launch, and I’ve a bunch of question. sorry for your troubles, and really appreciate your kind response.

    1. Is the carousel model support hide everything? also the categories?

    1.A With carosel mode, can the Home page shows categories and sub-categories each sub-category open page for all packages in that category?

    2. what is the time-fame for your EULA add-on release? (you said within this month. Is this still on?

    3. When is the next  update for “extended short-code add-on”?

    4. You said you’ve changed my single-wpdmpro.php file. I didnt notice it and upgrade my copy of WPDM, Can you send me the changes so I will do them again?

    5. My search page is not working for some reason. I’m getting either “We found nothing” or an empty page. know anything about it? (you’ve my url and passwored if needed.)

    6. After your last changes, the file name have changed (1441620183wpdm_ added before file name). how can I changed it back, and assure it wont happen again? File name should not be changed.

    7. Does your search.php support search in packages?

    8. Where Can I add search bar in the header, next to the page/package name? Does your widget support this area? in the menu is also fine.

    you’ve my URL, username and password at the messages above if needed. Fill free to use this for anything.

    #34265

    Shahriar
    Moderator

    You can download the download notification add-on from here http://www.wpdownloadmanager.com/purchases/

    1. Template preview and actual template may looks some different for front-end styles.
    2. please give me the URL where you trying to use it. Anyhow I’ve fixed the template used in this page http://applexia.fr/bibliotheque-driver/
    3. Archive page compact short-code is:
      [wpdm-archive button_style="inverse" link_template="link-template-panel-1-3" order_by="post_title" order="asc" items_per_page="10" cat_view="compact"]
    #34193

    Renegade
    Member

    WordPress 4.3.1
    Host: Wpengine
    Url: http://[example.com]/download/%5Bpackagename%5D/?wpdmdl=2597

    I can see in the logs it’s returning a 302 redirect but the expiration token was not getting updated. Here’s a log showing the expiration time being significantly off the +1 hour time when a link is generated.

    =======================

    [ip_address] [example.com]- [18/Sep/2015:02:33:23 +0000] “GET /download/[packagename]/?wpdmdl=2597 HTTP/1.1” 302 0 “http://[example.com]/%5Bpagename%5D/” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36”

    http://[bucketname].s3.amazonaws.com/pdf/%5Bfilename%5D?AWSAccessKeyId=AKIAITDJXZGVZXD4L5VA&Expires=1442545761&Signature=tdwF15%2FJqejewWtAQBE%2BCMCpUKI%3D

    =======================

    If I logged in as an admin, it would generate a valid url.

    I then cleared the wpengine cache and a nonlogged in user (me in private mode) was able to get a valid link. Here’s that log

    =======================

    [ip_address] [example.com] – [18/Sep/2015:02:39:13 +0000] “GET /download/[packagename]/?wpdmdl=2597 HTTP/1.1” 302 0 “http://[example.com]/%5Bpagename%5D/” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36”

    http://[bucketname].s3.amazonaws.com/pdf/%5Bfilename%5D?AWSAccessKeyId=AKIAITDJXZGVZXD4L5VA&Expires=1442547553&Signature=%2FOaaWGq7U5ev%2BVNcuUjX74kp4pA%3D

    =======================

    #34078

    Shahriar
    Moderator

    If user click on download button, it actually goes to that URL to start download. Probably users are sharing direct download link form there, however as @shaon said, Block Hotlink add-on can protect you from such sharing, users or bots will bot be able to access download link directly or from the shared link.


    Shahjada
    Keymaster

    Sorry, we rebuilt the demo, anyhow here is the demo link now: http://demo.wpdownloadmanager.com/wpdmpro/wpdm-package/mp3-song/

    To output only categories like the url http://demo.wpdownloadmanager.com/wpdmpro/categories/ , you will need the add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ , then [wpdm_category] short-code will work fine.

    #34004

    Shahjada
    Keymaster
    1. Add complete link html in individual file title, like:
      <a href="link-url-here">File Title</a> (Example: http://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/ )
    2. For that you need to upload the file with same name using ftp
    #33866

    Shahriar
    Moderator

    You need to use this http://www.wpdownloadmanager.com/download/advanced-custom-fields/ to add video field and custom template tag for view URL. Then need to edit panel template and add button code.

    #33863

    Shahriar
    Moderator

    HTML Code:

    <!-- WPDM Link Template: Panel 1/3 -->
    <div class="col-md-4">
    <div class="panel panel-default">
    <div class="panel-body">
    <div class="media">
    <a class="pull-left" href="[page_url]">
    [thumb_60x60]
    </a>
    <div class="media-body">
    <h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;height: 20px;overflow: hidden">[page_link]</h4>
    <i style="margin: 4px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size]<Br/>
    
    </div>
    </div>
    </div>
    <div class="panel-footer"><div class="pull-left" style="line-height: 30px;"><i style="margin: 2px 0 0 5px;" class="icon icon-download-alt"></i> [download_count] downloads</div>  <div class="pull-right">[download_link_popup]</div><div style="clear: both"></div></div>
    </div>
    </div>
    <style>
    .panel-footer .wpdm-download-link {
    font-size: 10px !important;
    padding: 3px 14px 5px !important;
    }
    </style>
    
    #33484

    Eribros
    Member
    This reply has been marked as private.
    #33395

    Shahjada
    Keymaster

    Please give me url where you using accordion add-on and temporary wp-admin login info in a private reply.

    #33372

    In reply to: How do I set this up?

    This reply has been marked as private.
    #33313

     

    1. I want a single page listing all of the downloads.
    2. The page should ask for a password, email address, and name. Once it has that information, anything on the page should be allowed to be downloaded.
    3. The email address needs to be added to a list, possibly in Mailchimp or aweber
    4. I’d really like the email address to be added to a list which sends out a nag message once a week that they need to review the books they downloaded.
    5. PDF stamp should be added to each download with the name and the word “Confidential review copy” stamped
    6. For EACH download they ask for, an email needs to be sent to them with the URL of the download,  the URL of the amazon page for the book, and instructions. The nag messages should do the same.

    Can this product do this?

    I have set up a temporary admin account. Please let me know how to send the username/password to your support.

     

    #33226

    drhickerson
    Member

    Okay, I believe I have most of this worked out.

    I added the shortcode for guest checkout on the Purchases page. If someone just happens across that page, I see the form requiring the order email address and order ID — this is GREAT!

    There’s one thing that needs to be addressed, however.

    When you click the link in the order email, it takes you to the page and you see the form. The URL reflects the Order ID, but the order email and ID do not auto-populate in the fields — this needs to happen for customer convenience AND, because if the customer copies the info over from the email into the fields, a session expired notice appears. To resolve it, the customer has to click Proceed again.

    Think you could make the fields auto populate with the email address on the order and order number?

    #33176

    When I hit the Download manager tiny mce button to choose a shortcode it gives me the following error:
    <h3 style=”color: #000000; font-family: Times; line-height: normal; white-space: pre;”>This page contains the following errors:</h3>
    <div style=”color: #000000; line-height: normal; white-space: pre; font-family: monospace; font-size: 12px;”>error on line 409 at column 11: Opening and ending tag mismatch: br line 0 and div</div>
    <h3 style=”color: #000000; font-family: Times; line-height: normal; white-space: pre;”>Below is a rendering of the page up to the first error.</h3>
    Download Manager » Insert Package or Category .w3eden legend { font-size: 10pt; } .w3eden .nav a:active, .w3eden .nav a:hover, .w3eden .nav a { outline: none !important; } .w3eden button, .w3eden input[type=submit], .w3eden input[type=button], .w3eden input[type=text] { line-height: 26px; min-height: 26px; margin-bottom: 10px; } .w3eden .btn small { font-size: 65%; } #wpdmacats, #wpdmcats { height: 280px; overflow: hidden; border: 1px solid #eeeeee; border-radius: 4px; margin: 0px; padding: 10px; } #wpdmacats:hover, #wpdmcats:hover{ overflow: auto; } #wpdmacats li label , #wpdmcats li label { display: inline; font-size: 11px; font-weight: normal; } #wpdmacats li , #wpdmcats li { list-style: none; } .nav-tabs li a { font-weight: 700; font-size: 9pt; } #wpdm-files_length { display: none; } #wpdm-files_filter { margin-bottom: 10px !important; } .adp-ui-state-highlight { width: 50px; height: 50px; background: #fff; float: left; padding: 4px; border: 1px solid #aaa; } #wpdm-files tbody .ui-sortable-helper { width: 100%; background: #444444; } #wpdm-files tbody .ui-sortable-helper td { color: #fff; vertical-align: middle; } input { padding: 4px 7px; } .dfile { background: #ffdfdf; } .cfile { cursor: move; } .cfile img, .dfile img { cursor: pointer; } .inside { padding: 10px !important; } #editorcontainer textarea { border: 0px; width: 99.9%; } #icon_uploadUploader, #file_uploadUploader { background: transparent url(‘http://178.fad.myftpupload.com/wp-content/plugins/download-manager/images/browse.png&#8217;) left top no-repeat; } #icon_uploadUploader:hover, #file_uploadUploader:hover { background-position: left bottom; } .frm td { line-height: 30px; border-bottom: 1px solid #EEEEEE; padding: 5px; font-size: 9pt; font-family: Tahoma; } .fwpdmlock { background: #fff; border-bottom: 1px solid #eee; } .fwpdmlock td { border: 0px !important; } #filelist { margin-top: 10px; } #filelist .file { margin-top: 5px; padding: 0px 10px; color: #444; display: block; margin-bottom: 5px; font-weight: normal; } table.widefat { border-bottom: 0px; } .genpass { cursor: pointer; } h3, h3.handle { cursor: default !important; } #access { width: 250px; } .action #nxt { width: 100%; position: fixed; top: 0px; left: 0px; z-index: 999999; } #nxt a { font-weight: bold; color: #0C490C; } .action-float { position: fixed; top: -33px; left: 0px; width: 100%; z-index: 999999; text-align: right; background: rgba(0, 0, 0, 0.9); } .action .inside, .action-float .inside { margin: 0px; } .action-float #serr { width: 500px; float: left; margin: 4px; z-index: 999999; margin-top: -50px; border: 1px solid #800000; } .action-float #nxt { width: 500px; float: left; margin: 4px; z-index: 999999; margin-top: -40px; border: 1px solid #008000; } .wpdm-accordion div { padding: 10px; } .w3eden select{ border-radius: 3px; } .wpdmlock { opacity: 0; } .wpdmlock + label { width: 16px; height: 16px; vertical-align: middle; } .wpdm-unchecked { display: inline-block; float: left; width: 21px; height: 21px; padding: 0px; margin: 0px; cursor: hand; padding: 3px; margin-top: -4px !important; background-image: url(‘http://178.fad.myftpupload.com/wp-content/plugins/download-manager/images/CheckBox.png&#8217;); background-position: -21px 0px; } .wpdm-checked { display: inline-block; float: left; width: 21px; height: 21px; padding: 0px; margin: 0px; cursor: hand; padding: 3px; margin-top: -4px !important; background-image: url(‘http://178.fad.myftpupload.com/wp-content/plugins/download-manager/images/CheckBox.png&#8217;); background-position: 0px 0px; } .cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(http://178.fad.myftpupload.com/wp-content/plugins/download-manager/images/switch.gif) repeat-x; display: block; float: left; } .cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; } .cb-enable span { background-position: left -90px; padding: 0 10px; } .cb-disable span { background-position: right -180px; padding: 0 10px; } .cb-disable.selected { background-position: 0 -30px; } .cb-disable.selected span { background-position: right -210px; color: #fff; } .cb-enable.selected { background-position: 0 -60px; } .cb-enable.selected span { background-position: left -150px; color: #fff; } .switch label { cursor: pointer; } .switch input { display: none; } p.field.switch { margin: 0px; display: block; float: left; } .drag-drop-inside { text-align: center; padding: 10px; border: 2px dashed #ddd; margin: 10px 0px; } #wpdm-files li { list-style: none; } .w3eden select{ padding: 5px; } .nav-tabs{ margin: 0 !important; } .tab-content{ border: 1px solid #dddddd; border-top: 0; padding: 10px; } Insert Package Insert Category Other Short-codes Link Template: With Audio Preview Call to Action 1 Bootstrap Thumbnail Button Template Call to Action 1 Call to Action 2 Call to Action 3 Call to Action 4 Default Template w/Icon Default Template 3 Columns, Detailed Metro Style Link Template Embedded Panel Search Result Template 1 Column, Extended Widget Template Select Package

    #33158

    In reply to: Updating URL Issue


    trickz100
    Member

    I’m afraid CSV doesn’t work, not for URLs. I don’t import files to my server, they are stored on an external server. So bulk adding packages that only contain URLs doesn’t work.

    Originally, I simply opened the DB in Notepad++ (File too large for Dreamweaver to handle properly) and then find and replace the urls. Used to work perfectly. Now all it does is replace everything except the “Attached files url”

    #33001

    trickz100
    Member

    Hello,

    I have an issue with changing the download file URLS.

    All my files (Over 3500 of them) are stored on an external server, and so, I add packages by adding URLS.

    The problem I have now is that I want to change these URLS periodically to prevent sharing misuse and to save bandwidth.

    I have seen that everything seems to be saved in the postmeta file in the DB. Now, when I update all of the links via the postmeta, reupload the file. The download packages no longer work. The postmeta now holds the updated URLS, but when I go to each package (“Downloads; All Packages; Package 001” etc) The attached file still shows the old URL.

    How do ensure that it updates to the new ones? Is there another DB file it uses that I’m missing here?

    Many thanks


    connect
    Member

    We’re creating new WordPress sites entirely in SSL and if I log into the WP admin interface on such SSL sites, Download Manager inserts HTML that isn’t “SSL-safe”, causing mixed content warnings. Here’s what happens:

    * Download Manager Pro plugin installed and active on SSL site.

    * The main admin interface page has this HTML inserted by Download Manager that causes a mixed content warning (yes, it does say “wpdmvarsion”!):
    <pre id=”line1″><<span class=”start-tag”>iframe</span> <span class=”attribute-name”>src</span>=”http://cdn.wpdownloadmanager.com/notice.php?wpdmvarsion=4.3.0
    <span id=”line1048″></span> <span class=”attribute-name”>style</span>=”height: 300px;width:100%;border:0px“></<span class=”end-tag”>iframe</span

    And, yes, there is a valid secure cert on https://cdn.wpdownloadmanager.com/
    so it could have been prefixed with // instead of http://.

    * If you load in the iframe URL, this has further issues in its HTML:

    <<span class=”start-tag”>link</span> <span class=”attribute-name”>href</span>=’http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900‘ <span class=”attribute-name”>rel</span>=’stylesheet‘ <span class=”attribute-name”>type</span>=’text/css‘>

    This http:// link prevents any attempt to workaround the mixed content warning issue (e.g. with mod_substitute, WordPress for HTTPS etc.).
    It should of course start with ‘//fonts.googleapis.com/…

    It would be nice if these two simple (and near-identical) fixes were added to the next Download Manager release.

    #32666

    mpaquin
    Member
    This reply has been marked as private.
    #32340

    izzy
    Member

    Just to confirm, If I included the URLs in the CSV file upload document, would WPDM know to download and save the file to my WP database.

    What’s the best way to populate your WP theme using and XML file, URLs or files saved in a folder? Manually adding them isn’t feasible…

    Thanks

    #32326

    connect
    Member

    Download Manager Pro doesn’t show any indication in the WP admin interface that there’s a new version available, which is extremely poor, particularly if the new version has security fixes. In fact, the lack of auto-updates of Download Manager Pro is utterly appalling and a major security risk, so I’m going to have to “homebrew” my own way of doing auto-updates.

    Firstly, I’m going to need to know what the latest version of Download Manager Pro is – my best guess is to scrape this page:

    http://www.wpdownloadmanager.com/category/blog/new-release/

    and look for the earliest line with “WordPress Download Manager Pro vX.Y.Z released” and extract the version from that. This seems extremely crude – is there a better way to get the latest version programmatically?

    Once a new version is detected, it looks like I’ll have to screen scrape with curl to get to the latest zip file in my account:

    * Login to Download Manager site
    * Go to http://www.wpdownloadmanager.com/purchases/
    * Get the top (“Completed”) Order id line and follow the link
    * Grab the Download link for the download-manager-X.Y.Z.zip file (may also need to get License key here)
    * Logout from Download manager site
    * Copy the zip file onto the server I want to update
    * Run a sequence of WP-CLI commands as necessary:
    – Deactivate old plugin (if present and activated)
    – Delete old plugin (if present)
    – Install new plugin
    – Activate new plugin
    – Add license key if needed (not sure how you do this step!)
    * Do some post-upgrade tests (home page HTML OK, returns code 200 etc.)
    * Rollback using an old zip file/license key if there’s a problem

    It does seem to be a total pain in the backside to have to handcode this (and if the Download Manager site gets reworked, things will fail) – there *really* ought to be better way than this – an auto-updater plugin (which I see was around in 2011, but gone now) or something. I can auto-update all the other free and paid plugins I have installed in our WP sites…except for Download Manager Pro – arrgh!

    #32314

    In reply to: URL Variable


    leandroch
    Member

    I need my URL looks like this:

    wpdmact=process&did=OTc1OL5ob3RsaW5r

    It is possible to add the attachment directly in the post?

    #32265

    icoffe01
    Member

    Hello .. i try to download file to try a pdf stamper add-on but when i press download i get this massage :

    Warning: fopen(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/****/public_html/wp/wp-content/plugins/wpdm-pdf-stamper/libs/fpdf1.7/fpdf.php on line 1232 Warning: fopen(http://www.******.com/wp/wp-content/uploads/2015/08/******_stamp.png): failed to open stream: no suitable wrapper could be found in /home/***/public_html/wp/wp-content/plugins/wpdm-pdf-stamper/libs/fpdf1.7/fpdf.php on line 1232 FPDF error: Can’t open image file: http://www.*******.com/wp/wp-content/uploads/2015/08/**********_stamp.png

    #32220

    izzy
    Member

    So, I’ve checked with my hosting provider and they have confirmed the zlib and zip and both installed and functioning on my server.

    I have also noticed that If I manually import and upload images via the ‘select files from computer’ option, that the files are included in the download file. It works as it should. When I add files from a URL, WPDM won’t include the files in the folder. It seems like it doesn’t download the files to the WP media file database. How do I fix this. When I import images in bulk via and XML file, the images and download files are sourced from URL on a third-party website.

    How do I fix this so I can import multiple download files from a URL via bulk import using a WP plugin?

    #32101

    Shahriar
    Moderator

    #1. At login required message option in download manager settings page you can add both links.
    About the “solution”, may you please tell me what you trying to do.

    #2. Need to edit template to add subscription page link

    #3. That also will require customization in code. Need to replace [page_link] tag with <a href="[download_url]">[title]</a>

    #32042

    IoniaISD
    Member

    My Apache error log is being flooded with a bunch of errors from the WPDM Pro addon. It appears the addon is creating links for file type icons that don’t (and shouldn’t) exist. It appears that the error occurs when a URL is attached as a package. I’ve attached part of my Apache error log to help track down this issue.

    Any help on this would be appreciated. Thanks!

Viewing 25 results - 1,351 through 1,375 (of 1,643 total)