hvn > 19-04-2011, 11:39 PM
hvn > 20-04-2011, 09:53 AM
(19-04-2011, 11:39 PM)hvn Đã viết: À lão đổi sang file generate RSS này đi, có output thêm author nữa đấy.
$query = $db->simple_select("posts", "subject, dateline, message, edittime, tid, fid, pid", "visible='1' ".$forumlist, array('order_by' => 'dateline', 'order_dir' => 'desc', 'limit' => $post_limit));
$query = $db->simple_select("posts", "subject, dateline, username, message, edittime, tid, fid, pid", "visible='1' ".$forumlist, array('order_by' => 'dateline', 'order_dir' => 'desc', 'limit' => $post_limit));
array_push($result, array(
'key'=>$k,
'title'=>$item['title'],
'link'=>switchURL($item['link']),
'pubdate'=>$item['pubDate'],
'snipped'=>quote($content, 50, 12),
'content'=>$content
));
array_push($result, array(
'key'=>$k,
'title'=>$item['title'],
'link'=>switchURL($item['link']),
'pubdate'=>$item['pubDate'],
'author'=>$item['dc:creator'],
'snipped'=>quote($content, 50, 12),
'content'=>$content
));
$output.='<span class="author">'.$data[$i]->author.'</span><br />';
hvn > 20-04-2011, 10:00 AM
hvn > 20-04-2011, 11:01 AM
hothiethoa > 20-04-2011, 01:38 PM
$file = 'cache_tal_lastpost.txt';
require_once 'rss_php.php';
$file = MYBB_ROOT.'mobile/cache_tal_lastpost.txt';
require_once MYBB_ROOT.'mobile/rss_php.php';
hvn > 20-04-2011, 02:45 PM
if($key>0 && $key<=$total){
for($i=0; $i<$total; $i++){
if($data[$i]->key == ($key-1)){
$entry = $data[$i];
break;
}
}
}
hothiethoa > 20-04-2011, 06:13 PM
hvn > 21-04-2011, 07:39 AM
(20-04-2011, 06:13 PM)hothiethoa Đã viết: Đã chỉnh lại
Thời gian cập nhật sẽ là mỗi 5 phút 1 lần!
Mọi người có thể vào từ Phiên bản mobile (bên dưới banner Thi Ẩm Lâu) hoặc truy cập trực tiếp địa chỉ:
http://thiamlau.com/forum/mobile
hvn > 23-04-2011, 02:51 PM
hothiethoa > 23-04-2011, 03:07 PM