Search Results for 'download link'

Viewing 25 results - 9,051 through 9,075 (of 9,326 total)
  • Author
    Search Results
  • #6019

    I did try embedding the short codes in an unordered list formatted to run horizontal – but it did not work.

    Hi Shaon,
    I chmod my cache dir to 777 and I contacted my hosting company “Network Solutions” and verified that zlib lib is enabled and I’m still getting a blank page. I’m attaching a text file with a link for you so you can view my hosting setup and see if i’m missing anything.
    Thanks,
    Brian

    #6012

    Shahjada
    Keymaster

    sorry not clear, which border, may you please give me your url to check

    #6011

    In reply to: WPDM directory add on


    Shahjada
    Keymaster

    1) please give me your url to suggest your css code
    2) not clear
    3) download user review add-on again to resolve the issue
    4) disable image button add-on and use like this [download_link http://cdn4.iconfinder.com/data/icons/cc_mono_icon_set/blacks/48×48/download.png%5D in page or link template, more details: http://www.wpdownloadmanager.com/docs/integrated-templates/

    #5957

    bdp
    Member

    Thanks, I was looking at that page and it never dawned on me that the new version would be there under the “download” link. Perhaps there should be a note somewhere in the new release details pointing people to that location? I’m sure I can’t be the only daft person in the group. 😉

    #5954

    ricky7622
    Member

    I am setting up download manager for the first time and the link just opens to a blank page that won’t load.
    Here is the page url http://sbeelectricandhvac.com/manuals/
    Please help.
    I don’t mind if the link opens to a new tab.

    #5949

    xavier
    Member

    I found how to hide the button. It doesn’t remove it in the sense that the space for it is still quite visible, but at least it’s a blank transparent image.

    I still don’t know how to remove the border.

    #5946

    bdp
    Member

    Okay, I must be daft. For the life of me I can’t find how to update to the latest version. WP just tells me that there is a new version available. I click on the details, come to this site and can’t find a link to do a manual download of the zip.

    Help???

    #5907

    Shahjada
    Keymaster

    block hot will block external referrer or direct access to download URL

    #5902

    Shahjada
    Keymaster

    @joemanausa, fixed
    filename: download-manager/modules/canonical-url.php
    replaced:

    $wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)] = $wpdb->get_var(“select pid from {$wpdb->prefix}ahm_filemeta where value=’$val’ or value='”.$wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)].”‘”);

    with:

    $wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)] = $wpdb->get_var(“select id from {$wpdb->prefix}ahm_files where url_key=’$val’ or url_key='”.$wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)].”‘”);


    @techpro
    , please give me your url to check

    #5898

    krismallory
    Member

    And this is the error I get when I turn on email lock

    {“error”:”Download link sent to your email!”,”downloadurl”:””}

    #5896

    krismallory
    Member

    I see this info from another thread.

    1) you need to add FB id, use “Link Template Embedded” and page template = “Single Column, Image Top, Extended” in case of facebook like lock

    I don’t want to use some other template for the page or link. I want to use the one I created for myself.

    Please visist http://stealthfiction.com/daylight-dims/ and try the link that says DOWNLOAD FREE PDF to see what’s going on.

    Twitter doesn’t work either. It posts the message but then it never downloads the file.

    #5892

    In reply to: URL Structure?


    2Wayne
    Member

    I was able to fix this with url redirect but it would be nice to not have to. The issue I personally was having, i would change the url to show http://www.2wayne.com/downloads/download or mostly seen as this http://www.2wayne.com/download/sabic-excr-sw1500/. When you would see the link to the download or if you take out the package-slug for example /sabic-excr-sw1500/ you get this url: http://www.2wayne.com/download/

    Now with this url, http://www.2wayne.com/download/ it would take you to a blog post that could not be deleted or even edited, it would just take you to http://www.2wayne.com/wpdmpro/wpdmpro/ or http://www.2wayne.com/wpdmpro/ <– these two links im trying to get rid of, no clue why they would show up?? So i was able to use a redirect plugin to get this to work so it would just skip those pages and redirect you to the normal downloads page instead of these posts/Page

    Hope that is not too confusing.

    #5890

    Shahjada
    Keymaster

    please select Link Template for Archive Page =”Default Template” from download manager settings

    #5874

    We have had the same problems with the downloads not working correctly and the links not going to the correct pages for the downloads. What causes these issues? I always see you mention to give the admin info so you can login and take a look or fix it, but please document your fixes here so we can find them and fix the issues our selves if we also come across them.

    #5866

    Shahjada
    Keymaster

    please send a temporary wp-admin login info to support@wpdownloadmanager.com.

    #5855

    solatube
    Member

    Hi, if I load 2 files to a package, the individual links to each file work however the zip package link doesn’t and puts an extension on mysitename.com.au /wordpress/?wpdmdl=5 (I cant put the link to the real site in the forum as we are still in the build phase). Can you explain where/how the zip gets created and any suggestions for fixing this? I have tried deactivating and activating. Thanks.

    #5853

    joemanausa
    Member

    Download links work fine — but package pages/links do not. All of our downloads were imported from Download Monitor in case that matters.

    See the page here: http://manausa.com/popular-downloads

    If I go in and “edit” each package individually and press the “update” button — then the package link starts working. I’d rather not do this for over 35 pages of downloads though!

    Please help. I’ve tried updating permalinks, uninstalling/reinstalling, etc.

    #5829

    Shahjada
    Keymaster

    use link template = “Link Template Embedded” and page template = “Single Column, Image Top, Extended” or just create link/page template with tag “[download_link_extended]” instead of “[download_link]”


    Shahjada
    Keymaster

    please send a temporary wp-admin login info to support@wpdownloadmanager.com

    Great news, I got it working, and it’s working great!

    Just need to clean up some things, and finish it to be fully dynamic (there is one new wp_option I may need to store, and maybe add a few inputs to file-manager/add-new-package for it). I also need to add some if conditions, to properly handle my script to only be triggered if “FTP-DUMP” or something is enabled. I’d like to clean up my handling of absolute/relative paths too. It’s very dirty still.

    So far, I only had to add change one block of code, and add a new block.
    Then, I referenced my own script in it’s own PHP file, and I just include it once if admin.php?page=file-manager&task=RefreshPackage, it pulls the needed references to define it’s variables from $_GET[‘id] (WPDM’s file package DB records). I built it off your current Add/Edit system.

    Here is the change log to your source:
    [the code tags on this forum seem to trim some of my code, so I will also attach a .txt]

    **NOTE:**
    I always apply source formatting via Dreamweaver when I edit files, so my line numbers won't match unless you do that first.
    Therefore, relying on line numbers isn't best, so I will also reference local objects

    /*///////////////////////////////////////////////////////////////
    //in: list-files.php
    +:
    [replaces][div class="button-group"](near line 119 w/ applied source formatting)
    creates a new button for "Refresh Package" on the Download Package Management back-end page, and inserts a line break () in button-group div
    so that all the buttons fit in the table cell
    //////////////////////////////////////////////////////////////*/

    <a class="button" href="admin.php?page=file-manager&task=RefreshPackage&id=" style="color: #90F">Refresh Package
    <a class="button" href="admin.php?page=file-manager&task=EditPackage&id=">Edit

    <a class="button" href="admin.php?page=file-manager/add-new-package&clone=" style="color: #336699">Clone
    <a class="button" target="_blank" href='' style="color: #005500">View
    <a href="admin.php?page=file-manager&task=DeleteFile&id=" class="button submitdelete" style="color: #cc0000" rel=" " title="Permanently">Delete

    /*///////////////////////////////////////////////////////////////
    //in: wpdm.php
    +:
    [appended][fuction RefreshPackage()](added near line 409 w/ applied source formatting)
    adds function for "Refresh Package" button to refresh the package's item
    //////////////////////////////////////////////////////////////*/
    function RefreshPackage(){

    global $wpdb, $current_user;
    get_currentuserinfo();
    $cond_uid = wpdm_multi_user()&&!wpdm_is_custom_admin()?"and uid='{$current_user->ID}'":"";

    $id = $_GET['id'];

    $table_name = "{$wpdb->prefix}ahm_files";
    $file = $wpdb->get_row("SELECT * FROM {$table_name} WHERE `id` = {$id} $cond_uid", ARRAY_A);
    if(!$file[id]) {
    $error = "Sorry, You don't have permission to edit that file!";
    include("error-page.php");
    return;
    }

    include('refreshpackage.php');
    }

    and this is the code for my refreshpackage.php, needs to be cleaned up now as I said:

    $dir) {
    // find first non-matching dir
    if($dir === $to[$depth]) {
    // ignore this directory
    array_shift($relPath);
    } else {
    // get number of remaining dirs to $from
    $remaining = count($from) - $depth;
    if($remaining > 1) {
    // add traversals up to first matching dir
    $padLength = (count($relPath) + $remaining - 1) * -1;
    $relPath = array_pad($relPath, $padLength, '..');
    break;
    } else {
    $relPath[0] = './' . $relPath[0];
    }
    }
    }
    return implode('/', $relPath);
    }
    /* END RELATIVE PATH COMPARER */

    /* DEFINE VARS */
    $packageID = $_GET['id'];
    $siteurl = site_url();
    $wpmdpath = WPDM_BASE_DIR;
    $zippath = $file[sourceurl]; //full path needs to be trimmed below...
    $zipfilename = basename($file[sourceurl]); //file name
    $zippath = str_replace($zipfilename,"",$zippath); //trim trailing file name
    $sourceDIRname = "http://www.example.com/downloads/General-Packages/imagesonly/"; //need to dynamically define this later. MUST BE ON SAME SERVER!!
    /* END DEFINE VARS */

    /* CLEAN/TRIM SOURCE PATHS */
    //the idea here is to trim all the prefixes to the file-sourceurl and the site_url(), so we can compare them, even if
    //the site_url is http://example.com and the file-sourceurl is http://www.example.com/file.zip, or hopefully even if it was a local WP site.
    //
    //trim possible url prefixes..
    $zippath = str_replace("http://","",$zippath);
    $zippath = str_replace("www.","",$zippath);
    $zippath = str_replace("//","",$zippath);
    $zippath = str_replace("\\","",$zippath);
    $siteurl = str_replace("http://","",$siteurl);
    $siteurl = str_replace("www.","",$siteurl);
    $siteurl = str_replace("//","",$siteurl);
    $siteurl = str_replace("\\","",$siteurl);
    $sourceDIRname = str_replace("http://","",$sourceDIRname);
    $sourceDIRname = str_replace("www.","",$sourceDIRname);
    $sourceDIRname = str_replace("//","",$sourceDIRname);
    $sourceDIRname = str_replace("\\","",$sourceDIRname);
    //trim off remaining site url...
    $zippath = str_replace($siteurl,"",$zippath);
    $sourceDIRname = str_replace($siteurl,"",$sourceDIRname);
    /* END CLEAN/TRIM SOURCE PATHS */

    /**************************************/
    /* COMPARE PATHS TO FIND REAL REL PATH */
    /* FOR ZIP-SOURCE-DIR & ZIP-OUTPUT-DIR */
    $sourcefolder = wpmd_getRelativePath("./", $sourceDIRname); // must be rel to $wpmdpath
    $outputfolder = wpmd_getRelativePath("./", $zippath); // must be rel to $wpmdpath
    /**************************************/

    $timeout = 100000 ; // Default: 50000

    // This creates the zip file

    $dirlist = new RecursiveDirectoryIterator($sourcefolder);
    $filelist = new RecursiveIteratorIterator($dirlist);

    // Set the php timeout

    ini_set('max_execution_time', $timeout);

    // Defines the action

    $zip = new ZipArchive();
    ?>
    open("$zipfilename", ZipArchive::OVERWRITE) !== TRUE) {
    die ("Could not open archive");
    }

    // adds files to the file list

    foreach ($filelist as $key►$value) {
    //fix archive paths
    $path = str_replace($sourcefolder, "", $key);

    $zip->addFile(realpath($key), $path) or die ("ERROR: Could not add file: $key");
    }

    // closes the archive

    $zip->close();
    //move to output if necessary
    if ($outputfolder != "./") {
    if (copy("./" . $zipfilename,"" .$outputfolder . "/" . $zipfilename . "")) {
    unlink("./" . $zipfilename);
    }
    }
    echo "Archive ". $zipfilename . " created successfully!";
    ?>

    Of course, I will also add a location href at the end of my script to reload page?=file-manager, and will echo a “Successful!” message there when it’s done. Now I get to smooth out all the details! 🙂

    Do you think any of this may be of benefit to you?

    Hello again, I noticed this tonight while I was doing some testing:

    When you click on the “View” link that appears in the pop-down window after clicking “update package”, it returns a 404.
    the link is:
    [root]/download/holland-bar-stool-dealer-package/

    the view button on page=file-manager works just fine tho, that link appears as:
    [root]/?wpdmpro=wpdmpro&download=holland-bar-stool-dealer-package

    Thought I’d mention it.
    BTW, my integration of my add-on is making progress again 🙂

    #5774

    connect
    Member

    Hi,

    If a user creates two packages with identical names (eg “somename”) the View link on the “Manage Download Packages” listing, “Edit Download Package” page for the package don’t work properly. Also the http://foo.com/packages/somename/ doesn’t work right. The issue seems to be that url_key in cnotb_ahm_filemeta and cnotb_ahm are not being created with unique values. If we manually update the cnotb_ahm_filemeta and cnotb_ahm_files tables in the database manually these can work.

    Ideally we need a fix that both addresses packages added in future and fixes existing packages with this problem.

    Thanks

    Mark

    #5762

    Shahjada
    Keymaster

    please send a temporary wp-admin login info with this forum link to support@wpdownloadmanager.com, i’ll create a template for you 🙂

    Hi,
    I created many pages using the free version and inserted the shortcode [wpdm_file id=***] on each page with the proper id number and really liked how it just displayed an icon and a password field to enter your password. The file would simply download from that same page when the password was entered correctly. Now, i’ve upgraded to Pro and completed the install and imported my existing packages and i noticed that the shortcode associated with each package has changed from [wpdm_file id=***] to [wpdm_package id=***]. When I view my pages on the front end, I now see a text link that take you to another page for downloading that displays “version” “Download” “Stock” “create date” etc…. What settings do I need to change in the Pro version to make it display and work like the free version? Thanks, Brian

Viewing 25 results - 9,051 through 9,075 (of 9,326 total)