Parašė SofteriZ· 2012 Bal. 13 16:04:00
#20
strip_bbcod'ų neranda, tau jie būtini?
Jei ne, imk šitą:
if (isset($_GET['quote']) && isnum($_GET['quote'])) {
$result = dbquery(
"SELECT post_message, user_name FROM ".DB_POSTS."
INNER JOIN ".DB_USERS." ON ".DB_POSTS.".post_author=".DB_USERS.".user_id
WHERE thread_id='".$_GET['thread_id']."' and post_id='".$_GET['quote']."'"
);
if (dbrows($result)) {
$data = dbarray($result);
$message = "<div class='quote'><b>".$data['user_name'].$locale['429']."</b>\n".$data['post_message']."</div>";
}
}
Jei vis dėl to būtini - greičiausia nesuinclude'inai kažkokio failo.