Просмотр файла exit/index.php
<?php $agent = $HTTP_USer_AGENT; if (((strpos ($agent,"M3Gate") !== false)||(strpos ($agent,"Opera") !== false)||(strpos ($agent,"emulator") !== false)||(strpos ($agent,"WinWAP") !== false)||(strpos ($agent,"Wapsilon") !== false)||(strpos ($agent,"Mozilla") !== false)||(strpos ($agent,"M3GATE") !== false))) { header("Location: http://interwap.wen.su"); } else {header("Location: http://master.wml.kz");} ?>