Home : Products : Gossamer Forum : Discussion :

Products: Gossamer Forum: Discussion: Re: [sh2sg] Flood attack: Edit Log

Here is the list of edits for this post
Re: [sh2sg] Flood attack
 
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

Edit Log: