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-02-22 06:10:41
|
Details on mime type definitions -- everything looks fine: /etc/apache# grep php *.conf mime.types httpd.conf:LoadModule php4_module /usr/lib/apache/1.3/libphp4.so httpd.conf: DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3 httpd.conf: #AddType application/x-httpd-php3 .php3 httpd.conf: #AddType application/x-httpd-php3-source .phps httpd.conf: AddType application/x-httpd-php .php httpd.conf: AddType application/x-httpd-php-source .phps modules.conf:LoadModule php4_module /usr/lib/apache/1.3/libphp4.so mime.types:application/x-httpd-php phtml pht php mime.types:application/x-httpd-php-source phps mime.types:application/x-httpd-php3 php3 mime.types:application/x-httpd-php3-preprocessed php3p mime.types:application/x-httpd-php4 php4 What could be going wrong? Cheers, David |
From: David L. <lio...@co...> - 2004-02-22 05:47:26
|
Greetings -- I'm installing phpESP on Debian sid, and have spent the day bumping into walls. I finally got apache and mysql installed and running, and created the phpESP database. For this last step, I had to remove DEFAULT '' from the TIMECODE calls or the script would abort. I made sure Apache is loading the mysql module and that the php mime types are uncommented. But when I use konqueror to open http://localhost/phpESP/ I get this: kio (KMimeType): WARNING: KServiceType::offers : servicetype application/x-httpd-php not found Instead of executing the script, the browser treats it as an unknown file type. Yet the libphp4 apache module is loaded (see below). What's going on? Why isn't this mime type working? Cheers, David /etc/apache# cat modules.conf # Autogenerated file - do not edit! # This file is maintained by the apache package. # To update it, run the command: # /usr/sbin/modules-config apache ClearModuleList AddModule mod_so.c AddModule mod_macro.c LoadModule config_log_module /usr/lib/apache/1.3/mod_log_config.so LoadModule mime_magic_module /usr/lib/apache/1.3/mod_mime_magic.so LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so LoadModule negotiation_module /usr/lib/apache/1.3/mod_negotiation.so LoadModule status_module /usr/lib/apache/1.3/mod_status.so LoadModule autoindex_module /usr/lib/apache/1.3/mod_autoindex.so LoadModule dir_module /usr/lib/apache/1.3/mod_dir.so LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so LoadModule alias_module /usr/lib/apache/1.3/mod_alias.so LoadModule rewrite_module /usr/lib/apache/1.3/mod_rewrite.so LoadModule access_module /usr/lib/apache/1.3/mod_access.so LoadModule auth_module /usr/lib/apache/1.3/mod_auth.so LoadModule expires_module /usr/lib/apache/1.3/mod_expires.so LoadModule unique_id_module /usr/lib/apache/1.3/mod_unique_id.so LoadModule setenvif_module /usr/lib/apache/1.3/mod_setenvif.so LoadModule php4_module /usr/lib/apache/1.3/libphp4.so |
From: Aaron A. <lt...@fr...> - 2004-02-20 22:52:00
|
Greetings, It appears that on some people results to a survey, when i export the dat= a to csv some of the rating answers are "0" when there was a value entered.= =20 Can anyone explain this to me? Thanks. --- Aaron Axelsen Learning Technology Center UW - Whitewater |
From: Matthew G. <gr...@mu...> - 2004-02-20 22:27:49
|
Looks like this is a bug. I've fixed it in CVS. You you should be able to replace your "phpESP/admin/include/function/account_upload.inc" file with the one I've linked[1] or you can wait till Sourceforge updates the anonymous CVS and grab it from there[2]. [1]http://bfs.itlab.musc.edu/~greggmc/devel/phpESP/account_upload.inc [2]http://cvs.sourceforge.net/viewcvs.py/phpesp/phpESP/admin/include/function/account_upload.inc On Fri, 2004-02-20 at 15:02, Christopher Kolar wrote: > Hello. I am consistently getting errors when I try to bulk upload > respondent accounts. The message that it gives me is "Invalid email > addr." I am uploading tab delimited and just want to include the > first four fields (the docs say only the first three are required), so > email is not a field that I am using. Any thoughts on possible > solutions. I think that I actually had the same problem last fall and > must have figured it out, but I have no idea how. I did try creating > another file with all of the fields present (and N in disabled) > thinking that it was just unhappy because the row was short, but it > threw the same error. > > Thanks much in advance. > > --chris > > > > > > /////\\\\\/////\\\\\ > Christopher G. Kolar > Research and Evaluation Associate > Illinois Mathematics and Science Academy > ck...@im... -- staff.imsa.edu/~ckolar -- PGP Public Key ID: > 0x5B61A799 -- mcg ------------------------------------- The IT Lab (http://www.itlab.musc.edu) |
From: Christopher K. <ck...@im...> - 2004-02-20 20:09:09
|
Hello. I am consistently getting errors when I try to bulk upload respondent accounts. The message that it gives me is "Invalid email addr." I am uploading tab delimited and just want to include the first four fields (the docs say only the first three are required), so email is not a field that I am using. Any thoughts on possible solutions. I think that I actually had the same problem last fall and must have figured it out, but I have no idea how. I did try creating another file with all of the fields present (and N in disabled) thinking that it was just unhappy because the row was short, but it threw the same error. Thanks much in advance. --chris /////\\\\\/////\\\\\ Christopher G. Kolar Research and Evaluation Associate Illinois Mathematics and Science Academy ck...@im... -- <http://staff.imsa.edu/~ckolar>staff.imsa.edu/~ckolar -- PGP Public Key ID: 0x5B61A799 |
From: Charlie S. <Sm...@ld...> - 2004-02-20 19:54:45
|
I've got an Oracle version of phpESP ready for review. Would I be able to check in the source code somewhere? Hopefully, this will lead into further work on porting phpESP to PEARDB. I noticed following obstacles in porting to Oracle: Some of the SQL didn't translate directly from MySQL to Oracle due to: - No corresponding functions like PASSWORD() and NOW() in Oracle, so I just removed the functions from the Oracle version. NOW() was replaced with 'sysdate'. - The MySQL bit manipulation did'nt transfer directly to Oracle so I translated to use the Oracle bitand() function. Where the Oracle calls have been abstracted out to the oracleInc.php routine - it may be easier to use this to abstract to PEAR DB. My sites use TWiki as the front end CGI script to present the web site. As such, I had to write what's termed an Application Framework which is a PERL routine that calls programs written in other languages - currently php, java or PERL. For the programs, they need to function with the argv argument. I had to therefore modify the phpESP to use command-line arguments. Though, I did maintain the original phpESP call interface using HTTP_POST_VARS and HTTP_GET_VARS - There's a flag in the phpESP.ini.php routine that can be used to switch the Application Framework wrapper interface on and off. When off, phpESP should work as a stand-alone application as originally designed, albeit now with Oracle rather than MySQL. I've included an /admin/docs/Oracle_install.txt file to show you how to move from MySQL to Oracle. And in the /script/db/process_phpesp_tables.pl, there the stuff to actually take a MySQL dump file and translate it to Oracle. This PERL script translates the MySQL dump file into a bunch of .sql files that can be used to create and populate the Oracle tables for this version of phpESP. Couple of questions now. Hopefully, this work I've done won't become obsolete. I've tried to make is a simple process, by following the instructions in the Oracle_install.txt file on how to move from MySQL to Oracle. Is anyone still interested in porting this to PEAR DB? Last time I tried to access the CVS repository, I got some access denied errors. How would you suggest that I submit this Oracle version of phpESP? I've a newbie to source-forge, so please have patience with me on this one. Charlie :) |
From: Alex L. <ale...@ho...> - 2004-02-20 17:25:29
|
Hi, Need some help with updating/changing a submitted response by a client. For someone,I've built them a managment menu that lets them view all the groups, then lists out the clients of that group, and then another list for the surveys (which they can take). Now the next table down is the list of responses they have submitted for that particular survey, this is where I'm upto. So now I want to, in my list a submitted responses, is it to have a link to take you to the survey and bring up all the data that was enetered before, click the submit button and saves all the updated data in the DB. I have gone through the code and wrote conditions to take in,that when I'm logged in as a power user,that I can access the surveys without any more athentication. So my question is, what function call is it to fill the question boxes in the surveys? If that makes sense. Cheers Alf _________________________________________________________________ Stay informed on Election 2004 and the race to Super Tuesday. http://special.msn.com/msn/election2004.armx |
From: Percy M. <bj...@ya...> - 2004-02-20 16:29:09
|
GET YOUR UNIVERSITY DIPLOMA There are no required tests, classes, books, or interviews! Get a Bachelors, Masters, MBA, and Doctorate (PhD) diploma! Receive the benefits and admiration that comes with a diploma! No one is turned down! Call Today 1-248-927-0446 (7 days a week) Confidentiality assured! out http://buynow.meds34r.com/host/emailremove.asp permissive gambit lounsbury inferred retaliatory junketeer baseman ainu eq= uivalent clogging demolish eosine appeal cloudy belfast partition loathsom= e=20 dichotomous monmouth km nus sheepskinsadden actinium acs timeout diamagnetic marquette bingham anderso= n bernhard biscuit born counterpoint praseodymium coo mutagen seville pavl= ov plowshare=20=20 |
From: Matthew G. <gr...@mu...> - 2004-02-18 18:52:44
|
Can we see your changes? Send a patch. On Wed, 2004-02-18 at 13:39, Mike Churchward wrote: > Hello - > > I just integrated phpESP into Moodle (http://www.moodle.org). > > To do this, I added a config variable for every phpESP data table name, and > then replaced all phpESP MySQL statements with new ones using the configured > table names instead of the hard-coded ones. > > I would really love to be able to continue applying any phpESP updates to > Moodle, but it will be difficult, if I have to do this every time. Is there > any interest in applying a similar change to the release code of phpESP? I > am willing to submit my changes to the project. > > Regards, > ________________________________ > MIKE CHURCHWARD > EMAIL: mi...@ch... > > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&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: Mike C. <mi...@ch...> - 2004-02-18 18:44:42
|
Hello - I just integrated phpESP into Moodle (http://www.moodle.org). To do this, I added a config variable for every phpESP data table name, and then replaced all phpESP MySQL statements with new ones using the configured table names instead of the hard-coded ones. I would really love to be able to continue applying any phpESP updates to Moodle, but it will be difficult, if I have to do this every time. Is there any interest in applying a similar change to the release code of phpESP? I am willing to submit my changes to the project. Regards, ________________________________ MIKE CHURCHWARD EMAIL: mi...@ch... |
From: James E. F. <jf...@uv...> - 2004-02-18 00:02:23
|
I'm not sure I understand what you mean by "connect". However, phpESP selects a language to use based on your web browsers language preference. Is your browser requesting Croatian? Also, does your install of phpESP pass the language tests? (http://example.com/phpESP/admin/test.php) (Please reply to the list for the benefit of all.) -James Emir Fetahovic wrote: > Yes, I did all the things you wrote but it didn't make any effect. Problem > is how to CONNECT this new translation. Is the problem in 'map' file in > 'locale' folder (I have put in map file Croatian remark)? > > > Emir > > > On Mon, 16 Feb 2004, James E. Flemer wrote: > > >>You need to compile the PO file into an MO file using msgfmt (part of >>gettext), then put the file into the correct subdirectory (based on the >>locale name). If you do not have msgfmt (because you are on a windows >>platform), you can email me the PO file and I can compile it for you. >> >>-James >> >>Emir Fetahovic wrote: >> >>>Tnx. >>>How could I turn this new translation to work? How to conect PHPESP >>>software with this new translation? I tried to paste this translation in >>>'en_US' folder but it didn't work. >>> >>>I'm using Apache/PHP/Mysql on Windows XP. >>> >>> >>>Emir >>> >>> >>>On Fri, 13 Feb 2004, James E. Flemer wrote: >>> >>> >>> >>>>Sure. Any messages that you do not translate will be displayed in the >>>>native (English). Just leave the msgstr as "". >>>>-James >>>> >>>>Emir Fetahovic wrote: >>>> >>>> >>>>>I'm short with time. >>>>>I need translation of just a few parts of phpESP (from English to >>>>>Croatian). >>>>>Is it possible to do a quick translation for few translations so other >>>>>other can still be in English? >>>>> >>>>>Emir |
From: Matthew G. <gr...@mu...> - 2004-02-17 15:01:01
|
As for as I know, no one has coded them. On Mon, 2004-02-16 at 22:32, Web Page wrote: > Hello! > > How come none of the "phpESP GUI Designs" are made available to > use? > > They are available for viewing at, > http://phpesp.sourceforge.net/preview/ > > WP1 > Webbing Along ;):) > > > ________________________________________________ > Get your own "800" number > Voicemail, fax, email, and a lot more > http://www.ureach.com/reg/tag > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&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: Web P. <we...@ur...> - 2004-02-17 03:36:53
|
Hello! How come none of the "phpESP GUI Designs" are made available to use? They are available for viewing at, http://phpesp.sourceforge.net/preview/ WP1 Webbing Along ;):) ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag |
From: Web P. <we...@ur...> - 2004-02-17 01:26:52
|
Is it possible to create input boxes which could collect the last name, first name and middle name/initial which are side by side to each other on the same line. Also ask the same about address boxes which would involve a street address, city, state/provice, country data. This would save screen space and probably be an easier format for visitors to fill out. A webmaster could just choose this via the "drop down" window for the field types and then have some way to lable them. If anyone has already addressed this could someone please point me to it. Thanks in advance for any response. WP1 Webbing Along ;):) ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag |
From: Matthew G. <gr...@mu...> - 2004-02-17 00:45:34
|
Try the "Essay Box" question type. The height and width are controlled by the length and precision settings. On Mon, 2004-02-16 at 19:27, Web Page wrote: > Hello All! > > How do I create a "textbox" with a specific number of lines and > not just an "input" box with one line. I see the ability to > create a box of different widths but I do not see how to create > a textbox with multiple lines. > > If I have missed this ability please point me to where I can get > information as to how to do this. > > Thanks in advance for any and all responses. > > WP1 > Webbing Along ;):) > > > ________________________________________________ > Get your own "800" number > Voicemail, fax, email, and a lot more > http://www.ureach.com/reg/tag > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&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: Web P. <we...@ur...> - 2004-02-17 00:31:32
|
Hello All! How do I create a "textbox" with a specific number of lines and not just an "input" box with one line. I see the ability to create a box of different widths but I do not see how to create a textbox with multiple lines. If I have missed this ability please point me to where I can get information as to how to do this. Thanks in advance for any and all responses. WP1 Webbing Along ;):) ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag |
From: James E. F. <jf...@uv...> - 2004-02-16 22:52:32
|
You need to compile the PO file into an MO file using msgfmt (part of gettext), then put the file into the correct subdirectory (based on the locale name). If you do not have msgfmt (because you are on a windows platform), you can email me the PO file and I can compile it for you. -James Emir Fetahovic wrote: > Tnx. > How could I turn this new translation to work? How to conect PHPESP > software with this new translation? I tried to paste this translation in > 'en_US' folder but it didn't work. > > I'm using Apache/PHP/Mysql on Windows XP. > > > Emir > > > On Fri, 13 Feb 2004, James E. Flemer wrote: > > >>Sure. Any messages that you do not translate will be displayed in the >>native (English). Just leave the msgstr as "". >>-James >> >>Emir Fetahovic wrote: >> >>>I'm short with time. >>>I need translation of just a few parts of phpESP (from English to >>>Croatian). >>>Is it possible to do a quick translation for few translations so other >>>other can still be in English? >>> >>>Emir |
From: James E. F. <jf...@uv...> - 2004-02-14 04:26:21
|
Sure. Any messages that you do not translate will be displayed in the native (English). Just leave the msgstr as "". -James Emir Fetahovic wrote: > I'm short with time. > I need translation of just a few parts of phpESP (from English to > Croatian). > Is it possible to do a quick translation for few translations so other > other can still be in English? > > Emir |
From: Emir F. <em...@ma...> - 2004-02-13 15:03:52
|
I'm short with time. I need translation of just a few parts of phpESP (from English to Croatian). Is it possible to do a quick translation for few translations so other other can still be in English? Emir |
From: James E. F. <jf...@uv...> - 2004-02-04 22:23:27
|
Depow, Jim (NBCC Woodstock) wrote: > Hi, > > I looked through the previous posts and didn't see anything related to > my question (if I missed something please accept my apologies). We are > using this software for course evaluations by the students. The issue > of the security of the results has been raised (by instructors) and I > would like to be able to respond to this concern. A few questions: > > 1. If I archive a survey, does this increase the > security of results (from someone hacking into our system)? > > 2. Would it be better to go into the database and > delete the survey results? And if so, what is the best way to do this? > Note: from our perspective, once the survey is completed and the results > printed, we have no need to maintain them. > > 3. Is there something else that could be done for > protection? > > The server used is behind a Cisco Pix 515E firewall. > > Thanks, > Jim 1. No. 2. Yes. Go to the "purge" page when logged in as a superuser (root). The purge page is accessible only by adding "?where=purge" to the URL of the main menu. e.g. http://www.example.com/phpESP/admin/manage.php?where=purge 3. Not from a phpESP perspective. However, you should make sure your database and web server are secure. Also, you might want to restrict access to the phpESP administrative interface to certain hosts (by means of your web server config, not phpESP). -James |
From: <Mon...@ex...> - 2004-02-04 21:26:37
|
I completed a new survey and was ready to test it. Now I can't retrieve the survey or enter the site. I need to reset our user name and password. It will not let me in to retrieve the survey I created on February 4, 2004. Username: Alice Password: 42ish Please advise. Monika Hill Communications Specialist Experience Works Tel: 703.522.7272 Fax: 703.522.0141 Email: mon...@ex... ****************************************** Looking for that perfect gift? Shop www.geezer.com for unique gifts made by senior artisans ****************************************** |
From: Depow, J. (N. Woodstock) <Jim...@gn...> - 2004-02-04 13:23:16
|
Hi, I looked through the previous posts and didn't see anything related to my question (if I missed something please accept my apologies). We are using this software for course evaluations by the students. The issue of the security of the results has been raised (by instructors) and I would like to be able to respond to this concern. A few questions: 1. If I archive a survey, does this increase the security of results (from someone hacking into our system)? 2. Would it be better to go into the database and delete the survey results? And if so, what is the best way to do this? Note: from our perspective, once the survey is completed and the results printed, we have no need to maintain them. 3. Is there something else that could be done for protection? The server used is behind a Cisco Pix 515E firewall. Thanks, Jim ______________ James Depow NBCC <http://www.woodstock.nbcc.nb.ca/> Woodstock 100 Broadway Street Woodstock, NB E7M 5C5 Telephone: 506-325-4899 FAX: 506-325-2174 E-Mail: jim...@gn... <mailto:jim...@gn...> CMS site: http://nbcc.moodle.com/ <http://nbcc.moodle.com/> |
From: Web P. <we...@ur...> - 2004-02-03 14:54:50
|
Hello All! I installed the port package for phpNuke. I am able to get to the admin panel but I am having a post install problem. I emailed the person who did the port but I have not heard back from him as of yet. Just wanted to throw it out to the phpESP community to see if one or some of the more experienced phpESPers could help me with this. The problem is that the images are missing from the top of the module where you would see tabs for, General Questions Order Preview Finish Anyone know how to get the images to display correctly? Thanks in advance for any and all responses. WP Webbing Along ;):) ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag |
From: Aaron A. <lt...@fr...> - 2004-02-02 21:45:27
|
Greetings, I am trying to create a page to allow super users to upload css files. I have create cssupload.inc, placed it in the where folder. However, when I have a form with the action pointing to /admin/manage.php?where=cssupload , it fails to go there and just reverts back to the management interface. Is there something written into phpesp that prevents me from doing this? Thanks, --- Aaron Axelsen Learning Technology Center UW - Whitewater |
From: martin k. <kas...@we...> - 2004-02-01 17:39:56
|
php...@li... schrieb am 01.02.04 13:11:39: hello all, concerning the phpESP to phpnuke-port we have got good news: several approaches exist: see the mail <<<<<<<<<<<<<<<<<< --__--__-- Message: 3 Date: Sat, 31 Jan 2004 14:41:18 -0500 To: php...@li... From: Web Page <we...@ur...> Reply-to: <we...@ur...> Subject: [phpesp-general] phpNUKE & phpESP - Has anyone done this yet?? Hello All! Has anyone ported phpESP to phpNUKE as of yet. I have been watching the mailing list closely but I just want to make sure I have not missed anything about this. I do know there is a postNUKE port. When I emailed the folks who had done this a while back they indicated they would consider doing a phpNUKE port but I do not know if they did or not. Thanks for any and all responses. WP Webbing Along ;):) <<<<<<<<<<<<< http://www.thedjgroove.com - thedjgroove.com http://www.thedjgroove.com/modules.php?name=phpESP&surveyname=evaluation "DJ Josh Blade" dj...@th... phpESP-1.6.1 is the version that I have implemented right now. Haven't updated it since. I can't remember if it just worked within PHPNuke or if I had to integrate it manually. But as far as I remember, it seemed to work fine. Granted the surveys may look funny within my nuke because of the theme but it worked properly. - DJ Josh Blade mailto dj...@th... a second solution can ge found here - http://www.nettrade.nl/download/nuke-phpesp.tar.gz i phpESP als phpnuke-module - done by "Eric Esselink" er...@ne... You can download it from url: http://www.nettrade.nl/download/nuke-phpesp.tar.gz Eric Esselink NetTrade BV To: er...@ne... "Eric Esselink" er...@ne... - regards martin ______________________________________________________________________________ Nachrichten, Musik und Spiele schnell und einfach per Quickstart im WEB.DE Screensaver - Gratis downloaden: http://screensaver.web.de/?mc=021110 |