logicampus-general Mailing List for Logicampus
Brought to you by:
trilexcom
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(10) |
Feb
(1) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(22) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: isaiah M. <ima...@gm...> - 2007-01-08 10:26:34
|
Hie all, I have installed a test environment of logicampus-1.1.5 on my windows XP machine for migration to a CentOS production box. I do not know why my install just doesn't work with menus! Often the view menus does list my menus but when I try to get to editing the preferences, I seem to simply loose all the groups in the list box! I reckon there could be a DB object problem. I am not sure why the db connection some how gets lost. my $db-user always contains the correct username but I seem to just lose the connection! Now I want to add a new menu and I simply do not seem to get the menus to display! Has anyone come across this or is there anything I am doing wrong? Regards, I. |
From: Bill L. <bil...@pt...> - 2005-01-25 00:42:18
|
Hi, I'm just got through installing Logicampus on a Linux Fedora 3 box but so far I still can't log in as admin. I keep getting, "Error: There was an error with your username or password. Please try again." I edited the auth.php to include the username and password using both the cleartext and the MD5 hash in the password field. I've tried variously "define(PASSWD_IS_MD5,true);", "define(PASSWD_IS_MD5,1);", "define(PASSWD_IS_MD5,false);", and "define(PASSWD_IS_MD5,0);" to no avail--same error. I also directly updated the admin user password in the database via the mysql client. Again, no luck. I haven't tightened down the permissions per the install instructions so permissions shouldn't be the problem. Is there something that I should be restarting after changing the auth file/database? Mysql and Apache (obviously) are running. Can anyone help? BL |
From: Dra. V. L. <vic...@so...> - 2004-08-08 21:22:53
|
Hello all! I hope that someone can help me because I=B4m totally clueless ;-)=20 At the Classroom Portal the courses list are duplicated! All of them are twice! I can=B4t understand... On main_main.html: <h4> <a href=3D"<?=3Dmodurl('details/id_classes=3D'.$class->id_classes);?>"> <?=3D$class->courseFamilyNumber;?> -=20 <?=3D$class->courseName?></a> </h4> And on the left colum it is the same! It is the very same course (same name, same number) Can anyone help me? What could have happened? And just another 2 little questions ;-) 1. When a student enters the class appears on the top a large list of links = like this: Classroom Home . Anuncios . Assessments . Tareas . Calendario . Chat . = Classmates . Contact Classmates . Discussion Board . FAQs . Faculty = Profile . Calificaciones . Lecciones . Presentations . Informaci=F3n de = la Clase . Who's Online . Webliograf=EDa . Dictionary / Thesaurus From where can I change this? 2. Where are the emails texts that the system sends to the students? So = I=B4ll be able to change them... Thanks a lot guys!!!!!!!!!! Victoria |
From: mark <ma...@ta...> - 2004-07-22 03:55:56
|
That password is set in the file auth.php under the directory herc/. The=20 default is demo & demo. On Wednesday 21 July 2004 08:31 pm, Dra. Victoria Loisi wrote: > Well, that=B4s my problem... :-) > How to access the Herc Control Panel? > Whn I try to acces it, the sysem ask me for a user and pass. > Where is that user and pass? It is not the administrator one, because I > already tryed it... I would really appreciate if someone could tell me ;-) > Thanks!!! > Victoria |
From: Dra. V. L. <vic...@so...> - 2004-07-22 00:31:35
|
Well, that=B4s my problem... :-) How to access the Herc Control Panel? Whn I try to acces it, the sysem ask me for a user and pass. Where is that user and pass? It is not the administrator one, because I = already tryed it... I would really appreciate if someone could tell me ;-) Thanks!!! Victoria |
From: mark <ma...@ta...> - 2004-07-21 03:12:35
|
I stumbled across the same problem and found the solution. MD5 passwords a= re=20 defaulting to on. Add the following line to line 14 of the=20 src/public_html/defines.php define('USE_MD5_PASSWORDS',false); On Monday 19 July 2004 10:15 pm, Dra. Victoria Loisi wrote: > Hello all!! > > I=B4ve got a poblem ... LC didn=B4t recognize my pass! > I=B4ve edited the auth file: > > define(HERC_USER,'user'); > define(HERC_PASSWD,'pass'); > //set to 1 to use md5 passwords > define(PASSWD_IS_MD5,0); <--- I tried it with 0 and 1 > ?> > > And I tried adding on the sql table the user and pass... > INSERT INTO lcUsers VALUES ('', 'user', 'pass', '', '', '', '') > > And nothing happened... > > Error: > There was an error with your username or password. Please try again. > > Can you give me some advice? I=B4m sure that I=B4m doing something wrong = here! > > Thanks again for all your help!!!!!!!! > > Victoria |
From: mark <ma...@ta...> - 2004-07-20 03:22:43
|
On Monday 19 July 2004 10:15 pm, Dra. Victoria Loisi wrote: > Hello all!! > > I=B4ve got a poblem ... LC didn=B4t recognize my pass! > I=B4ve edited the auth file: > > define(HERC_USER,'user'); > define(HERC_PASSWD,'pass'); > //set to 1 to use md5 passwords > define(PASSWD_IS_MD5,0); <--- I tried it with 0 and 1 > ?> Herc has nothing to do with it, pretend herc doesn't exist for the time bei= ng. > And I tried adding on the sql table the user and pass... > INSERT INTO lcUsers VALUES ('', 'user', 'pass', '', '', '', '') This truly should ahve worked. Are you sure you got an error after inserti= ng=20 into the SQL table? You cannot leave all the fields blank and get a workin= g=20 user. Here is the SQL to enter. You can paste it into any mysql client. INSERT INTO `lcUsers` ( `pkey` , `username` , `password` , `email` ,=20 `groups` , `createdOn` , `userType` )=20 VALUES ( '', 'user', 'pass', 'address@email', '|public|reg|admin|faculty', NOW(), 1 ); The 1 is for user type admin, 3 is faculty, 2 is student, and 0 is for=20 registered users who are not enrolled at the institution. > > And nothing happened... > > Error: > There was an error with your username or password. Please try again. > > Can you give me some advice? I=B4m sure that I=B4m doing something wrong = here! > > Thanks again for all your help!!!!!!!! > > Victoria |
From: Dra. V. L. <vic...@so...> - 2004-07-20 02:16:06
|
Hello all!! I=B4ve got a poblem ... LC didn=B4t recognize my pass!=20 I=B4ve edited the auth file:=20 define(HERC_USER,'user');=20 define(HERC_PASSWD,'pass');=20 //set to 1 to use md5 passwords=20 define(PASSWD_IS_MD5,0); <--- I tried it with 0 and 1=20 ?>=20 And I tried adding on the sql table the user and pass...=20 INSERT INTO lcUsers VALUES ('', 'user', 'pass', '', '', '', '')=20 And nothing happened...=20 Error:=20 There was an error with your username or password. Please try again.=20 Can you give me some advice? I=B4m sure that I=B4m doing something wrong = here!=20 Thanks again for all your help!!!!!!!!=20 Victoria=20 |
From: <vic...@so...> - 2004-07-13 20:10:16
|
Yay!!! Saying that I absolutely LOVE YOU maybe is too much isn´t it? Naaa !!. You´re wonderful, Mark!!!! Just wonderful!!!!!!!!! Man, I saw the Logicreate logo, and suddenly everything was ok! The whole world is moving in the right way! Wow, now I´m overreacting, right? ;-) THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU Gee, I just can´t find the words to thank you!!!!!!!!!!! Thanks again! I´m sure this will help other people with the same problem too!!! Victoria mark writes: > Here's a new LC_user.php file. Put this in the src/logicreate/lib directory. > It should fix all the apache_request_headers problem. > > > > On Friday 09 July 2004 03:49 pm, Dra. Victoria Loisi wrote: >> :( Yes... it is installed as a CGI module... >> >> Gee! IN not gonna be able to use the system! IWe been looking around for >> a cheap host, and asking about HOW it is their php... and everybody have it >> as CGI! How sad. >> >> On the other hand, you told me something that I didnU quite understand: >> 1. There is a part of the system that logs what browser a student is using >> when trying to login. If the apache_request_headers() functions are taken >> out that data will not be available to you as an admin, but the system will >> function normally otherwise. >> Is there a possibility of using the system? >> I tried to login as an administrator >> http://www.ligadelconsorcista.org/logicampus/public_html/index.php/administ >>ration and it tells me exactly the same error... >> >> Thanks again for all your help, patience! and support >> >> Victoria |
From: mark <ma...@ta...> - 2004-07-13 03:20:49
|
Here's a new LC_user.php file. Put this in the src/logicreate/lib director= y. =20 It should fix all the apache_request_headers problem. On Friday 09 July 2004 03:49 pm, Dra. Victoria Loisi wrote: > :=B4-( Yes... it is installed as a CGI module... > > Gee! I=B4m not gonna be able to use the system! I=B4ve been looking aroun= d for > a cheap host, and asking about HOW it is their php... and everybody have = it > as CGI! How sad. > > On the other hand, you told me something that I didn=B4t quite understand: > 1. There is a part of the system that logs what browser a student is using > when trying to login. If the apache_request_headers() functions are taken > out that data will not be available to you as an admin, but the system wi= ll > function normally otherwise. > Is there a possibility of using the system? > I tried to login as an administrator > http://www.ligadelconsorcista.org/logicampus/public_html/index.php/admini= st >ration and it tells me exactly the same error... > > Thanks again for all your help, patience! and support > > Victoria |
From: Dra. V. L. <vic...@so...> - 2004-07-09 19:57:28
|
:=B4-( Yes... it is installed as a CGI module... Gee! I=B4m not gonna be able to use the system! I=B4ve been looking = around for a cheap host, and asking about HOW it is their php... and = everybody have it as CGI! How sad. On the other hand, you told me something that I didn=B4t quite = understand: 1. There is a part of the system that logs what browser a student is = using=20 when trying to login. If the apache_request_headers() functions are = taken=20 out that data will not be available to you as an admin, but the system = will=20 function normally otherwise. Is there a possibility of using the system? I tried to login as an administrator = http://www.ligadelconsorcista.org/logicampus/public_html/index.php/admini= stration and it tells me exactly the same error... Thanks again for all your help, patience! and support Victoria |
From: mark <ma...@ta...> - 2004-07-09 01:40:42
|
1. There is a part of the system that logs what browser a student is using= =20 when trying to login. If the apache_request_headers() functions are taken= =20 out that data will not be available to you as an admin, but the system will= =20 function normally otherwise. 2.90% sure that PHP is installed as a CGI. You can verify this with a simp= le=20 php info page. Put the following line into a file called info.php and plac= e=20 info.php in the same directory as index.php of LogiCampus. <? echo phpinfo(); ?> It should say the SAPI version as either CGI or Apache. On Wednesday 07 July 2004 11:02 pm, Dra. Victoria Loisi wrote: > You=B4re right. I red that Mark said that he > "think the only part of the system that may have a problem is the login > attempt logging. You probably will not be able to see what operating > system and browsers that users attempt to login with." Did he meant that I > could probably use the system with limitations? I just didn=B4t get him on > that... > > And... just to be completely sure about this topic... um... is there a > possibility that maybe the PHP is installed as an apache module and it is > anything else that is causing the problem? Is there a possibility to use = an > older version of Logicampus? > > If both answers are "no"... and to be sure that I can install and run the > system... what should I ask my host? (I mean my new one... because I=B4m > gonna change it, for sure!) > > Thanks again, for your help, time and patience!! > > Victoria |
From: Dra. V. L. <vic...@so...> - 2004-07-08 03:05:13
|
You=B4re right. I red that Mark said that he "think the only part of the system that may have a problem is the login = attempt logging. You probably will not be=20 able to see what operating system and browsers that users attempt to = login with." Did he meant that I could probably use the system with limitations? I = just didn=B4t get him on that... And... just to be completely sure about this topic... um... is there a = possibility that maybe the PHP is installed as an apache module and it = is anything else that is causing the problem? Is there a possibility to use an older version of Logicampus? If both answers are "no"... and to be sure that I can install and run = the system... what should I ask my host? (I mean my new one... because = I=B4m gonna change it, for sure!) Thanks again, for your help, time and patience!! Victoria |
From: Michael K. <mi...@wi...> - 2004-07-08 02:08:32
|
mark wrote back on this already - just comment out that line. However, if apache_request_headers() isn't available, that probably means that the server really isn't a PHP module, but CGI instead. -------------------- Michael Kimsal On Wed, 7 Jul 2004, Dra. Victoria Loisi wrote: > THANK YOU MICHAEL, for offering your help to me :-) > > This is the php version that I=B4ve installed on my server http://ar3.tos= ervers.com/test.php (I think that this is the output of the phpinfo() that = you aked me) > > This is the problem that appears when I try to enter to my page > http://www.ligadelconsorcista.org/logicampus/public_html/index.php/welcom= e > > Fatal error: Call to undefined function: apache_request_headers() in /www= /docs/ligadelconsorcista.org/public_html/logicampus/logicreate/lib/LC_user.= php on line 167 > > > I think that that is all the info that you asked me for. > Again, I REALLY appreciate your help, =B4cause I=B4m truly clueless here!= ! > Thanks again! > Victoria > > > > > Send the output of phpinfo() > and restate the problem you're encountering. > > Any URLs you have I could hit as well would help. > > Thanks. > -------------------- > Michael Kimsal > |
From: Dra. V. L. <vic...@so...> - 2004-07-08 01:38:02
|
THANK YOU MICHAEL, for offering your help to me :-) This is the php version that I=B4ve installed on my server = http://ar3.toservers.com/test.php (I think that this is the output of = the phpinfo() that you aked me) This is the problem that appears when I try to enter to my page http://www.ligadelconsorcista.org/logicampus/public_html/index.php/welcom= e Fatal error: Call to undefined function: apache_request_headers() in = /www/docs/ligadelconsorcista.org/public_html/logicampus/logicreate/lib/LC= _user.php on line 167 =20 I think that that is all the info that you asked me for. Again, I REALLY appreciate your help, =B4cause I=B4m truly clueless = here!! Thanks again! Victoria Send the output of phpinfo() and restate the problem you're encountering. Any URLs you have I could hit as well would help. Thanks. -------------------- Michael Kimsal |
From: Michael K. <mi...@wi...> - 2004-07-07 03:00:55
|
Send the output of phpinfo() and restate the problem you're encountering. Any URLs you have I could hit as well would help. Thanks. -------------------- Michael Kimsal |
From: <vic...@so...> - 2004-07-06 20:04:03
|
Hi again! Thanks for your help guys!! I´ve been asking my host provider and it told me that php is installed as an Apache Module (php ver. 4.3.2). What can I do to fix the problem? MANY, MANY THANKS!!! Victoria :-) |
From: mark <ma...@ta...> - 2004-07-06 02:27:14
|
The host probably has PHP installed as a CGI modules and not an Apache modu= le. =20 There is nothing we can do about this. The request_headers() lines are for= =20 debugging only and can be removed. I think the only part of the system tha= t=20 may have a problem is the login attempt logging. You probably will not be= =20 able to see what operating system and browsers that users attempt to login= =20 with. On Monday 05 July 2004 10:05 pm, Dra. Victoria Loisi wrote: > Thanks for your answer Keith! > I=B4ve asked my host provider and they have php 4.3.2... it that enough? > It is greater than 4.3, but it isn=B4t 4.3.7... > Is there anything that I can do to use the system? > Thanks again for your time and patience! And help, of course!!!!! :-) > Victoria > > Victoria: > > if you look at this page which lists the apache_request_headers() > function it states that it needs PHP version 4.3 or greater. > > http://us4.php.net/apache_request_headers > > So, what you need to do is upgrade your PHP version to the latest 4.3.7 > release. > > -Keith > > On Jul 5, 2004, at 2:32 PM, vic...@so... wrote: > > Hi everyone! > > It=B4s me again :-) > > Now, I could finally get out of the database problem :-) > > When I clicked the start now link (it says something like that), this > > message appears! > > Fatal error: Call to undefined function: apache_request_headers() in > > /www/docs/ligadelconsorcista.org/public_html/logicampus/logicreate/ > > lib/LC_us er.php on line 167 > > That line says > > print_r(apache_request_headers()); > > Where is the problem? > > I already visit the forum, and found that another guys had similars > > problems at the very begining with apache_request_headers(), but it > > was not the same one... > > Can anybody help me?? > > THANK YOU VERY MUCH GUYS!!!! > > Victoria > > Buenos Aires, Argentina > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > > self defense, top technical experts, no vendor pitches, unmatched > > networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > Logicampus-general mailing list > > Log...@li... > > https://lists.sourceforge.net/lists/listinfo/logicampus-general > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Logicampus-general mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicampus-general |
From: mark <ma...@ta...> - 2004-07-06 02:25:14
|
This is generally a problem with the hostname that the user is allowed to=20 connect from. For every user in mysql you can specify that it can connect= =20 from a number of different hosts. If the web server and database are on=20 seperate machines, then you must be certain that the user account that you= =20 have given LogiCampus is allowed to connect to mysql from the web server's= =20 hostname. Also, you should restart the mysql database if posible after use= r=20 changes, or run flush privileges. On Monday 05 July 2004 01:43 pm, vic...@so... wrote: > Thanks for your answer! > I decided to install the system without that tidy element ;-) > I=B4ve got another problem (probably a silly one... hehe)... > When I have to enter the database information, it appears this error > message: > "Either the database username, password, or both are incorrect. Check your > settings and make sure your database server is running." > > I try installing the database from my host server, and letting logicampus > install it for me... either way the same result... I can=B4t. > I know that the mysql is working and I know that the database name, > username, and pass are corrects... what can be wrong? > > I really appreciate your help guys!!! > > Victoria > Buenos Aires, Argentina > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Logicampus-general mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicampus-general |
From: Dra. V. L. <vic...@so...> - 2004-07-06 02:05:55
|
Thanks for your answer Keith! I=B4ve asked my host provider and they have php 4.3.2... it that enough? It is greater than 4.3, but it isn=B4t 4.3.7... Is there anything that I can do to use the system? Thanks again for your time and patience! And help, of course!!!!! :-) Victoria Victoria: if you look at this page which lists the apache_request_headers() =20 function it states that it needs PHP version 4.3 or greater. http://us4.php.net/apache_request_headers So, what you need to do is upgrade your PHP version to the latest 4.3.7 = release. -Keith On Jul 5, 2004, at 2:32 PM, vic...@so... wrote: > Hi everyone! > It=B4s me again :-) > Now, I could finally get out of the database problem :-) > When I clicked the start now link (it says something like that), this = > message appears! > Fatal error: Call to undefined function: apache_request_headers() in =20 > /www/docs/ligadelconsorcista.org/public_html/logicampus/logicreate/=20 > lib/LC_us er.php on line 167 > That line says > print_r(apache_request_headers()); > Where is the problem? > I already visit the forum, and found that another guys had similars =20 > problems at the very begining with apache_request_headers(), but it =20 > was not the same one... > Can anybody help me?? > THANK YOU VERY MUCH GUYS!!!! > Victoria > Buenos Aires, Argentina > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital = > self defense, top technical experts, no vendor pitches, unmatched =20 > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Logicampus-general mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicampus-general ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 -=20 digital self defense, top technical experts, no vendor pitches,=20 unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Logicampus-general mailing list Log...@li... https://lists.sourceforge.net/lists/listinfo/logicampus-general |
From: Keith E. <ke...@zo...> - 2004-07-05 22:47:06
|
Victoria: if you look at this page which lists the apache_request_headers() =20 function it states that it needs PHP version 4.3 or greater. http://us4.php.net/apache_request_headers So, what you need to do is upgrade your PHP version to the latest 4.3.7 =20= release. -Keith On Jul 5, 2004, at 2:32 PM, vic...@so... wrote: > Hi everyone! > It=B4s me again :-) > Now, I could finally get out of the database problem :-) > When I clicked the start now link (it says something like that), this =20= > message appears! > Fatal error: Call to undefined function: apache_request_headers() in =20= > /www/docs/ligadelconsorcista.org/public_html/logicampus/logicreate/=20 > lib/LC_us er.php on line 167 > That line says > print_r(apache_request_headers()); > Where is the problem? > I already visit the forum, and found that another guys had similars =20= > problems at the very begining with apache_request_headers(), but it =20= > was not the same one... > Can anybody help me?? > THANK YOU VERY MUCH GUYS!!!! > Victoria > Buenos Aires, Argentina > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital =20= > self defense, top technical experts, no vendor pitches, unmatched =20 > networking opportunities. Visit www.blackhat.com > _______________________________________________ > Logicampus-general mailing list > Log...@li... > https://lists.sourceforge.net/lists/listinfo/logicampus-general |
From: <vic...@so...> - 2004-07-05 18:32:41
|
Hi everyone! It´s me again :-) Now, I could finally get out of the database problem :-) When I clicked the start now link (it says something like that), this message appears! Fatal error: Call to undefined function: apache_request_headers() in /www/docs/ligadelconsorcista.org/public_html/logicampus/logicreate/lib/LC_us er.php on line 167 That line says print_r(apache_request_headers()); Where is the problem? I already visit the forum, and found that another guys had similars problems at the very begining with apache_request_headers(), but it was not the same one... Can anybody help me?? THANK YOU VERY MUCH GUYS!!!! Victoria Buenos Aires, Argentina |
From: <vic...@so...> - 2004-07-05 17:43:28
|
Thanks for your answer! I decided to install the system without that tidy element ;-) I´ve got another problem (probably a silly one... hehe)... When I have to enter the database information, it appears this error message: "Either the database username, password, or both are incorrect. Check your settings and make sure your database server is running." I try installing the database from my host server, and letting logicampus install it for me... either way the same result... I can´t. I know that the mysql is working and I know that the database name, username, and pass are corrects... what can be wrong? I really appreciate your help guys!!! Victoria Buenos Aires, Argentina |
From: Dra. V. L. <vic...@so...> - 2004-07-05 00:26:46
|
About the "HTML Tidy" installation... I mean installing it in the remote = server, not on my computer (BTW... I work with WinXP on my pc). I just = wanna install it because I want to use Logicampus system... I already = uploaded all Logicampus files on my webserver, but it tells me that I = don=B4t have Tidy installed... Please! I really need help! Thanks a LOT! Victoria |
From: Dra. V. L. <vic...@so...> - 2004-07-04 21:56:44
|
Hey everyone! I=B4m sorry if my question seems too easy, but I wanted to know... how = can I install Tidy!! I=B4m sorry, but I=B4m kinda newbie in this things :-) I would really appreciate if anyone of you could gimme a hand!! Thanks Thanks Thanks!!! Victoria |