[PHP] download php

2003-07-10 Thread Mantas Kriauciunas
Hello php-general,

  some hacker just tries his luck everyday to get me pissed, is it
  possible to make php files not downloadable? or coded? or something?
  because some dude knows my passwords every time, and with them
  passes the shity security to main user, thank god not root.

  So is there any way?

  if anyone knows any links or resources, please reply, i'll check
  them, i need to put this to end

  P.S system is freebsd.

  Thank you!!!

  there are even more and more kids that want to be named haker,
  lookin at their age, could be even my son:)

-- 
Best regards,
 Mantas  mailto:[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] download php

2003-07-10 Thread Marek Kilimajer
Do you use secure connection? Well, you should.

Mantas Kriauciunas wrote:

Hello php-general,

  some hacker just tries his luck everyday to get me pissed, is it
  possible to make php files not downloadable? or coded? or something?
  because some dude knows my passwords every time, and with them
  passes the shity security to main user, thank god not root.
  So is there any way?

  if anyone knows any links or resources, please reply, i'll check
  them, i need to put this to end
  P.S system is freebsd.

  Thank you!!!

  there are even more and more kids that want to be named haker,
  lookin at their age, could be even my son:)


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] download php

2003-07-10 Thread Daniel J. Rychlik
You should also store passwords in a non-readable to the world directory.  

-Dan

- Original Message - 
From: Marek Kilimajer [EMAIL PROTECTED]
To: Mantas Kriauciunas [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 5:01 AM
Subject: Re: [PHP] download php


 Do you use secure connection? Well, you should.
 
 Mantas Kriauciunas wrote:
 
  Hello php-general,
  
some hacker just tries his luck everyday to get me pissed, is it
possible to make php files not downloadable? or coded? or something?
because some dude knows my passwords every time, and with them
passes the shity security to main user, thank god not root.
  
So is there any way?
  
if anyone knows any links or resources, please reply, i'll check
them, i need to put this to end
  
P.S system is freebsd.
  
Thank you!!!
  
there are even more and more kids that want to be named haker,
lookin at their age, could be even my son:)
  
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] download php

2003-07-10 Thread Ow Mun Heng
I'm not sure about FreeBSD but on Redhat, the /etc/passwd 'IS' meant to be
world readable. But fortunately it's only stores usernames and Real names
and etc.. whereas /etc/shadow is only root readable and it's the file that
stores user's passwords.

I think that's pretty secure.

Why are you parsing through /etc/passwd anyway?

Anyway, I might have gotten your question wrongly or something. I still need
to figure out how to JAIL apache or 'ensure that you put files like
/etc/passwd OUTSIDE your web root.' That;s something which I've not know how
to do YET.

Cheers,
Mun Heng, Ow
H/M Engineering
Western Digital M'sia 
DID : 03-7870 5168


-Original Message-
From: Daniel J. Rychlik [mailto:[EMAIL PROTECTED]
Sent: Friday, July 11, 2003 1:46 AM
To: Marek Kilimajer; Mantas Kriauciunas
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] download php


You should also store passwords in a non-readable to the world directory.  

-Dan

- Original Message - 
From: Marek Kilimajer [EMAIL PROTECTED]
To: Mantas Kriauciunas [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 5:01 AM
Subject: Re: [PHP] download php


 Do you use secure connection? Well, you should.
 
 Mantas Kriauciunas wrote:
 
  Hello php-general,
  
some hacker just tries his luck everyday to get me pissed, is it
possible to make php files not downloadable? or coded? or something?
because some dude knows my passwords every time, and with them
passes the shity security to main user, thank god not root.
  
So is there any way?
  
if anyone knows any links or resources, please reply, i'll check
them, i need to put this to end
  
P.S system is freebsd.
  
Thank you!!!
  
there are even more and more kids that want to be named haker,
lookin at their age, could be even my son:)
  
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Download PHP from Linux machine?

2001-02-26 Thread Rick Hodger


