Такой вопрос по vbulletin
Последняя версия все ОК.
Закрытый форум. Нужно как-то защититься чтобы аккаунт не давали погонять.
Т.е. очевидно проверка/доступ по ip.
// note: assumes charset is ascii compatible
if (preg_match('/[\x80-\xff]/', $string))
{
if (function_exists('iconv'))
{
$string = @iconv($this->_charset, 'utf-8//IGNORE', $string);
}
else if (function_exists('mb_convert_encoding'))
{
$string = mb_convert_encoding($string, 'utf-8', $this->_charset);
}
}
<div><label for="ao_sut"><input type="radio" name="do" id="ao_sut" value="stick" /><if condition="$show['unstick']">$vbphrase[unstick_thread]<else />$vbphrase[stick_thread]</if></label></div>
<if condition="$show['firstpostonall']">
<div><label for="ao_sup"><input type="radio" name="do" id="ao_sup" value="stickpost" /><if condition="$thread['showfirstpost']=='1'">$vbphrase[unstick_post]<else />$vbphrase[stick_post]</if></label></div></if>
<span style="text-decoration: line-through;">{param}</span>
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px"><b>Скрытый текст:</b> <input type="button" value="Show" style="width:60px;font-size:10px;margin:0px;padding:0px;" 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.innerText = ''; this.value = 'Скрыть'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Показать'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
<div style="display: none;">
{param}
</div>
</div>
</div>
<span><a title="для просмотра скрытого текста - жми сюда" onclick="obj=this.parentNode.childNodes[1].style; tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;" class="tagcutflag">{option}</a><div class="tagcut" style="display: none">{param}</div></span>
/* BB код [CUT] */
div.tagcut {
background-color: #FFFCE0;
border: 1px solid #CDBFA2;
padding: 5px;
margin: 5px 10px 5px 10px;
display: none;
}
/* флажок для [CUT] */
a.tagcutflag {
border-bottom: 1px dashed #0055CC;
color: #0000FF;
cursor: pointer;
}
/* BB код [off] */
div.tagoff {
background-color: #D4D0C8;
border: 1px solid #FFFFFF;
padding: 5px;
margin: 5px 10px 5px 10px;
display: none;
}
<div>$post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon] [COLOR="Lime"]$post[icqicon]
<div class="smallfont"><img src="http://status.icq.com/online.gif?icq=$post[icq]&img=5" class="inlineimg" alt="<phrase 1="$post[musername]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /><font color="green">$post[icq]</font><else /></if></div>
<div>$post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon][COLOR="#00ff00"]
<if condition="$post[icqicon]"><div class="smallfont"><img src="http://status.icq.com/online.gif?icq=$post[icq]&img=5" class="inlineimg" alt="<phrase 1="$post[musername]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /><font color="green">$post[icq]</font><else /></if></div>
<if condition="$show['stickies']">
$threadbits_sticky
<tr valign="top">
<td class="thead" colspan="<if condition="$show['threadicons'] AND $show['inlinemod']">7<else /><if condition="$show['threadicons']">6<else />5</if></if>"><img src="clear.gif" alt="" width="1" height="1" /></td>
</tr>