01-16-2011, 07:13 PM
TieLay;104468 Написал:а это что? сомневаюсь что так и должно бытьКод:<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="127.0.0.1">
[B][color=Red]<!-- Localhost access[/color][/B]
<define subnet="127.0.0.0/8" address="127.0.0.1" />
[color=Red][B]<!-- LAN's, put old contents of InternalHostname here[/B][/color]
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
[B] [color=Red]-->[/color][/B]
</gameserver>
может вот так:
Код:
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="127.0.0.1">
[color=Red]<!-- Localhost access -->[/color]
<define subnet="127.0.0.0/8" address="127.0.0.1" />
[color=#ff0000]<!-- LAN's, put old contents of InternalHostname here -->[/color]
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
короче теги не закрыты