Security Matters

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 56 total)

Great! Thank you for fixing that right away. A lot of stress has been alleviated. It just missing one thing now … the custom upgrade email notification.

No Still Not Working – Huge Problem – Please Help Soon! Hundreds of Downloads Won’t Work

Warning: Cannot modify header information – headers already sent by (output started at ………./wp-content/plugins/download-manager/modules/server-file-browser.php:251) in ……………………./wp-content/plugins/download-manager/functions.php on line 157, 158

also for lines 159, 160 161 162 163 164 191

Getting errors on my login page as well — all referencing Download Manager.

This reply has been marked as private.
This reply has been marked as private.

Could you please give me the code to to put in the name and email, and category? I have no idea how to do this.

Hi Shaon, I have added the code below and then downloaded a file. I received 4 duplicate emails at the same time, and in the body of the email, I just get the Downloader’s IP address.

How can I have it so that instead of the IP address, it provides the member’s name and email.

Also, is there a way to set this up to that it just send an email notification for downloads under a certain category?

_________

function download_notification($package){
$package_data = get_post($package[‘ID’]);
$headers = ‘From: Site Name ‘ . “\r\n”;
$headers .= ‘Content-type: text/html’ . “\r\n”;
$message = “Downloader’s IP: “. $_SERVER[‘REMOTE_ADDR’];
wp_mail(get_option(“admin_email”), “Download Notification: “.$package_data->post_title, $message, $headers);
}

add_action(“before_download”, “download_notification”);

in reply to: shortcode links no longer display correct info #15015

The Ultimate TinyMCE plugin does not work with WP 3.9. The developer has replaced it with WP Edit and WP Edit Pro. Doesn’t this affect some of your add-ons?

in reply to: shortcode links no longer display correct info #14959

Forget it. Worked for hours trying to find a fix. Had to change over a hundred icons. Is the Add On Image plugin going to be updated? Does it only work if you have TinyMCE installed? I’ve already changed over to WP Edit Pro (the successor of Ultimate TinyMCE Pro)…maybe that’s why things got all messed up?

in reply to: how to specify icon size and add link to my own icon? #14958

Never mind – I had to go through and change each download icon.

in reply to: shortcode links no longer display correct info #14947

So, I see that my custom template that was created disappeared when I moved the site from a subfolder to the main directory.
Is there a way to get this back? If not, could you please just give me the code to create a template named “52f5daf6570f4”.

I think it’s a link template I need, but I’m not sure. In the template I just need a download icon, the title, and a link to download. That’s it. Please see attached.

Thanks,

in reply to: shortcode links no longer display correct info #14943

Why doesn’t this work anymore? [wpdm_category id="hs-product-fact-sheets," item_per_page=10 template="52f5daf6570f4" cols="1"]
Please, please help me.

in reply to: shortcode links no longer display correct info #14941

but this is how everything is being displayed on the page “52f5daf6570f4”

in reply to: shortcode links no longer display correct info #14929
This reply has been marked as private.
in reply to: shortcode links no longer display correct info #14927

I’d really appreciate it if you’d take a look, as the whole site is officially live on Mon. I’ll resend you the login details.

in reply to: Fatal Error Update to 4.0.7 – Plugin won't activate #14474

๐Ÿ™‚ Excellent. Thank you so much!

in reply to: Fatal Error Update to 4.0.7 – Plugin won't activate #14452
This reply has been marked as private.
in reply to: Fatal Error Update to 4.0.7 – Plugin won't activate #14443

Hi Shaon, I have emailed you all the login and ftp info. Thanks.

in reply to: Fatal Error Update to 4.0.7 – Plugin won't activate #14399

Downloaded again. Still doesn’t work.

Warning: include(wpdm-core.php) [function.include]: failed to open stream: No such file or directory in /home/content/…………../wp-content/plugins/download-manager/download-manager.php on line 154

in reply to: PRO Member CAN'T LOGIN into PRO area anymore! #13141

So – what do I have to do to continue receiving updates and be a pro member again?

in reply to: Don't want individual PDF download zipped #12528

Resolved

in reply to: IN NEED the right Template Combinations … #12527

Resolved.

I’ve resolved the challenge.

I don’t follow what your saying. What code do I need to use if I have a package with 4 files. Package Title is ‘2012 Reports’. If ‘2012 Reports’ is clicked, it asks for a password, and then it lists the 4 files in the package and a download button where they can download ALL, or they can download individual files (but without having to enter a password since it has already been entered.)

Here’s a snapshot of the code that needs to be modified.

in reply to: Don't want individual PDF download zipped #12430

Hi – I’ve resolved the problem, so no need to check. I do still need help on the other issue I have posted.

Viewing 25 posts - 1 through 25 (of 56 total)