نياز به يه اسکرول در اندازه خاصي دارم کسي مي تونه کمکم کنه

internet

Member
با سلام
و تشکر و تبريک سال نو
يه سوال دارم خدمت hayper خان اگه امکان داره راهنمايي بفرماييد بنده مي خوام يه اسکرول scroll.php رو تصحيح کنم ولي هر کاري کردم متاسفانه نشد که نشد يعني مي خوام فقط آخرين پست هاي توي انجمن در اون نمايش داده بشه و بقيه مباحث و نويسنده و ... رو نمي خوام و عرض اين اسکرول هم خودم بتونم تعيين کنم و بشه تغييرش داد و فقط آخرين ارسال ها باشه و نام مثلا نويسنده چه طور مي تونم به انتخاب خودم کم و زيادش کنم اين هم سورس اسکرولي که مد نظرم هست اگه امکان داره راهنمايي بفرماييد:
PHP:
<?php 
// Basic Configuration 
// How Many Topics you want to display? 
$topicnumber = 20; 
// Scrolling towards up or down? 
$scroll = "up"; 
// Change this to your phpBB path 
$urlPath = "http://shirazit.net/forum/"; 
// Database Configuration (Where your phpBB config.php file is located 
include 'config.php'; 
// Connecting & Selecting Databases 
$table_topics = $table_prefix. "topics"; 
$table_forums = $table_prefix. "forums"; 
$table_posts = $table_prefix. "posts"; 
$table_users = $table_prefix. "users"; 
$link = mysql_connect("$dbhost", "$dbuser", "$dbpasswd") or die("Could not connect"); 
mysql_select_db("$dbname") or die("Could not select database"); 
// Perform Sql Query 
$query = "SELECT t.topic_poster,t.topic_views,t.topic_replies,t.topic_id, t.topic_title, t.topic_last_post_id, 
t.forum_id, p.post_id, p.poster_id, p.post_time, u.user_id, u.username ,f.forum_name 
FROM $table_topics t, $table_forums f, $table_posts p, $table_users u 
WHERE t.topic_id = p.topic_id AND 
f.forum_id = t.forum_id AND 
t.topic_status <> 2 AND 
t.forum_id <> 30 AND 
t.forum_id <> 41 AND 
p.post_id = t.topic_last_post_id AND 
p.poster_id = u.user_id 
ORDER BY p.post_id DESC LIMIT $topicnumber"; 
$result = mysql_query($query) or die("Query failed"); 
// Outcome of the HTML 
// Be carefull when you edit these! 
//print "<marquee dir=\"rtl\" align=\"center\" id=\"recent_topics\" behavior=\"scroll\" direction=\"$scroll\" height=\"200\" width=\"100%\" scrolldelay=\"100\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"; 
print "<div align=\"center\">"; 
print "<table width=\"100%\" cellpadding=\"2\" cellspacing=\"1\" border=\"0\" class=\"forumline\">"; 
print "<th width=\"50%\" colspan=\"1\">آخرین ارسال ها به انجمن ShirazIT</th>"; 
print "<th width=\"25%\" colspan=\"1\">انجمـــــــــن</th>"; 
print "<th width=\"4%\" colspan=\"1\">بازديــدهــا</th>"; 
print "<th width=\"4%\" colspan=\"1\">پاسخـــها</th>"; 
print "<th width=\"12%\" colspan=\"1\">توســـط</th>"; 
while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) { 
$forum_no = $row["forum_id"]; 
echo 
"<tr valign='middle' class=\"row1\"> 
<td class=\"row1\"><font face=\"Tahoma\" size=\"1\"> 
<a href=\"$urlPath/viewtopic.php?p=$row[topic_last_post_id]#$row[topic_last_post_id]\"> 
<span style=\"text-decoration: none\">" . $row["topic_title"] . 
"</span></a></td></font></b><td class=\"row2\"> 
<font color=\"#000000\"> 
<$urlPath/viewtopic.php?p=$row[topic_last_post_id]#$row[topic_last_post_id]>" . $row["forum_name"] . 
"</td><td class=\"row1\" align=\"center\"><font face=\"Tahoma\" size=\"1\"><font color=\"#C0C0C0\">" . 
"</span></a></font></b> 
<font color=\"#000000\"> 
<$urlPath/viewtopic.php?p=$row[topic_last_post_id]#$row[topic_last_post_id]>" . $row["topic_views"] . 
"</td><td align=\"center\" class=\"row2\"><font face=\"Tahoma\" size=\"1\"><font color=\"#C0C0C0\">" . 
"</span></a></font></b> 
<font color=\"#000000\"> 
<$urlPath/viewtopic.php?p=$row[topic_last_post_id]#$row[topic_last_post_id]>" . $row["topic_replies"] . 
"</td><td align=\"center\"><font face=\"Tahoma\" size=\"1\"><font color=\"#C0C0C0\">" . 
"</span></a></font></b> 
<a href=\"$urlPath/profile.php?mode=viewprofile&u=$row[user_id]\">" . $row["username"] . 
"</td><font face=\"Tahoma\" size=\"1\"><font color=\"#C0C0C0\">" . 
"</tr></font>"; 
} 
print "<table cellSpacing='0'"; 
print "</table></div></marquee>"; 
// Free Result 
mysql_free_result($result); 
// Close the Connection 
mysql_close($link); 
?>

يه چيزي مي خوام توي اين مايه ها باشه خيلي عالي مي شه :

s497c1.jpg


خدانگهدار
 

جدیدترین ارسال ها

بالا