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: David L. <lio...@co...> - 2004-05-04 02:28:09
|
Greetings -- I'm having a peculiar problem logging in to the admin panel. I can take surveys without problems. When I attempt to access the admin panel, by going to http://myserver/phpESP, the browser doesn't find a page to display and /var/log/apache/error.log shows [Mon May 3 19:00:03 2004] [notice] child pid 3276 exit signal Segmentation fault (11) [Mon May 3 19:00:03 2004] [notice] child pid 3273 exit signal Segmentation fault (11) The processes killed are apache processes that were running at the time -- they segfault, and a couple of new apache processes take their place. At the same time, /var/log/mysql.log shows that the database opens as it should: 040503 19:00:02 29 Connect phpesp@localhost on 29 Init DB phpesp 30 Connect phpesp@localhost on 30 Init DB phpesp Browsing to http://myserver/phpESP/admin/test.php also works fine -- details below. I also append some error messages I get when starting mysql. I had this working in February and March. What could be the problem? Cheers, David PHP Information Version: 4.3.4 OS: Linux SAPI: apache register_globals: Yes magic_quotes_gpc: Yes magic_quotes_runtime: No safe_mode: No open_basedir: PHP Extensions dBase: No GD: No GNU Gettext: Yes LDAP: No MySQL: Yes PHP Extension Dir (compiled): /usr/lib/php4/20020429 PHP Extension Dir (run time): /usr/lib/php4/20020429 phpESP Settings Expected ESP_BASE: /var/www/phpESP/ Expected base_url: http://myserver/phpESP/ Loading phpESP.ini.php ... ESP_BASE: /var/www/phpESP/ base_url: http://myserver/phpESP/ Version: 1.6.1 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, fr_FR, it_IT, ja_JP, nl_NL, pt_BR, pt_PT, sv_SE (da, de, el, en, es, fr, it, ja, nl, pt, sv) GNU Gettext test: %%%% Gettext Test Failed Catalog Open Test: Yes PHP Session Test session.save_path: /tmp Counter: 1 When I restart mysql, /var/log/syslog shows this -- I can't tell if there's a real problem or not: 040503 18:32:37 Error at /etc/init.d/mysql\n/usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists! 040503 18:32:37 Error at /etc/init.d/mysql\n/usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)' Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists! 040503 18:32:37 mysqld started Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line /usr/sbin/mysqld: ready for connections. Version: '4.0.17-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 |
dude, I wish I knew what you wrote |
From: Matthew G. <gr...@mu...> - 2004-05-02 21:40:34
|
You want a page that would list all the auto-publish links, http://yoursite/phpESP/public/survey.php?name=surveyname for: 1. All active surveys? 2. All active surveys for the logged in designer? Both are doable with a little work, but 1. would expose surveys that some designers don't want public and 2. would require a designer account to be used. I've considered, on the "status" management page, changing the name column fields to a URL that points to its auto-publish'ed location when the status of the survey is active. Would that help you at all? On Sun, 2004-05-02 at 17:26, JRh...@ao... wrote: > Here's my question -- there is going to be one person creating surveys > for high school kids to enter results for, or to encourage others to > fill out... but the thing is...no one is very computer literate and > would know what to do with the links after clicking FINISH. > > Is there a way after "ACTIVATING" the survey, to have a .php page > which displays "ACTIVE" surveys that people can 'PICK" which ones to > take? > > For example, I have a desinger account, they can make > surveys...whenever they are made and it is activated...it > automatically is listed on this .php page.. > > > this way, I won't have to keep changing the link for "Enter Survey > Results" instead it just goes to a page showing most recent or all > active surveys, and they pick the appropraite one. > > > Is this possible???? -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: <JRh...@ao...> - 2004-05-02 21:26:44
|
Here's my question -- there is going to be one person creating surveys for high school kids to enter results for, or to encourage others to fill out... but the thing is...no one is very computer literate and would know what to do with the links after clicking FINISH. Is there a way after "ACTIVATING" the survey, to have a .php page which displays "ACTIVE" surveys that people can 'PICK" which ones to take? For example, I have a desinger account, they can make surveys...whenever they are made and it is activated...it automatically is listed on this .php page.. this way, I won't have to keep changing the link for "Enter Survey Results" instead it just goes to a page showing most recent or all active surveys, and they pick the appropraite one. Is this possible???? |
From: Matthew G. <gr...@mu...> - 2004-05-01 19:15:20
|
None that I know of. Anyone with a basic knowledge of CSS could probably create one for you. On Sat, 2004-05-01 at 14:10, JRh...@ao... wrote: > Hello everyone -- do any of you have a 'Patriotic' theme I could use? > Or do any of you know where I could find more themes? > > Thanks! > > Justin -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: <JRh...@ao...> - 2004-05-01 18:10:40
|
Hello everyone -- do any of you have a 'Patriotic' theme I could use? Or do any of you know where I could find more themes? Thanks! Justin |
From: Bill F. <bil...@cr...> - 2004-04-29 17:24:38
|
I did that initially and found that a status of 1 corresponded to an active survey, but when someone else created a survey and activated it, it had a status of 9. I'm wondering if the type of designer (superuser, etc.) has something to do with it. -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Matthew Gregg Sent: Thursday, April 29, 2004 12:14 PM To: php...@li... Subject: RE: [phpesp-general] Retrieving list of surveys dynamically Off the top of my head, I don't know how the status states relate. All you should have to do is create a survey, then query it's state as you change it from, editing->testing->active->archive. On Thu, 2004-04-29 at 13:07, Bill Farber wrote: > Brian, thanks for your input, but that add-on is a little overkill for > what I need. I have already written a short script to pull the surveys > based on the value of the status column in the survey table. I just > need to know what the possible status values are and what they mean. > > Thanks, > > Bill > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of Brian > Wood > Sent: Wednesday, April 28, 2004 6:02 PM > To: Bill Farber; php...@li... > Subject: Re: [phpesp-general] Retrieving list of surveys dynamically > > > Bill, > > Check out this addon by Chad Bearden: > > http://www.beardendesigns.com/phpESP/index.php > > Brian Wood > Programmer/Analyst > UC Berkeley Human Resources > > At 03:04 PM 4/28/2004, Bill Farber wrote: > >I would like to retrieve a list of active surveys from the database > >to displayed on my web site, so when a new survey is activated it is > >automatically added to my site. I'm assuming I would need to perform > >a > > >query on the survey table to find all the surveys with a specific > >value > > >in the status column, but I don't know what the status values > >correspond to. Can anyone help me out? > > > >Thanks in advance for your help. > > > >-Bill > > > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: Oracle 10g > >Get certified on the hottest thing ever to hit the market... Oracle > >10g. Take an Oracle 10g class now, and we'll give you the exam FREE. > >http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > >_______________________________________________ > >phpESP-general mailing list php...@li... > >https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle > 10g. > > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > phpESP-general mailing list php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle > 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Matthew G. <gr...@mu...> - 2004-04-29 17:15:13
|
Off the top of my head, I don't know how the status states relate. All you should have to do is create a survey, then query it's state as you change it from, editing->testing->active->archive. On Thu, 2004-04-29 at 13:07, Bill Farber wrote: > Brian, thanks for your input, but that add-on is a little overkill for > what I need. I have already written a short script to pull the surveys > based on the value of the status column in the survey table. I just > need to know what the possible status values are and what they mean. > > Thanks, > > Bill > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of Brian > Wood > Sent: Wednesday, April 28, 2004 6:02 PM > To: Bill Farber; php...@li... > Subject: Re: [phpesp-general] Retrieving list of surveys dynamically > > > Bill, > > Check out this addon by Chad Bearden: > > http://www.beardendesigns.com/phpESP/index.php > > Brian Wood > Programmer/Analyst > UC Berkeley Human Resources > > At 03:04 PM 4/28/2004, Bill Farber wrote: > >I would like to retrieve a list of active surveys from the database to > >displayed on my web site, so when a new survey is activated it is > >automatically added to my site. I'm assuming I would need to perform a > > >query on the survey table to find all the surveys with a specific value > > >in the status column, but I don't know what the status values > >correspond to. Can anyone help me out? > > > >Thanks in advance for your help. > > > >-Bill > > > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: Oracle 10g > >Get certified on the hottest thing ever to hit the market... Oracle > >10g. Take an Oracle 10g class now, and we'll give you the exam FREE. > >http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > >_______________________________________________ > >phpESP-general mailing list php...@li... > >https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > phpESP-general mailing list php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Bill F. <bil...@cr...> - 2004-04-29 17:07:22
|
Brian, thanks for your input, but that add-on is a little overkill for what I need. I have already written a short script to pull the surveys based on the value of the status column in the survey table. I just need to know what the possible status values are and what they mean. Thanks, Bill -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Brian Wood Sent: Wednesday, April 28, 2004 6:02 PM To: Bill Farber; php...@li... Subject: Re: [phpesp-general] Retrieving list of surveys dynamically Bill, Check out this addon by Chad Bearden: http://www.beardendesigns.com/phpESP/index.php Brian Wood Programmer/Analyst UC Berkeley Human Resources At 03:04 PM 4/28/2004, Bill Farber wrote: >I would like to retrieve a list of active surveys from the database to >displayed on my web site, so when a new survey is activated it is >automatically added to my site. I'm assuming I would need to perform a >query on the survey table to find all the surveys with a specific value >in the status column, but I don't know what the status values >correspond to. Can anyone help me out? > >Thanks in advance for your help. > >-Bill > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: Oracle 10g >Get certified on the hottest thing ever to hit the market... Oracle >10g. Take an Oracle 10g class now, and we'll give you the exam FREE. >http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >_______________________________________________ >phpESP-general mailing list php...@li... >https://lists.sourceforge.net/lists/listinfo/phpesp-general ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Matthew G. <gr...@mu...> - 2004-04-29 17:06:32
|
Every shared hosting environment is going to be at least a little different, so some configuration tweaking will be likely no matter what client you choose. On Thu, 2004-04-29 at 12:35, Thomas Hebert wrote: > Hi, > > A year or so ago I installed phpESP on a client's website (a standard > shared PHP/Mysql hoster, NOT a standalone in-house server ). As I recall > I had to change a ton of paths, etc, to get it working - is it (the > latest phpESP code) still this way? If it is, is there an FAQ out there > somewhere that details the latest procedure? > > Barring that, does anyone know if there's another PHP web survey tool > out there that supports shared hosting arrangements by default? > > Thanks much, > > T Hebert > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Thomas H. <th...@co...> - 2004-04-29 16:37:00
|
Hi, A year or so ago I installed phpESP on a client's website (a standard shared PHP/Mysql hoster, NOT a standalone in-house server ). As I recall I had to change a ton of paths, etc, to get it working - is it (the latest phpESP code) still this way? If it is, is there an FAQ out there somewhere that details the latest procedure? Barring that, does anyone know if there's another PHP web survey tool out there that supports shared hosting arrangements by default? Thanks much, T Hebert |
From: James E. F. <jf...@uv...> - 2004-04-29 11:06:06
|
Look in the list archives for subject "phpESP making survey results public" on April 14th. ro...@pa... wrote: > Is there a way for a respondent to view the results of the survey? In > other words, is there a target to direct the average web user to see the > results after he/she completes a survey? > > > > Thanks, > |
From: <ro...@pa...> - 2004-04-29 08:20:26
|
Is there a way for a respondent to view the results of the survey? In other words, is there a target to direct the average web user to see the results after he/she completes a survey? Thanks, |
From: James E. F. <jf...@uv...> - 2004-04-29 03:54:29
|
Hmm, I thought the message was in red, I guess it depends on the CSS file (style) you're using. You can change the content (add numbers) of the error message in the response_check_required() method in the espresponse.inc library file. You can change the presentation (red/bold) of the message in the CSS file you are using via the 'message' class (or just switch stylesheets). Perhaps you should enter a "feature request" on the sourceforge tracker for phpESP, suggesting that the 'message' class in the default stylesheet use a more prominent style. (M. Gregg, want to tweak default.css?) -James John Greek wrote: > James, > > First, thank you for creating such helpful and easy to understand > software. Much appreciated! It is inspiring work. I also appreciate > that you, the creator, personally answer > > About the required fields: I see the following msg-- "You are missing > the following required questions: " -- followed by a list of the > questions that have been missed. Great. But the message is not bold or > red, so my eyes pass over that message since it blurs in with the > introductory message. Is there a way I can modify the software to use > bold/red or both and, if possible, to use question numbers as opposed to > letters. > > E.G. You are missing the following required questions: #1, 3, 6, and 8. > > The last part is not necessary, but the bold/red would be. > > Thanks Greatly! John > > > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of James > E. Flemer > Sent: Wednesday, April 28, 2004 6:49 PM > To: php...@li... > Subject: Re: [phpesp-general] Survey: Domain Recording, Required Fields > > > John Greek wrote: > >>Greetings: >> >>I have two questions, I appreciate your answers to one or both: >> >>- Domain Recording. Is there a way to record IP addresses/domains as >>a field on each survey response? I am not having survey users login >>at this time, but want the ability to record the locations from which >>survey responses are coming in. > > > Already on by default, though the information is not reported on any of > the existing report/results pages. For non-authenticated surveys, the > IP address is recorded in the 'username' field of the 'response' table. > > >>- Required Fields. I have made a user's response required on a >>specific questions on my recent survey. If the user does not enter >>that information, the form is reposted. I would like a message to >>appear, in red, that states to fill in all required fields, perhaps >>even large red marks next to the overlooked questions. > > > This is the normal behavior, you should see a message in red at the top > of the survey. You are seeing something different? > > -James |
From: James E. F. <jf...@uv...> - 2004-04-28 23:49:26
|
John Greek wrote: > Greetings: > > I have two questions, I appreciate your answers to one or both: > > - Domain Recording. Is there a way to record IP addresses/domains as a > field on each survey response? I am not having survey users login at > this time, but want the ability to record the locations from which > survey responses are coming in. Already on by default, though the information is not reported on any of the existing report/results pages. For non-authenticated surveys, the IP address is recorded in the 'username' field of the 'response' table. > - Required Fields. I have made a user's response required on a specific > questions on my recent survey. If the user does not enter that > information, the form is reposted. I would like a message to appear, in > red, that states to fill in all required fields, perhaps even large red > marks next to the overlooked questions. This is the normal behavior, you should see a message in red at the top of the survey. You are seeing something different? -James |
From: John G. <joh...@sb...> - 2004-04-28 23:34:37
|
Greetings: I have two questions, I appreciate your answers to one or both: - Domain Recording. Is there a way to record IP addresses/domains as a field on each survey response? I am not having survey users login at this time, but want the ability to record the locations from which survey responses are coming in. - Required Fields. I have made a user's response required on a specific questions on my recent survey. If the user does not enter that information, the form is reposted. I would like a message to appear, in red, that states to fill in all required fields, perhaps even large red marks next to the overlooked questions. Please send instructions; I searched through the archives, but could not locate information about the above issues. Thanks, John |
From: Brian W. <br...@uc...> - 2004-04-28 23:07:32
|
Ron, This is a common problem and a question frequently asked on this list. For clues go here: http://phpesp.sourceforge.net/ and search the archives of both mailing lists for key words. It's something in your setup. Brian At 02:39 PM 4/28/2004, Ron Secord wrote: >Hi phpesp-general, > >Set up phpesp (1.6.1) on my server. When I try to log in I get a box >that asks for a username and password. I type in the default >(root/esp) and it won't let me in. If I click cancel, I get a 401 >Unauthorized - [ Incorrect User ID or Password, or your account has >been disabled/expired. ] Any suggestions? TIA > >-- >Regards > Ron > > > >------------------------------------------------------- >This SF.Net email is sponsored by: Oracle 10g >Get certified on the hottest thing ever to hit the market... Oracle 10g. >Take an Oracle 10g class now, and we'll give you the exam FREE. >http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >_______________________________________________ >phpESP-general mailing list >php...@li... >https://lists.sourceforge.net/lists/listinfo/phpesp-general Brian Wood Programmer/Analyst UC Berkeley Human Resources |
From: Matthew G. <gr...@mu...> - 2004-04-28 23:06:26
|
You're host probably is running php in CGI mode. Check the mailing list archives for this, if Sourceforge happens to have the archives up. It has been answered before. On Wed, 2004-04-28 at 17:39, Ron Secord wrote: > Hi phpesp-general, > > Set up phpesp (1.6.1) on my server. When I try to log in I get a box > that asks for a username and password. I type in the default > (root/esp) and it won't let me in. If I click cancel, I get a 401 > Unauthorized - [ Incorrect User ID or Password, or your account has > been disabled/expired. ] Any suggestions? TIA > > -- > Regards > Ron > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Brian W. <br...@uc...> - 2004-04-28 23:03:45
|
Bill, Check out this addon by Chad Bearden: http://www.beardendesigns.com/phpESP/index.php Brian Wood Programmer/Analyst UC Berkeley Human Resources At 03:04 PM 4/28/2004, Bill Farber wrote: >I would like to retrieve a list of active surveys from the database to >displayed on my web site, so when a new survey is activated it is >automatically added to my site. I'm assuming I would need to perform a >query on the survey table to find all the surveys with a specific value >in the status column, but I don't know what the status values correspond >to. Can anyone help me out? > >Thanks in advance for your help. > >-Bill > > > > >------------------------------------------------------- >This SF.Net email is sponsored by: Oracle 10g >Get certified on the hottest thing ever to hit the market... Oracle 10g. >Take an Oracle 10g class now, and we'll give you the exam FREE. >http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >_______________________________________________ >phpESP-general mailing list >php...@li... >https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Bill F. <bil...@cr...> - 2004-04-28 22:05:12
|
I would like to retrieve a list of active surveys from the database to displayed on my web site, so when a new survey is activated it is automatically added to my site. I'm assuming I would need to perform a query on the survey table to find all the surveys with a specific value in the status column, but I don't know what the status values correspond to. Can anyone help me out? Thanks in advance for your help. -Bill |
From: Ron S. <cor...@ad...> - 2004-04-28 21:40:03
|
Hi phpesp-general, Set up phpesp (1.6.1) on my server. When I try to log in I get a box that asks for a username and password. I type in the default (root/esp) and it won't let me in. If I click cancel, I get a 401 Unauthorized - [ Incorrect User ID or Password, or your account has been disabled/expired. ] Any suggestions? TIA -- Regards Ron |
From: Christopher K. <ck...@im...> - 2004-04-28 14:03:27
|
Thanks James. My way around this was to modify the access info for the survey and allow the respondent group that I created a max responses of 800 -- which I figured would give me some slack for the 600 people who would be responding. It is working pretty well. Our problem was that the target group for this survey has a not insignificant amount of churn, and we do not have a support staff for technical issues, so we figured that it would be better to deal with a single login for everyone. Any identifying information that we would need could then be solicited in the survey itself. It is good to know about the forward/backward behavior though. The main problem reported has been that they hit their browser back button to review answers and everything disappears. I will just have to remember to tell them not to hit back in the instructions next time. Cheers, --chris At 04:45 PM 4/27/2004, James E. Flemer wrote: >I'm not exactly sure if I follow, but if you intend for all 600 people to >login as "person", I don't think phpESP will do what you expect. You will >end up with 1 result (the last one entered). What are you trying to >achieve? I think the best solution (guessing your needs) would be to make >a public survey, but restrict access via Apache (htaccess). > >As far as back/forward, each user has one response in an authenticated >survey, and back/forward will load results from that one response. So >yes, using back/forward with the scenario you describe will allow one >person to see another's responses (and overwrite them). > >In short, do not give multiple people the same username/password! >-James > >Christopher Kolar wrote: >>Hello everyone. I was wondering if someone could let me know a bit more >>about how the back/forward feature works in relation to user accounts and >>groups. Specifically, I have a survey that is private and a groups of >>people who I want to have fill it out. I set up a respondent account >>named "person" and added it to group "group" (those are made up of >>course). I went to the access page and said that the survey is private >>and that I will accept 600 responses from group "group." >>I was wondering if the enabling of the back button would be a problem >>given that the login is being shared by a large number of respondents. >>If the back functionality stored locally, so that multiple people would >>all see their own data, or is it stored centrally in the db with the >>associated login, so someone hitting back might see another person's >>responses? Unfortunately with the population we work with we cannot set >>up individual login accounts, but I am hopeful that we will be able to >>activate the back button for this group in the future. >>Thanks in advance, >>--chris |
From: James E. F. <jf...@uv...> - 2004-04-27 21:45:32
|
Chris, I'm not exactly sure if I follow, but if you intend for all 600 people to login as "person", I don't think phpESP will do what you expect. You will end up with 1 result (the last one entered). What are you trying to achieve? I think the best solution (guessing your needs) would be to make a public survey, but restrict access via Apache (htaccess). As far as back/forward, each user has one response in an authenticated survey, and back/forward will load results from that one response. So yes, using back/forward with the scenario you describe will allow one person to see another's responses (and overwrite them). In short, do not give multiple people the same username/password! -James Christopher Kolar wrote: > Hello everyone. I was wondering if someone could let me know a bit more > about how the back/forward feature works in relation to user accounts > and groups. Specifically, I have a survey that is private and a groups > of people who I want to have fill it out. I set up a respondent account > named "person" and added it to group "group" (those are made up of > course). I went to the access page and said that the survey is private > and that I will accept 600 responses from group "group." > > I was wondering if the enabling of the back button would be a problem > given that the login is being shared by a large number of respondents. > If the back functionality stored locally, so that multiple people would > all see their own data, or is it stored centrally in the db with the > associated login, so someone hitting back might see another person's > responses? Unfortunately with the population we work with we cannot set > up individual login accounts, but I am hopeful that we will be able to > activate the back button for this group in the future. > > Thanks in advance, > > --chris |
From: Roman Y. <Ro...@ss...> - 2004-04-27 17:04:57
|
Justin: Try to find me on aol instant messenger, screename thelilywhite. I will walk you through it there. Roman -----Original Message----- From: php...@li... on behalf of = JRh...@ao... Sent: Tue 27.04.2004 19:46 To: php...@li... Cc:=09 Subject: [phpesp-general] phpESP does anyone want to, or can anyone, help me INSTALL this? It is=20 WAY...WAY...WAY over my head. thanks, Justin TeenYMCAVote.org |
From: <JRh...@ao...> - 2004-04-27 16:47:06
|
does anyone want to, or can anyone, help me INSTALL this? It is WAY...WAY...WAY over my head. thanks, Justin TeenYMCAVote.org |