Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [sh2sg] Flood attack

Quote Reply
Re: [sh2sg] Flood attack In reply to
 
Code:
if (my $pid = $DB->table('Post')->select(post_id => { post_unique_id => $temp_id })->fetchrow) {
require GForum::Post::View;
my $post = GForum::Post::View::get($pid);
return($page->{already_posted} => $post);
}

I think $temp_id is generated by MD5.

Last edited by:

Paul: May 7, 2002, 2:36 AM
Subject Author Views Date
Thread Flood attack sh2sg 2078 May 6, 2002, 10:06 PM
Thread Re: [sh2sg] Flood attack
Paul 1989 May 7, 2002, 2:35 AM
Thread Re: [Paul] Flood attack
sh2sg 1987 May 7, 2002, 6:29 AM
Post Re: [sh2sg] Flood attack
Wil 1984 May 7, 2002, 6:33 AM