Re: [PHP] editor for working with php

2001-10-30 Thread EDUMEXICO

Use Emacs, I think this is the best IDE.

On Thu, Oct 25, 2001 at 11:10:36PM -0500, Ray Todd Stevens wrote:
> I ahve been using go-live (4.0) to edit pages containing php scripts.  
> this is not really working well.  Is there a better way or a better editor 
> to use for this?
> 
> Ray Todd Stevens Specialists in Network and Security 
> Consulting
> Senior ConsultantSoftware audit service available
> Stevens Services
> Suite 21
> 3754 Old State Rd 37 N
> Bedford, IN 47421
> (812) 279-9394
> [EMAIL PROTECTED]
> 
> Thought for the day:
> Bagpipes (n): an octopus wearing a kilt.
> 
> 
> For PGP public key send message with subject 
> please send PGP key
> 
> If this message refers to an attachment the attachment
> may arrive as a seperate mail message depending on the
> type of mail client and gateway software you are using.
> 
> 
> -- 
> 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]

-- 
Mauricio Téllez Jiménez
Seguimiento Técnico EDUMEXICO
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Zamora No. 25, Col. Centro
C.P. 91000, Xalapa, Ver.
Tel. 52(28)17-86-87, 17-73-80
Fax. 52(28)18-64-13

 PGP signature


[PHP] How to load .php3 pages using PHP4

2001-11-22 Thread EDUMEXICO

Hi all, I'm using PHP version 4 (module) with no problems in a Debian box, but today I 
download PHPlib;  I installed as the README file told me, but all the files have the 
extension php3, and when I try to open with my browser I it tell me to save the file 
to disc.

I uncomment the next line in srm.conf:
AddType application/x-httpd-php3 .php3

and restart apache without luck. I don't want to downgrade to PHP3, so is there a way 
of solve this using PHP4? Thanks for your help.

-- 
Mauricio Téllez Jiménez
Seguimiento Técnico EDUMEXICO
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Zamora No. 25, Col. Centro
C.P. 91000, Xalapa, Ver.
Tel. 52(28)17-86-87, 17-73-80
Fax. 52(28)18-64-13



msg40899/pgp0.pgp
Description: PGP signature


Re: [PHP] PHP Authentication

2001-11-30 Thread EDUMEXICO

Hi, there is a module for apache that autorizes with mysql, the name of the module is: 
mod_auth_mysql-2.20, that way you can protect files/directories with the .htaccess 
method. Bye.

PD. The module is at: www.mysql.com

On Thu, Nov 29, 2001 at 08:59:05PM +, Hippie wrote:
> I'm attempting authorise users from a MySQL database. The idea being,
> that upon access to the page they input their username and password
> and this is checked against a table from an SQL database. This page
> needs to be completely server independant which means that I can't
> make use of the $PHP_AUTH_USER as this relies on IIS or Apache to know
> how to authorise to my knowledge.
> 
> If anyone has any ideas on how to accomplish this I would be more than
> interested to hear of them. Also, failing this being possible if I can
> resort to checking it against Radius instead of SQL so any ideas on
> that would be great as well.
> 
> Hippie.
> 
> -- 
> 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]

-- 
Mauricio Téllez Jiménez
Seguimiento Técnico EDUMEXICO
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Zamora No. 25, Col. Centro
C.P. 91000, Xalapa, Ver.
Tel. 52(28)17-86-87, 17-73-80
Fax. 52(28)18-64-13



msg41657/pgp0.pgp
Description: PGP signature


Re: [PHP] Authenticating Users with their Windows Login - Desperate

2001-11-30 Thread EDUMEXICO

Hi all, I know that this is NOT the best answer, but maybe it works, so here it is: 
when some people type a login and a password for access a secure page, you read that 
values and the IP address of the user, then you tell smbclient to find the NT password 
server (but if you know the addreess that is much easy) and connect to the machine 
with the login and password the user typed. If you got a positive, YOU'RE DONE!!!

I hope this can help you.

On Fri, Nov 30, 2001 at 04:49:32PM +0800, Feroze Md. Arif wrote:
> Hi Again,
> 
> I've searched high and low since my last post but I couldn't find anything
> on how Users can be authenticated using their Windows NT server User IDs and
> Passwords.  I do not want to authenticate users with a MySQL database etc.,
> since that involves recreating all the user ids and passwords.  If my users
> log into my intranet application with their NT or Windows2000 user id and
> password, is there anyway I can access the Windows NT User ID/Password
> respository and authenticate the users?
> 
> Please help.  If anyone has some suggestions please let me know.
> 
> Best Regards
> Feroze
> 
> Jar Jar Binks will be Jedi!
> 
> ==
> Hi,
> 
> First of all, my apologies if this question has been asked earlier.  I am in
> a hurry and I haven't checked the archives (Actually, I am in the process of
> doing it but am trying to cover all the bases).
> 
> I know that PHP has functions which will allow Users to be authenticated off
> a NIS Server or a LDAP server.  Will it be possible to do something similar
> in PHP with the User IDs and Passwords stored in a NT or Windows 2000
> server?  I would appreciate it very much if anyone could point me to
> resources that could help me or share some sample scripts :) :)
> 
> Thanks in Advance,
> 
> Feroze
> ===
> Jar Jar Binks will be Jedi!
> 
> 
> -- 
> 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]

-- 
Mauricio Téllez Jiménez
Seguimiento Técnico EDUMEXICO
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Zamora No. 25, Col. Centro
C.P. 91000, Xalapa, Ver.
Tel. 52(28)17-86-87, 17-73-80
Fax. 52(28)18-64-13



msg41658/pgp0.pgp
Description: PGP signature


Re: [PHP] PHP with Access?

2001-08-31 Thread EDUMEXICO

Try upsizer, simple but work fine.

On Thu, Aug 30, 2001 at 10:02:03AM -0400, Jeff Lewis wrote:
> I am using mySQL with all of my stuff but a friend who started writing some files 
>for our online baseball league was using Access as his database.  We tried running it 
>on my server but it returns an error that says undefined function odbc_connect.
> 
> Now my questions, can I get this to work on a Linux box?  If not, is there a nice 
>way to convert the MDB to mySQL? :)
> 
> Jeff

-- 
Mauricio Téllez Jiménez
Seguimiento Técnico EDUMEXICO
[EMAIL PROTECTED]
Zamora No. 25, Col. Centro
C.P. 91000, Xalapa, Ver.
Tel. 52(28)17-86-87, 17-73-80
Fax. 52(28)18-64-13

 PGP signature


Re: [PHP] Problem when displaying the $ character

2001-10-03 Thread EDUMEXICO

Hi, try this:


Item 1
Item 2
";

?>

I hope this can help you. Cheers

On Wed, Oct 03, 2001 at 11:08:27AM -0700, Dominik wrote:
> Through php, I run a function that creates a list of items in a select menu
> as follows:
> 
> 
> ">Item 1
> ">Item 2
> 
> 
> but here is how the source code looks:
> 
> 
> Item 1
> Item 2
> 
> 
> It looks like php takes the $ character and inserts a return for it.  This
> though disrupts the value of the form element.  Is there anyway to make this
> code appear like it should (with the option tag all on one line instead of
> 2)?
> 
> Thanks!
> Dominik
> 
> 
> 
> -- 
> 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]

-- 
Mauricio Téllez Jiménez
Seguimiento Técnico EDUMEXICO
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Zamora No. 25, Col. Centro
C.P. 91000, Xalapa, Ver.
Tel. 52(28)17-86-87, 17-73-80
Fax. 52(28)18-64-13

 PGP signature