Re: [PHP] Filemanager v1.0

2003-10-18 Thread Curt Zirzow
* Thus wrote CPT John W. Holmes ([EMAIL PROTECTED]): > From: "Ryan A" <[EMAIL PROTECTED]> > > > and another thing, don't ask John H for help (or sarcastic comments)... > > that too is reserved just for me. > > You have been warned > > This John H guy sounds like a dick. Someone should boot h

Re: [PHP] Filemanager v1.0

2003-10-18 Thread Becoming Digital
essage - From: "CPT John W. Holmes" <[EMAIL PROTECTED]> To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, 17 October, 2003 15:49 Subject: Re: [PHP] Filemanager v1.0 From: "Ryan A" <[EMAIL PROTECTED]> > and another

Re: [PHP] Filemanager v1.0

2003-10-17 Thread Ryan A
Hahahaha I totally agree, but the problem is this d*** knows a fu* hellava lot about PHP and we would be pretty lost on the list without him. Its the old problem of which is worse...the devil or the deep sea... Cheers, -Ryan >> and another thing, don't ask John H for help (or sarcastic

Re: [PHP] Filemanager v1.0

2003-10-17 Thread John Nichel
CPT John W. Holmes wrote: From: "Ryan A" <[EMAIL PROTECTED]> and another thing, don't ask John H for help (or sarcastic comments)... that too is reserved just for me. You have been warned This John H guy sounds like a dick. Someone should boot him. ---John Holmes... I agree. In fact, the

Re: [PHP] Filemanager v1.0

2003-10-17 Thread Robert Cummings
On Fri, 2003-10-17 at 15:49, CPT John W. Holmes wrote: > From: "Ryan A" <[EMAIL PROTECTED]> > > > and another thing, don't ask John H for help (or sarcastic comments)... > > that too is reserved just for me. > > You have been warned > > This John H guy sounds like a dick. Someone should boot

Re: [PHP] Filemanager v1.0

2003-10-17 Thread CPT John W. Holmes
From: "Ryan A" <[EMAIL PROTECTED]> > and another thing, don't ask John H for help (or sarcastic comments)... > that too is reserved just for me. > You have been warned This John H guy sounds like a dick. Someone should boot him. ---John Holmes... -- PHP General Mailing List (http://www.ph

Re: [PHP] Filemanager v1.0

2003-10-17 Thread John Nichel
Ryan A wrote: [snip] Please dont post all the programs you write and then ask, 'help me make this better.' [/snip] Yes, don't *ever* do that, only I am allowed to do that... and another thing, don't ask John H for help (or sarcastic comments)... that too is reserved just for

RE: [PHP] Filemanager v1.0

2003-10-17 Thread Ryan A
[snip] Please dont post all the programs you write and then ask, 'help me make this better.' [/snip] Yes, don't *ever* do that, only I am allowed to do that... and another thing, don't ask John H for help (or sarcastic comments)... that too is reserved just for me. You have b

RE: [PHP] Filemanager v1.0

2003-10-17 Thread Jay Blanchard
[snip] Please dont post all the programs you write and then ask, 'help me make this better.' if I did this I'd probably be passing John up in #posts on the list [/snip] *LOL* Ditto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Filemanager v1.0

2003-10-17 Thread Curt Zirzow
* Thus wrote Bas ([EMAIL PROTECTED]): > I have my second program: > > Filemanager!!! > > It contains 2 files(this files are in the admin directory of the folder > meant in the showindex.php file($dir)): > > showindex.php > --- [.. snip insecure code ..] > --- > Change $dir to your dir > / is the

RE: [PHP] Filemanager v1.0

2003-10-17 Thread Jake McHenry
Bas wrote: > I have my second program: > > Filemanager!!! > > It contains 2 files(this files are in the admin directory of > the folder meant in the showindex.php file($dir)): > > showindex.php > --- > $dir = "/pub/publicfiles/"; // Change this to your situation > >$dp = opendir($dir);

[PHP] Filemanager v1.0

2003-10-17 Thread Bas
I have my second program: Filemanager!!! It contains 2 files(this files are in the admin directory of the folder meant in the showindex.php file($dir)): showindex.php --- "; echo "".$filenames[$i]." "; } } ?> --- filemanager.php --- ".$filename.""; // echo HTML-code echo