savvasha

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 44 total)
Aug 4, 2025 at 6:23 am
#207831
Member
savvasha
OP

Yes, I send them a “false positive” report two days ago and seems that they fixed it 🙂

Thanks for your time. Consider this ticket as closed.

Savvas

Aug 1, 2025 at 8:02 am
#207799
Member
savvasha
OP

Hi Nayeem,

I am not sure about free version, but they have free trial licenses for 30 days
https://www.eset.com/uk/home/free-trial

Thanks,
Savvas

Aug 1, 2025 at 6:00 am
#207795
Member
savvasha
OP

1/8/2025 8:58:08
Document protection file
https://downloads.wordpress.org/plugin/download-manager.3.3.19.zip
JS/Redirector.PIY trojan
contained infected files

The above from my antivirus log

Aug 1, 2025 at 5:19 am
#207793
Member
savvasha
OP

Hi Nayeem,

My antivirus is ESET Endpoint Security version 12.0.2058

Thanks,
Savvas

Feb 26, 2022 at 7:25 am
#168803
Member
savvasha
OP

Ok, thanks!

Feb 10, 2022 at 3:39 pm
#167937
Member
savvasha
OP

Is it possible to override this icon whithout changing directyly the plugins files? Using a filter hook for example?

Sep 6, 2021 at 7:19 am
#161012
Member
savvasha
OP

Thank you very much! It worked as a charmed! 🙂

Aug 26, 2021 at 8:05 am
#160508
Member
savvasha
OP

Hi @tanvirw3eden,

I am still cannot find howto get the “icon” info of my package without using the template files of the plugin, but just using the single-wpdmpro.php and taxonomy-wpdmcategory.php files. Is there a new or updated function I can use that will return the icon of the package if I provide the ID?

Thanks,
Savvas

Aug 22, 2021 at 8:40 am
#160242
Member
savvasha
OP
This reply has been marked as private.
Aug 22, 2021 at 8:00 am
#160233
Member
savvasha
OP

Hi @nayeem_riddhi ,

You are right! I just checked in an online environment and the import function works as it should! There must be a misconfiguration somewhere with my local setup.

Thanks,
Savvas

Dec 3, 2019 at 7:23 pm
#116050
Member
savvasha
OP

Hi there. I am getting the same issue here after updating to 5.0.3. Is it something server specific or plugin specific?

Mar 29, 2018 at 4:04 am
#72618
Member
savvasha
OP

Ok I found a solution. It seems to be a css problem. For some reason after the upgrade, the width of icon was set to 0, so it was dissapeared. With css I set it to width:60px and everything is fine now as you can see below:
https://www.themata4all.com/downloads/%CF%80%CE%B1%CE%B3%CE%BA%CF%8D%CF%80%CF%81%CE%B9%CE%B5%CF%82-%CE%B5%CE%BE%CE%B5%CF%84%CE%AC%CF%83%CE%B5%CE%B9%CF%82-2017/

Mar 28, 2018 at 2:34 pm
#72563
Member
savvasha
OP

Hi there,

I have the same problem. In chrome and firefox, no icon appeares after upgrading to 4.7.4. In IE the icons appear but are REALY BIG!
The strange thing is that if you see the page source, the icon tag is there correctly. But for some reason it doesnt show.

I try what Hasibul proposed (deactivate and activate) but with no success…

Maybe is because of using the svg instead of png in the new version?

Thanks,
Savvas

Feb 27, 2018 at 7:45 pm
#70588
Member
savvasha
OP

Thanks for your reply Shahriar,

I hope to be added to the roadmap as soon as possible 😉

Thanks,
Savvas

Oct 27, 2017 at 2:27 pm
#64942
Member
savvasha
OP

You can not use plain SQL request because the data are serialized!

Just create an empty Page Template, put the code in with the correct modifications for your case. Then create a Test Page using the Page Template you created just before. And run this page ONCE!

You can add some “echo”s just to debug it.

Jul 29, 2017 at 8:08 pm
#61096
Member
savvasha
OP

When I make those changes, I am getting blank screen with 500 error when I try to download a file (for any url with the ?wpdmdl=ID at the end).

Jul 1, 2017 at 8:40 pm
#59868
Member
savvasha
OP

It is a PHP code. Not SQL. I just created a page template with the code inside and run it once!

Jul 1, 2017 at 3:51 pm
#59858
Member
savvasha
OP

It works perfect for 5500+ files!!!

Thanks Shaon!

Jul 1, 2017 at 3:18 pm
#59857
Member
savvasha
OP

I am not hacked but I am in the process to move from a shared hosting to a VPS one. So all of my internal paths of my files should be changed!

I will keep you updated of how will go 🙂

My first try was to just do an UPDATE through the phpmyadmin, with a total failure. Then I realize that the data ara actually serialized…

Jul 1, 2017 at 2:37 pm
#59853
Member
savvasha
OP

Hello there,

I am in the same situation. Does the proposed code worked for you @Renzukoken ??

Thanks!

Mar 17, 2017 at 7:32 pm
#55191
Member
savvasha
OP

Actually does not count anything now!

The reason is that when you put the return true; so early the following command does not run!

update_post_meta($pid, '__wpdm_download_count',intval(get_post_meta($pid, '__wpdm_download_count', true))+1);

I just comment out the following lines and everything is working! Total downloads are counted and downloads per day are NOT counted!

//$wpdb->insert("{$wpdb->prefix}ahm_download_stats",array('pid'►(int)$pid, 'uid'►(int)$uid,'oid'►$oid, 'year'► date("Y"), 'month'► date("m"), 'day'► date("d"), 'timestamp'► time(),'ip'►$ip));

Mar 17, 2017 at 9:52 am
#55153
Member
savvasha
OP

No problem! 🙂

Can you answer me the following please?

With that addition (about adding return true;), the total downloads of each file will be still counted? Because I only need to disable the stats per day and per ip/user.

Mar 17, 2017 at 5:06 am
#55147
Member
savvasha
OP

With that addition, the total downloads of each file will be still counted? Because I only need to disable the stats per day and per ip/user.

I have also found a bug in libs/class.Apply.php at line 676.

$wpdb->query('truncate table '.$wpdb->prefix.'ahm_stats');

It should be

$wpdb->query('truncate table '.$wpdb->prefix.'ahm_download_stats');

Mar 16, 2017 at 8:42 am
#55123
Member
savvasha
OP

Is it possible tell me what customization is needed so as to disable it temporary until you include such an option officialy on the plugin?

Oct 16, 2015 at 3:48 am
#35154
Member
savvasha
OP
This reply has been marked as private.
Viewing 25 posts - 1 through 25 (of 44 total)