
09-19-2008, 02:40 AM
|
 |
|
|
Join Date: Jan 2003
Location: Litchfield, Me
Posts: 664
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Pottsy
In the xml, or in the plugin manager (AE detector), find:
Code:
$threaddm->do_set('visible', $visible);
And add after:
Code:
$ipzero = "0.0.0.0";
$threaddm->do_set('ipaddress', $ipzero);
|
Could someone explain what adding this code will do?
|