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: Matthew <mat...@gm...> - 2007-03-20 18:58:00
|
No not really with ldap enabled. On 3/20/07, st...@en... <st...@en...> wrote: > My apologies. I just got it to work. > > I for some reason had it in my head that uid needed to have a value > assigned. > > What would happen if I switched to ldap in a system that's been > running for a long while with default authentication? Anyway to > reassign all the old surveys and accounts? > > What, if anything, determines the superuser/root account with ldap? > > So you can't use ldap for respondent accts - I understand that, but > it looks as you can't manage groups or repspondents at all? > > On Mar 20, 2007, at 11:38 AM, Matthew wrote: > > > This request was related to using LDAP for survey respondent > > authorization, which isn't supported/implemented. LDAP auth. only > > works for the admin. interface. > > > > On 3/20/07, st...@en... <st...@en...> wrote: > >> It would be really nice to know if this actually works for anyone. > >> I've tried a bunch of times without success. > >> > >> I can't even get past the login screen. > >> > >> > >> On Mar 19, 2007, at 9:32 AM, Thierry Hugue wrote: > >> > >> > Hello, > >> > > >> > I'm just starting to use phpESP. > >> > It looks quite simple, and should really fit my needs... > >> thanks! > >> > > >> > I'm running: > >> > - phpESP v1.8.2, > >> > - Apache/2.0.55 (Ubuntu) mod_ldap_userdir/1.1.8 PHP/5.1.6 > >> > - MySQL 5.0.24a-Debian_9-log > >> > > >> > > >> > I'm just having one issue that prevents me from moving it > >> into > >> > production: how to identify users (some surveys are private) > >> with an > >> > external LDAP database ? > >> > > >> > I modified the config file (phpESP.ini.php) to use ldap > >> > authentication > >> > mechanism: > >> > > >> > // Choose authentication type: { 'default', 'ldap' } > >> > $ESPCONFIG['auth_type'] =3D 'ldap'; > >> > > >> > // LDAP connection information > >> > // (Set these values if you choose 'ldap' as the authentication > >> type.) > >> > $ESPCONFIG['ldap_server'] =3D 'ldap://ldap.mycompany.com'; > >> > $ESPCONFIG['ldap_port'] =3D '389'; > >> > $ESPCONFIG['ldap_dn'] =3D 'ou=3DPeople,o=3Dmycompany.com'; > >> > $ESPCONFIG['ldap_filter'] =3D 'uid=3D'; > >> > > >> > but it does not work... > >> > (I get the message: "[ Incorrect User ID or Password, or your > >> account > >> > has been disabled/expired. ]" in the survey login page... > >> > > >> > > >> > What else do I need ? > >> > > >> > > >> > I'm a little bit confused how the tool could make the link > >> between > >> > the > >> > realm authorized for those private surveys and the user in the ldap > >> > database ??? > >> > > >> > Moreover, when I look at the code, the function > >> survey_auth from file > >> > espauth-ldap.inc does not seem to proceed with any ldap request at > >> > all, > >> > but only use the table respondent_table from the local MySQL > >> > database... > >> > > >> > What am I missing there ? > >> > > >> > Thanks in advance for your help, > >> > -- > >> > Thierry > >> > > >> > > >> > > >> > > >> > > >> > > >> _____________________________________________________________________ > >> _ > >> > _____ > >> > Yahoo! Mail r=E9invente le mail ! D=E9couvrez le nouveau Yahoo! Mail= et > >> > son interface r=E9volutionnaire. > >> > http://fr.mail.yahoo.com > >> > > >> > > >> > > >> --------------------------------------------------------------------- > >> - > >> > --- > >> > Take Surveys. Earn Cash. Influence the Future of IT > >> > Join SourceForge.net's Techsay panel and you'll get the chance to > >> > share your > >> > opinions on IT & business topics through brief surveys-and earn > >> cash > >> > http://www.techsay.com/default.php? > >> > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV > >> > _______________________________________________ > >> > phpESP-general mailing list > >> > php...@li... > >> > https://lists.sourceforge.net/lists/listinfo/phpesp-general > >> > >> > >> --------------------------------------------------------------------- > >> ---- > >> Take Surveys. Earn Cash. Influence the Future of IT > >> Join SourceForge.net's Techsay panel and you'll get the chance to > >> share your > >> opinions on IT & business topics through brief surveys-and earn cash > >> http://www.techsay.com/default.php? > >> page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV > >> _______________________________________________ > >> phpESP-general mailing list > >> php...@li... > >> https://lists.sourceforge.net/lists/listinfo/phpesp-general > >> > > > > > > -- > > D'oh! > > --=20 D'oh! |
From: <st...@en...> - 2007-03-20 18:56:19
|
My apologies. I just got it to work. I for some reason had it in my head that uid needed to have a value =20 assigned. What would happen if I switched to ldap in a system that's been =20 running for a long while with default authentication? Anyway to =20 reassign all the old surveys and accounts? What, if anything, determines the superuser/root account with ldap? So you can't use ldap for respondent accts - I understand that, but =20 it looks as you can't manage groups or repspondents at all? On Mar 20, 2007, at 11:38 AM, Matthew wrote: > This request was related to using LDAP for survey respondent > authorization, which isn't supported/implemented. LDAP auth. only > works for the admin. interface. > > On 3/20/07, st...@en... <st...@en...> wrote: >> It would be really nice to know if this actually works for anyone. >> I've tried a bunch of times without success. >> >> I can't even get past the login screen. >> >> >> On Mar 19, 2007, at 9:32 AM, Thierry Hugue wrote: >> >> > Hello, >> > >> > I'm just starting to use phpESP. >> > It looks quite simple, and should really fit my needs... =20 >> thanks! >> > >> > I'm running: >> > - phpESP v1.8.2, >> > - Apache/2.0.55 (Ubuntu) mod_ldap_userdir/1.1.8 PHP/5.1.6 >> > - MySQL 5.0.24a-Debian_9-log >> > >> > >> > I'm just having one issue that prevents me from moving it =20 >> into >> > production: how to identify users (some surveys are private) =20 >> with an >> > external LDAP database ? >> > >> > I modified the config file (phpESP.ini.php) to use ldap >> > authentication >> > mechanism: >> > >> > // Choose authentication type: { 'default', 'ldap' } >> > $ESPCONFIG['auth_type'] =3D 'ldap'; >> > >> > // LDAP connection information >> > // (Set these values if you choose 'ldap' as the authentication =20 >> type.) >> > $ESPCONFIG['ldap_server'] =3D 'ldap://ldap.mycompany.com'; >> > $ESPCONFIG['ldap_port'] =3D '389'; >> > $ESPCONFIG['ldap_dn'] =3D 'ou=3DPeople,o=3Dmycompany.com'; >> > $ESPCONFIG['ldap_filter'] =3D 'uid=3D'; >> > >> > but it does not work... >> > (I get the message: "[ Incorrect User ID or Password, or your =20 >> account >> > has been disabled/expired. ]" in the survey login page... >> > >> > >> > What else do I need ? >> > >> > >> > I'm a little bit confused how the tool could make the link =20= >> between >> > the >> > realm authorized for those private surveys and the user in the ldap >> > database ??? >> > >> > Moreover, when I look at the code, the function =20 >> survey_auth from file >> > espauth-ldap.inc does not seem to proceed with any ldap request at >> > all, >> > but only use the table respondent_table from the local MySQL >> > database... >> > >> > What am I missing there ? >> > >> > Thanks in advance for your help, >> > -- >> > Thierry >> > >> > >> > >> > >> > >> > =20 >> _____________________________________________________________________=20= >> _ >> > _____ >> > Yahoo! Mail r=E9invente le mail ! D=E9couvrez le nouveau Yahoo! = Mail et >> > son interface r=E9volutionnaire. >> > http://fr.mail.yahoo.com >> > >> > >> > =20 >> ---------------------------------------------------------------------=20= >> - >> > --- >> > Take Surveys. Earn Cash. Influence the Future of IT >> > Join SourceForge.net's Techsay panel and you'll get the chance to >> > share your >> > opinions on IT & business topics through brief surveys-and earn =20 >> cash >> > http://www.techsay.com/default.php? >> > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV >> > _______________________________________________ >> > phpESP-general mailing list >> > php...@li... >> > https://lists.sourceforge.net/lists/listinfo/phpesp-general >> >> >> ---------------------------------------------------------------------=20= >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to =20 >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?=20 >> page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV >> _______________________________________________ >> phpESP-general mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpesp-general >> > > > --=20 > D'oh! |
From: Matthew <mat...@gm...> - 2007-03-20 18:38:44
|
This request was related to using LDAP for survey respondent authorization, which isn't supported/implemented. LDAP auth. only works for the admin. interface. On 3/20/07, st...@en... <st...@en...> wrote: > It would be really nice to know if this actually works for anyone. > I've tried a bunch of times without success. > > I can't even get past the login screen. > > > On Mar 19, 2007, at 9:32 AM, Thierry Hugue wrote: > > > Hello, > > > > I'm just starting to use phpESP. > > It looks quite simple, and should really fit my needs... thanks! > > > > I'm running: > > - phpESP v1.8.2, > > - Apache/2.0.55 (Ubuntu) mod_ldap_userdir/1.1.8 PHP/5.1.6 > > - MySQL 5.0.24a-Debian_9-log > > > > > > I'm just having one issue that prevents me from moving it into > > production: how to identify users (some surveys are private) with an > > external LDAP database ? > > > > I modified the config file (phpESP.ini.php) to use ldap > > authentication > > mechanism: > > > > // Choose authentication type: { 'default', 'ldap' } > > $ESPCONFIG['auth_type'] =3D 'ldap'; > > > > // LDAP connection information > > // (Set these values if you choose 'ldap' as the authentication type.) > > $ESPCONFIG['ldap_server'] =3D 'ldap://ldap.mycompany.com'; > > $ESPCONFIG['ldap_port'] =3D '389'; > > $ESPCONFIG['ldap_dn'] =3D 'ou=3DPeople,o=3Dmycompany.com'; > > $ESPCONFIG['ldap_filter'] =3D 'uid=3D'; > > > > but it does not work... > > (I get the message: "[ Incorrect User ID or Password, or your account > > has been disabled/expired. ]" in the survey login page... > > > > > > What else do I need ? > > > > > > I'm a little bit confused how the tool could make the link betwee= n > > the > > realm authorized for those private surveys and the user in the ldap > > database ??? > > > > Moreover, when I look at the code, the function survey_auth from = file > > espauth-ldap.inc does not seem to proceed with any ldap request at > > all, > > but only use the table respondent_table from the local MySQL > > database... > > > > What am I missing there ? > > > > Thanks in advance for your help, > > -- > > Thierry > > > > > > > > > > > > ______________________________________________________________________ > > _____ > > Yahoo! Mail r=E9invente le mail ! D=E9couvrez le nouveau Yahoo! Mail et > > son interface r=E9volutionnaire. > > http://fr.mail.yahoo.com > > > > > > ---------------------------------------------------------------------- > > --- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php? > > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share y= our > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > --=20 D'oh! |
From: <st...@en...> - 2007-03-20 18:35:54
|
It would be really nice to know if this actually works for anyone. =20 I've tried a bunch of times without success. I can't even get past the login screen. On Mar 19, 2007, at 9:32 AM, Thierry Hugue wrote: > Hello, > > I'm just starting to use phpESP. > It looks quite simple, and should really fit my needs... thanks! > > I'm running: > - phpESP v1.8.2, > - Apache/2.0.55 (Ubuntu) mod_ldap_userdir/1.1.8 PHP/5.1.6 > - MySQL 5.0.24a-Debian_9-log > > > I'm just having one issue that prevents me from moving it into > production: how to identify users (some surveys are private) with an > external LDAP database ? > > I modified the config file (phpESP.ini.php) to use ldap =20 > authentication > mechanism: > > // Choose authentication type: { 'default', 'ldap' } > $ESPCONFIG['auth_type'] =3D 'ldap'; > > // LDAP connection information > // (Set these values if you choose 'ldap' as the authentication type.) > $ESPCONFIG['ldap_server'] =3D 'ldap://ldap.mycompany.com'; > $ESPCONFIG['ldap_port'] =3D '389'; > $ESPCONFIG['ldap_dn'] =3D 'ou=3DPeople,o=3Dmycompany.com'; > $ESPCONFIG['ldap_filter'] =3D 'uid=3D'; > > but it does not work... > (I get the message: "[ Incorrect User ID or Password, or your account > has been disabled/expired. ]" in the survey login page... > > > What else do I need ? > > > I'm a little bit confused how the tool could make the link = between =20 > the > realm authorized for those private surveys and the user in the ldap > database ??? > > Moreover, when I look at the code, the function survey_auth from = file > espauth-ldap.inc does not seem to proceed with any ldap request at =20 > all, > but only use the table respondent_table from the local MySQL =20 > database... > > What am I missing there ? > > Thanks in advance for your help, > --=20 > Thierry > > =09 > > =09 > =09 > ______________________________________________________________________=20= > _____ > Yahoo! Mail r=E9invente le mail ! D=E9couvrez le nouveau Yahoo! Mail = et =20 > son interface r=E9volutionnaire. > http://fr.mail.yahoo.com > > > ----------------------------------------------------------------------=20= > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Thierry H. <t_...@ya...> - 2007-03-19 16:33:08
|
Hello, I'm just starting to use phpESP. It looks quite simple, and should really fit my needs... thanks! I'm running: - phpESP v1.8.2, - Apache/2.0.55 (Ubuntu) mod_ldap_userdir/1.1.8 PHP/5.1.6 - MySQL 5.0.24a-Debian_9-log I'm just having one issue that prevents me from moving it into production: how to identify users (some surveys are private) with an external LDAP database ? I modified the config file (phpESP.ini.php) to use ldap authentication mechanism: // Choose authentication type: { 'default', 'ldap' } $ESPCONFIG['auth_type'] = 'ldap'; // LDAP connection information // (Set these values if you choose 'ldap' as the authentication type.) $ESPCONFIG['ldap_server'] = 'ldap://ldap.mycompany.com'; $ESPCONFIG['ldap_port'] = '389'; $ESPCONFIG['ldap_dn'] = 'ou=People,o=mycompany.com'; $ESPCONFIG['ldap_filter'] = 'uid='; but it does not work... (I get the message: "[ Incorrect User ID or Password, or your account has been disabled/expired. ]" in the survey login page... What else do I need ? I'm a little bit confused how the tool could make the link between the realm authorized for those private surveys and the user in the ldap database ??? Moreover, when I look at the code, the function survey_auth from file espauth-ldap.inc does not seem to proceed with any ldap request at all, but only use the table respondent_table from the local MySQL database... What am I missing there ? Thanks in advance for your help, -- Thierry ___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com |
From: James O'H. <jo...@d1...> - 2007-03-12 16:23:36
|
Yes, I do get responses. -- James O'Hagan Technology Coordinator Palos Heights District 128 jo...@d1... http://inet.d128.k12.il.us/tech "I do not resent criticism, even when, for the sake of emphasis, it parts for the time with reality." - Winston Churchill, Speech in the House of Commons, January 1941 On Mar 12, 2007, at 9:42 AM, Barb Iannucci wrote: > > Does anyone ever get any responses from people on this list? > I always see questions, but never answers. Are they being answered > directly to the individual? > > I only say something because no one responded to my question, and I'm > really having a hard time with it.... > > > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of > Mrs...@ao... > Sent: Saturday, March 10, 2007 8:01 AM > To: php...@li... > Subject: [phpesp-general] duplicate responses > > I have been running a survey for a few weeks and I suspect that > someone > may be trying to skew the results by submitting the survey twice. I > don't mind if they submit twice so long as the information isn't the > same as before. The survey is on dogs' names and if they get a new > dog > they are welcome to submit the survey again with the new name. I've > checked the IP addresses of the surveys that are exactly the same and > they show two similar but slightly different addresses. Would you > dimiss the second survey? If I accept it the results of the survey > will > change significantly. > Thanks > Pat > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: Barb I. <ba...@bu...> - 2007-03-12 14:42:22
|
Does anyone ever get any responses from people on this list? I always see questions, but never answers. Are they being answered directly to the individual? I only say something because no one responded to my question, and I'm really having a hard time with it.... -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Mrs...@ao... Sent: Saturday, March 10, 2007 8:01 AM To: php...@li... Subject: [phpesp-general] duplicate responses I have been running a survey for a few weeks and I suspect that someone may be trying to skew the results by submitting the survey twice. I don't mind if they submit twice so long as the information isn't the same as before. The survey is on dogs' names and if they get a new dog they are welcome to submit the survey again with the new name. I've checked the IP addresses of the surveys that are exactly the same and they show two similar but slightly different addresses. Would you dimiss the second survey? If I accept it the results of the survey will change significantly. =20 Thanks Pat =20 |
From: <Mrs...@ao...> - 2007-03-10 15:01:24
|
I have been running a survey for a few weeks and I suspect that someone may be trying to skew the results by submitting the survey twice. I don't mind if they submit twice so long as the information isn't the same as before. The survey is on dogs' names and if they get a new dog they are welcome to submit the survey again with the new name. I've checked the IP addresses of the surveys that are exactly the same and they show two similar but slightly different addresses. Would you dimiss the second survey? If I accept it the results of the survey will change significantly. Thanks Pat |
From: James O'H. <jo...@d1...> - 2007-03-09 20:20:40
|
Hey, it is working. Made a survey and everything. Don't know what the problem was before. Maybe DNS in nature. -- James O'Hagan Technology Coordinator Palos Heights District 128 jo...@d1... http://inet.d128.k12.il.us/tech "I do not resent criticism, even when, for the sake of emphasis, it parts for the time with reality." - Winston Churchill, Speech in the House of Commons, January 1941 |
From: James O'H. <jo...@d1...> - 2007-03-09 17:00:11
|
Is phpESP supportive of PHP 5? I am having the %%%% Gettext Test Failed and am only using en_US. When I used this before I put it on a PHP 4 machine. I can login, create a survey, and activate a survey, BUT when I go to the survey link, I get a blank. I did populate the mySQL database et al. PHP Information * Version: 5.1.2 * OS: Linux * SAPI: apache2handler * register_globals: No * magic_quotes_gpc: Yes * magic_quotes_runtime: No * safe_mode: No * open_basedir: PHP Extensions * dBase: No * GD: Yes -- 2.0 or higher * GNU Gettext: Yes * LDAP: Yes * MySQL: Yes * PHP Extension Dir (compiled): /usr/lib/php5/20051025 * PHP Extension Dir (run time): /usr/lib/php5/20051025 phpESP Settings * Expected ESP_BASE: /var/www/phpESP/ * Expected base_url: ph128tech.d128.k12.il.us/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: /var/www/phpESP/ * base_url: http://ph128tech.d128.k12.il.us/phpESP/ * Version: 1.8.2 * Debug: No phpESP Language Settings * GNU Gettext: Real * default_lang: en_US * current lang: en_US * available langs: da_DK, de_DE, el_GR, en_US, es_ES, fi, fi_FI, fr_FR, hu_HU, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fi, fr, it, ja, nl, pt, sv) * GNU Gettext test: %%%% Gettext Test Failed * Catalog Open Test: Yes PHP Session Test * session.save_path: /var/lib/php5 * Counter: 1 -- James O'Hagan Technology Coordinator Palos Heights District 128 jo...@d1... http://inet.d128.k12.il.us/tech "I do not resent criticism, even when, for the sake of emphasis, it parts for the time with reality." - Winston Churchill, Speech in the House of Commons, January 1941 |
From: The D. <doc...@be...> - 2007-03-07 08:21:20
|
I'm using Franky's patched version 1.8.2d and using the cookie feature to block repeat voting... However, in virtually all of the polls I am using I like to have the results public, and right now I'm at a loss on doing that, as with this version in place, once one has voted you cannot view the results if the cookie is still valid - It indicates you've completed the survey already! I tried working around this with a 2nd config. (ini file) and patched files that seemed to be affected, however that doesn't do any better. The result is the same if I call with $results=1 in the PHP handler, or if I use the modified survey.php uncommenting the $results setting. Suggestions? |
From: Charles R. <cr...@tg...> - 2007-03-06 17:25:18
|
Ah, ja.. More than 2K in a 2 year long study ... -- Observations By the sysadmin from hell #18 I haven't lost my mind; I have a tape back-up somewhere. > From: Michael Shanafelt <sha...@gm...> > Date: Tue, 6 Mar 2007 09:56:34 -0500 > To: <php...@li...> > Subject: [phpesp-general] Maximum number of responses - Resend > > (Sorry if this is a repost, I sent the original message from the wrong > client & I'm not sure if it got through)... > > Hello, > > Does phpESP have a limit on the number of responses it can handle? I > couldn't find anything in the documentation setting a limit, but want > to make sure before I make a certain survey public. The number of > responses will definitely be less than 500 (I'm hoping about 350). > I'm also making the assumption that they won't be concurrent users. > > Has anyone had 500+ responses to a survey? > > -Mike > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > ______________________________________________________________________ |
From: Michael S. <sha...@gm...> - 2007-03-06 14:57:40
|
(Sorry if this is a repost, I sent the original message from the wrong client & I'm not sure if it got through)... Hello, Does phpESP have a limit on the number of responses it can handle? I couldn't find anything in the documentation setting a limit, but want to make sure before I make a certain survey public. The number of responses will definitely be less than 500 (I'm hoping about 350). I'm also making the assumption that they won't be concurrent users. Has anyone had 500+ responses to a survey? -Mike |
From: Michael S. <msh...@ce...> - 2007-03-06 14:50:02
|
Hello, Does phpESP have a limit on the number of responses it can handle? I couldn't find anything in the documentation setting a limit, but want to make sure before I make a certain survey public. The number of responses will definitely be less than 500 (I'm hoping about 350). I'm also making the assumption that they won't be concurrent users. Has anyone had 500+ responses to a survey? -Mike |
From: <car...@gm...> - 2007-02-27 22:00:51
|
yes, you are right, I have the ldap running in the same machine that the webserver. I'm using the ldap server from a mac OS X server that I think is based in OpenLDAP. Thanks for your help. If you need anything else just tel= l me. On 27/02/07, Matthew <mat...@gm...> wrote: > > $ESPCONFIG['ldap_server'] =3D 'ldap://localhost'; > I'm assuming the LDAP server is actually running on localhost or did > you change that hostname? > > What ldap server is this using, OpenLDAP or AD? > > > > On 2/27/07, Carlos Miguela=F1ez <car...@gm...> wrote: > > > > > > Hi, > > > > It's very important for me to conect the phpesp system to my ldap, I'm > using > > a normal ldap without ssl and this is my configuration in phpESP.ini.ph= p > > > > > > // LDAP connection information > > // (Set these values if you choose 'ldap' as the authentication type.) > > $ESPCONFIG['ldap_server'] =3D 'ldap://localhost'; > > $ESPCONFIG['ldap_port'] =3D '389'; > > // $ESPCONFIG['ldap_port'] =3D '636'; > > $ESPCONFIG['ldap_dn'] =3D 'cn=3Dusers, dc=3Dmae, dc=3Dcompany, dc= =3Des'; > > $ESPCONFIG['ldap_filter'] =3D 'uid=3D'; > > > > I've attached a screenshot with my ldap tree where you can check that > all is > > correct. When I try to login using a ldap account nothing happen seein= g > > > again the same log-in site. > > > > Anyone can help me? > > > > Thanks in advance > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > > > > -- > D'oh! > |
From: <car...@gm...> - 2007-02-27 21:59:47
|
---------- Forwarded message ---------- From: Matthew <mat...@gm...> Date: 27-Feb-2007 20:53 Subject: Re: [phpesp-general] problem with LDAP authetification To: Carlos Miguela=F1ez <car...@gm...> $ESPCONFIG['ldap_server'] =3D 'ldap://localhost'; I'm assuming the LDAP server is actually running on localhost or did you change that hostname? What ldap server is this using, OpenLDAP or AD? On 2/27/07, Carlos Miguela=F1ez <car...@gm...> wrote: > > > Hi, > > It's very important for me to conect the phpesp system to my ldap, I'm using > a normal ldap without ssl and this is my configuration in phpESP.ini.php > > > // LDAP connection information > // (Set these values if you choose 'ldap' as the authentication type.) > $ESPCONFIG['ldap_server'] =3D 'ldap://localhost'; > $ESPCONFIG['ldap_port'] =3D '389'; > // $ESPCONFIG['ldap_port'] =3D '636'; > $ESPCONFIG['ldap_dn'] =3D 'cn=3Dusers, dc=3Dmae, dc=3Dcompany, dc=3De= s'; > $ESPCONFIG['ldap_filter'] =3D 'uid=3D'; > > I've attached a screenshot with my ldap tree where you can check that all is > correct. When I try to login using a ldap account nothing happen seeing > again the same log-in site. > > Anyone can help me? > > Thanks in advance > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > -- D'oh! |
From: Tim E. <ti...@my...> - 2007-02-27 15:44:11
|
I am using phpesp 1.8.2 On the email response the count is off by one. On the email the count is one higher. Can you tell me how to fix that? Thanks Tim Emler |
From: Barb I. <ba...@bu...> - 2007-02-23 23:02:36
|
Hello, I'm a newbie, and I tried to access the phpESP-general Archives to see if I could find an answer to my problem there, but I get a 500 - Internal Server Error. Anyway, I'm just having some spacing issues. If you look at my test survey: http://www-test-new.business.utah.edu/display.php?&pageId=3D2687&sid=3D8 and go to the second page, my yes/no questions are spaced too much. The radio button seems really far away from the Yes/No text. I'd like to move them in closer. Does anyone have any suggestions? |
From: Steve W. <ste...@gm...> - 2007-02-13 16:19:09
|
Hi Pat, My apology, I should have been more clearer in my original request. The problem is if you setup the 'first' question to only have 3 options (ie answers) then all other questions will have a limit of 3 answers. I got around this by ensuring that I fill out all 10 fields in the 1st question which then allows me to adjust it for other questions. But I still can't just click on 'Add another answer line'. In IE 7, I get the following error when I click on 'Add another answer line': Line: 193 Char: 1 Error: Object expected Code: 0 URL: http://www.mydomain.com/admin/manage.php thx, SW Mrs...@ao... wrote: > Hi > I've just ried this in IE7 and it seemed to be OK. It didn't like was > trying to add another answer line when I hadn't entered any text in the > text box. It might be something as simple as this. > Pat > > > In a message dated 12/02/2007 23:38:42 GMT Standard Time, > ste...@gm... writes: > > phpESP: 1.8.2 > > Hi, > > I'm trying to setup a survey with 2 questions and it seems I can't > create more than 4 answers for the second question. When I try to click > on "Add another answer line" I get a javascript error in IE 7 and > Firefox 2.x. Is this a known bug? > > thx, > > SW > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > |
From: <Mrs...@ao...> - 2007-02-13 14:53:19
|
I have several surveys on my website and they are being bombarded by spammers who are putting hundreds of links in the essay boxes. Is there any way to stop this? How do I delete the unwanted responses from the database? |
From: Steve W. <ste...@gm...> - 2007-02-12 23:38:10
|
phpESP: 1.8.2 Hi, I'm trying to setup a survey with 2 questions and it seems I can't create more than 4 answers for the second question. When I try to click on "Add another answer line" I get a javascript error in IE 7 and Firefox 2.x. Is this a known bug? thx, SW |
From: Franky V. L. <lie...@te...> - 2007-01-10 10:19:42
|
girrl88 wrote: > When I try to login as admin I get this error - I even tried doing a > fresh install but I get the same message. [ Incorrect User ID or > Password, or your account has been disabled/expired. ] > > > Any ideas? yes, your account has been disabled. If this is not correct, you can change it in the database: update designer set disabled='N' where username='...'; Franky |
From: girrl88 <gi...@gm...> - 2007-01-10 08:37:18
|
When I try to login as admin I get this error - I even tried doing a fresh install but I get the same message. [ Incorrect User ID or Password, or your account has been disabled/expired. ] Any ideas? |
From: Franky V. L. <lie...@te...> - 2006-12-19 18:42:08
|
Hi, the version that has this feature is now available on my site: http://www.e-dynamics.be/index.php?section=programs&lang=en Read the CHANGELOG file as well ... regards, Franky On Tue, 19 Dec 2006 09:44:54 +0100 Franky Van Liedekerke <lie...@te...> wrote: > For the moment this is not possible (correct me if I'm wrong) because > there exists no html equivalent of this (maybe in javascript). You > may file a feature request for this if you want. I find this an > interesting feature as well and might just implement it next week. > > Franky > > > -----Original Message----- > From: "Frank Roper" <fr...@fr...> > Sent: Tuesday, 19. Dec 2006 2:15 +0100 > To: "phpESP list" <php...@li...> > Subject: [phpesp-general] Limiting the number of responses to a > multiple choice question > > I would like to be able to limit the number of answers that a user > can check in a multiple choice question. For example I have 6 > possible answers and users can only chose 3 of them. Is there a way > of doing this. > > Many thanks > > Frank > > Frank Roper | frankweb | fr...@fr... | 01992 700581 > Visit our site: www.frankweb.co.uk > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your opinions on IT & business topics through brief surveys - > and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ phpESP-general > mailing list php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Franky V. L. <lie...@te...> - 2006-12-19 10:32:15
|
A small update: I just found some javascript code that does this, so I'll implement the following: - max number of responses for multiple choice (select boxes and scroll boxes) - min and max number for number questions (if it doesn't interfere with other things) I'll be doing these things this and next week, so it'll be a New Year present :-) Franky -----Original Message----- From: Franky Van Liedekerke <lie...@te...> Sent: Tuesday, 19. Dec 2006 9:44 +0100 To: fr...@fr..., php...@li... Subject: [phpesp-general] Limiting the number of responses to a multiple choice question For the moment this is not possible (correct me if I'm wrong) because there exists no html equivalent of this (maybe in javascript). You may file a feature request for this if you want. I find this an interesting feature as well and might just implement it next week. Franky -- -----Original Message----- From: "Frank Roper" <fr...@fr...> Sent: Tuesday, 19. Dec 2006 2:15 +0100 To: "phpESP list" <php...@li...> Subject: [phpesp-general] Limiting the number of responses to a multiple choice question I would like to be able to limit the number of answers that a user can check in a multiple choice question. For example I have 6 possible answers and users can only chose 3 of them. Is there a way of doing this. Many thanks Frank Frank Roper | frankweb | fr...@fr... | 01992 700581 Visit our site: www.frankweb.co.uk ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |