how to stop dublicate post

Status
Not open for further replies.

Mr.leg

Active Member
2,949
2010
759
3,545
hello recently i open
http://www.gfxwap.com
and got some poster
some poster posting like
rocket and some editor posting
same topic many time
i see in tinydl
you cant post same topic twice
if its already posted in Dle
how to enable this option pls help
 
4 comments
2 ways to do lilbit with dupe posts in dle
https://support.google.com/webmasters/answer/139394
Or
try this hack i didnt test this on dle new versions

Open Engine/engine and find

Code:
if ($config['allow_rss']) $metatags .= <<<HTML

after insert:

Code:
if ($ newsid! ='' && $ $ && news_found dle_module == 'showfull') { 
if ($ config ['allow_alt_url'] == 'Yes') { 
  if { 
$ metatags. = "\ n <link rel=\"canonical\" href=\"$full_link\" /> \ n"; 
        } 
  } 
}

I don't think we can track that with this hack, because this is very limited function, and dle is quite difficult to track the articles because 1 space or letter different then hack will treat them as different articles, more importantly DLE use article ID base article system which means even the same title but the seo and url will be completely different...so it's not easy to manipulate extend the function of the hack, there is the war going on within CutePHP script system on this issue too, and DLE was based on CutePHP system
 
Status
Not open for further replies.
Back
Top