  !

[left]...[/left]
[right]...[/right]
[center]...[/center]
[justify]...[/justify]

      text-align  CSS.

  [offtop]...[/offtop].         .

        .     ol.php.
  :
[php]
/**
 *     SunRise
 *       http://xsclub.ru/wcat
 */
if(isset($_GET['ol']) && !empty($_GET['ol']))
{
	$olink = base64_decode(urldecode($_GET['ol']));
	if(preg_match('/^(http|ftp)s?:\/\/[0-9a-z\.-]+\.[0-9a-z]{2,6}[0-9a-zA-Z\/\?\.\~&amp;_=\/%\-\+:#]*$/i', $olink))
	{
		if(preg_match('#(xsclub\.ru)#i', $olink))//  >>---> #(xsclub\.ru)#       
		{
			header('Location: ' . $olink);
		}
		else
		{
			echo '<html><head><title>   </title><meta http-equiv="content-type" content="text/html; charset=utf-8"><META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"></head><body>';
			echo '<div style="text-align:center">';
			echo '!!!          <span style="color:#300;font-weight:bold">' . $olink . '</span>!<br/>    <a href="' . $olink . '"></a>,    ,     <a href="' . $_SERVER['HTTP_REFERER'] . '"></a>.<br/>      <span style="color:#030;font-weight:bold">www.XSCLUB.ru</span>   .';
			echo '</div>';
			echo '</body></html>';
		}
	}
	else
	{
		header('Location: ' . $_SERVER['HTTP_REFERER']);
	}
}
else
{
	header('Location: ' . $_SERVER['HTTP_REFERER']);
}
[/php]

  :

incfiles/func.php
images/off.gif
forum/editpost.php
forum/say.php
forum/nt.php
ol.php

//  SunRise - www.XSCLUB.ru