PDA

View Full Version : Custom script to post form to forum


Rendog
09-17-2005, 04:02 AM
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?

Borgs8472
09-19-2005, 06:06 PM
This should go in the PHP forum