![]() |
I'm also getting blank mails.
It seems that tapatalk is the reason for the mails? Version 4.8.0 Plugin: Tapatalk: Tapatalk Image Link Code:
$postbits = preg_replace_callback('/(<img src=")(http:\/\/img.tapatalk.com\/d\/[0-9]{2}\/[0-9]{2}\/[0-9]{2})(.*?)(".*>)/i', |
Hi Kolbi,
yes it is. |
I guess there's no workaround to explicit exclude this plugin?
|
uninstalled -- always sends blank email.
|
No email at all for me using demo!
vBullrtin: 4.2.2 Server Type: Linux Web Server: Apache (cgi-fcgi) PHP: 5.3.24 MySQL Version: 5.0.96-log |
As above, we installed Tapatalk 4.8.0 and started getting blank mails and an "infected" pluginlist.
I've disabled the scheduled task but left it installed so it can still be run manually... it could still be a useful tool to scan for infects on demand or if/when required. |
Quote:
|
Quote:
|
Thought I'd try a little tweak to the code. All the base64 hacks I've seen/had to clear up use the base64_decode command. The check4hack.php file looks for "%base64%" out of the box... so I did the following:
In the check4hack.php file, find the line below: Code:
$infections = $vbulletin->db->query_read("SELECT title FROM " . TABLE_PREFIX . "datastore WHERE data LIKE '%base64%'"); Code:
$infections = $vbulletin->db->query_read("SELECT title FROM " . TABLE_PREFIX . "datastore WHERE data LIKE '%base64_decode%'"); :) |
Andy.H: Hey cool. That gives me an idea. How about replacing that same line with this:
Code:
$infections = $vbulletin->db->query_read("SELECT title FROM " . TABLE_PREFIX . "datastore WHERE REPLACE(data,'\'return \\\\\'<a href=\"http://tapatalk.com/tapatalk_image.php?img=\\\''.urlencode(base64_encode($matches[2]','TAPATALK_REPLACEMENT_STRING') LIKE '%base64%'"); There might be a more eloquent way, and that wouldn't be 100% fool proof, but really really narrows it down, ya? |
All times are GMT. The time now is 03:23 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|