Viewing file: sql_715a222fdfe625c64a476a3d0701ff0d.php (2.83 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php if (!defined('IN_PHPBB')) exit;
/* SELECT * FROM phpbb_bbcodes WHERE bbcode_id = 13 */
$expired = (time() > 1357640582) ? true : false; if ($expired) { return; }
$this->sql_rowset[$query_id] = unserialize('a:1:{i:0;a:10:{s:9:"bbcode_id";s:2:"13";s:10:"bbcode_tag";s:13:"Ocultar_Texto";s:15:"bbcode_helpline";s:23:"Mostrar u Ocultar texto";s:18:"display_on_posting";s:1:"1";s:12:"bbcode_match";s:37:"[Ocultar_Texto]{TEXT}[/Ocultar_Texto]";s:10:"bbcode_tpl";s:957:"<div style="padding: 3px; background-color: #FFFFFF; border: 1px solid #d8d8d8; font-size: 1em;"><div style="text-transform: uppercase; border-bottom: 1px solid #CCCCCC; margin-bottom: 3px; font-size: 0.8em; font-weight: bold; display: block;"><span onClick="if (this.parentNode.parentNode.getElementsByTagName(\'div\')[1].getElementsByTagName(\'div\')[0].style.display != \'\') { this.parentNode.parentNode.getElementsByTagName(\'div\')[1].getElementsByTagName(\'div\')[0].style.display = \'\'; this.innerHTML = \'<b>Texto Oculto: </b><a href=\\\'#\\\' onClick=\\\'return false;\\\'>Ocultar</a>\'; } else { this.parentNode.parentNode.getElementsByTagName(\'div\')[1].getElementsByTagName(\'div\')[0].style.display = \'none\'; this.innerHTML = \'<b>Texto Oculto: </b><a href=\\\'#\\\' onClick=\\\'return false;\\\'>Mostrar</a>\'; }" /><b>Texto Oculto: </b><a href="#" onClick="return false;">mostrar</a></span></div><div class="quotecontent"><div style="display: none;">{TEXT}</div></div></div>";s:16:"first_pass_match";s:45:"!\\[ocultar_texto\\](.*?)\\[/ocultar_texto\\]!ies";s:18:"first_pass_replace";s:154:"\'[ocultar_texto:$uid]\'.str_replace(array("\\r\\n", \'\\"\', \'\\\'\', \'(\', \')\'), array("\\n", \'"\', \''\', \'(\', \')\'), trim(\'${1}\')).\'[/ocultar_texto:$uid]\'";s:17:"second_pass_match";s:53:"!\\[ocultar_texto:$uid\\](.*?)\\[/ocultar_texto:$uid\\]!s";s:19:"second_pass_replace";s:955:"<div style="padding: 3px; background-color: #FFFFFF; border: 1px solid #d8d8d8; font-size: 1em;"><div style="text-transform: uppercase; border-bottom: 1px solid #CCCCCC; margin-bottom: 3px; font-size: 0.8em; font-weight: bold; display: block;"><span onClick="if (this.parentNode.parentNode.getElementsByTagName(\'div\')[1].getElementsByTagName(\'div\')[0].style.display != \'\') { this.parentNode.parentNode.getElementsByTagName(\'div\')[1].getElementsByTagName(\'div\')[0].style.display = \'\'; this.innerHTML = \'<b>Texto Oculto: </b><a href=\\\'#\\\' onClick=\\\'return false;\\\'>Ocultar</a>\'; } else { this.parentNode.parentNode.getElementsByTagName(\'div\')[1].getElementsByTagName(\'div\')[0].style.display = \'none\'; this.innerHTML = \'<b>Texto Oculto: </b><a href=\\\'#\\\' onClick=\\\'return false;\\\'>Mostrar</a>\'; }" /><b>Texto Oculto: </b><a href="#" onClick="return false;">mostrar</a></span></div><div class="quotecontent"><div style="display: none;">${1}</div></div></div>";}}');
?>
|