Menu

#2 Quick Mod

open
nobody
None
5
2004-01-13
2004-01-13
Anonymous
No

In order to get portscan2 to work again with ACID
v0.9.6b24 i had to do this:

file:acid_common.php
seach for: (rawurlencode("spp_portscan")).
replace with: (rawurlencode("%_portscan%")).

file: acid_stat_common.php
seach for: "WHERE sig_name LIKE '%spp_portscan%'");
replace with: "WHERE sig_name LIKE '%_portscan%'");
seach for: "WHERE signature LIKE 'spp_portscan%'");
replace with: "WHERE signature LIKE '%_portscan%'");

this is because for some reason my spp_portscan2 is
showing up as spp\_portscan2

rpesce@co.amador.ca.us

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.