dmacomber
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by dmacomber-
CrazyPanda, Again, in my case, here is my /home/domain/public_html/php.ini file ..... [/home/.../public_html]# cat php.ini register_globals = Off extension=pdo.so extension=pdo_mysql.so mail.add_...
-
In my case I had to edit /home/"TheSite"/public_html/php.ini The next question after deleting the malicious script is to find out how it got there and what to do when it keeps coming back.
-
I had similar situation. So this is what I did My immediate action was to put an exim custom filter rule to forward those emails back to me. Most had the same "Pizza Hut Coupon" subject, so they ...
-
Quizknows, Thanks for the info. I found over 800 entries for November in the log for the PHP script from the same IP. I couldn't get the stat for the file since I deleted it. I guess I could blo...
-
I had a very similar situation recently. Just a hunch but look for a menu87.php ( find / -name menu87.php) deep in that domains public_html directory. delete it and restart services. or do below...