Parašė ozzWANTED· 2007 Rugs. 15 12:09:11
#3
Atsidarai "/infusions/shoutbox_panel/shoutbox_panel.php" failą ir:
Eilutė:
if (iMEMBER || $settings['guestposts'] == "1") {
Keiti į :
if (iMEMBER) {
Eilutes:
if (iMEMBER) {
$shout_name = $userdata['user_id'];
} elseif ($settings['guestposts'] == "1") {
$shout_name = trim(stripinput($_POST['shout_name']));
$shout_name = preg_replace("(^[0-9]*)", "", $shout_name);
if (isNum($shout_name)) $shout_name="";
}
Keiti į:
$shout_name = $userdata['user_id'];
Ir šias eilutes ištrinti:
if (iGUEST) {
echo $locale['121']."<br>
<input type='text' name='shout_name' value='' class='textbox' maxlength='30' style='width:140px;'><br>
".$locale['122']."<br>\n";
}
Papildomai dar ir prisegu jei nesugebėtum kartais pats pasidaryti.