{% else-1 %}
Обновить | Подписаться | Поднять тему
Чтобы выполнить действие авторизируйтесь или пройдите регистрацию на сайте.
1.
@pavelgrey * [мошенник] 0.46
[автор] (10 июл 2015, 17:58) [0/0] [0] [отв] [спам] [под] +1 | -1

Накидайте теги для игры*
Какие нибудь не стандартные.. типа цитата, по центру, слева, бегущий текст и прочее*
Спасибо

2. (10 июл 2015, 18:02) [0/0] [0] [отв] [спам] [под] +1 | -1

<center>центр</center>
<div style="float:left;">слева</div>
<marquee>бегущий текст</marquee>
Добавлено 10.07.15 в 18:02:24:
<p>прочее</p>
Добавлено 10.07.15 в 18:03:21:
<div style="background: yellow; border-left: 3px solid blue; padding: 5px;">цитата</div>

3.
RGame * 3.65
(10 июл 2015, 18:10) [1/0] [1] [отв] [спам] [под] +1 | -1

<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling1.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font

<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling2.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font

<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling3.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font

<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling4.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font

<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling5.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font

<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling6.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font

<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling7.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font

<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling8.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font

<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling9.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> Текст </font>


Изм. 1 раз. / Посл. изм.
RGame * 3.65
(10 июл 2015, 18:12)
4.
@pavelgrey * [мошенник] 0.46
[автор] (10 июл 2015, 18:14) [0/0] [0] [отв] [спам] [под] +1 | -1

НЕЕ РЕБЯТ, МНЕ НАДО СНАЧАЛО ИХ ВНЕДРИТЬ В ИГРУ* а потом только пользоваться

5. (10 июл 2015, 18:23) [0/0] [0] [отв] [спам] [под] +1 | -1

pavelgrey,
<?php
function italic($text){
$strung = preg_replace("#\[italic\|(.*)\]#isU", '<i>\\1</i>', $text);
return $strung;
}

$text = 'это тег делает [italic|курсивный текст]';
echo italic($text);
?>

6.
RGame * 3.65
(10 июл 2015, 18:23) [0/0] [0] [отв] [спам] [под] +1 | -1

pavelgrey, http://rgame.wen.ru/

7.
@pavelgrey * [мошенник] 0.46
[автор] (10 июл 2015, 18:35) [0/0] [0] [отв] [спам] [под] +1 | -1
RGame,

скинешь пхп код тега?*

8.
RGame * 3.65
(10 июл 2015, 18:43) [0/0] [0] [отв] [спам] [под] +1 | -1
@pavelgrey,

function bb($msg) {
$msg = preg_replace('#\[nick1\](.*?)\[/nick1\]#si', '<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling1.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> \1 </font>
', $msg);

$msg = preg_replace('#\[nick2\](.*?)\[/nick2\]#si', '<font style="color:rgba(36, 150, 188, 1); background: url(http://randomhack.wf/forum/public/style_images/blink/bling2.gif) repeat scroll 9% 0% transparent; font-weight: bold ; text-shadow:0px 0px 15px rgba(67, 69, 224, 1);"> \1 </font>
', $msg);


return $msg;
}

9.
Anvar * 3.33
(10 июл 2015, 19:30) [0/0] [0] [отв] [спам] [под] +1 | -1

Есть ббкод градиента, на чистом html с использованием javascript.

10.
RGame * 3.65
(10 июл 2015, 19:42) [0/0] [0] [отв] [спам] [под] +1 | -1
Anvar,

главное на чистом html *

Чтобы писать сообщения авторизируйтесь или пройдите регистрацию на сайте.
Подписаны: 1
Скачать тему | Файлы темы | Фильтр сообщений