Parašė Kelmas· 2010 Rugp. 17 11:08:57
Narysx parašė:
if (isset($_POST['post_shout'])) {
$flood = false;
if (iMEMBER) {
$shout_name = $userdata['user_id'];
} elseif (i3) {
$shout_name = "<img src='img.png'> ".$userdata['user_id']."";
} elseif (i4) {
$shout_name = "<img src='img.png'> ".$userdata['user_id']."";
} elseif (i5) {
$shout_name = "<img src='img.png'> ".$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 = ""; }
o taip? :?