Re: [PHP] Unix passwd file

2002-10-04 Thread Josep R. Raurell
was found - the user is authenticated. $auth = true; } return $auth; } Josep R. Raurell En/na Scott ha escrit: >I apologize if this is might be OT. I have 5,000+ users in a unix passwd >file that I would like to move to a MySQL table to build a login system >with ph

[PHP] apache security

2002-06-19 Thread Josep R. Raurell
which has forced the early release of this advisory. Please note that the patch provided by ISS does not correct this vulnerability. The Apache Software Foundation has released versions 1.3.26 and 2.0.39 to address and fix this issue. These version are available for download; see below. Josep

Re: [PHP] help me please! :)

2002-06-10 Thread Josep R. Raurell
This work for me: liv_1 liv_2 liv_3 liv_n To get the value i work in this way... $liv= $_REQUEST['liv']; $n = 50; for ($i=1; $i<=$n;i++){ ... echo $liv[$i]; Josep R. Raurell -- PHP General

Re: [PHP] Re: the ?PHPSESSID=spoofme 'bug'

2002-06-07 Thread Josep R. Raurell
If you destroy the session (for exaple with a logoff button) this dosen work. Josep R. Raurell Giancarlo Pinerolo wrote: >Giancarlo Pinerolo wrote: > >>I myself wrote: >> >>>Can I tell you more than what the subject says? >>>proceeding: >>>Close

[PHP] pdf with POST

2002-05-30 Thread Josep R. Raurell
so much variables in the URL, whit post the result is a blank scrren (the pdf never apears). Somebody nows if is posible (with another headers or with other solution) to use a POST method to get a pdf made on the fly ? Thanks. Josep. R. Raurell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] cross db

2002-04-19 Thread Josep Raurell
And what about pearDB ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] db2 connect speed problem

2002-04-17 Thread Josep Raurell
faster ? Thanks Josep R. Raurell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Rebuilding PHP4 with IBM DB2 Support Causes Apache to Die Upon Restart

2002-03-24 Thread Josep Raurell
; 'putenv ("DB2INSTANCE=db2inst1"); ' 'odbc_connect(PHP_DB_NAME, AS400_USERID, AS400_PASSWORD);' Warning: The Table name referenced in your PHP script must be qualified with the "collection" or "library" name of AS/400 DB2 system. Exa

[PHP] Solution: ImagePng: No PNG support in this PHP build

2002-03-12 Thread Josep Raurell
clean", but is not very clean :-(. The answer is delete the source and extract again. A lot of tanks to Jason Wong, today my php support png. Josep R. Raurell Responsable d'inforamtica d' AKO Electomecanica Estudinat d' Ingenieria Tecnica Informatica de Gestió a la UOC

[PHP] ImagePng: No PNG support in this PHP build

2002-03-11 Thread Josep Raurell
27; '--with-pdflib=/usr/local/pdflib4' '--with-zlib' '- -with-png-dir=/usr/local' '--with-gd=/usr/local' It seems a problem that other people had, but I can't found the sollution in the forums. Help please. Josep R. Raurell. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Text editor for linux

2002-02-17 Thread Josep Raurell
Quoting Torkil Johnsen <[EMAIL PROTECTED]>: > Anyone know of a good text editor for linux, WITH syntax highlighting for > php/html + other languages? > > - TOrkil > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > jedit www.je

[PHP] PHP+MYSQL unable to select database

2001-12-10 Thread josep
I can't select a database from a php script. I've set privileges in both the user and the data base tables and I've done FLUSH PRIVILEGES; WHY? JOSEP. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] PHP+MYSQL: unable to select database even FLUSH PRIVILEGES

2001-12-10 Thread josep
I've did: FLUSH PRIVILEGES but nothing changes. Josep. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] PHP+MYSQL: unable to select database

2001-12-10 Thread josep
I get: unable to select database when I visit my guestbook.php The user trying it is set in the mysql.user (without any perms) and in the mysql.db (with all perms). Do I have to set all perms to this user in the mysql.user table? Josep -- PHP General Mailing List (http

[PHP] Access denied for user

2001-12-06 Thread josep
I get the following message when trying to view a php page Warning: Access denied for user: 'jupshoes@localhost' (Using password: YES) in /home/jupshoes/public_html/guest/index.php on line 27 Unable to connect to SQL server What is going wrong Josep -- PHP General Mailing

[PHP] newbie: which packages are needed?

2001-12-06 Thread josep
Which packages do I need to set a web server with PHP and MYSQL support? I guess: apache server php4 apache module mysql module for php4 Josep -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] undefined function: mysql_pconnect()

2001-12-05 Thread josep
Debian 2.2 + PHP4 apache module + mysql Trying my first php program (guestbook) I get: Fatal error: Call to undefined function: mysql_pconnect() in /home/jupshoes/public_html/guest/index.php on line 27 thanks Josep. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] Again: [PHP] NEXT Page and BACK Page

2001-10-23 Thread Josep Raurell
> Use a LIMIT clause. See > http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#SEL ECT > > -Rasmus And for a db that not have limit (like ibm db2) Josep. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

[PHP] how to limit the files returned

2001-09-20 Thread Josep Raurell
Hi. I want use in IBM DB2 the SELECT . LIMIT, as I can do in mySQL. How -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] php still not working

2001-06-26 Thread josep
If you d'ont compile as a module, you must copile and install apache again. > >> Trying a re-post from yesterday... >> >> My setup is as follows: >> >> RH Linux 7.0 >> PHP 4.0.5 >> Apache 1.3.20 >> >> I've either added or uncommented the following lines from httpd.conf: >> >> AddType ap