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: Jay E. <eck...@ya...> - 2005-09-21 00:05:24
|
Even if it was (though it probably isn't since the delivered db scripts create a database called phpesp), it wouldn't matter becauase phpESP doesn't work with php 5. A fact which I again encourage the developers to note in the INSTALL document in the 1.7.5 and 1.8 packages. --- Jim Brown <jp...@si...> wrote: > * Peter Walker <pet...@cc...> [2005-09-20 > 18:41]: > > I am trying to install phpESP 1.7.5, and have > almost got it working, > > but for one problem > > > > > > // Database connection information > > $ESPCONFIG['db_host'] = 'localhost'; > > $ESPCONFIG['db_user'] = 'root'; > > $ESPCONFIG['db_pass'] = 'XXXXX'; > > > > > > $ESPCONFIG['db_name'] = 'esp'; > > Is this the correct db_name for your installation? > > > Jim B. > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's > Geronimo App Server. > Download it for free - -and be entered to win a 42" > plasma tv or your very > own Sony(tm)PSP. Click here to play: > http://sourceforge.net/geronimo.php > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Jim B. <jp...@si...> - 2005-09-20 23:58:37
|
* Peter Walker <pet...@cc...> [2005-09-20 18:41]: > I am trying to install phpESP 1.7.5, and have almost got it working, > but for one problem > > > // Database connection information > $ESPCONFIG['db_host'] = 'localhost'; > $ESPCONFIG['db_user'] = 'root'; > $ESPCONFIG['db_pass'] = 'XXXXX'; > $ESPCONFIG['db_name'] = 'esp'; Is this the correct db_name for your installation? Jim B. |
From: Peter W. <pet...@cc...> - 2005-09-20 22:40:03
|
I am trying to install phpESP 1.7.5, and have almost got it working, but for one problem When I try to access it (http://localhost/phpESP) I get the following error message HTTP 503 Service Unavailable [ Connection to database failed. Please check configuration. ] I have edited phpESP.ini.php and I can connect to the database using mysql -u phpesp -p phpesp. I must be missing something obvious, and would appreciate some help. Here's my test.php info, and I have attached the start of my phpESP.ini.php file as well (I've XXXX'd the password I'm using). Peter Walker PHP Information * Version: 5.0.4 * OS: Darwin * SAPI: apache * register_globals: No * magic_quotes_gpc: No * magic_quotes_runtime: No * safe_mode: No * open_basedir: PHP Extensions * dBase: Yes * GD: Yes -- bundled (2.0.28 compatible) * GNU Gettext: Yes * LDAP: Yes * MySQL: Yes * PHP Extension Dir (compiled): /usr/local/php5/lib/php/ extensions/no-debug-non-zts-20041030 * PHP Extension Dir (run time): ./ phpESP Settings * Expected ESP_BASE: /Library/WebServer/Documents/phpESP/ * Expected base_url: localhost/phpESP/ * Loading phpESP.ini.php ... * ESP_BASE: /Library/WebServer/Documents/phpESP/ * base_url: http://localhost/phpESP/ * Version: 1.7.5 * 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: Passed * Catalog Open Test: Yes PHP Session Test * session.save_path: * Counter: 3 // use http or https? $ESPCONFIG['proto'] = 'http://'; // Base URL for phpESP $ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/phpESP/'; // URL of the images directory (for <img src='...'> tags) $ESPCONFIG['image_url'] = $ESPCONFIG['base_url'] . 'images/'; // URL of the automatic survey publisher $ESPCONFIG['autopub_url'] = $ESPCONFIG['base_url'] . 'public/ survey.php'; // URL of the CSS directory (for themes) $ESPCONFIG['css_url'] = $ESPCONFIG['base_url'] . 'public/css/'; //URL for management javascript $ESPCONFIG['js_url'] = $ESPCONFIG['base_url'] . 'js/'; // Database connection information $ESPCONFIG['db_host'] = 'localhost'; $ESPCONFIG['db_user'] = 'root'; $ESPCONFIG['db_pass'] = 'XXXXX'; $ESPCONFIG['db_name'] = 'esp'; |
From: Tom C. <tom...@mo...> - 2005-09-18 15:57:29
|
You have a point. This is a question which I don't think would work that way though, it asks about what operating system you use. I want to default to windows and most mac and linux users would make a point of indicating the were not windows I would have thought :-) Thanks, Tom. Jim Brown said the following on 18/09/2005 15:40: >* boardtc <bo...@gm...> [2005-09-18 10:24]: > > >>For a radio button question, is there a way of making one of the radio >>buttons the default answer? >> >> >> > > >Don't know the answer, but here's another question- >Do you want your survey results to be skewed in favor of default answers? > >Best Regards, >Jim B. > |
From: <se...@16...> - 2005-09-18 14:47:51
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>新建网页 2</title> </head> <body> </body> </html> <HTML><HEAD><TITLE>国际投资融资联盟,帮你上网投资融资!_国际投资融资联盟・中国</TITLE> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <STYLE type=text/css>BODY { FONT-SIZE: 14px; COLOR: #000; FONT-FAMILY: 宋体 } TD { FONT-SIZE: 14px; COLOR: #000; FONT-FAMILY: 宋体 } A:link { COLOR: #039 } A:visited { COLOR: #039 } A:hover { COLOR: #f60 } .GR { COLOR: #666 } .GR:link { COLOR: #666 } .GR:visited { COLOR: #666 } .l { FONT: bold 18px 宋体 } .M { FONT: bold 14px 宋体 } .C { FONT-SIZE: 13px } .S { FONT-SIZE: 12px } .LM { LINE-HEIGHT: 130% } .LL { LINE-HEIGHT: 150% } SELECT { FONT-SIZE: 12px } INPUT { FONT-SIZE: 12px } </STYLE> <META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD> <BODY style="BACKGROUND-REPEAT: repeat-x" text=#000000 bgColor=#f0c87b leftMargin=0 background="" topMargin=0 marginwidth="0" marginheight="0"> <CENTER> <TABLE cellSpacing=0 cellPadding=1 width=520 bgColor=#c78300 border=0> <TBODY> <TR> <TD> <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0><TBODY> <TR> <TD><a target="_blank" href="http://www.cnncp.com/project"> <IMG height=68 src="http://www.cnncp.com/info/images/logo.gif" width=179 border=0></a> </TD></TR> <TR> <TD> <center> <TABLE cellSpacing=0 cellPadding=0 width="90%" border=0> <TBODY> <TR> <TD class=LL><p>你好:<BR> <BR> 我是国际投资融资联盟的编辑小丽,你也许不记得我了,我却记得你:那天你在我们网站(<a target="_blank" href="http://www.iifu.com">www.IIFU .com</a>)上发布了贵方的的项目信息,那还是我审批的。当时就觉得你们的项目很有发展前途,可今早偶然间发现:你竟然已经有N多天没有重新发布你的项目信息了!为什么呢?<br> <br> 发一条信息,只要10分钟,却能被数万投融资人看见!如果项目对口,投资家就会直接找你联系,你怎么会错过这样的融资机会呢? 为了融资成功,可千万不能放过任何推广项目的机会啊。你看,我都着急了。<strong><a target="_blank" href="http://www.cnncp.com/info/addmesg.asp">赶紧去发一发吧</a></font></a></strong><a target="_blank" href="http://www.cnncp.com/info/addmesg.asp">! </a><br> <br> 操作上有问题,你直接来信找我<a href="mailto:in...@ii...">in...@ii...</a>,我一直在这里为你服务!<br> <br> 天气转凉,注意身体!顺祝商祺!</p> <p align="right">你的朋友:蒋小丽</p></TD> </TR></TBODY></TABLE> <br> <br> </center></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=520 border=0> <TBODY> <TR> </TR></TBODY></TABLE> <TABLE style="BORDER-TOP: #ffffff 1px solid" cellSpacing=0 cellPadding=6 width="100%" border=0> <TBODY> <TR> <TD class=M align=middle bgColor=#e89730><div align="center"> <FONT color=#ffffff>国际投资融资联盟,网聚财富的力量!</FONT></div></TD></TR></TBODY></TABLE></CENTER></BODY></HTML> |
From: Jim B. <jp...@si...> - 2005-09-18 14:41:13
|
* boardtc <bo...@gm...> [2005-09-18 10:24]: > For a radio button question, is there a way of making one of the radio > buttons the default answer? > Don't know the answer, but here's another question- Do you want your survey results to be skewed in favor of default answers? Best Regards, Jim B. |
From: boardtc <bo...@gm...> - 2005-09-18 14:23:10
|
For a radio button question, is there a way of making one of the radio=20 buttons the default answer? Cheers, Tom. |
From: Jay E. <eck...@ya...> - 2005-09-16 21:56:29
|
I believe the problem is the version of PHP. I'm back on my OS X box now - I just switched from PHP 5.0.4 to PHP 4.3.11 and all my troubles magically went away. I'll confirm that on Monday by changing the version of PHP on my XP box. Is anyone successfully running phpESP on PHP 5.0.x? My guess is no. What is the developers' plan for upgrading phpESP to PHP 5 compatibility? I'm happy to lend a hand in the effort. Jay --- Jay Eckles <eck...@ya...> wrote: > My apologies - I believe I've been replying to > individuals rather than the list. > > A couple of suggestions I've received are to reset > the > password, which I did to no avail. I've restarted > the > web server, database server, and web browsers to no > avail. Cookies are enabled and caches are cleared. > I > am able to connect to mysql using the > user/password/host that's in phpesp.ini.php. I sent > the test.php output to Matthew and won't repeat that > here. The only thing "red" on the test.php output > was > the line > SAPI: apache2handler > > One interesting thing I noticed is I do get an error > in my apache error log: > > [Fri Sep 16 14:41:28 2005] [error] [client > 127.0.0.1] > PHP Notice: Undefined index: HTTP_SERVER_VARS in > C:\\Program Files\\Apache > Group\\Apache2\\htdocs\\phpESP\\admin\\include\\lib\\espauth-default.inc > on line 215 > > I've also mentioned in private emails that if I > disable authentication, I get the management > interface, but when I click on links in the > management > interface, the page just reloads. > > FWIW, I have the same problems in 1.7.5 and in the > 1.8 > CSV version. > > Thank you to everyone who has offered suggestions > and > help. > > Jay > > > --- Matthew Gregg <mat...@gm...> wrote: > > > Please send the output of test.php. Also, can you > > connect to mysql from the > > commandline using the same user/password/host that > > you have set in > > phpesp.ini? > > > > On 9/15/05, Jay Eckles <eck...@ya...> > wrote: > > > > > > I'm trying to evaluate phpESP. I've got the > > software > > > installed on OS X/Apache/Mysql/PHP, and I've got > > the > > > login screen coming up. However, when I try the > > > username root and the password esp, the login > > screen > > > just reloads. I've checked the database and the > > > designer table is there with a record for the > root > > > user. The password is stored in encrypted form, > so > > I > > > can't tell that it's esp. however, I've tried > > > deleting the record and reinserting it. I've > also > > > tried inserting an additional record into the > > designer > > > table with a different username and password. > I've > > > restarted by Apache and MySQL but with no > change. > > > > > > I'm tantalizingly close; can someone help me > > figure > > > out how to log in? > > > > > > Thanks, > > > > > > Jay Eckles > > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam > > protection around > > > http://mail.yahoo.com > > > > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: > > > Tame your development challenges with Apache's > > Geronimo App Server. > > > Download it for free - -and be entered to win a > > 42" plasma tv or your very > > > own Sony(tm)PSP. Click here to play: > > http://sourceforge.net/geronimo.php > > > _______________________________________________ > > > phpESP-general mailing list > > > php...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > > > > > > -- > > D'oh! > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com |
From: Jay E. <eck...@ya...> - 2005-09-16 19:49:17
|
My apologies - I believe I've been replying to individuals rather than the list. A couple of suggestions I've received are to reset the password, which I did to no avail. I've restarted the web server, database server, and web browsers to no avail. Cookies are enabled and caches are cleared. I am able to connect to mysql using the user/password/host that's in phpesp.ini.php. I sent the test.php output to Matthew and won't repeat that here. The only thing "red" on the test.php output was the line SAPI: apache2handler One interesting thing I noticed is I do get an error in my apache error log: [Fri Sep 16 14:41:28 2005] [error] [client 127.0.0.1] PHP Notice: Undefined index: HTTP_SERVER_VARS in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\phpESP\\admin\\include\\lib\\espauth-default.inc on line 215 I've also mentioned in private emails that if I disable authentication, I get the management interface, but when I click on links in the management interface, the page just reloads. FWIW, I have the same problems in 1.7.5 and in the 1.8 CSV version. Thank you to everyone who has offered suggestions and help. Jay --- Matthew Gregg <mat...@gm...> wrote: > Please send the output of test.php. Also, can you > connect to mysql from the > commandline using the same user/password/host that > you have set in > phpesp.ini? > > On 9/15/05, Jay Eckles <eck...@ya...> wrote: > > > > I'm trying to evaluate phpESP. I've got the > software > > installed on OS X/Apache/Mysql/PHP, and I've got > the > > login screen coming up. However, when I try the > > username root and the password esp, the login > screen > > just reloads. I've checked the database and the > > designer table is there with a record for the root > > user. The password is stored in encrypted form, so > I > > can't tell that it's esp. however, I've tried > > deleting the record and reinserting it. I've also > > tried inserting an additional record into the > designer > > table with a different username and password. I've > > restarted by Apache and MySQL but with no change. > > > > I'm tantalizingly close; can someone help me > figure > > out how to log in? > > > > Thanks, > > > > Jay Eckles > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's > Geronimo App Server. > > Download it for free - -and be entered to win a > 42" plasma tv or your very > > own Sony(tm)PSP. Click here to play: > http://sourceforge.net/geronimo.php > > _______________________________________________ > > phpESP-general mailing list > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpesp-general > > > > > > -- > D'oh! > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Matthew G. <mat...@gm...> - 2005-09-16 14:33:29
|
Please send the output of test.php. Also, can you connect to mysql from the= =20 commandline using the same user/password/host that you have set in=20 phpesp.ini? On 9/15/05, Jay Eckles <eck...@ya...> wrote: >=20 > I'm trying to evaluate phpESP. I've got the software > installed on OS X/Apache/Mysql/PHP, and I've got the > login screen coming up. However, when I try the > username root and the password esp, the login screen > just reloads. I've checked the database and the > designer table is there with a record for the root > user. The password is stored in encrypted form, so I > can't tell that it's esp. however, I've tried > deleting the record and reinserting it. I've also > tried inserting an additional record into the designer > table with a different username and password. I've > restarted by Apache and MySQL but with no change. >=20 > I'm tantalizingly close; can someone help me figure > out how to log in? >=20 > Thanks, >=20 > Jay Eckles >=20 >=20 > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your ver= y > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general >=20 --=20 D'oh! |
From: Jay E. <eck...@ya...> - 2005-09-16 02:44:43
|
I'm trying to evaluate phpESP. I've got the software installed on OS X/Apache/Mysql/PHP, and I've got the login screen coming up. However, when I try the username root and the password esp, the login screen just reloads. I've checked the database and the designer table is there with a record for the root user. The password is stored in encrypted form, so I can't tell that it's esp. however, I've tried deleting the record and reinserting it. I've also tried inserting an additional record into the designer table with a different username and password. I've restarted by Apache and MySQL but with no change. I'm tantalizingly close; can someone help me figure out how to log in? Thanks, Jay Eckles __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Matthew G. <mat...@gm...> - 2005-09-15 15:26:12
|
Please send the output of test.php. On 9/15/05, Christopher Zorn <zo...@mu...> wrote: >=20 >=20 >=20 > ----- Forwarded message from "Davis, Chevol" <da...@ws...> ----- > Date: Wed, 14 Sep 2005 16:08:39 -0400 > From: "Davis, Chevol" <da...@ws...> > Reply-To: "Davis, Chevol" <da...@ws...> > Subject: Help with your espauth-ldap.inc file > To: zo...@mu..., jf...@al... >=20 > I am using phpesp v 1.7.5 and if I try to enable ldap it just hangs and > I have to restart the service. Do you have any suggestions? >=20 > Chevol Davis > Systems Integrator > Winston-Salem State University > Computer Science Building Room 1212 > da...@ws... > 336.414.1807 > RHCT #604005999593933 >=20 >=20 >=20 > ----- End forwarded message ----- >=20 >=20 >=20 >=20 > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ >=20 >=20 >=20 --=20 D'oh! |
From: Christopher Z. <zo...@mu...> - 2005-09-15 14:07:49
|
----- Forwarded message from "Davis, Chevol" <da...@ws...> ----- Date: Wed, 14 Sep 2005 16:08:39 -0400 From: "Davis, Chevol" <da...@ws...> Reply-To: "Davis, Chevol" <da...@ws...> Subject: Help with your espauth-ldap.inc file To: zo...@mu..., jf...@al... I am using phpesp v 1.7.5 and if I try to enable ldap it just hangs and I have to restart the service. Do you have any suggestions? Chevol Davis Systems Integrator Winston-Salem State University Computer Science Building Room 1212 da...@ws... 336.414.1807 RHCT #604005999593933 ----- End forwarded message ----- ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |
From: Matthew G. <mat...@gm...> - 2005-09-14 02:07:44
|
Ack! Fixed in CVS. On 9/13/05, Jim Brown <jp...@si...> wrote: >=20 > * j b <bel...@gm...> [2005-09-13 17:54]: > > Here's an easy one, how can I change the login interface, it's=20 > misspelled > > "managment" instead of management. I'm getting a lot of flack for this! > > > > Jon >=20 >=20 > root# grep -R -i managment * > admin/include/lib/espauth-default.inc: echo show_login(null,=20 > $error_message, null, "phpESP Managment Login"); > admin/include/where/help.inc: <li><p>On either the Respondent or Designer= =20 > Managment Interfaces, click <b>Bulk Upload</b>. > docs/faq.html:<p><a name=3D"idisableauth"><b>Can I disable authentication= =20 > for the managment interface?</b></a> > docs/faq.html:<li><h1>Survey Managment</h1> >=20 >=20 > You'll want to change all of these files: >=20 > admin/include/lib/espauth-default.inc > admin/include/where/help.inc > docs/faq.html >=20 > Sounds like such a good idea, I'm going to do it right now myself. :-) >=20 >=20 > Jim B. >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your ver= y > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general >=20 --=20 D'oh! |
From: Jim B. <jp...@si...> - 2005-09-14 01:14:37
|
* j b <bel...@gm...> [2005-09-13 17:54]: > Here's an easy one, how can I change the login interface, it's misspelled > "managment" instead of management. I'm getting a lot of flack for this! > > Jon root# grep -R -i managment * admin/include/lib/espauth-default.inc: echo show_login(null, $error_message, null, "phpESP Managment Login"); admin/include/where/help.inc: <li><p>On either the Respondent or Designer Managment Interfaces, click <b>Bulk Upload</b>. docs/faq.html:<p><a name="idisableauth"><b>Can I disable authentication for the managment interface?</b></a> docs/faq.html:<li><h1>Survey Managment</h1> You'll want to change all of these files: admin/include/lib/espauth-default.inc admin/include/where/help.inc docs/faq.html Sounds like such a good idea, I'm going to do it right now myself. :-) Jim B. |
From: j b <bel...@gm...> - 2005-09-13 21:53:38
|
Here's an easy one, how can I change the login interface, it's misspelled= =20 "managment" instead of management. I'm getting a lot of flack for this! Jon |
From: Harry M. <hj...@ta...> - 2005-09-12 14:08:34
|
Hi Jim, Thanks for the help! I agree that this should have solved things, but it didn't. I did the same thing initially (actually cleared it), but this did not work. I still get the error: [ Incorrect User ID or Password, or your account has been disabled/expired. ] when I try to log in as root after this reset. However it does work for other users and like I said, I was able to set another user to superuser to take control of the system. hjm On Saturday 10 September 2005 7:27 am, Jim Brown wrote: > update designer set password = PASSWORD('12345') where username = 'root'; -- Cheers, Harry Harry J Mangalam - 949 856 2847 (vox; email for fax) - hj...@ta... <<plain text preferred>> |
From: Gael J. <jo...@cy...> - 2005-09-12 08:45:13
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> I tried that too and it works for a single survey. However, I couldn't assign that group to more than one survey at a time. Did anyone succeed in having group access privately to more than a single survey ?<br> <br> Thanks!<br> <br> Gael.<br> <br> Jim Brown wrote: <blockquote cite="mid...@si..." type="cite"> <pre wrap="">* Jeff Armstrong <a class="moz-txt-link-rfc2396E" href="mailto:je...@we..."><je...@we...></a> [2005-09-09 19:24]: </pre> <blockquote type="cite"> <pre wrap="">Hello, I have the phpesp running on our systems and the surveys work in public mode, but I need to make them private. I have read the FAQ and mailing lists and have seen the responses about adding the handler-prefix.php but I do not want to embed it into a nother php web page. I am trying to send just a link to the survey site as listed in the "Finish" section to the people whom I want to access the survey. What do I need to do to make this work. I appreciate any help you might give. </pre> </blockquote> <pre wrap=""><!----> Here's what I did- "YMMV. See dealer for details. Void where prohibited. ..." Create a group called 'mygroup' in the management menu 'Manage Groups'. You can create a group by hand, or upload a file with the responder info in a tab delimited format. Here's an example format I used: Jim mypassword mygroup Jim LastName <a class="moz-txt-link-abbreviated" href="mailto:jp...@ex...">jp...@ex...</a> 20051122 N Make sure they are tab delimited- not space delimited. Upload the file. On the main menu, select 'Change Access To a Survey' and select 'Make Private' for your survey. Next, on the same menu, select the survey link (on the left) which brings up a 'Survey Access' menu. Select the group you created above from the dropdown menu. Enter 1 (one) for 'Max Responses', and optionally select 'Save/Restore' and 'Back/Forward' if you want. Click the 'Add' button to save. The survey should now be configured to accept only registered users in your group. In another browser try to access the survey with the survey URL. You should get the login screen. Login and take the survey. If you try again, it should not allow you to re-enter the survey IF you entered 1 (one) for 'Max Responses' as above. If you have trouble logging in the first time taking the survey, enable cookies from this host and restart your browser. Hope this helps, Jim B. ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * <a class="moz-txt-link-freetext" href="http://www.sqe.com/bsce5sf">http://www.sqe.com/bsce5sf</a> _______________________________________________ phpESP-general mailing list <a class="moz-txt-link-abbreviated" href="mailto:php...@li...">php...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/phpesp-general">https://lists.sourceforge.net/lists/listinfo/phpesp-general</a> </pre> </blockquote> </body> </html> |
From: Jim B. <jp...@si...> - 2005-09-10 14:45:12
|
* Jeff Armstrong <je...@we...> [2005-09-09 19:24]: > Hello, > > > > I have the phpesp running on our systems and the surveys work in public > mode, but I need to make them private. I have read the FAQ and mailing > lists and have seen the responses about adding the handler-prefix.php but I > do not want to embed it into a nother php web page. I am trying to send > just a link to the survey site as listed in the "Finish" section to the > people whom I want to access the survey. What do I need to do to make this > work. I appreciate any help you might give. > Here's what I did- "YMMV. See dealer for details. Void where prohibited. ..." Create a group called 'mygroup' in the management menu 'Manage Groups'. You can create a group by hand, or upload a file with the responder info in a tab delimited format. Here's an example format I used: Jim mypassword mygroup Jim LastName jp...@ex... 20051122 N Make sure they are tab delimited- not space delimited. Upload the file. On the main menu, select 'Change Access To a Survey' and select 'Make Private' for your survey. Next, on the same menu, select the survey link (on the left) which brings up a 'Survey Access' menu. Select the group you created above from the dropdown menu. Enter 1 (one) for 'Max Responses', and optionally select 'Save/Restore' and 'Back/Forward' if you want. Click the 'Add' button to save. The survey should now be configured to accept only registered users in your group. In another browser try to access the survey with the survey URL. You should get the login screen. Login and take the survey. If you try again, it should not allow you to re-enter the survey IF you entered 1 (one) for 'Max Responses' as above. If you have trouble logging in the first time taking the survey, enable cookies from this host and restart your browser. Hope this helps, Jim B. |
From: Jim B. <jp...@si...> - 2005-09-10 14:28:09
|
* Harry Mangalam <hj...@ta...> [2005-09-09 21:11]: > > > Is there a way to reset the root phpesp password? I have root on this > > system (and HAVE remembered the root mysql DB). > > Log into mysql phpesp database. Update the 'designer' table : $ mysql -u root -p phpesp Enter password: Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 462 to server version: 4.1.10a Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> update designer set password = PASSWORD('12345') where username = 'root'; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 mysql> exit Bye $ Log into the phpESP management interface with user root and password 12345. Hope this helps, Jim B. |
From: Harry M. <hj...@ta...> - 2005-09-10 01:10:45
|
Partially answering my own question - I haven't been able to reset the root password, but you can (assuming root on the MySQL DB) go in and wipe out another password (which I had also forgotten) and give that user superuser privs so that they in effect can control all the phpESP administration. The phpESP root seems to be protected - I could blank his password but I couldn't log in as root without a password. HTH (other boneheads like me) On Friday 09 September 2005 2:37 pm, Harry Mangalam wrote: > OK - I admit it. I've lost/mistyped/forgotten the root password for my > phpesp installation, with a database full of responses that need to be > presented soon. :( > > Is there a way to reset the root phpesp password? I have root on this > system (and HAVE remembered the root mysql DB). > > Harry (just short of being a total bozo) -- Cheers, Harry Harry J Mangalam - 949 856 2847 (vox; email for fax) - hj...@ta... <<plain text preferred>> |
From: Jeff A. <je...@we...> - 2005-09-09 23:23:35
|
Hello, I have the phpesp running on our systems and the surveys work in public mode, but I need to make them private. I have read the FAQ and mailing lists and have seen the responses about adding the handler-prefix.php but I do not want to embed it into a nother php web page. I am trying to send just a link to the survey site as listed in the "Finish" section to the people whom I want to access the survey. What do I need to do to make this work. I appreciate any help you might give. Sincerely, Jeff |
From: Harry M. <hj...@ta...> - 2005-09-09 21:37:46
|
OK - I admit it. I've lost/mistyped/forgotten the root password for my phpesp installation, with a database full of responses that need to be presented soon. :( Is there a way to reset the root phpesp password? I have root on this system (and HAVE remembered the root mysql DB). Harry (just short of being a total bozo) -- Cheers, Harry Harry J Mangalam - 949 856 2847 (vox; email for fax) - hj...@ta... <<plain text preferred>> |
From: Robin G. <rg...@st...> - 2005-09-08 16:26:37
|
Hello phpespers, I'd like to create some new question types. I can't tell which of the = includes will need altering. I'd also like to know if anyone has tried = anything similar before? 1. Choices on Number type questions (adjusting the 'has choices' field in the 'question types' table doesn't = have the desired effect. 2. Provide an '!other' on Rank type questions 3. Allow ranking to run from 0...N 4. Get the "n/a" option of Rank type questions working. Thanks in advance, --=20 Robin Gower 0161 860 0344 |
From: Jim B. <jp...@si...> - 2005-09-07 19:28:21
|
* Jack Cooper <jc...@uo...> [2005-09-07 14:22]: > I've been searching the archives to see if anyone has posted a solution > for rapidly making multiple copies of a survey (within the same group) but > haven't found a match.. > > Does anyone have an automagic script for cloning a survey? It wouldn't be too > difficult to come up with one, but if anyone has a script out there they would > be willing to share I'd be most grateful.. > > You might have an interest in reading the work I've done on rapid prototyping with phpESP. http://sixshooter.v6.thrupoint.net/phpESP_proto/README.txt Since that was written, I've modified the script a bit to use a perl include file instead of hardcoding some values in the perl script. I can send you the revisions if you are interested. Best Regards, Jim B. |