Re: [PHP] Need help Wth PHP

2011-10-09 Thread Lester Caine
Rod Lindgren wrote: Thanks for the link. I am now wondering if Wordpress is available on my server. If it's not, you can add it yourself in much the same way you uploaded the 'profile' for the wordpress site ... http://wordpress.org/download/ Essentially it is just another PHP application, but y

RE: [PHP] Need help Wth PHP

2011-10-09 Thread Rod Lindgren
Interesting. The wp-config.php file only contains the following: Not sure where to go from here. Thanks for the input. Any more input is appreciated. Rod -Original Message- From: James Yerge [mailto:ja...@nixsecurity.org] Sent: Sunday, October 09, 2011 5:46 PM To: r...@okinawa

Re: [PHP] Need help Wth PHP

2011-10-09 Thread James Yerge
On 10/09/2011 08:41 PM, Rod Lindgren wrote: > I have a hosting account and am trying to get a friend's website up and > running. We downloaded his existing site from his current host and uploaded > it to my host. It is currently under a subdomain, www.egypt.aragren.com >

[PHP] Need help Wth PHP

2011-10-09 Thread Rod Lindgren
I have a hosting account and am trying to get a friend's website up and running. We downloaded his existing site from his current host and uploaded it to my host. It is currently under a subdomain, www.egypt.aragren.com . When I go there, I get an error message that

[PHP] Re: PHP Download Of Application Question?

2011-10-09 Thread Alex McLain
>I am looking for a way to download a C based application binary, from > an Apache / PHP server, via a client side Web Browser, and execute it > seamlessly on the client side PC without storing it permanently on the > client side > hard disk drive. Temporary storage would be ok. > >I know t

Re: [PHP] Server Side Include translator as PHP functions

2011-10-09 Thread Tommy Pham
On Sun, Oct 9, 2011 at 8:41 AM, Complex wrote: > Tedd, > > The crucial detail you're lookign for is my lack of choice or control > in the matter, for all sorts of reasons that are actually quite stupid > but not possible for *me* to change, and not possible for anyone else > to change quickly. Th

Re: [PHP] Server Side Include translator as PHP functions

2011-10-09 Thread Tedd Sperling
On Oct 9, 2011, at 11:41 AM, Complex wrote: > Tedd, > > The crucial detail you're lookign for is my lack of choice or control > in the matter, for all sorts of reasons that are actually quite stupid > but not possible for *me* to change, and not possible for anyone else > to change quickly. Thus

Re: [PHP] Re: files outside of documentRoot

2011-10-09 Thread Sean Greenslade
On Sun, Oct 9, 2011 at 9:52 AM, Ricardo Martinez wrote: > The files are, png, pdf and flv. > > Only users login can see or download it. > > thx ;> > > On Sat, Oct 8, 2011 at 11:16 PM, Shawn McKenzie >wrote: > > > On 10/08/2011 03:40 PM, Ricardo Martinez wrote: > > > Hi List! > > > > > > I need to

Re: [PHP] Server Side Include translator as PHP functions

2011-10-09 Thread Complex
On Sat, Oct 8, 2011 at 8:48 PM, Tommy Pham wrote: > On Sat, Oct 8, 2011 at 5:33 PM, Complex wrote: >> >> Thanks for the advice, I'm aware of all that, but I'm looking for a >> specific PHP solution at the moment. Unless you have advice on how I >> can update the SSI includes on the larger website

Re: [PHP] Server Side Include translator as PHP functions

2011-10-09 Thread Complex
Tedd, The crucial detail you're lookign for is my lack of choice or control in the matter, for all sorts of reasons that are actually quite stupid but not possible for *me* to change, and not possible for anyone else to change quickly. Thus I am looking for a solution to the problem at hand, inste

Re: [PHP] Server Side Include translator as PHP functions

2011-10-09 Thread Tedd Sperling
On Oct 8, 2011, at 8:48 PM, Tommy Pham wrote: On Sat, Oct 8, 2011 at 5:33 PM, Complex wrote: > >> Thanks for the advice, I'm aware of all that, but I'm looking for a >> specific PHP solution at the moment. Unless you have advice on how I >> can update the SSI includes on the larger website *witho

[PHP] Re: files outside of documentRoot

2011-10-09 Thread Ricardo Martinez
The files are, png, pdf and flv. Only users login can see or download it. thx ;> On Sat, Oct 8, 2011 at 11:16 PM, Shawn McKenzie wrote: > On 10/08/2011 03:40 PM, Ricardo Martinez wrote: > > Hi List! > > > > I need to access files outside the DocumentRoot. > > > > I've been looking for info and