Gossamer Forum
Home : Products : Gossamer Links : Discussions :

URLs in Last Search Words

Quote Reply
URLs in Last Search Words
Hi,
someone or perhaps some robots are putting their URL in my glinks search field.

I'm showing the last search words with this global.
Code:
sub {
my ($output,$db,$sth);
my $db = $DB->table('SearchLogs');
$db->select_options ('ORDER BY slog_last DESC', 'LIMIT 10');
$sth = $db->select;
Unfortunately these URLs are shown, with this global
Is there a way to stop printing out thes URLs or do I have to remove this global?

Thanks

Matthias
gpaed.de
Subject Author Views Date
Thread URLs in Last Search Words Matthias70 6196 May 3, 2008, 12:38 AM
Thread Re: [Matthias70] URLs in Last Search Words
Andy 6072 May 3, 2008, 12:50 AM
Thread Re: [Andy] URLs in Last Search Words
Matthias70 6072 May 3, 2008, 12:56 AM
Thread Re: [Matthias70] URLs in Last Search Words
Andy 6096 May 3, 2008, 12:59 AM
Thread Re: [Andy] URLs in Last Search Words
Wychwood 6080 May 3, 2008, 1:37 AM
Post Re: [Wychwood] URLs in Last Search Words
Andy 6065 May 3, 2008, 1:48 AM
Thread Re: [Matthias70] URLs in Last Search Words
Andy 6084 May 3, 2008, 2:10 AM
Thread Re: [Andy] URLs in Last Search Words
Matthias70 6054 May 3, 2008, 3:48 AM
Thread Re: [Matthias70] URLs in Last Search Words
Andy 6058 May 3, 2008, 3:57 AM
Post Re: [Andy] URLs in Last Search Words
Matthias70 6059 May 3, 2008, 4:05 AM
Post Post deleted by nir
nir 5754 Oct 25, 2010, 6:35 AM