Thanks.. ;)
that works.. but...
$main_url='http://www.looti.net';
if($ip=='1.1.1.1') $main_url='mirror';
else $main_url='';
if I made it like this that works.. but the smile code will not..
it shows like this:
[img]/img/smilies/up2.gif[/img]
If I do it like this:
//$main_url='http://www.looti.net';
if($ip=='1.1.1.1') $main_url='mirror';
else $main_url='http://www.looti.net';
it will be same like before and just opens first page with mirror..