SMF 1.1.x (Móbulos Manual) > Media

uzman tv

(1/1)

candidosa2:


subs.php


--- Código: ---array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
),
--- Fim de Código ---


--- Código: ---array(
                                 'tag' => 'uzmantv',
            'type' => 'unparsed_commas_content',
            'test' => '\d+,\d+\]',
            'content' => '<object width="$2" height="$3"><param name="movie"

value="http://www.uzmantv.com/getswf/$1" ></param><embed src="http://www.uzmantv.com/getswf/$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
            'validate' => create_function('&$tag, &$data, $disabled', '
               if (isset($disabled[\'url\']))
                  $tag[\'content\'] = \'$1\';
               $pattern = \'/http:\/\/.+v=(.+)(&.+)*/i\';
               if (preg_match($pattern, $data[0], $matches))
                  $data[0] = $matches[1];'),
            'disabled_content' => '<a href="$1" target="_blank">$1</a>',
),
--- Fim de Código ---


Post.template.php


--- Código: ---'flash' => array('code' => 'flash', 'before' => '[flash=200,200]', 'after' => '[/flash]', 'description' => $txt[433]),
--- Fim de Código ---


--- Código: ---'uzmantv' => array('code' => 'uzmantv', 'before' => '[uzmantv=425,350]', 'after' => '[/uzmantv]', 'description' => $txt['uzmantv']),
--- Fim de Código ---


Modifications.portuguese_pt.php


--- Código: ---?>
--- Fim de Código ---


--- Código: ---$txt['uzmantv'] = 'uzmantv';
--- Fim de Código ---

Navegação

[0] Índice de mensagens

Ir para versão completa