You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(103) |
Apr
(37) |
May
(45) |
Jun
(49) |
Jul
(55) |
Aug
(11) |
Sep
(47) |
Oct
(55) |
Nov
(47) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(43) |
Feb
(85) |
Mar
(121) |
Apr
(37) |
May
(33) |
Jun
(33) |
Jul
(14) |
Aug
(34) |
Sep
(58) |
Oct
(68) |
Nov
(31) |
Dec
(9) |
2004 |
Jan
(13) |
Feb
(57) |
Mar
(37) |
Apr
(26) |
May
(57) |
Jun
(14) |
Jul
(8) |
Aug
(12) |
Sep
(32) |
Oct
(10) |
Nov
(7) |
Dec
(12) |
2005 |
Jan
(8) |
Feb
(25) |
Mar
(50) |
Apr
(20) |
May
(32) |
Jun
(20) |
Jul
(83) |
Aug
(25) |
Sep
(17) |
Oct
(14) |
Nov
(32) |
Dec
(27) |
2006 |
Jan
(24) |
Feb
(15) |
Mar
(46) |
Apr
(5) |
May
(6) |
Jun
(9) |
Jul
(12) |
Aug
(5) |
Sep
(7) |
Oct
(7) |
Nov
(4) |
Dec
(5) |
2007 |
Jan
(4) |
Feb
(1) |
Mar
(7) |
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(22) |
Dec
(19) |
2008 |
Jan
(94) |
Feb
(19) |
Mar
(32) |
Apr
(46) |
May
(20) |
Jun
(10) |
Jul
(11) |
Aug
(20) |
Sep
(16) |
Oct
(12) |
Nov
(13) |
Dec
|
2009 |
Jan
|
Feb
(9) |
Mar
(37) |
Apr
(65) |
May
(15) |
Jun
|
Jul
(24) |
Aug
(1) |
Sep
(8) |
Oct
(4) |
Nov
(21) |
Dec
(5) |
2010 |
Jan
(35) |
Feb
(6) |
Mar
(8) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: James E. F. <jf...@ac...> - 2002-05-21 17:10:49
|
Looks good, commit it. :-) Mention the Bug # in your commit message, for how I log bug fixes, see: http://phpesp.sf.net/cvs/admin/include/lib/espresponse.inc Also, I believe you have perm's to modify bug reports on the sf site, so you can close it too ... there is a "canned" response for "fixed in CVS". -James On Mon, 20 May 2002, Matthew Gregg wrote: > I think this fixes bug#: 557329. > > Change line 354 in espresponse.inc > - if (isset($values[$qid])) > + if (is_array($values[$qid])) > > Comments? > > |
From: Matthew G. <gr...@mu...> - 2002-05-20 18:05:44
|
I think this fixes bug#: 557329. Change line 354 in espresponse.inc - if (isset($values[$qid])) + if (is_array($values[$qid])) Comments? -- brought to you by, Matthew Gregg... one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |
From: <no...@so...> - 2002-05-17 18:37:56
|
Bugs item #557329, was opened at 2002-05-17 11:33 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=557329&group_id=8956 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christopher Kolar (ckolar) Assigned to: Nobody/Anonymous (nobody) Summary: error msg creating csv in 1.4 Initial Comment: Hello. I upgraded from 1.3.x to 1.4 this morning. When I clicked on the download CVS link I received the following error messages at the top of the file. Note, the actual data then appeared below the error messages, I am not posting it here though. --ck Warning: First argument to array_push() needs to be an array in /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line 355 Warning: First argument to array_push() needs to be an array in /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line 355 Warning: Cannot add header information - headers already sent by (output started at /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc:355) in /usr/local/lib/php/contrib/phpESP/admin/include/where/download.inc on line 66 Warning: Cannot add header information - headers already sent by (output started at /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc:355) in /usr/local/lib/php/contrib/phpESP/admin/include/where/download.inc on line 67 Warning: Cannot add header information - headers already sent by (output started at /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc:355) in /usr/local/lib/php/contrib/phpESP/admin/include/where/download.inc on line 68 Warning: First argument to array_push() needs to be an array in /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line 355 Warning: First argument to array_push() needs to be an array in /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line 355 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2002-05-17 13:37 Message: Logged In: YES user_id=14116 Well $values[$qid] on line 355 in espresponse.inc isn't an array, so array_push will fail on that. I wonder also if that ereg_replace is right. Should that be "^!other" ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=557329&group_id=8956 |
From: <no...@so...> - 2002-05-17 17:27:19
|
Bugs item #556963, was opened at 2002-05-16 21:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=556963&group_id=8956 Category: Admin Group: v1.4 Status: Open Resolution: None Priority: 5 Submitted By: Douglas Hobaugh (doug868) Assigned to: Nobody/Anonymous (nobody) Summary: Can't test multi page surveys Initial Comment: on the demo site the action part of the form tag is action="/demo/index.php?where=test&sid=3429" mine is action="/phpesp/index.php" missing the query string? Might I have something setup wrong? the file /phpesp/index.php is a symbolic link to manage.php OS: SuSe linux Web server: Zeus 4.01r1 Doug ---------------------------------------------------------------------- >Comment By: Douglas Hobaugh (doug868) Date: 2002-05-17 17:27 Message: Logged In: YES user_id=545343 phpESP: 1.4 released on the 15th or 16th PHP: 4.1.2 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2002-05-17 17:22 Message: Logged In: YES user_id=14116 What version of phpESP is this? ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=556963&group_id=8956 |
From: <no...@so...> - 2002-05-17 17:22:04
|
Bugs item #556963, was opened at 2002-05-16 16:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=556963&group_id=8956 Category: Admin Group: v1.4 Status: Open Resolution: None Priority: 5 Submitted By: Douglas Hobaugh (doug868) Assigned to: Nobody/Anonymous (nobody) Summary: Can't test multi page surveys Initial Comment: on the demo site the action part of the form tag is action="/demo/index.php?where=test&sid=3429" mine is action="/phpesp/index.php" missing the query string? Might I have something setup wrong? the file /phpesp/index.php is a symbolic link to manage.php OS: SuSe linux Web server: Zeus 4.01r1 Doug ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2002-05-17 12:22 Message: Logged In: YES user_id=14116 What version of phpESP is this? ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=556963&group_id=8956 |
From: <no...@so...> - 2002-05-17 16:33:12
|
Bugs item #557329, was opened at 2002-05-17 11:33 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=557329&group_id=8956 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Christopher Kolar (ckolar) Assigned to: Nobody/Anonymous (nobody) Summary: error msg creating csv in 1.4 Initial Comment: Hello. I upgraded from 1.3.x to 1.4 this morning. When I clicked on the download CVS link I received the following error messages at the top of the file. Note, the actual data then appeared below the error messages, I am not posting it here though. --ck Warning: First argument to array_push() needs to be an array in /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line 355 Warning: First argument to array_push() needs to be an array in /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line 355 Warning: Cannot add header information - headers already sent by (output started at /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc:355) in /usr/local/lib/php/contrib/phpESP/admin/include/where/download.inc on line 66 Warning: Cannot add header information - headers already sent by (output started at /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc:355) in /usr/local/lib/php/contrib/phpESP/admin/include/where/download.inc on line 67 Warning: Cannot add header information - headers already sent by (output started at /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc:355) in /usr/local/lib/php/contrib/phpESP/admin/include/where/download.inc on line 68 Warning: First argument to array_push() needs to be an array in /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line 355 Warning: First argument to array_push() needs to be an array in /usr/local/lib/php/contrib/phpESP/admin/include/lib/espresponse.inc on line 355 ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=557329&group_id=8956 |
From: <no...@so...> - 2002-05-16 21:06:56
|
Bugs item #556963, was opened at 2002-05-16 21:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=556963&group_id=8956 Category: Admin Group: v1.4 Status: Open Resolution: None Priority: 5 Submitted By: Douglas Hobaugh (doug868) Assigned to: Nobody/Anonymous (nobody) Summary: Can't test multi page surveys Initial Comment: on the demo site the action part of the form tag is action="/demo/index.php?where=test&sid=3429" mine is action="/phpesp/index.php" missing the query string? Might I have something setup wrong? the file /phpesp/index.php is a symbolic link to manage.php OS: SuSe linux Web server: Zeus 4.01r1 Doug ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=556963&group_id=8956 |
From: James E. F. <jf...@ac...> - 2002-05-16 19:35:40
|
This is the final release of v1.4. NOTE: The database layout of this release is NOT compatible releases before 1.3-RC1. One small database change is required if you are upgrading from v1.3 (see the README). Download: http://prdownloads.sourceforge.net/phpesp/phpESP-1.4.tar.gz If you are using version 1.3, you can just replace the existing files with these (and edit paths/config if necessary). If you are using a version previous to v1.3 RC1, I suggest installing this in a separate location, with a new database. Please see the SourceForge site for more information. http://phpesp.sf.net/ -James |
From: <no...@so...> - 2002-05-16 18:50:18
|
Feature Requests item #556910, was opened at 2002-05-16 13:50 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=358956&aid=556910&group_id=8956 Category: data analysis Group: None Status: Open Priority: 5 Submitted By: Christopher Kolar (ckolar) Assigned to: Nobody/Anonymous (nobody) Summary: missing values/radio buttons Initial Comment: Hi. I am running phpESP 1.3.x and have a question/comment on how it handles missing values. I collect a lot of Likert data using radio buttons and was wondering why the scales are calibrated starting at 0 in the code? When I look at the CSV it means that I have to shift everything, which is not that big a deal. The problem is that when a person skips an answer it looks like it is inserting a 0 in the field to indicate a missig value. This leads to obvious problems when it comes to analysis. I'm sorry if I missed something obvious in the docs. I think that this is a great project and just want to suggest and edge that could be smoothed. Cheers, --chris ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=358956&aid=556910&group_id=8956 |
From: <no...@so...> - 2002-05-16 17:20:41
|
Bugs item #509005, was opened at 2002-01-26 18:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=509005&group_id=8956 Category: SQL Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Sara Russell (xyzsmart) Assigned to: James Flemer (jimmerman) Summary: CSV will not return value of !other Initial Comment: Bug in CVS If a question type [radio/check boxes] includes an 'other' choice with a text field for input the CVS will return the value of '!other=' but no value is returned for the text field input from the table response_other... response. espresponse.inc,v 1.7 response_bool response_single* response_multiple* response_rank -- FIXED a/o espresponse.inc,v 1.7 response_text response_other -- NOT used response_date As far as I can tell 'response_other' is not used to return any value in the CVS output. * response_single/multiple don't include a value for 'response' from the table response_other. ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-05-16 12:20 Message: Logged In: YES user_id=39444 Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=509005&group_id=8956 |
From: <no...@so...> - 2002-05-16 15:55:03
|
Bugs item #554601, was opened at 2002-05-10 12:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=554601&group_id=8956 Category: User Group: v1.3 >Status: Closed Resolution: None Priority: 5 Submitted By: James Flemer (jimmerman) Assigned to: James Flemer (jimmerman) Summary: numeric fields and required Initial Comment: If I have a question asking for a numeric answer and the answer is 0 (zero) the question is treated as an unanswered question in a required field. How can I require the question, but still have a valid answer as 0. (sligar at attbi.com) ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-05-16 10:55 Message: Logged In: YES user_id=39444 Fixed in CVS. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=108956&aid=554601&group_id=8956 |
From: James E. F. <jf...@ac...> - 2002-05-13 13:21:09
|
No DOS line feed unless your email client added them. I think it is an issue with the 'sh' on OS X. Can you look in the man page for 'sh' and tell me what the syntax for the builtin command "read" is? (Are OS X man pages online anywhere?) I think I might end up switching to perl for the install script -- I wanted to avoid it, but I think that it is more likely that everyone will have perl, than everyone having compatible utils (sed, grep, sh, cut). Thanks for the quick reply. :-) -James On Mon, 13 May 2002, Roman Jasin wrote: > First, it looks like you had DOS returns there, which stopped the script > from running on OS X (BSD Darwin). It raised a question tho. What about > Windows users? > See attachment for detailed output. > > James, keep up the good work. > > -Roman > |
From: Roman J. <cit...@ma...> - 2002-05-13 06:48:51
|
First, it looks like you had DOS returns there, which stopped the script from running on OS X (BSD Darwin). It raised a question tho. What about Windows users? See attachment for detailed output. James, keep up the good work. -Roman |
From: James E. F. <jf...@ac...> - 2002-05-13 06:11:54
|
Hey All ... I just wrote a quick start on an install script, it doesn't do anything yet, just collect info. I want to test it on as many systems as possible and see how well it guesses install paths and such. (Also to make sure it works on systems other than mine). You can run it from anywhere, it doesn't have to be in a phpESP directory. Take a look, test, fix, patch, complain. :-) -James |
From: James E. F. <jf...@ac...> - 2002-05-11 04:56:56
|
Hey Guys ... I was thinking today about ballot stuffing. As is right now, phpesp does nothing to prevent this (except in private surveys). I want a way to at least provide some level of protection against stuffing attempts. At the least you should not be able to hit reload on the "Thanks" page and have it be counted again. Here is what I was thinking: (and this might have the bonus of being able to go back and forth on a multipage survey) . When someone loads the first section (or only section in a survey w/o pages) a random key is generated. Call this key K, which should be 32-bits. . Store this key in a column of the 'response' table, along with the next response id (autoincrement). . Put the key C, and response id RID on the survey page in hidden form fields. . On a submission, we check the following things, only if all tests pass do we store the response: 1) Lookup the key K for the RID submitted. Check against submitted key. 2) The current time is less than 24 hours different than the time the RID was stored in the response table. 3) The response RID is not already marked completed. 4) IP/userid is same as when RID was created. (?) Pluses: . Hitting reload won't do anything. . You can't just make up RIDs and submit. Minuses: . You could still have a script stuff the ballot, but it would have to parse the page so it'd be marginally harder to write and slower. . More data (4 bytes per response) to store in database == more disk usage Big Minus: Far more RIDs could be wasted since one is generated at the *first* page, rather than the second. With a unsigned int there are 4 million RIDs ... this would only be a problem on high volume sites. ==== There is no way to prevent stuffing, a script that parses the page will always work, unless you block by IP address, which is a bad thing to do, and I won't do it. This method above will force anyone trying to ballot stuff to write a script that reads the page first ... we track submit times and possibly IP addresses, so it should be easy to see a pattern from a script. Thoughts/Comments? Want to code it? -James |
From: James E. F. <jf...@ac...> - 2002-05-10 17:05:31
|
On Thu, 9 May 2002 fl...@gm... wrote: > i had problems like that but happend on netscap 4.9. > MAC /phpESP 1.3 i just deleted the user and placed the > same username und password as new entry...... WORKS! as > well swiching beetween user and admin account always > bit buggy! i need to close the browser, and with that i > can imaging that there a mistaks when using https... > > i did not check if the password has changed in any > reason... seems to bee there is no chance to decode > that so nexttime i will check the results/entrys..in > the DB > > mayby changing the password authentification for > users... this one is really secure.. but i wanted to do > an USER-LOST-PASSWORD feature.... grrr but just an > resetting and rewriting the resetted PW is possible , > well You could make a new authentication handler. Copy the default one and modify it so that it stored passwords in plaintext, or using reversable encryption. That way you could recover passwords. A better solution might be to have a page that a user could enter their username and email address, and if that user existed create a random password for them, and email it to them. That way, you still have encrypted passwords in the DB, but a user can reset it without admin intervention. -James |
From: Kon A. <an...@cp...> - 2002-05-09 03:10:30
|
James, I was also having the same problems. Your patch did the trick. Kon On Thu, 9 May 2002 02:43, James E. Flemer wrote: > Really? I don't have *that* problem, but I cannot test them > at all. :-) I just commited a patch to fix the problem I > had, which was that it would try to reauthenticate to do > the test. Now that it doesn't do that, your problem will > probably be fixed. Give it a shot and let me know. > > -James > > On Wed, 8 May 2002, Matthew Gregg wrote: > > Testing surveys marked private causes the infamous "Cannot add header > > info." warning message. > > > > This is with current CVS, may be in release also. > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: ban...@so... > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: Kon A. <an...@cp...> - 2002-05-09 03:09:03
|
Thanks James, I did forget to change things from the access page........ Kon On Thu, 9 May 2002 12:31, James E. Flemer wrote: > On Thu, 9 May 2002, Kon Angelopoulos wrote: > > Guys, > > > > I need some clariffication on the following: > > please correct me if I'm wrong but if I create a survey that belongs to > > group123 and then make it private I then need to create a respondent > > account for any user that I want to access this survey. The respondent > > account is created with the respondent belonging to the group123 group. > > This user would then open his browser go to the appropriate URL and will > > be prompted to authenticate. > > The problem I'm having is that the password that the user enters into > > the authentication prompt keeps failing. Any ideas? Does the fact that > > phpESP is running on a https box at work be causing problems? > > That's not exactly how it works. Designers and Respondents > are completely separate entities... So what you want to do > is make the survey private, then click on the survey name > in the "Access" page. This will bring up a page that will > let you choose which groups can fill out the survey, and > how many times they are allowed, then make sure the > Respondent is part of the group. > > > This leads me to another question: > > When I try to download the results of a survey using XP pro I'm getting > > the following message: "Internet Explorer was not able to open this > > Internet site. The requested site is either unavailable or cannot be > > found. Please try again later." but if I immediately change over to my > > linux box I can download the results with mozilla. At home where I also > > host a copy of phpESP I have no problems at all. Originally I thought > > that it may have been an https issue but now I'm not sure ! > > Any ideas??? > > I have no clue on this one. I don't run windows at all so I > cannot really test it. From searching on google it seems to > be a browser problem -- I didn't find any immediate > solutions. > > http://www.google.com/search?q=+site%3Asupport.microsoft.com+%22the+downloa >ded+file+is+not+available%22 > > > Finally, is authhand-prefix.php and authhand-suffix.php still being > > used? As I can't find them in the phpESP-1.4beta3 package nore in the > > developer or public CVS? > > It has all been combined into "handler.php" and > "handler-prefix.php". See the comments inside > handler-prefix on how to use it. > > -James |
From: James E. F. <jf...@ac...> - 2002-05-09 02:31:52
|
On Thu, 9 May 2002, Kon Angelopoulos wrote: > Guys, > > I need some clariffication on the following: > please correct me if I'm wrong but if I create a survey that belongs to > group123 and then make it private I then need to create a respondent account > for any user that I want to access this survey. The respondent account is > created with the respondent belonging to the group123 group. > This user would then open his browser go to the appropriate URL and will be > prompted to authenticate. > The problem I'm having is that the password that the user enters into the > authentication prompt keeps failing. Any ideas? Does the fact that phpESP is > running on a https box at work be causing problems? That's not exactly how it works. Designers and Respondents are completely separate entities... So what you want to do is make the survey private, then click on the survey name in the "Access" page. This will bring up a page that will let you choose which groups can fill out the survey, and how many times they are allowed, then make sure the Respondent is part of the group. > This leads me to another question: > When I try to download the results of a survey using XP pro I'm getting the > following message: "Internet Explorer was not able to open this Internet > site. The requested site is either unavailable or cannot be found. Please try > again later." but if I immediately change over to my linux box I can download > the results with mozilla. At home where I also host a copy of phpESP I have > no problems at all. Originally I thought that it may have been an https issue > but now I'm not sure ! > Any ideas??? I have no clue on this one. I don't run windows at all so I cannot really test it. From searching on google it seems to be a browser problem -- I didn't find any immediate solutions. http://www.google.com/search?q=+site%3Asupport.microsoft.com+%22the+downloaded+file+is+not+available%22 > Finally, is authhand-prefix.php and authhand-suffix.php still being used? As > I can't find them in the phpESP-1.4beta3 package nore in the developer or > public CVS? It has all been combined into "handler.php" and "handler-prefix.php". See the comments inside handler-prefix on how to use it. -James |
From: <fl...@gm...> - 2002-05-09 02:19:02
|
i had problems like that but happend on netscap 4.9. MAC /phpESP 1.3 i just deleted the user and placed the same username und password as new entry...... WORKS! as well swiching beetween user and admin account always bit buggy! i need to close the browser, and with that i can imaging that there a mistaks when using https... i did not check if the password has changed in any reason... seems to bee there is no chance to decode that so nexttime i will check the results/entrys..in the DB mayby changing the password authentification for users... this one is really secure.. but i wanted to do an USER-LOST-PASSWORD feature.... grrr but just an resetting and rewriting the resetted PW is possible , well maybe it could help flobee Guys, I need some clariffication on the following: please correct me if I'm wrong but if I create a survey that belongs to group123 and then make it private I then need to create a respondent account for any user that I want to access this survey. The respondent account is created with the respondent belonging to the group123 group. This user would then open his browser go to the appropriate URL and will be prompted to authenticate. The problem I'm having is that the password that the user enters into the authentication prompt keeps failing. Any ideas? Does the fact that phpESP is running on a https box at work be causing problems? This leads me to another question: When I try to download the results of a survey using XP pro I'm getting the following message: "Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." but if I immediately change over to my linux box I can download the results with mozilla. At home where I also host a copy of phpESP I have no problems at all. Originally I thought that it may have been an https issue but now I'm not sure ! Any ideas??? Finally, is authhand-prefix.php and authhand-suffix.php still being used? As I can't find them in the phpESP-1.4beta3 package nore in the developer or public CVS? Kon _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: ban...@so... _______________________________________________ phpESP-devel mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: Kon A. <an...@cp...> - 2002-05-09 01:13:26
|
Guys, I need some clariffication on the following: please correct me if I'm wrong but if I create a survey that belongs to group123 and then make it private I then need to create a respondent account for any user that I want to access this survey. The respondent account is created with the respondent belonging to the group123 group. This user would then open his browser go to the appropriate URL and will be prompted to authenticate. The problem I'm having is that the password that the user enters into the authentication prompt keeps failing. Any ideas? Does the fact that phpESP is running on a https box at work be causing problems? This leads me to another question: When I try to download the results of a survey using XP pro I'm getting the following message: "Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later." but if I immediately change over to my linux box I can download the results with mozilla. At home where I also host a copy of phpESP I have no problems at all. Originally I thought that it may have been an https issue but now I'm not sure ! Any ideas??? Finally, is authhand-prefix.php and authhand-suffix.php still being used? As I can't find them in the phpESP-1.4beta3 package nore in the developer or public CVS? Kon |
From: James E. F. <jf...@ac...> - 2002-05-08 16:43:48
|
Really? I don't have *that* problem, but I cannot test them at all. :-) I just commited a patch to fix the problem I had, which was that it would try to reauthenticate to do the test. Now that it doesn't do that, your problem will probably be fixed. Give it a shot and let me know. -James On Wed, 8 May 2002, Matthew Gregg wrote: > Testing surveys marked private causes the infamous "Cannot add header > info." warning message. > > This is with current CVS, may be in release also. > > |
From: Matthew G. <gr...@mu...> - 2002-05-08 14:45:42
|
Testing surveys marked private causes the infamous "Cannot add header info." warning message. This is with current CVS, may be in release also. -- brought to you by, Matthew Gregg... one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |
From: James E. F. <jf...@ac...> - 2002-05-05 14:21:30
|
On Sun, 5 May 2002 fl...@gm... wrote: > what about my offer changing the code to have languages > files!? so the user can switch whats best for him..! > the thing is: not even 90% of users knowing how the > change the language in their browsers some using > english netscape versions because they think is is more > secure! but they dont know not even one english > sentence...... i ask my community specially for that > reason and i had to change the code in phpESP because > get text do not run! In order to do this, we need to store a designers preferred language as an attribute in the database. It would be pretty trivial to do, the one thing is that the password dialogue box will use whatever language their browser is set for, since they will not have logged in yet. However, that can be set to a non-english setting by changing the default language in phpESP.ini. This feature will have to wait until after the v1.4 final release though because I don't want to change the db spec again. -James |
From: Kon A. <ang...@ip...> - 2002-05-05 05:26:42
|
flobee, this idea has been discussed and is currently in development. As for the addons/module stuff this is something that I've been thinking about for a while and the one thing that I'll be working on is seeing I can accomplish this when I create template/themes for the actual surveys. Regards Kon On Sat, 4 May 2002 11:36, flobee wrote: > Hi there! > > well i just got an idea when i visite my mum to teach her some internet > stuff and want to discuss or better ask (because i´m not sure how much work > it can be to include in phpesp..) the following: > in a supermarket my mother bought an internet teaching CD rom...... anyway > the intersting thing on the CD was a TEST ( a survey) but.......guess what: > results of right or wrong anwsers....... and now im thinking... can´t be > too difficult have an option like this or am i´m wrong!? full statistic of > users opinion and personal results for wrong or right answers... or making > big surveys more interactive by showing results of a question when they got > to a "next" page etc..!? > well maybe this is already disscussed... then i´m sorry, or is in the > phpesp anywhere a little way that we could produce "ADDONS"/ "MODULE" like > all the phpnuke systems have!? > > > kind regards flobee > > > > ----- Original Message ----- > Sent: Monday, April 29, 2002 9:35 AM > Subject: Re: [phpesp-dev] New User Interface Design Proposals > > > flobee, > > to answer your first question, I am in the process of reworking to use > templates but have not yet finished. To give you a definite deadline would > be somewhat difficult due to my work committments but shouldn't be too > long. > > > Kon > > On Mon, 29 Apr 2002 16:02, flobee wrote: > > very cool! > > is it done? have you done a rework to use tamplates? or is this just a > > static page!? > > > > i´m nearly to present an external but already working new design for > > phpesp! but: this is made only for designer an user handling. (and has > > some > > > features like we know from a message board/forum)... because i have a lot > > of new surveys each week but always the same survey... > > the other problem is: the language switch function dose not work (no > > gettext, no root rights) so i need to build external transelation by > > using language files as include. > > MY OFFER! if you want to change the system trancelation: gimme 1 day, > > newest files an i do it! > > > > as well an idea: see attached file: as superuser i need to set the owner! > > becaus if a superuser is doing surveys for designer, he can not see them > > and change them! well! i still have version 1.3x and no chance to > > install the new beta! a prefix for the tables would be cool! i could > > include it if the transelation is wanted! > > > > kind regards, flobee > > > > ----- Original Message ----- > > Sent: Monday, April 29, 2002 5:39 AM > > Subject: [phpesp-dev] New User Interface Design Proposals > > > > > > Hello everyone. Thanks to a very talented phpESP user, > > there are three new design proposals for the phpESP > > administration interface. I am looking for feedback on them > > and possibly more proposals. Please take a minute to look > > at them and give feedback. > > > > http://phpesp.sf.net/preview/ > > > > -James > > > > > > > > _______________________________________________ > > phpESP-devel mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: ban...@so... > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |