Lithuanian PHP-Fusion Mods Support Site :: PHP-Fusion modifikacijų forumas :: Patobulinimai
 Spausdinti temą
v6 Forumo žodžių draudimas
jawa
#1 Spausdinti pranešimus
parašyta 2010-08-29 12:32
Vartotojo avataras

Savekas


Pranešimai: 149
Įstojo: 24.04.07

Sveiki. Iskilo tokia problema, ash noriu padaryti :pvz forume narys nori parasyti zodi kuri as esu uzdraudes. jam berasant sakinyje buvo pavartotas sitas zodis, jis paspaudzia "rasyti atsakyma" ir gauna errora, pvz.: 'pavartotas uzdrastas zodis'.
As bandziau per preg_match daryti , bet nepavyksta ...

if (iMEMBER && $can_post && !$tdata['thread_locked']) {
opentable($locale['512']);


$message1 = stripinput(trim(eregi_replace(" +", " ", $_POST['message'])));
if (!preg_match("zodis", $message1)) "<br>\n";


echo "<form name='inputform' method='post' action='".FUSION_SELF."?forum_id=$forum_id&amp;thread_id=$thread_id'>
<table align='center' cellpadding='0' cellspacing='1' class='tbl-border'>
<tr>
<td align='center' class='tbl1'><textarea name='message' cols='80' rows='7' class='textbox'></textarea><br>
<input type='button' value='b' class='button' style='font-weight:bold;width:25px;' onClick=\"addText('message', '', '');\">
<input type='button' value='i' class='button' style='font-style:italic;width:25px;' onClick=\"addText('message', '', '');\">
<input type='button' value='s' class='button' style='font-style:italic;width:25px;' onClick=\"addText('message', '[s]', '[/s]');\">
<input type='button' value='u' class='button' style='text-decoration:underline;width:25px;' onClick=\"addText('message', '', '');\">
<input type='button' value='url' class='button' style='width:30px;' onClick=\"addText('message', '[url]', '[/url]');\">
<input type='button' value='mail' class='button' style='width:35px;' onClick=\"addText('message', '[mail]', '[/mail]');\">
<input type='button' value='img' class='button' style='width:30px;' onClick=\"addText('message', '[img]', '[/img]');\">
<input type='button' value='center' class='button' style='width:45px;' onClick=\"addText('message', '[center]', '[/center]');\">
<input type='button' value='small' class='button' style='width:40px;' onClick=\"addText('message', '[small]', '[/small]');\">
<input type='button' value='code' class='button' style='width:40px;' onClick=\"addText('message', '
Atsisiųsti kodą  Kodas
', '


');\">
<input type='button' value='quote' class='button' style='width:45px;' onClick=\"addText('message', '
', '
');\">
<input type='button' value='hide' class='button' style='width:45px;' onClick=\"addText('message', '[hide]', '[/hide]');\"></td>
</tr>
<tr>
<td align='center' class='tbl2'>".displaysmileys("message")."<br>
<input type='checkbox' name='disable_smileys' value='1'>".$locale['513']."</td>
</tr>
<tr>
<td align='center' class='tbl1'><input type='submit' name='postquickreply' value='".$locale['514']."' class='button'></td>
</tr>
</table>
</form>\n";
closetable();
}

http://sensation-...
 
Neaglezzz
#2 Spausdinti pranešimus
parašyta 2010-08-29 16:56
Vartotojo avataras

Savekas


Pranešimai: 197
Įstojo: 14.08.09

Aš kašką panašau meginau padaryti man tai suveikia

maincore.php

