B2B開源平系統DESTOON 比較成熟的一套系統,應用面很廣,但是很多網站運營者頭疼注冊會員發布重復信息,因為重復信息充斥網站大大降低網站權重,甚至會有K站風險。destoon 系統如何防止同一會員發布相同重復信息內容成為大家最關心的話題。以下總結一個方法,可以對會員發布信息的規范起到一定作用。
禁止同一個會員發布重復信息:
已供應為例子:打開文件module/sell/sell.class.php
在代碼function pass($post)前面增加一個title_exists函數:
function title_exists($title) {
$condition = "title='$title'";
return $this->db->get_one("SELECt itemid FROM {$this->table} WHERe $condition");
}
在if($post['totime'])這前面添加
if(strlen($post['title']) < 3) return $this->_(lang('message->pass_title'));
if(!$this->itemid && $this->title_exists($post['title'])) return $this->_(lang('message->pass_chongfu'));
禁止同一個會員發布重復信息:
已供應為例子:打開文件module/sell/sell.class.php
在代碼function pass($post)前面增加一個title_exists函數:
function title_exists($title) {
$condition = "title='$title'";
return $this->db->get_one("SELECt itemid FROM {$this->table} WHERe $condition");
}
在if($post['totime'])這前面添加
if(strlen($post['title']) < 3) return $this->_(lang('message->pass_title'));
if(!$this->itemid && $this->title_exists($post['title'])) return $this->_(lang('message->pass_chongfu'));
樂發網超市批發網提供超市貨源信息,超市采購進貨渠道。超市進貨網提供成都食品批發,日用百貨批發信息、微信淘寶網店超市采購信息和超市加盟信息.打造國內超市采購商與批發市場供應廠商搭建網上批發市場平臺,是全國批發市場行業中電子商務權威性網站。