Joe Stump [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 lynx -source
http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gzsource_
site=www.php.net  php-4.0.4pl1.tar.gz will work - also try wget

Why do so many people apparently not bother to actually read what people are
writing?

On a unix shell, try putting a \ in front of all your funny characters. eg:

http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gz\source
site=www.php.net

Or whatever the URL is. I think that got mangled by Outlook.

--
Rick Hodger


 On Fri, Feb 23, 2001 at 03:28:14PM -0600, Jorge Alvarez wrote:
  Hi there,
 
  I want to download PHP from my Linux server, but I can't just type "lynx
 
http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gzsource_
  site=www.php.net"
 
  This is the link in the PHP downloads page, but the shell gets confused
by
  the  character.
 
  What should I do?
 
  Best Regards,
 
  Jorge.
 
 
 
  --
  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]

 --

 --
-
 Joe Stump, PHP Hacker,
 -o)
 http://www.miester.org http://www.care2.com
/\\
 "It's not enough to succeed. Everyone else must fail" -- Larry Ellison
_\_V
 --
-


 --
 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 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] Download PHP from Linux machine?

2001-02-23 Thread Jorge Alvarez

Hi there,

I want to download PHP from my Linux server, but I can't just type "lynx
http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gzsource_
site=www.php.net"

This is the link in the PHP downloads page, but the shell gets confused by
the  character.

What should I do?

Best Regards,

Jorge.



-- 
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] Download PHP from Linux machine?

2001-02-23 Thread Joe Stump

lynx -source 
http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gzsource_site=www.php.net
  php-4.0.4pl1.tar.gz will work - also try wget

--Joe

On Fri, Feb 23, 2001 at 03:28:14PM -0600, Jorge Alvarez wrote:
 Hi there,
 
 I want to download PHP from my Linux server, but I can't just type "lynx
 http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gzsource_
 site=www.php.net"
 
 This is the link in the PHP downloads page, but the shell gets confused by
 the  character.
 
 What should I do?
 
 Best Regards,
 
 Jorge.
 
 
 
 -- 
 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]

-- 

---
Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o)
http://www.miester.org http://www.care2.com /\\
"It's not enough to succeed. Everyone else must fail" -- Larry Ellison _\_V
---


-- 
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] Download PHP from Linux machine?

2001-02-23 Thread Simons

try to "double quotes" the url


""Jorge Alvarez"" [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó
976k7t$2t2$[EMAIL PROTECTED]">news:976k7t$2t2$[EMAIL PROTECTED]...
 Hi there,

 I want to download PHP from my Linux server, but I can't just type "lynx

http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gzsource_
 site=www.php.net"

 This is the link in the PHP downloads page, but the shell gets confused by
 the  character.

 What should I do?

 Best Regards,

 Jorge.



 --
 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 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] Download PHP from Linux machine?

2001-02-23 Thread ..s.c.o.t.t..

well, you could load lynx, then type "G" (go) and
type in "www.php.net" on the address bar, then
navigate your way to the download page from there.
(it's only one page deep into the site)

that's how i did it at work on our linux machine.


 -Original Message-
 From: Simons [mailto:[EMAIL PROTECTED]]
 Sent: Friday, February 23, 2001 21:00
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] Download PHP from Linux machine?


 try to "double quotes" the url


 ""Jorge Alvarez"" [EMAIL PROTECTED] gl
 976k7t$2t2$[EMAIL PROTECTED]">news:976k7t$2t2$[EMAIL PROTECTED]...
  Hi there,
 
  I want to download PHP from my Linux server, but I can't just type "lynx
 
 http://www.php.net/do_download.php?download_file=php-4.0.4pl1.tar.gzsource_
  site=www.php.net"
 
  This is the link in the PHP downloads page, but the shell gets confused by
  the  character.
 
  What should I do?
 
  Best Regards,
 
  Jorge.
 
 
 
  --
  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 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 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]