function parsesmileys($message) {
$smiley = array(
"#n*#si" => "*Keiksmazodis*",

Zodis: n* i kuri pakeisk *Keiksmazodis* jeigu taip tave supratau.
Mes visi tobulėjam, o ne stovim vietoje...
 
PM
tabux
#3 Spausdinti pranešimus
parašyta 2010-08-29 17:35
Vartotojo avataras

S.Administratorius


Pranešimai: 1670
Įstojo: 16.10.08

per adminke prie necenzuriniu irasai ir viskas
 
jawa
#4 Spausdinti pranešimus
parašyta 2010-08-29 19:04
Vartotojo avataras

Savekas


Pranešimai: 149
Įstojo: 24.04.07

na man suprantate , reikia kad visai ta zinute nepasipostintu. Pvz kaip registracijoje, jeigu toks nikas jau yra, neuzregistruoja nario , tai pat ir cia jeigu sakinyje yra mano uzdraustas zodis - nepasipostina.
http://sensation-...
 
Rinas
#5 Spausdinti pranešimus
parašyta 2010-08-31 14:37
Administratorius


Pranešimai: 344
Įstojo: 10.06.09

Turėtų atrodyti maždaug taip:
Atsisiųsti kodą  Kodas
if (strpos($message, "Zodis") !== FALSE) $error .= "Pavartotas žodis uždraustas<br />";



Dėti reiktų ten kur tikrina ar kitų klaidų nėra kai rašai žinutę. Neturiu dabar v6 failų, jei nerasi kur dėti, įdėk čia visą failą.
 
jawa
#6 Spausdinti pranešimus
parašyta 2010-09-01 14:02
Vartotojo avataras

Savekas


Pranešimai: 149
Įstojo: 24.04.07

Bandziau bandziau , neradau kur :D

<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2005 Nick Jones
| http://www.php-fu...
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "../maincore.php";
require_once INCLUDES."forum_functions_include.php";
require_once BASEDIR."subheader.php";
include LOCALE.LOCALESET."user_fields.php";

if (isset($_COOKIE['ep_posts'])) {
$readed = explode(".", $_COOKIE['ep_posts']);
} else { $readed = array();}
$readed_posts="";
if (file_exists(THEME."forum/delete.gif")) { $delete_gif = THEME."forum/delete.gif"; } else { $delete_gif = "images/delete.gif"; }
$ile = dbquery("SELECT count(post_id) FROM ".$db_prefix."posts");
$table = "panels_forum";

include LOCALE.LOCALESET."forum/main.php";
if(file_exists(INFUSIONS."medal_panel/locale/".$settings['locale'].".php"))
{
include(INFUSIONS."medal_panel/locale/".$settings['locale'].".php");
}
else
{
include(INFUSIONS."medal_panel/locale/English.php");
}
include(INFUSIONS."medal_panel/medal_funcs.php");
$posts_per_page = 20;
if (!FUSION_QUERY || !isset($forum_id) || !isNum($forum_id) || !isset($thread_id) || !isNum($thread_id)) fallback("index.php");

$result = dbquery("SELECT posts FROM ".$db_prefix."forumrang");
$posts=dbarray($result);
$post1 = $posts['posts'];

$posts=dbarray($result);
$post2 = $posts['posts'];

$posts=dbarray($result);
$post3 = $posts['posts'];

$posts=dbarray($result);
$post4 = $posts['posts'];

$posts=dbarray($result);
$post5 = $posts['posts'];

$posts=dbarray($result);
$post6= $posts['posts'];

$posts=dbarray($result);
$post7 = $posts['posts'];

$posts=dbarray($result);
$post8 = $posts['posts'];

$posts=dbarray($result);
$post9 = $posts['posts'];


$result = dbquery(
"SELECT f.*, f2.forum_name AS forum_cat_name
FROM ".$db_prefix."forums f
LEFT JOIN ".$db_prefix."forums f2 ON f.forum_cat=f2.forum_id
WHERE f.forum_id='".$forum_id."'"
);
if (dbrows($result)) {
$fdata = dbarray($result);
if (!checkgroup($fdata['forum_access']) || !$fdata['forum_cat']) fallback("index.php");
} else {
fallback("index.php");
}
$can_post = checkgroup($fdata['forum_posting']);

$forum_mods = explode(".", $fdata['forum_moderators']);
if (iMEMBER && in_array($userdata['user_id'], $forum_mods)) { define("iMOD", true); } else { define("iMOD", false); }

$result = dbquery("SELECT * FROM ".$db_prefix."threads WHERE thread_id='".$thread_id."' AND forum_id='".$fdata['forum_id']."'");
if (dbrows($result)) { $tdata = dbarray($result); } else { fallback("index.php"); }

$caption = $fdata['forum_cat_name']." | <a href='viewforum.php?forum_id=".$fdata['forum_id']."'>".$fdata['forum_name']."</a>";
$result = dbquery("UPDATE ".$db_prefix."threads SET thread_views=thread_views+1 WHERE thread_id='$thread_id'");

if (iMEMBER && $can_post && !$tdata['thread_locked'] && isset($_POST['postquickreply'])) {
$flood = false;
$message = stripinput(censorwords($_POST['message']));
if ($message != "") {
$result = dbquery("SELECT MAX(post_datestamp) AS last_post FROM ".$db_prefix."posts WHERE post_author='".$userdata['user_id']."'");
if (dbrows($result) > 0) {
$data = dbarray($result);
if ((time() - $data['last_post']) < $settings['flood_interval']) {
$flood = true;
$result = dbquery("INSERT INTO ".$db_prefix."flood_control (flood_ip, flood_timestamp) VALUES ('".USER_IP."', '".time()."')");
if (dbcount("(flood_ip)", "flood_control", "flood_ip='".USER_IP."'") > 4) {
$result = dbquery("UPDATE ".$db_prefix."users SET user_status='1' WHERE user_id='".$userdata['user_id']."'");
}
fallback("viewforum.php?forum_id=$forum_id");
}
}
if (!$flood) {
if ($tdata['thread_lastuser']!=$userdata['user_id'])
{
if (EPS)
{
$przydzial = dbarray(dbquery("SELECT point_ammount from ".DB_PREFIX."eps_points WHERE point_id='1'"));
$result = dbquery("UPDATE ".DB_PREFIX."users SET points_normal=points_normal+".($przydzial['point_ammount'])." WHERE user_id='".$userdata['user_id']."'");
}
$sig = ($userdata['user_sig'] ? '1' :'0');
$smileys = isset($_POST['disable_smileys']) ? "0" : "1";
$subject = "RE: ".$tdata['thread_subject'];
$result = dbquery("UPDATE ".$db_prefix."forums SET forum_lastpost='".time()."', forum_lastuser='".$userdata['user_id']."' WHERE forum_id='$forum_id'");
$result = dbquery("UPDATE ".$db_prefix."threads SET thread_lastpost='".time()."', thread_lastuser='".$userdata['user_id']."' WHERE thread_id='$thread_id'");
$result = dbquery("INSERT INTO ".$db_prefix."posts (forum_id, thread_id, post_subject, post_message, post_showsig, post_smileys, post_author, post_datestamp, post_ip, post_edituser, post_edittime) VALUES ('$forum_id', '$thread_id', '$subject', '$message', '$sig', '$smileys', '".$userdata['user_id']."', '".time()."', '".USER_IP."', '0', '0')");
$newpost_id = mysql_insert_id();
$result = dbquery("UPDATE ".$db_prefix."users SET user_posts=user_posts+1 WHERE user_id='".$userdata['user_id']."'");
} else {
$sig = ($userdata['user_sig'] ? '1' :'0');
$smileys = isset($_POST['disable_smileys']) ? "0" : "1";
$lastpost = dbarray(dbquery("SELECT post_id, post_message from ".$db_prefix."posts WHERE thread_id='$thread_id' ORDER BY post_datestamp DESC limit 1"));
$message2 = $lastpost['post_message']."\n \n".$locale['600']."\n \n".$message;
$result = dbquery("UPDATE ".$db_prefix."forums SET forum_lastpost='".time()."', forum_lastuser='".$userdata['user_id']."' WHERE forum_id='$forum_id'");
$result = dbquery("UPDATE ".$db_prefix."threads SET thread_lastpost='".time()."', thread_lastuser='".$userdata['user_id']."' WHERE thread_id='$thread_id'");
$result = dbquery("UPDATE ".$db_prefix."posts SET post_message='$message2', post_showsig='$sig', post_smileys='$smileys', post_datestamp='".time()."' WHERE post_id='".$lastpost['post_id']."'");
$newpost_id = $lastpost['post_id'];
}
// aktualizacja na stronie g?ownej forum liczby topicow,postow oraz pola last_user
$thread_count = dbcount("(*)", "threads", "forum_id='".$forum_id."'");
$posts_count = dbcount("(*)", "posts", "forum_id='".$forum_id."'");
$result = dbquery("UPDATE ".$db_prefix."forums SET forum_topic_count='".$thread_count."', forum_post_count='".$posts_count."', forum_lastuser_text='".$userdata['user_name']."' WHERE forum_id='".$forum_id."'");
// aktualizacja tabeli threads (thread_replies) - tylko odpowiedz w temacie
$posts_count = dbcount("(*)", "posts", "thread_id='".$thread_id."'");
$result = dbquery("UPDATE ".$db_prefix."threads SET thread_replies='".($posts_count-1)."' WHERE thread_id='".$thread_id."'");

if ($settings['thread_notify'] && isset($_POST['notify_me'])) {
if (!dbcount("(thread_id)", "thread_notify", "thread_id='$thread_id' AND notify_user='".$userdata['user_id']."'")) {
$result = dbquery("INSERT INTO ".$db_prefix."thread_notify (thread_id, notify_datestamp, notify_user, notify_status) VALUES('$thread_id', '".time()."', '".$userdata['user_id']."', '1')");
}
}

redirect("postify.php?post=reply&error=0&forum_id=$forum_id&thread_id=$thread_id&post_id=$newpost_id");
}
}
}

opentable($locale['500']);
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='smallalt'><a href='index.php'>".$settings['sitename']."</a> | $caption</td>\n";
if (iMEMBER && $can_post) {
echo "<td align='right'>\n";
if (!$tdata['thread_locked']) {
echo "<a href='post.php?action=reply&amp;forum_id=$forum_id&amp;thread_id=$thread_id'><img src='".THEME."forum/reply.gif' alt='".$locale['565']."' style='border:0px;'></a>\n";
}
echo "<a href='post.php?action=newthread&amp;forum_id=$forum_id'><img src='".THEME."forum/newthread.gif' alt='".$locale['566']."' style='border:0px;'></a></td>\n";
}
echo "</tr>
</table>\n";

$rows = dbcount("(thread_id)", "posts", "thread_id='$thread_id'");

if (isset($pid) && isNum($pid)) {
$reply_count = dbcount("(post_id)", "posts", "thread_id='".$tdata['thread_id']."' AND post_id<='".$pid."'");
if ($reply_count > $posts_per_page) $rowstart = ((ceil($reply_count / $posts_per_page)-1)*$posts_per_page);
}

if (!isset($rowstart) || !isNum($rowstart)) $rowstart = 0;

if ($rows > $posts_per_page) {
echo "<div align='center' style='margin-top:5px;margin-bottom:5px;'>
".makePageNav($rowstart,$posts_per_page,$rows,3,FUSION_SELF."?forum_id=$forum_id&amp;thread_id=$thread_id&amp;")."
</div>\n";
}

echo "<table cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>\n";

if ($rows != 0) {
$result = dbquery(
"SELECT p.*, fa.attach_id, fa.attach_name, fa.attach_ext, fa.attach_size, u.*, u2.user_name AS edit_name FROM ".$db_prefix."posts p
LEFT JOIN ".$db_prefix."forum_attachments fa USING(post_id)
LEFT JOIN ".$db_prefix."users u ON p.post_author = u.user_id
LEFT JOIN ".$db_prefix."users u2 ON p.post_edituser = u2.user_id AND post_edituser > '0'
WHERE p.thread_id='$thread_id' ORDER BY post_datestamp LIMIT $rowstart,$posts_per_page"
);
$numrows = dbrows($result);
$i = 0;
while ($data = dbarray($result)) {
$i++;
$message = $data['post_message'];
if ($data['post_showsig']) { $message = $message."\n\n<hr>".$data['user_sig']; }
if ($data['post_smileys']) { $message = parsesmileys($message); }
$message = parseubb($message);
$message = nl2br($message);
if ($data['post_edittime'] != "0") {
$edituser = "<a href='../profile.php?lookup=".$data['post_edituser']."'>".$data['edit_name']."</a>";
$edittime = showdate("forumdate", $data['post_edittime']);
}
$is_mod = in_array($data['user_id'], $forum_mods) && $data['user_level'] < "102" ? true : false;
echo "<tr>
<td width='145' class='tbl2'>".$locale['501']."</td>
<td class='tbl2'>";
if (iMEMBER)
{
$new=1;

if ($data['post_datestamp'] > $lastvisited)
{
if (in_array($data['post_id'], $readed)) $new=0; else $readed_posts .= ".".$data['post_id'];
} else $new=0;
if ($new) echo "<span style='color:yellow;'>".$locale['ep_004']."</span>"; else echo "";
}

echo" <a name='post_".$data['post_id']."' id='post_".$data['post_id']."'></a>".$data['post_subject']." </td>
</tr>
<tr>
<td valign='top' rowspan='3' width='145' class='tbl1'>
<img src='".($data['user_paveikslelis'] ? $data['user_paveikslelis'] : 'nera.jpg')."' alt='Nario paveikslelis' title='Nario paveikslelis'><b><a href='".BASEDIR."profile.php?lookup=".$data['user_id']."' class='side'><span style='color:#".$data['user_color']."'>".$data['user_prefix'].$data['user_name']."</span></b></a>";
if (iMEMBER)
{
if (($data['user_id']!=$userdata['user_id']) && ($userdata['user_level'] == '103' || checkgroup($cautions_conf['group_id'])) && $userdata['user_level']>=$data['user_level'])
echo " - <a href='".INFUSIONS."cautions/cautions.php?action=add&userid=".$data['user_id']."&username=".$data['user_name']."&forum_id=".$_GET['forum_id']."&thread_id=".$_GET['thread_id']."'>".$locale['C_017']."</a>";
}

echo"<br><span class='alt'>".($is_mod ? $locale['userf1'] : getuserlevel($data['user_level']))."</span><br>\n";

if ($data['user_level'] >= 103) {
echo "<img src='".INFUSIONS."rank_system/img/webmaster.gif'>
<br>";
} else {

if (EPS) $usr_posts = show_points($data['user_id']); else $usr_posts = $dadta['user_posts'];
if ($usr_posts <= $post1 ) {
echo "
<br>";
}

else if ($usr_posts <= $post2) {
echo "<img src='".INFUSIONS."rank_system/img/full.gif'>

<br>";
}

else if ($usr_posts <= $post3) {
echo "<img src='".INFUSIONS."rank_system/img/full.gif'>
<br>";
}

else if ($usr_posts <= $post4) {
echo "<img src='".INFUSIONS."rank_system/img/full.gif'>
<img src='".INFUSIONS."rank_system/img/full.gif'>

<br>";
}

else if ($usr_posts <= $post5) {
echo "<img src='".INFUSIONS."rank_system/img/full.gif'>
<img src='".INFUSIONS."rank_system/img/full.gif'>
<br>";
}

else if ($usr_posts <= $post6) {
echo "<img src='".INFUSIONS."rank_system/img/full.gif'>
<img src='".INFUSIONS."rank_system/img/full.gif'>
<img src='".INFUSIONS."rank_system/img/full.gif'>
<br>";
}

else if ($usr_posts <= $post7) {
echo "<img src='".INFUSIONS."rank_system/img/full.gif'>
<img src='".INFUSIONS."rank_system/img/full.gif'>
<img src='".INFUSIONS."rank_system/img/full.gif'>

<br>";
}

else if ($usr_posts <= $post8) {
echo "<img src='".INFUSIONS."rank_system/img/blau_ani.gif'>
<img src='".INFUSIONS."rank_system/img/blau_ani.gif'>
<img src='".INFUSIONS."rank_system/img/blau_ani.gif'>

<br>";
}

else if ($usr_posts <= $post9) {
echo "<img src='".INFUSIONS."rank_system/img/blau_ani.gif'>
<img src='".INFUSIONS."rank_system/img/blau_ani.gif'>
<img src='".INFUSIONS."rank_system/img/blau_ani.gif'>
<img src='".INFUSIONS."rank_system/img/blau_ani.gif'>
<br>";
} else {
echo "<img src='".INFUSIONS."rank_system/img/best.gif'>
<img src='".INFUSIONS."rank_system/img/best.gif'>
<img src='".INFUSIONS."rank_system/img/best.gif'>
<img src='".INFUSIONS."rank_system/img/best.gif'>
<img src='".INFUSIONS."rank_system/img/best.gif'><br>";
}
}
echo "\n";

$height = "185";
echo genshadow($data['user_avatar'], '');


//show warnings\\

if (file_exists(LOCALE.LOCALESET."warns.php")) {
include LOCALE.LOCALESET."warns.php";
} else {
include LOCALE."English/warns.php";
}
$warnings=dbquery("SELECT tw.*, tu.user_id,user_name FROM ".$db_prefix."warnings tw
LEFT JOIN ".$db_prefix."users tu ON tw.give_user=tu.user_id WHERE tw.user_id='".$data['user_id']."' ORDER BY warning_number ASC");
if (dbrows($warnings)) {
$warns=dbrows($warnings);
} else {$warns='0'; }

if ($data['user_level'] == 101) {
echo "<img src='".IMAGES."warns/$warns.gif' alt='".$locale['warns_04']." $warns ".$locale['warns_05']."' title='".$locale['warns_04']." $warns ".$locale['warns_05']."' border='0'>";
}

//--------\\


if (iMEMBER) {
echo "<br><span class='shoutboxdate'>".$locale['502']." ".$data['user_posts']."<br>";
if (EPS) echo " ".$locale['eps560']." ".check_rang($data['user_id'])."<br>".$locale['eps561']." ".show_points($data['user_id'])."<br>";


// Medal MOD
$medal_settings = get_medal_settings();
if( $medal_settings['m_status'] == '1' && $medal_settings['display_profile'] == '1' )
{
$medal_count = dbrows(dbquery("SELECT m.medal_id, mu.user_id FROM ".$db_prefix."medal m, ".$db_prefix."medal_user mu WHERE mu.user_id = '" . $data['user_id'] . "' AND m.medal_id = mu.medal_id ORDER BY m.medal_name"));

if ( $medal_count > 0 )
{
echo "<a href='../profile.php?lookup=".$data['user_id']."'>".$locale['Medal_amount']."$medal_count</a><br>";
}
}
// Medal Mod

echo "".$locale['u044']."<br>";
echo ($data['user_lastvisit'] != 0 ? showdate("shortdate", $data['user_lastvisit']) : $locale['u049'])."<br></span>";


}
echo "</td>
<td>
<table cellspacing='0' cellpadding='0' width='100%'>
<tr>
<td class='tbl1'>".$locale['505'].showdate("forumdate", $data['post_datestamp'])."</td>
<td align='right' class='tbl1'>\n";
if (iMEMBER && $can_post) {
if (!$tdata['thread_locked']) {
if ($userdata['user_id'] == $data['post_author'] || iMOD || iSUPERADMIN) {
echo "<a href='post.php?action=edit&forum_id=$forum_id&thread_id=".$data['thread_id']."&post_id=".$data['post_id']."'><img src='".THEME."forum/edit.gif' border='0' alt'Edit' title='Edit'></a>\n";
}
echo "<a href='post.php?action=reply&amp;forum_id=$forum_id&amp;thread_id=".$data['thread_id']."&amp;post_id=".$data['post_id']."&amp;quote=".$data['post_id']."'><img src='".THEME."forum/quote.gif' alt='".$locale['569']."' title='Quote' style='border:0px;'></a>\n";
if (iMOD || iSUPERADMIN && $data['post_ip'] != "0.0.0.0" && file_exists(THEME."forum/ip.gif")) {
echo "<img src='".THEME."forum/ip.gif' alt='".$data['post_ip']."' title='".$data['post_ip']."' border='0'>\n";
}
if ($i == $numrows-1) $last_author=$data['post_author'];
if ($userdata['user_id'] == $data['post_author'] || iMOD || iSUPERADMIN) {
if ($i == $numrows) echo "<a href='post.php?action=delete&post_author=".$data['post_author']."&forum_id=$forum_id&thread_id=".$data['thread_id']."&post_id=".$data['post_id'].(isset($last_author) ? "&last=".$last_author : "")."'><img src='".$delete_gif."' border='0' alt'Delete' title='Delete'></a>\n";
else echo "<a href='post.php?action=delete&post_author=".$data['post_author']."&forum_id=$forum_id&thread_id=".$data['thread_id']."&post_id=".$data['post_id']."'><img src='".$delete_gif."' border='0' alt'Delete' title='Delete'></a>\n";
}
}
}
echo "</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign='top' height='$height' class='tbl1'>
$message";
if ($data['attach_id']) {
if (in_array($data['attach_ext'], $imagetypes) && @getimagesize(FORUM."attachments/".$data['attach_name'])) {
echo "<hr>\n".$data['user_name'].$locale['506']."<br><br>\n<img src='".FORUM."attachments/".$data['attach_name']."'>";
} else {
echo "<hr>\n".$data['user_name'].$locale['507']."<br>\n<a href='".FUSION_SELF."?forum_id=$forum_id&amp;thread_id=$thread_id&amp;getfile=".$data['post_id']."'>".$data['attach_name']."</a>";
}
}
if ($data['post_edittime'] != "0") {
echo "<hr>\n".$locale['508'].$edituser.$locale['509']."$edittime";
}
echo "</td>
</tr>
<tr>
<td class='tbl1'>\n";
if ($data['user_aim'] && file_exists(THEME."forum/aim.gif") && $settings['locale']!='Polish') {
echo "<a href='aim:goim?screenname=".str_replace(" ", "+", $data['user_aim'])."' target='_blank'><img src='".THEME."forum/aim.gif' alt='".$data['user_aim']."' style='border:0px;'></a> ";
}
if ($data['user_icq']) {
echo "<a href='http://web.icq.com/wwp?Uin=".$data['user_icq']."' target='_blank'><img src='".THEME."forum/icq.gif' alt='".$data['user_icq']."' style='border:0px;'></a> ";
}
if ($data['user_yahoo']) {
echo "<a href='http://ludzie.tlen.pl/$data[user_yahoo]'><img src='".THEME."forum/yahoo.gif' alt='".$data['user_yahoo']."' style='border:0px;'></a> ";
}
if ($data['user_msn']) {
echo "<a href='gg:$data[user_msn]' target='_blank'><img src='".THEME."forum/msn.gif' alt='".$data['user_msn']."' style='border:0px;'></a> ";
}
if ($data['user_web']) {
if (!strstr($data['user_web'], "http://")) { $urlprefix = "http://"; } else { $urlprefix = ""; }
echo "<a href='".$urlprefix."".$data['user_web']."' target='_blank'><img src='".THEME."forum/web.gif' alt='".$data['user_web']."' style='border:0px;'></a> ";
}
echo "<a href='".BASEDIR."messages.php?msg_send=".$data['user_id']."'><img src='".THEME."forum/pm.gif' alt='".$locale['571']."' style='border:0px;'></a>
</td>
</tr>\n";
}
}

echo "</table>\n";

if ($rows > $posts_per_page) {
echo "<div align='center' style='margin-top:5px;'>
".makePageNav($rowstart,$posts_per_page,$rows,3,FUSION_SELF."?forum_id=$forum_id&amp;thread_id=$thread_id&amp;")."
</div>\n";
}

echo "<table cellpadding='0' cellspacing='0' width='100%' style='margin-top:5px;'>\n<tr>\n";
$forum_list = ""; $current_cat = "";
$result = dbquery(
"SELECT f.forum_id, f.forum_name, f2.forum_name AS forum_cat_name
FROM ".$db_prefix."forums f
INNER JOIN ".$db_prefix."forums f2 ON f.forum_cat=f2.forum_id
WHERE ".groupaccess('f.forum_access')." AND f.forum_cat!='0' ORDER BY f2.forum_order ASC, f.forum_order ASC"
);
while ($data = dbarray($result)) {
if ($data['forum_cat_name'] != $current_cat) {
if ($current_cat != "") $forum_list .= "</optgroup>\n";
$current_cat = $data['forum_cat_name'];
$forum_list .= "<optgroup label='".$data['forum_cat_name']."'>\n";
}
$sel = ($data['forum_id'] == $fdata['forum_id'] ? " selected" : "");
$forum_list .= "<option value='".$data['forum_id']."'$sel>".$data['forum_name']."</option>\n";
}
$forum_list .= "</optgroup>\n";
echo "<td align='left' class='tbl'>".$locale['540']."<br>
<select name='jump_id' class='textbox' onChange=\"jumpForum(this.options[this.selectedIndex].value);\">
$forum_list</select></td>\n";

if (iMEMBER && $can_post) {
if (iMOD || iSUPERADMIN) {
echo "<td align='right' class='tbl'>
<form name='modopts' method='post' action='options.php?forum_id=$forum_id&amp;thread_id=$thread_id'>
".$locale['520']."<br>
<select name='step' class='textbox'>
<option value='none'>&nbsp;</option>
<option value='renew'>".$locale['527']."</option>
<option value='delete'>".$locale['521']."</option>\n";
if (!$tdata['thread_locked']) {
echo "<option value='lock'>".$locale['522']."</option>\n";
} else {
echo "<option value='unlock'>".$locale['523']."</option>\n";
}
if (!$tdata['thread_sticky']) {
echo "<option value='sticky'>".$locale['524']."</option>\n";
} else {
echo "<option value='nonsticky'>".$locale['525']."</option>\n";
}
echo "<option value='move'>".$locale['526']."</option>\n";
echo "</select>
<input type='submit' name='go' value='".$locale['528']."' class='button'>
</form>
</td>
</tr>\n";
}
}
echo "</table>\n";
if (iMEMBER) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
if ($settings['thread_notify']) {
echo "<td valign='top' class='tbl'>";
if (dbcount("(thread_id)", "thread_notify", "thread_id='$thread_id' AND notify_user='".$userdata['user_id']."'")) {
$result = dbquery("UPDATE ".$db_prefix."thread_notify SET notify_datestamp='".time()."', notify_status='1' WHERE thread_id='$thread_id' AND notify_user='".$userdata['user_id']."'");
$notify_link = "<a href='postify.php?post=off&amp;forum_id=$forum_id&amp;thread_id=$thread_id'>".$locale['515']."</a>";
} else {
$notify_link = "<a href='postify.php?post=on&amp;forum_id=$forum_id&amp;thread_id=$thread_id'>".$locale['516']."</a>";
}
echo "$notify_link</td>\n";
}
if ($can_post) {
echo "<td align='right' class='tbl'>";
if (!$tdata['thread_locked']) {
echo "<a href='post.php?action=reply&amp;forum_id=$forum_id&amp;thread_id=$thread_id'><img src='".THEME."forum/reply.gif' alt='".$locale['565']."' style='border:0px;'></a>\n";
}
echo "<a href='post.php?action=newthread&amp;forum_id=$forum_id'><img src='".THEME."forum/newthread.gif' alt='".$locale['566']."' style='border:0px;'></a>\n";
echo "</td>\n";
}
echo "</tr>\n</table>\n";
}
closetable();
tablebreak();

if (iMEMBER && $can_post && !$tdata['thread_locked']) {
opentable($locale['512']);




echo "<form name='inputform' method='post' action='".FUSION_SELF."?forum_id=$forum_id&amp;thread_id=$thread_id'>
<table align='center' cellpadding='0' cellspacing='1' class='tbl-border'>
<tr>
<td align='center' class='tbl1'><textarea name='message' cols='80' rows='7' class='textbox'></textarea><br>
<input type='button' value='b' class='button' style='font-weight:bold;width:25px;' onClick=\"addText('message', '', '');\">
<input type='button' value='i' class='button' style='font-style:italic;width:25px;' onClick=\"addText('message', '', '');\">
<input type='button' value='s' class='button' style='font-style:italic;width:25px;' onClick=\"addText('message', '[s]', '[/s]');\">
<input type='button' value='u' class='button' style='text-decoration:underline;width:25px;' onClick=\"addText('message', '', '');\">
<input type='button' value='url' class='button' style='width:30px;' onClick=\"addText('message', '[url]', '[/url]');\">
<input type='button' value='mail' class='button' style='width:35px;' onClick=\"addText('message', '[mail]', '[/mail]');\">
<input type='button' value='img' class='button' style='width:30px;' onClick=\"addText('message', '[img]', '[/img]');\">
<input type='button' value='center' class='button' style='width:45px;' onClick=\"addText('message', '[center]', '[/center]');\">
<input type='button' value='small' class='button' style='width:40px;' onClick=\"addText('message', '[small]', '[/small]');\">
<input type='button' value='code' class='button' style='width:40px;' onClick=\"addText('message', '
Atsisiųsti kodą  Kodas
', '


');\">
<input type='button' value='quote' class='button' style='width:45px;' onClick=\"addText('message', '
', '
');\">
<input type='button' value='hide' class='button' style='width:45px;' onClick=\"addText('message', '[hide]', '[/hide]');\"></td>
</tr>
<tr>
<td align='center' class='tbl2'>".displaysmileys("message")."<br>
<input type='checkbox' name='disable_smileys' value='1'>".$locale['513']."</td>
</tr>
<tr>
<td align='center' class='tbl1'><input type='submit' name='postquickreply' value='".$locale['514']."' class='button'></td>
</tr>
</table>
</form>\n";
closetable();
}


echo "<script type='text/javascript'>
function jumpForum(forumid) {
document.location.href='".FORUM."viewforum.php?forum_id='+forumid;
}
</script>\n";

$posts1 = implode(".", $readed);
$posts1 .= $readed_posts;
setcookie("ep_posts", $posts1, (time() + 3600*3), "/", "", "0");


require_once BASEDIR."footer.php";
?>

Redagavo jawa 2010-09-01 14:03
http://sensation-...
 
peršokti į forumą: