B2B開源平系統(tǒng)DESTOON 比較成熟的一套系統(tǒng),應用面很廣,但是很多網(wǎng)站運營者頭疼注冊會員發(fā)布重復信息,因為重復信息充斥網(wǎng)站大大降低網(wǎng)站權重,甚至會有K站風險。destoon 系統(tǒng)如何防止同一會員發(fā)布相同重復信息內容成為大家最關心的話題。以下總結一個方法,可以對會員發(fā)布信息的規(guī)范起到一定作用。
禁止同一個會員發(fā)布重復信息:
已供應為例子:打開文件module/sell/sell.class.php
在代碼function pass($post)前面增加一個title_exists函數(shù):
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'));
禁止同一個會員發(fā)布重復信息:
已供應為例子:打開文件module/sell/sell.class.php
在代碼function pass($post)前面增加一個title_exists函數(shù):
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'));
樂發(fā)網(wǎng)超市批發(fā)網(wǎng)提供超市貨源信息,超市采購進貨渠道。超市進貨網(wǎng)提供成都食品批發(fā),日用百貨批發(fā)信息、微信淘寶網(wǎng)店超市采購信息和超市加盟信息.打造國內超市采購商與批發(fā)市場供應廠商搭建網(wǎng)上批發(fā)市場平臺,是全國批發(fā)市場行業(yè)中電子商務權威性網(wǎng)站。
本文內容整合網(wǎng)站:百度百科、知乎、淘寶平臺規(guī)則