Kees Krul

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 40 total)
in reply to: Download Limit Issue – All Users Showing Same IP #207333

Kees Krul
Participant

Thanks Nayeem. I did some further inspection, and I realized the issue actually started when I switched to Azure App Service last week.

I tried adjusting the IP detection in wp-config.php like this:

if ( isset($_SERVER[‘HTTP_CF_CONNECTING_IP’]) ) {
$_SERVER[‘REMOTE_ADDR’] = $_SERVER[‘HTTP_CF_CONNECTING_IP’];
$_SERVER[‘HTTP_X_FORWARDED_FOR’] = $_SERVER[‘HTTP_CF_CONNECTING_IP’];
$_SERVER[‘HTTP_CLIENT_IP’] = $_SERVER[‘HTTP_CF_CONNECTING_IP’];
}

Unfortunately, this didn’t fix it — in the download history, all users are still shown as coming from 169.254.129.1. It looks like WPDM might not be using $_SERVER[‘REMOTE_ADDR’] consistently, or perhaps Azure is overriding it in a way I can’t fully control.

Could you please advise:
Which header does WP Download Manager use to detect client IP?
Is there a way to force WPDM to use HTTP_CF_CONNECTING_IP (or another header) when it is available?
If not, is there a recommended workaround for Azure App Service environments?

Thank you so much for your help

in reply to: Download Limit not working #207020

Kees Krul
Participant
This reply has been marked as private.
in reply to: Download Limit not working #206770

Kees Krul
Participant
This reply has been marked as private.
in reply to: Download Limit not working #206738

Kees Krul
Participant

Hi Nayeem, any updates? I can still see the limits are not working. Currently this is being exploited so we need to get this fixed asap.

in reply to: Download Limit not working #206732

Kees Krul
Participant
This reply has been marked as private.
in reply to: Download Limit not working #206730

Kees Krul
Participant
This reply has been marked as private.
in reply to: Download Limit not working #206728

Kees Krul
Participant

Ok please check by disabling some plugins. But do not change the theme please.

in reply to: Download Limit not working #206726

Kees Krul
Participant
This reply has been marked as private.
in reply to: Download Limit not working #206708

Kees Krul
Participant
This reply has been marked as private.
in reply to: Download Limit not working #206698

Kees Krul
Participant
This reply has been marked as private.
in reply to: WPDM default values Terms not working #199934

Kees Krul
Participant

It works perfectly now. Thank you so much!!!

in reply to: WPDM default values Terms not working #199902

Kees Krul
Participant

Sure!

in reply to: WPDM default values Terms not working #199895

Kees Krul
Participant
This reply has been marked as private.
in reply to: WPDM default values Terms not working #199889

Kees Krul
Participant
This reply has been marked as private.
in reply to: WPDM default values Terms not working #199878

Kees Krul
Participant
This reply has been marked as private.
in reply to: WPDM default values Terms not working #199875

Kees Krul
Participant

That is correct: Default Lock Options

in reply to: Daily download not working #198677

Kees Krul
Participant

It works. That’s amazing. Really appreciate the customer support!

in reply to: Daily download not working #198609

Kees Krul
Participant
This reply has been marked as private.
in reply to: Daily download not working #198586

Kees Krul
Participant
This reply has been marked as private.
in reply to: email lock additional field in csv bulk import #198522

Kees Krul
Participant

Hi Nayeem thanks for your reply.

I checked the documentation but nowhere does it show the shortcode for the email lock additional field in csv?

Again im looking for a way to add my email form (downloads_form) to the csv file.

Thanks

in reply to: delete all packages #198517

Kees Krul
Participant

Great that works, thank you!

in reply to: Form lock in CSV bulk import #195627

Kees Krul
Participant

Wow, that was really fast. I can see the feature now. Thank you so much, really appreciated.

in reply to: Form lock in CSV bulk import #195607

Kees Krul
Participant

Unfortunately the form lock feature seems not included in the new update. Could you clarify?

in reply to: Form lock in CSV bulk import #194568

Kees Krul
Participant

Great to hear that!

in reply to: Form lock in CSV bulk import #194549

Kees Krul
Participant

OK I’ll look into that. For now I just disable the preview function. However, another issue I have (hopefully the last) is that for EACH download the form lock appears each time.

This seems to be fixable with “Skip Lock” settings that is enabled for email, but there is no way to add form lock here.

https://prnt.sc/rIQn6buVo3Fx

Please help me, thanks.

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