Security Matters

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 56 total)
May 13, 2014 at 9:12 pm
#15511

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.

May 13, 2014 at 6:01 pm
#15494

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.

May 12, 2014 at 8:56 pm
#15440
This reply has been marked as private.
May 5, 2014 at 7:01 pm
#15256
This reply has been marked as private.
May 4, 2014 at 10:23 pm
#15225

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.

May 4, 2014 at 1:08 am
#15204

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”);

Apr 29, 2014 at 10:33 pm
#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?

Apr 28, 2014 at 10:23 am
#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?

Apr 28, 2014 at 10:20 am
#14958

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

Apr 27, 2014 at 11:50 pm
#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,

Apr 27, 2014 at 7:25 pm
#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.

Apr 27, 2014 at 7:07 pm
#14941

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

Apr 27, 2014 at 8:27 am
#14929
This reply has been marked as private.
Apr 27, 2014 at 8:25 am
#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.

Apr 12, 2014 at 7:49 pm
#14474

🙂 Excellent. Thank you so much!

Apr 12, 2014 at 1:19 am
#14452
This reply has been marked as private.
Apr 11, 2014 at 8:28 pm
#14443

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

Apr 11, 2014 at 3:46 am
#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

Mar 15, 2014 at 4:48 am
#13141

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

Feb 25, 2014 at 5:02 am
#12528

Resolved

Feb 25, 2014 at 5:01 am
#12527

Resolved.

Feb 25, 2014 at 5:00 am
#12526

I’ve resolved the challenge.

Feb 24, 2014 at 2:57 am
#12497

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

Feb 21, 2014 at 11:21 pm
#12450

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

Feb 20, 2014 at 7:37 pm
#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)