Page 1 of 1

multiple submissions ?

Posted: Sat May 06, 2006 1:59 pm
by jaap
Script URL:
Version of script: 1.35
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

Hi,

Is it possible when this is set to 1 people can post not once per session but let's say 3 or 4 ?

Prevent multiple submissions in the same session? 1 = YES, 0 = NO */
$settings['one_per_session']=1;

Jaap

Posted: Mon May 08, 2006 5:01 pm
by Klemen
Not by default, you would have to edit the code to count submission times within each session.

Posted: Mon May 08, 2006 7:17 pm
by jaap
Ok thanks, but ....... how ?

Posted: Tue May 09, 2006 12:54 pm
by Klemen
Unfortunately I don't have the time to provide customizations for users of my free scripts or I could be doing that 24 hours per day. I do try to help when I see at least some effort was given towards finding the solution. You should find someone who knows PHP and can help you with that.