Custom script to post form to forum
Hey guys, I'm trying to write a little thing that takes the contents of a form and submits it as a new post to the forum.
I'm using : build_new_post('thread', $foruminfo, array(), 0, $post, $errors);
but I keep getting
$errors['0'] = Sorry! The administrator has specified that users can only post one message every 30 seconds.
Is there a way to override the dupe check and the timelimit check though the build_new_post function?
|