Page 1 of 1

3 folders of linkman are Missing

Posted: Sun Feb 26, 2012 8:55 pm
by citra
Script URL:
Version of script: 1,7
Hosting company: indo
URL of phpinfo.php:
URL of session_test.php: i dont know this
What terms did you try when SEARCHING for a solution: readme

Write your message below:
Every few hours, 3 folders of linkman are always missing (lost):
links.php
admin.php
addlinks.php

Now i can open those file in browser. But after few hours, can`t open it. I tried to see on the server and found those file are lost/missing.

I upload again but always the same...lost after few hours...?

Re: 3 folders of linkman are Missing

Posted: Mon Feb 27, 2012 1:47 pm
by Klemen
The only reasonable explanation is that your hosting company is deleting them.

Probably a security software on the server removing files because these files have

Code: Select all

eval(gzinflate(base64_decode(
inside. While the Linkman code is not harmful at all, some antivirus programs mark such code as "potential threat" because some PHP hacking scripts are encoded using the same technique.

Check with your host and ask them to exclude the 3 files from being deleted.

Re: 3 folders of linkman are Missing

Posted: Mon Feb 27, 2012 7:03 pm
by citra
Oke..I will ask my host
why you don`t make an excepted code so antivirus or hosting security software on the server dont remove the files.

in my server, installed many php software such: phpBB, smf and mod-smflinks, wordpress, and more but no problem with hosting security software and the like...
thank u

Re: 3 folders of linkman are Missing

Posted: Tue Feb 28, 2012 3:40 pm
by Klemen
I do have a rewrite of the encoded code prepared, will be released with a new version soon. But it's still a "bug" in the antivirus :wink: