Edit prism.bat, look for a line like this;
add >log.txt to it, like this;
Obvious for most but you never know.
----
Remove ISP_MCI packet reports from log;
Edit prism_hosts.php and search for
Add an extra 'case' , like this;
g:\php\php -e PHPInSimMod.php %1 %2
add >log.txt to it, like this;
g:\php\php -e PHPInSimMod.php %1 %2 >log.txt
Obvious for most but you never know.
----
Remove ISP_MCI packet reports from log;
Edit prism_hosts.php and search for
switch ($pH['Type'])
Add an extra 'case' , like this;
case ISP_SMALL:
console("${SMALL[$pH['SubT']]} Packet from {$hostID}.");
break;
case ISP_MCI:
break;