You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(13) |
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(46) |
Feb
(68) |
Mar
(90) |
Apr
(38) |
May
(35) |
Jun
(36) |
Jul
(32) |
Aug
(35) |
Sep
(36) |
Oct
(49) |
Nov
(64) |
Dec
(31) |
2003 |
Jan
(70) |
Feb
(35) |
Mar
(74) |
Apr
(50) |
May
(26) |
Jun
(24) |
Jul
(26) |
Aug
(45) |
Sep
(18) |
Oct
(21) |
Nov
(33) |
Dec
(13) |
2004 |
Jan
(40) |
Feb
(53) |
Mar
(48) |
Apr
(51) |
May
(39) |
Jun
(9) |
Jul
(11) |
Aug
(30) |
Sep
(30) |
Oct
(12) |
Nov
(8) |
Dec
(12) |
2005 |
Jan
(37) |
Feb
(43) |
Mar
(57) |
Apr
(33) |
May
(23) |
Jun
(26) |
Jul
(43) |
Aug
(27) |
Sep
(39) |
Oct
(17) |
Nov
(27) |
Dec
(5) |
2006 |
Jan
(7) |
Feb
(35) |
Mar
(32) |
Apr
(39) |
May
(5) |
Jun
(4) |
Jul
(3) |
Aug
(6) |
Sep
(3) |
Oct
(17) |
Nov
(9) |
Dec
(10) |
2007 |
Jan
(2) |
Feb
(8) |
Mar
(14) |
Apr
(5) |
May
(2) |
Jun
(17) |
Jul
(13) |
Aug
(8) |
Sep
(3) |
Oct
(1) |
Nov
(40) |
Dec
(25) |
2008 |
Jan
(15) |
Feb
(13) |
Mar
(21) |
Apr
(44) |
May
(17) |
Jun
(26) |
Jul
(3) |
Aug
(10) |
Sep
|
Oct
(2) |
Nov
(6) |
Dec
|
2009 |
Jan
(14) |
Feb
(21) |
Mar
(9) |
Apr
(11) |
May
(4) |
Jun
|
Jul
(3) |
Aug
(9) |
Sep
(1) |
Oct
(4) |
Nov
(11) |
Dec
(6) |
2010 |
Jan
(8) |
Feb
|
Mar
(8) |
Apr
(1) |
May
|
Jun
(8) |
Jul
|
Aug
(4) |
Sep
(5) |
Oct
(4) |
Nov
|
Dec
|
2011 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
(2) |
Dec
(2) |
2013 |
Jan
(1) |
Feb
|
Mar
(15) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: James E. F. <jf...@ac...> - 2002-02-21 02:35:34
|
On Thu, 21 Feb 2002, Samuel Wright wrote: > Hiya > > Any suggestions as to this error? > Warning: open(/tmp\sess_415c60d599cd461764cc337c9d3bb925, O_RDWR) failed: m > (2) in c:\phpdev\www\phpesp\admin\manage.php on line 10 This happens on Windows when the "session.save_path" setting in the php.ini (config file for php, not for phpesp) is set incorrectly. Yes, the default in this file is "/tmp" which typically does not exist on Windows. Make a dirctory on your webserver called "C:\php-tmp" or something, and set session.save_path to that path. For more information on session config directives refer to the following PHP manual page: http://www.php.net/session Also I might as well note that there are problems with PHP running as an ASAPI module for IIS. If you are running under Windows, it is strongly recommended that you run Apache. If anyone does get phpESP to run on Windows with IIS, please let me know, so I can add some information to the documentation. > Is there an archive where I can search for mistakes to > avoid reinventing the wheel? There is an archive, but it is not too useful: http://www.geocrawler.com/redir-sf.php3?list=phpesp-general Perhaps I will make a FAQ or add a better archive when I have time. -James |
From: <fl...@we...> - 2002-02-21 01:55:27
|
in winnt find php.ini make a valid temp folder: c:\winnt\temp if you bring it to run let me know! i gave up on windows!! ----- Original Message ----- From: "Samuel Wright" <sam...@st...> To: <php...@li...> Sent: Thursday, February 21, 2002 2:46 AM Subject: [phpesp-general] (no subject) Hiya Any suggestions as to this error? Warning: open(/tmp\sess_415c60d599cd461764cc337c9d3bb925, O_RDWR) failed: m (2) in c:\phpdev\www\phpesp\admin\manage.php on line 10 Is there an archive where I can search for mistakes to avoid reinventing the wheel? Anyone got experience in installing this on xp? Thanks s ------------------------------------------ Lykos Zine and Hair of the Wolf Newsletter Sam lyk...@ya... 18 Limefield Terrace Levenshulme Manchester M19 2ED UK http://lykoszine.cjb.net ICQ: 41995361 _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Samuel W. <sam...@st...> - 2002-02-21 01:46:55
|
Hiya Any suggestions as to this error? Warning: open(/tmp\sess_415c60d599cd461764cc337c9d3bb925, O_RDWR) failed: m (2) in c:\phpdev\www\phpesp\admin\manage.php on line 10 Is there an archive where I can search for mistakes to avoid reinventing the wheel? Anyone got experience in installing this on xp? Thanks s ------------------------------------------ Lykos Zine and Hair of the Wolf Newsletter Sam lyk...@ya... 18 Limefield Terrace Levenshulme Manchester M19 2ED UK http://lykoszine.cjb.net ICQ: 41995361 |
From: James E. F. <jf...@ac...> - 2002-02-20 17:36:41
|
On Wed, 20 Feb 2002, me@shaw wrote: > I'd like to have the check boxes or radio buttons displayed accross the page > instead of down the page. Could some kind soul point me to where/if this > can be done? > many thanx for all the help in here Change the code in: phpESP/admin/include/function/survey_render.inc -James |
From: <me...@sh...> - 2002-02-20 17:28:08
|
I'd like to have the check boxes or radio buttons displayed accross the page instead of down the page. Could some kind soul point me to where/if this can be done? many thanx for all the help in here |
From: Don S. <sl...@at...> - 2002-02-20 05:14:03
|
I have installed phpESP and it works great except I note that I don't have the option for Rating on the questions. I have version 1.3 is there a different update available? If so, do I have to re-install or can I just change specific files? Thank you for a great program. If I can rate it will be excellent. Don Sligar sl...@at... |
From: Michael T. <ver...@at...> - 2002-02-19 22:03:05
|
I'm conducting a survey of about 1,000 individuals, and each user was = given a user ID and password. I would like to coordinate these user = id's with their survey response - is anyone aware of a method to have = the user id included in the CSV output? Any method of coordinating the = responses to the User ID would be great. Michael Turk ver...@at... |
From: <me...@sh...> - 2002-02-19 20:54:33
|
Does anyone know where there is a similar program but much easier to install. I can't seem to get this going no matter what I try...very frustrating Thanx |
From: James E. F. <jf...@ac...> - 2002-02-18 19:06:59
|
Yes. The translations are in the wrong field in the messages.po. I fixed the file, and compiled the binary message file. There are two files attached to this email, put them both in: phpESP/locale/nl/LC_MESSAGES leave the files in phpESP/locale/en/LC_MESSAGES intact. On Mon, 18 Feb 2002, Sipke Overbeeke wrote: > I translated the messages.po file in dutch, but when i remove the old > file and change it for the new file I keep getting the english messages, > anybody any idea of what to do? > > Sipke |
From: Sipke O. <si...@8a...> - 2002-02-18 14:44:50
|
I translated the messages.po file in dutch, but when i remove the old file and change it for the new file I keep getting the english messages, anybody any idea of what to do? Sipke |
From: <Mar...@ur...> - 2002-02-17 11:58:11
|
hallo James hi all here,=20 phpesp is a great tool! I used it in an postnuke-cms-environment on=20 for a survey! Postnuke (see http://www.postnuke.com is an open source gpl= -based=20 weblog (content management system) with a stable core and a wide variety = of=20 modules to be plugged in! At the moment, we don =B4t have much modules fo= r the=20 task of survey!! Perhaps it is possible to integrate the phpesp as a modu= le=20 into postnuke! that would be great! PostNuke as got a very active developer group (120 = ) and=20 a world wide user group of 7000 users; the developement is sourcefogehost= ed! Above all: phpESP and PostNuke:=20 That would be a fantastic combination! Please let me know what you think?= Are=20 there any concearns - possibly according licence questions?!? Under which= =20 licence is phpesp ? all the best wishes to you James=20 and to all phpESP user! martin=20 |
From: Terrie B. <te...@ap...> - 2002-02-15 20:37:12
|
Hi James, Actually that was one of the first things we tried, but it still wasn't working. But we figured out why: the handler.php was looking for a value in $HTTP_POST_VARS('submit'). For using an image for the submit button, we needed to change this to submit_x (as it appears to store the x and y coordinates). So we now have this working. Terrie On 2/15/02 11:40 AM, "James E. Flemer" <jf...@ac...> wrote: > On Thu, 14 Feb 2002, Terrie Beloin wrote: > >> I am trying to create a survey in Japanese which has worked fine; however, I >> need to have the submit button located in /public/handler.php to also be in >> Japanese. I have created a jpeg that has the correct 'submit' text but when >> I try to change the html tags to either >> >> <input type="image" src="images/submit.jpg"> > > Try: > <input type="image" name="submit" src="images/submit.jpg"> > > Or you could make a copy of the handler.php and use one > copy for english and one copy for Japanese. Just change the > text in the Japanese one. > -James > |
From: James E. F. <jf...@ac...> - 2002-02-15 17:40:11
|
On Thu, 14 Feb 2002, Terrie Beloin wrote: > I am trying to create a survey in Japanese which has worked fine; however, I > need to have the submit button located in /public/handler.php to also be in > Japanese. I have created a jpeg that has the correct 'submit' text but when > I try to change the html tags to either > > <input type="image" src="images/submit.jpg"> Try: <input type="image" name="submit" src="images/submit.jpg"> Or you could make a copy of the handler.php and use one copy for english and one copy for Japanese. Just change the text in the Japanese one. -James |
From: James E. F. <jf...@ac...> - 2002-02-15 17:36:33
|
http://phpesp.sourceforge.net/internationalization.html -James On Fri, 15 Feb 2002, Richard M. Pavonarius wrote: > There doesn't seem to be a DNS entry for esp.speednaked.com, even when > using the servers listed in the whois DB for the host name. I'd like to see > the l10n info page on that site to get an idea of how the locale files > work. I only need to change a few of the strings that users see. > > Thanks, > > Rich > > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Richard M. P. <ri...@pa...> - 2002-02-15 03:50:41
|
There doesn't seem to be a DNS entry for esp.speednaked.com, even when using the servers listed in the whois DB for the host name. I'd like to see the l10n info page on that site to get an idea of how the locale files work. I only need to change a few of the strings that users see. Thanks, Rich |
From: Terrie B. <te...@ap...> - 2002-02-14 20:07:14
|
I am trying to create a survey in Japanese which has worked fine; however, I need to have the submit button located in /public/handler.php to also be in Japanese. I have created a jpeg that has the correct 'submit' text but when I try to change the html tags to either <input type="image" src="images/submit.jpg"> or <a href="javascript:document.phpesp_response.submit()"><img src="images/submit.jpg"></a> the submit button doesn't work. The confirmation page doesn't show up, nor are the responses inserted to the mysql tables. Any suggestions? Thanks, Terrie |
From: James E. F. <jf...@ac...> - 2002-02-13 03:47:34
|
If you look back in the arcives of this list, there were some problems with the PHP ISAPI module. It may be that PHP has fixed these problems, but if not, then I would suggest you run Apache (on Windows if UNIX is not available). If you must use IIS, then you will have to re-code some parts -- mostly dealing with login/authentication if I remember correctly. Please post a message here with details if you do get things working with IIS, and I will incoporate them into the docs. Take it easy, -James On Tue, 12 Feb 2002, Robin S. Carriere wrote: > Hi, > > Has anyone successfully installed and used phpESP on an MS IIS server? I was just wondering if it requires much in the way as far as modifications. I am hoping to use this program at work - but unfortunately we are a MS shop with little flexibility (my role is not within technical services so I have very little influence). I think this would be a great tool for us and I look forward to hearing any success stories. > > Robin > |
From: Robin S. C. <rsc...@sy...> - 2002-02-13 02:38:15
|
Hi, Has anyone successfully installed and used phpESP on an MS IIS server? = I was just wondering if it requires much in the way as far as = modifications. I am hoping to use this program at work - but = unfortunately we are a MS shop with little flexibility (my role is not = within technical services so I have very little influence). I think = this would be a great tool for us and I look forward to hearing any = success stories. Robin=20 |
From: Derek S. <me...@de...> - 2002-02-07 16:13:25
|
Some are registered to be able to post on our message boards, but that's probably only about 10% of our users, we have a very large "lurker" community and I don't want to require registration in order to be able to vote. Thanks for the thought however. -Derek -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of ro...@la... Sent: Thursday, February 07, 2002 11:01 AM To: php...@li... Cc: me...@de... Subject: RE: [phpesp-general] Limiting users to a single survey submission you said *members of the community*. does it mean they are registered members (they have username/password somewhere). If it is the case you could use their existing username/password in ESP. To put together a script which would transfer their existing u/p into ESP shouldn't be too much work/time. -Roma Quoting Derek Santos <me...@de...>: > Well, that's disappointing... without such a feature this script is > unusable > for me, I can't have users be able to "stuff the ballot" simply by > hitting > the BACK or RELOAD buttons. I agree cookies aren't foolproof, but they > are > better than nothing at all (and better than the other alternative -- IP > logging with one vote per IP.) If there are shared computers, > generally > users still have seperate logins (and with that a separate user > profile.) > But if someone is just using a shared computer in something like a > public > library, no, that's small exception scenario is not really a concern of > mine. > > My primary concern is that I run a website, want to offer an awards > survey > ballot on the website, and I do not want the members of the community to > be > able to EASILY vote more than once for their favorite choices. Yes, > someone > could always delete the cookie or log on from all their friends > computers as > well, but as I mentioned, my goal was to not make it easy but by no > means > ironclad. > > I'm surprised James hasn't already implemented this functionlity, as I > said, > it's a pretty standard feature of just about all the survey scripts > that > I've been evaluating, the lack of such a feature would seem to put > phpESP at > a large competitive disadvantage. It's too bad, because other than that > it > looks like a very nice piece of software, I'm very disappointed it won't > fit > my needs. > > Best of luck, > Derek > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of > ro...@la... > Sent: Thursday, February 07, 2002 10:34 AM > To: php...@li... > Cc: me...@de... > Subject: RE: [phpesp-general] Limiting users to a single survey > submission > > > yes Derek, > > the approach I suggested would require you to create a separate user > account for every user that you wish to be able to take the survey. > As of today I don't think you can limit users access by sending a > cookie. > Even > if you could, what about shared computers, or it is not a concern for > your > target market. > Anyway it is possible to add this feature, but it's up to James Flemer > to > make a > decision on that. Hopefully he'll read the post and you'll hear what he > has > to > say about it soon. > > Good luck, > -Roman > Quoting Derek Santos <me...@de...>: > > > Thanks Roma, but wouldn't that approach require me to create a > separate > > user > > account for every user that I wished to be able to take the survey? > > > > Our survey is meant to be public and open to any web user that > decides > > to > > take it -- with upwards of hundreds of folks taking it -- so creating > > individual accounts for each user isn't feasible. > > > > Am I understanding private surveys correctly? > > > > Thanks, > > Derek > > > > -----Original Message----- > > From: ro...@la... [mailto:ro...@la...] > > Sent: Thursday, February 07, 2002 3:57 AM > > To: me...@de... > > Subject: Re: [phpesp-general] Limiting users to a single survey > > submission > > > > > > Derek, > > > > you're right. It's possible, but not by cookies. You need to go to > > Change > > Access > > To a Survey (Limit Respondents.) and set Max Logins to a number that > > represents > > how many times one can access the survey. (Survey should be set to > > Private > > for > > this to work). This should do it for you. > > > > -Roma > > > > > > Quoting Derek Santos <me...@de...>: > > > > > > > > Hello, I just installed the software and it's great -- I am having > > one > > > problem however. I can't find a setting anywhere that would allow > me > > > to > > > limit visitors to a single submission of a survey by setting a > > cookie. > > > I'm > > > assuming the software has usch a feature, since without it ballot > > > stuffing > > > would be a huge problem, but I just haven't found it. > > > > > > Can anyone help? > > > > > > Thanks, > > > Derek > > > > > > > > > _______________________________________________ > > > phpESP-general mailing list > > > > > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > > > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: <ro...@la...> - 2002-02-07 16:01:23
|
you said *members of the community*. does it mean they are registered members (they have username/password somewhere). If it is the case you could use their existing username/password in ESP. To put together a script which would transfer their existing u/p into ESP shouldn't be too much work/time. -Roma Quoting Derek Santos <me...@de...>: > Well, that's disappointing... without such a feature this script is > unusable > for me, I can't have users be able to "stuff the ballot" simply by > hitting > the BACK or RELOAD buttons. I agree cookies aren't foolproof, but they > are > better than nothing at all (and better than the other alternative -- IP > logging with one vote per IP.) If there are shared computers, > generally > users still have seperate logins (and with that a separate user > profile.) > But if someone is just using a shared computer in something like a > public > library, no, that's small exception scenario is not really a concern of > mine. > > My primary concern is that I run a website, want to offer an awards > survey > ballot on the website, and I do not want the members of the community to > be > able to EASILY vote more than once for their favorite choices. Yes, > someone > could always delete the cookie or log on from all their friends > computers as > well, but as I mentioned, my goal was to not make it easy but by no > means > ironclad. > > I'm surprised James hasn't already implemented this functionlity, as I > said, > it's a pretty standard feature of just about all the survey scripts > that > I've been evaluating, the lack of such a feature would seem to put > phpESP at > a large competitive disadvantage. It's too bad, because other than that > it > looks like a very nice piece of software, I'm very disappointed it won't > fit > my needs. > > Best of luck, > Derek > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...]On Behalf Of > ro...@la... > Sent: Thursday, February 07, 2002 10:34 AM > To: php...@li... > Cc: me...@de... > Subject: RE: [phpesp-general] Limiting users to a single survey > submission > > > yes Derek, > > the approach I suggested would require you to create a separate user > account for every user that you wish to be able to take the survey. > As of today I don't think you can limit users access by sending a > cookie. > Even > if you could, what about shared computers, or it is not a concern for > your > target market. > Anyway it is possible to add this feature, but it's up to James Flemer > to > make a > decision on that. Hopefully he'll read the post and you'll hear what he > has > to > say about it soon. > > Good luck, > -Roman > Quoting Derek Santos <me...@de...>: > > > Thanks Roma, but wouldn't that approach require me to create a > separate > > user > > account for every user that I wished to be able to take the survey? > > > > Our survey is meant to be public and open to any web user that > decides > > to > > take it -- with upwards of hundreds of folks taking it -- so creating > > individual accounts for each user isn't feasible. > > > > Am I understanding private surveys correctly? > > > > Thanks, > > Derek > > > > -----Original Message----- > > From: ro...@la... [mailto:ro...@la...] > > Sent: Thursday, February 07, 2002 3:57 AM > > To: me...@de... > > Subject: Re: [phpesp-general] Limiting users to a single survey > > submission > > > > > > Derek, > > > > you're right. It's possible, but not by cookies. You need to go to > > Change > > Access > > To a Survey (Limit Respondents.) and set Max Logins to a number that > > represents > > how many times one can access the survey. (Survey should be set to > > Private > > for > > this to work). This should do it for you. > > > > -Roma > > > > > > Quoting Derek Santos <me...@de...>: > > > > > > > > Hello, I just installed the software and it's great -- I am having > > one > > > problem however. I can't find a setting anywhere that would allow > me > > > to > > > limit visitors to a single submission of a survey by setting a > > cookie. > > > I'm > > > assuming the software has usch a feature, since without it ballot > > > stuffing > > > would be a huge problem, but I just haven't found it. > > > > > > Can anyone help? > > > > > > Thanks, > > > Derek > > > > > > > > > _______________________________________________ > > > phpESP-general mailing list > > > > > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > > > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Derek S. <me...@de...> - 2002-02-07 15:49:26
|
Well, that's disappointing... without such a feature this script is unusable for me, I can't have users be able to "stuff the ballot" simply by hitting the BACK or RELOAD buttons. I agree cookies aren't foolproof, but they are better than nothing at all (and better than the other alternative -- IP logging with one vote per IP.) If there are shared computers, generally users still have seperate logins (and with that a separate user profile.) But if someone is just using a shared computer in something like a public library, no, that's small exception scenario is not really a concern of mine. My primary concern is that I run a website, want to offer an awards survey ballot on the website, and I do not want the members of the community to be able to EASILY vote more than once for their favorite choices. Yes, someone could always delete the cookie or log on from all their friends computers as well, but as I mentioned, my goal was to not make it easy but by no means ironclad. I'm surprised James hasn't already implemented this functionlity, as I said, it's a pretty standard feature of just about all the survey scripts that I've been evaluating, the lack of such a feature would seem to put phpESP at a large competitive disadvantage. It's too bad, because other than that it looks like a very nice piece of software, I'm very disappointed it won't fit my needs. Best of luck, Derek -----Original Message----- From: php...@li... [mailto:php...@li...]On Behalf Of ro...@la... Sent: Thursday, February 07, 2002 10:34 AM To: php...@li... Cc: me...@de... Subject: RE: [phpesp-general] Limiting users to a single survey submission yes Derek, the approach I suggested would require you to create a separate user account for every user that you wish to be able to take the survey. As of today I don't think you can limit users access by sending a cookie. Even if you could, what about shared computers, or it is not a concern for your target market. Anyway it is possible to add this feature, but it's up to James Flemer to make a decision on that. Hopefully he'll read the post and you'll hear what he has to say about it soon. Good luck, -Roman Quoting Derek Santos <me...@de...>: > Thanks Roma, but wouldn't that approach require me to create a separate > user > account for every user that I wished to be able to take the survey? > > Our survey is meant to be public and open to any web user that decides > to > take it -- with upwards of hundreds of folks taking it -- so creating > individual accounts for each user isn't feasible. > > Am I understanding private surveys correctly? > > Thanks, > Derek > > -----Original Message----- > From: ro...@la... [mailto:ro...@la...] > Sent: Thursday, February 07, 2002 3:57 AM > To: me...@de... > Subject: Re: [phpesp-general] Limiting users to a single survey > submission > > > Derek, > > you're right. It's possible, but not by cookies. You need to go to > Change > Access > To a Survey (Limit Respondents.) and set Max Logins to a number that > represents > how many times one can access the survey. (Survey should be set to > Private > for > this to work). This should do it for you. > > -Roma > > > Quoting Derek Santos <me...@de...>: > > > > > Hello, I just installed the software and it's great -- I am having > one > > problem however. I can't find a setting anywhere that would allow me > > to > > limit visitors to a single submission of a survey by setting a > cookie. > > I'm > > assuming the software has usch a feature, since without it ballot > > stuffing > > would be a huge problem, but I just haven't found it. > > > > Can anyone help? > > > > Thanks, > > Derek > > > > > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: <ro...@la...> - 2002-02-07 15:33:45
|
yes Derek, the approach I suggested would require you to create a separate user account for every user that you wish to be able to take the survey. As of today I don't think you can limit users access by sending a cookie. Even if you could, what about shared computers, or it is not a concern for your target market. Anyway it is possible to add this feature, but it's up to James Flemer to make a decision on that. Hopefully he'll read the post and you'll hear what he has to say about it soon. Good luck, -Roman Quoting Derek Santos <me...@de...>: > Thanks Roma, but wouldn't that approach require me to create a separate > user > account for every user that I wished to be able to take the survey? > > Our survey is meant to be public and open to any web user that decides > to > take it -- with upwards of hundreds of folks taking it -- so creating > individual accounts for each user isn't feasible. > > Am I understanding private surveys correctly? > > Thanks, > Derek > > -----Original Message----- > From: ro...@la... [mailto:ro...@la...] > Sent: Thursday, February 07, 2002 3:57 AM > To: me...@de... > Subject: Re: [phpesp-general] Limiting users to a single survey > submission > > > Derek, > > you're right. It's possible, but not by cookies. You need to go to > Change > Access > To a Survey (Limit Respondents.) and set Max Logins to a number that > represents > how many times one can access the survey. (Survey should be set to > Private > for > this to work). This should do it for you. > > -Roma > > > Quoting Derek Santos <me...@de...>: > > > > > Hello, I just installed the software and it's great -- I am having > one > > problem however. I can't find a setting anywhere that would allow me > > to > > limit visitors to a single submission of a survey by setting a > cookie. > > I'm > > assuming the software has usch a feature, since without it ballot > > stuffing > > would be a huge problem, but I just haven't found it. > > > > Can anyone help? > > > > Thanks, > > Derek > > > > > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > |
From: Derek S. <me...@de...> - 2002-02-07 05:59:22
|
Hello, I just installed the software and it's great -- I am having one problem however. I can't find a setting anywhere that would allow me to limit visitors to a single submission of a survey by setting a cookie. I'm assuming the software has usch a feature, since without it ballot stuffing would be a huge problem, but I just haven't found it. Can anyone help? Thanks, Derek |
From: <cj...@if...> - 2002-02-05 16:30:36
|
I want to thanks everybody whose helping me to install phpESP, this great script ! Particulary thanks to ROMA and James F. All my troubles are resoluted. I ve taken a professional hosting ! there's nothing better than this ! A proposition to every body and James F : > can i translate the script in french ? answer me ! see you ;-) (sorry for my broken english) |
From: Sipke O. <si...@8a...> - 2002-02-03 14:25:03
|
I was wondering if it would be possible to redirect people, based on the answers they give on a certain question to a certain section. For example you ask someone if he has a car, if he has jou direct him to section 2 where questions about what kind of car are asked. When he has no car you want to put him through to section 3. I thought you have to fetch a certain answer out of de database and edit this: <?php if($num_sections>1) { ?> <font size="-1"><?php echo(_('Page')); ?> <?php echo($section+1); ?> <?php echo(_('of')); ?> <?php echo($num_sections); ?></font><br> <?php } ?> sentence in survey_render.inc to display a certain section according to an answer on a certain question. Sipke |