phplib-users Mailing List for PHPLIB (Page 20)
Brought to you by:
nhruby,
richardarcher
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(106) |
Sep
(99) |
Oct
(44) |
Nov
(97) |
Dec
(60) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(56) |
Feb
(81) |
Mar
(134) |
Apr
(69) |
May
(106) |
Jun
(122) |
Jul
(98) |
Aug
(52) |
Sep
(184) |
Oct
(219) |
Nov
(102) |
Dec
(106) |
2003 |
Jan
(88) |
Feb
(37) |
Mar
(46) |
Apr
(51) |
May
(30) |
Jun
(17) |
Jul
(45) |
Aug
(19) |
Sep
(5) |
Oct
(4) |
Nov
(12) |
Dec
(7) |
2004 |
Jan
(11) |
Feb
(7) |
Mar
|
Apr
(15) |
May
(17) |
Jun
(13) |
Jul
(5) |
Aug
|
Sep
(8) |
Oct
(6) |
Nov
(21) |
Dec
(13) |
2005 |
Jan
(4) |
Feb
(3) |
Mar
(7) |
Apr
(7) |
May
|
Jun
(11) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
2006 |
Jan
(3) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
(1) |
Aug
|
Sep
|
Oct
(9) |
Nov
|
Dec
(5) |
2007 |
Jan
(15) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(9) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(12) |
May
|
Jun
(3) |
Jul
(1) |
Aug
(19) |
Sep
(2) |
Oct
|
Nov
|
Dec
(6) |
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
From: <li...@ye...> - 2003-03-06 10:28:34
|
Quoting Dennis Gearon <ge...@cv...>: > 1/ is 7.4 pre 2 being used by anybody in production yet? Comments? Not sure if it's this release version I'm using I normally get the stuff from cvs but I have the snapshot from around october last year with probably a couple of files updated from cvs, relating to stopping back button re-authentication. It is being used on a couple of site and on our intranet with no problems. We're using the session4_custom class with register globals off on php 4.1.2 I would check the release notes of that release against the cvs and update any files that need it. I haven't had a look in the cvs for a couple of months so I'm not sure if anything new has been added which may affect stability > 2/ is the need for register globals going to be entirely wiped out when this > is released, (I'll be > turning it off in my installation)? See above, but works fine for me. matt ------------------------------------------------- |
From: Dennis G. <ge...@cv...> - 2003-03-06 07:18:18
|
When a page is doing a login because the user filled in information on a public/nobody page and is going to a private/login-required page, all the cookie/get/post has to be saved into the session vars until login is complete or not. So getting rid of register_globals would require that circumstance, i.e. loggin in, to : Save the http_referer Save the post/get/cookie vars Maybe save the whole CGI environment, Do a login/registration Send the user back to the starting page, with variables intact send the user to the target page, with variables intact. Is this a normal scenario, to save GPC vars, or just the global vars? If just global vars, there has to be a way to store and retrieve GPC/CGI vars, and restore them to the correct 'HTTP_*_VARS' or '_*' arrays. I'm not even sure if those are writeable, which might make the point moot! "Tommy !!" wrote: > > 1/ Yes, albeit only the template system. It's awesome, but I have my own > little quirks with it - sometimes it tries to parse user input as template > variables [e.g. when you enter '{EVILHAKR}' in a text input field, and that > field is stored in a database - when it is displayed on a page, PHPLib will > attempt to display it]. But there's solutions for that - converting the > user's '{' and '}' characters into '{' and '}' for example. > > 2/ I didn't need it turned on for the templates, but I assume that other > modules may still require it? Not sure. > > Tom L > > > > >1/ is 7.4 pre 2 being used by anybody in production yet? Comments? > > > >2/ is the need for register globals going to be entirely wiped out when > >this is released, (I'll be > >turning it off in my installation)? > > > > > > > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > >for complex code. Debugging C/C++ programs can leave you feeling lost and > >disoriented. TotalView can help you find your way. Available on major UNIX > >and Linux platforms. Try it free. www.etnus.com > >_______________________________________________ > >Phplib-users mailing list > >Php...@li... > >https://lists.sourceforge.net/lists/listinfo/phplib-users > > _________________________________________________________________ > Hotmail now available on Australian mobile phones. Go to > http://ninemsn.com.au/mobilecentral/hotmail_mobile.asp -- Carpe Dancem ;-) ----------------------------------------------------------------- Remember your friends while they are alive ----------------------------------------------------------------- Sincerely, Dennis Gearon |
From: Dennis G. <ge...@cv...> - 2003-03-05 23:27:04
|
Is there a version of db_pgsql for postgres that no longer uses the split container? |
From: Dennis G. <ge...@cv...> - 2003-03-05 23:24:54
|
1/ is 7.4 pre 2 being used by anybody in production yet? Comments? 2/ is the need for register globals going to be entirely wiped out when this is released, (I'll be turning it off in my installation)? |
From: BRUN L. <zi...@cl...> - 2003-03-05 22:59:11
|
I use the RELEASE 7.4-pre2 version, and i tought it was because of register_globals wich is set to on (in reffer to this post : http://sourceforge.net/mailarchive/message.php?msg_id=2832431 ). i put it to off and restart Apache, but i still can't log with the page test. Any idea of the way to debug the prob ? > Hi Lilian > > Which version of phplib are you using? - the more recent versions use php4's native sessions, so no data will be written to the phplib session tables. > > So you might not have a problem at all! > > I think if you do want to use the tables, you need to user session4_custom.inc - but I've not used it, so maybe someone else culd help you there if you need it. > > Hope that helps > > Peter > > At 14:04 05/03/03 +0100, zi...@cl... wrote: > >I read carrefuly the install doc and test it, but i'm finally unable to connect to the test-example page with the default kris/test logon. > >I had created tables and the test to the database is successfull : > ><?php > > include("table.inc"); // requires include_path to be functioning > > > > $db = new DB_Example; > > $db->query("select * from auth_user"); > > > > $t = new Table; > > $t->heading = "on"; > > $t->show_result($db); > >?> > > > >look like this on the page : > >user_id username password perms > >c14cbf141ab1b7cd009356f555b607dc kris test admin > > > >the session test work too, but not at all : > >the counter works, but i dont get any lines in the session table. > > > >So, i think i miss a stage but i spend hours to find it without success ... > > > >Could u help me ? > > > >Regards, > > > >Lilian. > > |
From: Peter C. <li...@kr...> - 2003-03-05 21:08:06
|
Hi Lilian Which version of phplib are you using? - the more recent versions use php4's native sessions, so no data will be written to the phplib session tables. So you might not have a problem at all! I think if you do want to use the tables, you need to user session4_custom.inc - but I've not used it, so maybe someone else culd help you there if you need it. Hope that helps Peter At 14:04 05/03/03 +0100, zi...@cl... wrote: >I read carrefuly the install doc and test it, but i'm finally unable to connect to the test-example page with the default kris/test logon. >I had created tables and the test to the database is successfull : ><?php > include("table.inc"); // requires include_path to be functioning > > $db = new DB_Example; > $db->query("select * from auth_user"); > > $t = new Table; > $t->heading = "on"; > $t->show_result($db); >?> > >look like this on the page : >user_id username password perms >c14cbf141ab1b7cd009356f555b607dc kris test admin > >the session test work too, but not at all : >the counter works, but i dont get any lines in the session table. > >So, i think i miss a stage but i spend hours to find it without success ... > >Could u help me ? > >Regards, > >Lilian. > > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Phplib-users mailing list >Php...@li... >https://lists.sourceforge.net/lists/listinfo/phplib-users |
From: <zi...@cl...> - 2003-03-05 13:04:57
|
I read carrefuly the install doc and test it, but i'm finally unable to co= nnect to the test-example page with the default kris/test logon. I had created tables and the test to the database is successfull : = <?php include(=22table.inc=22); // requires include=5Fpath to be functioning =24db =3D new DB=5FExample; =24db->query(=22select * from auth=5Fuser=22); =24t =3D new Table; =24t->heading =3D =22on=22; =24t->show=5Fresult(=24db); ?> look like this on the page : user=5Fid username password perms = c14cbf141ab1b7cd009356f555b607dc kris test admin = the session test work too, but not at all : = the counter works, but i dont get any lines in the session table. So, i think i miss a stage but i spend hours to find it without success ..= =2E Could u help me ? Regards, Lilian. |
From: Vicky P. <ang...@at...> - 2003-03-04 04:21:49
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Reduce Your Debt FAST!</TITLE> <META http-equiv=Content-Type content=text/html;charset=iso-8859-1> <META content="MSHTML 6.00.2800.1126" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><BR></DIV> <CENTER><BR> <TABLE cellSpacing=0 cellPadding=0 width=450 border=0> <TBODY> <TR> <TD><a href="http://asj...@no.../debtfree/analysisform.htm"><IMG height=68 src="http://are...@no.../brandonad/ads/ad10/top.jpg" width=450 border=0></a></TD> </TR> <TR> <TD><a href="http://sdjg09834lk;jm...@no.../debtfree/analysisform.htm"><img height=150 src="http://23j...@no.../brandonad/ads/ad10/middle.jpg" width=450 border=0></a></TD> </TR> <TR> <TD><a href="http://389...@no.../debtfree/analysisform.htm"><IMG height=42 src="http://8w9...@no.../brandonad/ads/ad10/bottom.gif" width=450 border=0></a></TD> </TR> </TBODY> </TABLE> <table width="450" height="22" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="middle" bgcolor="#000000"><table width="448" height="20" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td><font color="#000000" size="1">if you feel you have received this email in error or you no longer wish to receive this email from us please follow this <a href="http://sda...@ww.../remolistdebt/debtremo.htm">link.</a></font></td> </tr> </table></td> </tr> </table> </CENTER></BODY></HTML> kfmUuXfidwAIjYZEDebXdtBFuukS |
From: Adeline C. <ang...@ea...> - 2003-03-04 03:20:49
|
<HTML><HEAD><TITLE>Will holiday purchases put you over your LIMIT?</TITLE> <META http-equiv=Content-Type content=text/html;charset=iso-8859-1> <META content="MSHTML 6.00.2800.1126" name=GENERATOR></HEAD> <BODY bgColor=#ffffff> <CENTER> <BR> <TABLE cellSpacing=0 cellPadding=0 border=0> <TBODY> <TR> <TD colSpan=2><A href="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/debtfree/analysisform.htm"><IMG height=48 src="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/brandonad/ads/images/holiday/headline.gif" width=550 border=0></A></TD> </TR> <TR> <TD rowSpan=2><A href="http://16dfg1654jofgs5409*(&%5E...@ww.../debtfree/analysisform.htm"><IMG height=254 src="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/brandonad/ads/images/holiday/photo.jpg" width=211 border=0></A></TD> <TD><A href="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/debtfree/analysisform.htm"><IMG height=221 src="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/brandonad/ads/images/holiday/copy.gif" width=339 border=0></A></TD> </TR> <TR> <TD><A href="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/debtfree/analysisform.htm"><IMG height=33 src="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/brandonad/ads/images/holiday/button.gif" width=339 border=0></A></TD> </TR> <TR> <TD colSpan=2><A href="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/debtfree/analysisform.htm"><IMG height=53 src="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/brandonad/ads/images/holiday/bottom.gif" width=550 border=0></A></TD> </TR></TBODY></TABLE><BR></TABLE> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="625"> <TR> <TD ALIGN="CENTER"><HR COLOR="#000000"> <font color="#000000" size="1">if you feel you have received this email in error or you no longer wish to receive this email from us please follow this <a href="http://16dfg1654jofgs5409*(&^@www.nomoredebtforyou.com/remolistdebt/debtremo.htm">link.</a></font></TD> </TR> </TABLE> </CENTER></BODY></HTML> trRGgbGjmqgszSHnhRNWKSVkdjhzThsbUWFwFBrOCaxRp |
From: Giancarlo <gia...@na...> - 2003-03-04 00:01:20
|
> In a perfect setup world, use_only_cookie and php set cookie 'secure' if protocol is https? |
From: Giancarlo <gia...@na...> - 2003-03-03 23:40:35
|
> whenever you carry some token-credential in your headers, eg a > session cookie that grants authentication, it is safe to travel > inside the SSL tunnel. And stick to it. > My question is: who's task is it to prevent the user exiting the SSL In a perfect setup world, all links should be relative then? What about images. Shouldn't be desirable to bind the (https) protocol to the authenticated session and logout in case lost? I am telling this because I obviuosly advanced from the get/cookie stall ;-) G |
From: Joe S. <joe...@us...> - 2003-03-03 14:35:44
|
On Mon, Mar 03, 2003 at 01:11:33PM +0100, Serghej Petrov wrote: > > Hello, where can I find last session snapshot ? > The latest release reflects the state of the -stable cvs. This contains the latest php4 sessions code. http://sourceforge.net/project/showfiles.php?group_id=31885&release_id=133677 There is a development snapshot that contains some patches submitted, including an alternate auth class by Giancarlo. Look for phplib-0.74.datestring.dev.tar.gz here: http://phplib.sourceforge.net/snapshots/ Note the .dev.tar.gz. thanks, Joe > Thank all > > Serghej > > |
From: Serghej P. <sp...@ti...> - 2003-03-03 12:11:36
|
Hello, where can I find last session snapshot ? Thank all=20 Serghej |
From: Giancarlo <gia...@na...> - 2003-02-28 23:23:21
|
I am reading 'Dos and Don'ts of client authenticaytion on the web', by Kevin Fu and others http://pdos.lcs.mit.edu/cookies/ it proposes an cookie recipe that is composed of 3 parts. 1. Our SID, called 's' 2. another ever-changing value (eg expiration, or even an incremetal, or a random md5 hash), called 't' 3. a third value that is a digest of the first two PLUS a secret part, 's'+'t'+secret word This way noone can invent a session ID or twiddle the expiration part, cause the third part would not match as he does not know the secret part Although phplib keeps the expiration on the db, that recipe would be OK for cookies and URL as long as the second value is ever-chainging. Gian |
From: Giancarlo <gia...@na...> - 2003-02-26 21:08:38
|
Reaing that paper mentioned now in the php manual, titled "Session Fixation", one is taken to think that https can help in quite a bit of cases. As I started reflecting on this, it is clear that, whenever you carry some token-credential in your headers, eg a session cookie that grants authentication, it is safe to travel inside the SSL tunnel. And stick to it. Because anytime you inadvertely click on a link that has not 'https' in front of it, you transit all you headers openly through the net, with no encryption. I know there are 'secure' cookies, that would only exist inside https. My question is: who's task is it to prevent the user exiting the SSL tunnel while still carrying all his credentials? Is it reasonable that an athenticated user can go in and out the https protocol, without loosing any of his authentication? I know this is all obsolete, because we all are goig ti use client certificates, but for the meantime this is what we have to cope with, as Maxim wrote. Gian |
From: Giancarlo <gia...@na...> - 2003-02-24 06:44:29
|
reading NEWS in 4.3.2 I found - Added session_regenerate_id() function. (Sascha) I think this should give the possibility to transit any session into a new session, eg once authed. And then I see that my old fixation about providing unadverted user with a preexisting session, has been widely accepted as evil. PHP doc mentions a nice doc, titled "Session Fixation" http://www.acros.si/papers/session_fixation.pdf Gian |
From: <pau...@mo...> - 2003-02-21 16:21:48
|
Dear All I figured out what was wrong with the above. The code in local.inc for auth_validatelogin() uses the num_rows() method which always returns 0 on an oracle select statement. Altering this fixed the problem. Paul ***************************************************************************** This email and any attachments transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender and do not store, copy or disclose the content to any other person. It is the responsibility of the recipient to ensure that opening this message and/or any of its attachments will not adversely affect its systems. No responsibility is accepted by the Company. ***************************************************************************** |
From: <pau...@mo...> - 2003-02-21 08:29:09
|
Dear All I am having some difficulty with Challenge_Crypt_Auth (phplib-7.2d). If I set auth to the standard auth class, I can log in no problem usng kris and test. However if I user either Challenge_Crypt_Auth or Challenge_Auth I just get returned to the login prompt with the message \"Either your username or your password are invalid. Please try again!\" I am having great difficulty tracking down where the problem lies with the code spread thru page.inc, local.inc, crcloginform.ihtml etc. Can some one confirm that all the checking is done in auth_validatelogin()? Many thanks Paul ***************************************************************************** This email and any attachments transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender and do not store, copy or disclose the content to any other person. It is the responsibility of the recipient to ensure that opening this message and/or any of its attachments will not adversely affect its systems. No responsibility is accepted by the Company. ***************************************************************************** |
From: Marek S. <so...@gm...> - 2003-02-20 21:27:56
|
> To maybe help answer a future FAQs about this, I've put a quick note = about the latest version of db_mysql and > the mysql_connect() workaround in: = http://www.sanisoft.com/phplib/manual/DB_sql.php ok, this is a good idea. I will update phplib (db_mysql). Is the Version 7.4-pre2 stable enought to install? thx MAREK. |
From: Richard A. <rh...@ju...> - 2003-02-20 20:56:55
|
At 13:16 +0100 20/2/03, Giancarlo wrote: >You have to lower the mysql wait_timeout value from the default 8 h to >1-5 minutes mas, so stale persistent connections will be freed I vote for this solution too. Worked like a charm for me. set-variable = wait_timeout=60 ...R. |
From: Peter C. <li...@kr...> - 2003-02-20 19:05:11
|
Hi To maybe help answer a future FAQs about this, I've put a quick note about the latest version of db_mysql and the mysql_connect() workaround in: http://www.sanisoft.com/phplib/manual/DB_sql.php Peter At 13:16 20/02/03 +0100, Giancarlo wrote: >You have to lower the mysql wait_timeout value from the default 8 h to 1-5 minutes mas, so stale persistent connections will be freed >This is a FAQ. > >Gian > >Lindsay Haisley wrote: >>Thus spake so...@gm... on Wed, Feb 19, 2003 at 10:27:31AM CST >> >>>hello, >>> >>>I keep getting the following mistake from my site: >>> >>> >>>Warning: User net@localhost has already more than 'max_user_connections' >>>active connections in /home/www/net/phplib_lablue/db_mysql.inc on line 73 >>> >>>Warning: MySQL Connection Failed: User net@localhost has already more >>>than 'max_user_connections' active connections in >>>/home/www/net/phplib_lablue/db_mysql.inc on line 73 >>>Database error: pconnect(localhost, net, $Password) failed. >>>MySQL Error: () >>>Session halted. >> >>This is a mysql issue. You can change max_user_connections in your my.cnf >>file. Do a locate for it on your system. This is often set to 0 (no limit) >>but may be set to a specific value which is too low for your situation. You >>can see the current setting by logging in to mysql with the mysql client and >>giving the 'show variables;' command. >>To set max_user_connections, edit my.cnf and under the [mysqld] section, put >>the following line. >>set-variable = max_user_connections=0 >> >>Restart the mysql server and the problem should go away. >>This assumes that you administer your own server. If not, you'll need to >>get the server admins to take care of the issue. |
From: Lindsay H. <fm...@fm...> - 2003-02-20 17:26:03
|
Thus spake so...@gm... on Thu, Feb 20, 2003 at 09:23:46AM CST > > You have to lower the mysql wait_timeout value from the default 8 h to > > 1-5 minutes mas, so stale persistent connections will be freed > > on my server persistent connections are impossible > > > This is a mysql issue. You can change max_user_connections in your > > my.cnf file. Do a locate for it on your system. This is often set > > to 0 (no limit) but may be set to a specific value which is too low > > for your situation. > > max_user_connections is set to 0 (no limit) Hmmm. This smells like a bug. You might try setting max_user_connections to something extremely large, like 1000, and see if this helps. > can I change someting in my PHP Scripts? (close DB) using connect() rather than pconnect() might help, but isn't this hard-coded into the phplib database object scripts? Lowering the wait_timeout for pconnect() might also help, but if mysql isn't honoring the max_user_connections setting then who knows. If your server isn't setting up persistent connections on a pconnect call then this might not help. -- Lindsay Haisley | "Everything works | PGP public key FMP Computer Services | if you let it" | available at 512-259-1190 | (The Roadie) | <http://www.fmp.com/pubkeys> http://www.fmp.com | | |
From: <so...@gm...> - 2003-02-20 15:23:58
|
> You have to lower the mysql wait_timeout value from the default 8 h to > 1-5 minutes mas, so stale persistent connections will be freed on my server persistent connections are impossible > This is a mysql issue. You can change max_user_connections in your > my.cnf file. Do a locate for it on your system. This is often set > to 0 (no limit) but may be set to a specific value which is too low > for your situation. max_user_connections is set to 0 (no limit) can I change someting in my PHP Scripts? (close DB) thx, MAREK. |
From: Giancarlo <gia...@na...> - 2003-02-20 12:16:40
|
You have to lower the mysql wait_timeout value from the default 8 h to 1-5 minutes mas, so stale persistent connections will be freed This is a FAQ. Gian Lindsay Haisley wrote: > Thus spake so...@gm... on Wed, Feb 19, 2003 at 10:27:31AM CST > >>hello, >> >>I keep getting the following mistake from my site: >> >> >>Warning: User net@localhost has already more than 'max_user_connections' >>active connections in /home/www/net/phplib_lablue/db_mysql.inc on line 73 >> >>Warning: MySQL Connection Failed: User net@localhost has already more >>than 'max_user_connections' active connections in >>/home/www/net/phplib_lablue/db_mysql.inc on line 73 >>Database error: pconnect(localhost, net, $Password) failed. >>MySQL Error: () >>Session halted. > > > This is a mysql issue. You can change max_user_connections in your my.cnf > file. Do a locate for it on your system. This is often set to 0 (no limit) > but may be set to a specific value which is too low for your situation. You > can see the current setting by logging in to mysql with the mysql client and > giving the 'show variables;' command. > > To set max_user_connections, edit my.cnf and under the [mysqld] section, put > the following line. > > set-variable = max_user_connections=0 > > Restart the mysql server and the problem should go away. > > This assumes that you administer your own server. If not, you'll need to > get the server admins to take care of the issue. > |
From: Lindsay H. <fmo...@fm...> - 2003-02-20 03:01:38
|
Thus spake so...@gm... on Wed, Feb 19, 2003 at 10:27:31AM CST > hello, > > I keep getting the following mistake from my site: > > > Warning: User net@localhost has already more than 'max_user_connections' > active connections in /home/www/net/phplib_lablue/db_mysql.inc on line 73 > > Warning: MySQL Connection Failed: User net@localhost has already more > than 'max_user_connections' active connections in > /home/www/net/phplib_lablue/db_mysql.inc on line 73 > Database error: pconnect(localhost, net, $Password) failed. > MySQL Error: () > Session halted. This is a mysql issue. You can change max_user_connections in your my.cnf file. Do a locate for it on your system. This is often set to 0 (no limit) but may be set to a specific value which is too low for your situation. You can see the current setting by logging in to mysql with the mysql client and giving the 'show variables;' command. To set max_user_connections, edit my.cnf and under the [mysqld] section, put the following line. set-variable = max_user_connections=0 Restart the mysql server and the problem should go away. This assumes that you administer your own server. If not, you'll need to get the server admins to take care of the issue. -- Lindsay Haisley | "Everything works | PGP public key FMP Computer Services | if you let it" | available at 512-259-1190 | (The Roadie) | <http://www.fmp.com/pubkeys> http://www.fmp.com | | |