Просмотр файла clikus/bbguest.php

Размер файла: 1.32Kb
<?php

$title="ББ коды\n";

include_once ('config/ini.php');
include_once ('config/function.php');
include_once ('config/header.php');
include_once ('config/connect.php');
include_once ('config/click-club.class.php');
include_once ('config/online.php');
include_once ('smiles/smiles.php');
include_once ('config/ban.php');

If (!isset($_GET['log'])) define("anybody","true");
include_once ('config/panel.php');

echo '<div class="header_rek">ББ Теги:</div>
<b>Жирный текст</b><br/>
Пишем - [b]текст[/b]<br/>
<font color="white"><hr></font>
<i>Наклонный текст</i><br/>
Пишем - [i]текст[/i]
<font color="white"><hr></font>
<u>Подчеркнутый текст</u><br/>
Пишем - [u]текст[/u]<br/>
<font color="white"><hr></font>
<sub>Маленький текст</sub><br/>
Пишем - [sub]текст[/sub]<br/>
<font color="white"><hr></font>
<big>Большой текст</big><br/>
Пишем - [big]текст[/big]<br/>
<font color="white"><hr></font>
Ссылка <a href="http://clikus.ru">http://clikus.ru</a><br/>
пишем - http://clikus.ru
<font color="white"><hr></font>
<font color=#66ff00>Цветной текст</font><br/>
[color=66ff00]текст[/color]<br/>
<font color="white"><hr></font>
Разные цвета:<br/>
FF0000-красный<br/>
0000FF-синий<br/>
000000-чёрный<br/>
008000-зёлёный<br/>
';


include_once ('config/end.php');
//make for clikus.ru
//Admin icq 915317
?>