Re: [PHP] PHP scripts with shebang line: Questions

2007-07-13 Thread Richard Lynch
AFAICS, this is a FreeBSD question... That said, you could have a work-around where you put your 2 -d settings into a single php.mini :-) file and then use one -c to pull that in... On Fri, July 13, 2007 8:23 pm, sone gone wrote: > Hi, > > i want to question about shebang line on FreeBSD6. > > T

Re: [PHP] PHP scripts are not executed

2003-10-23 Thread Bas
You can now try it again, on http://212.120.120.108:3/forumBT/index.php. I have installed as module now... "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > favicon.ico is not the problem. The problem is "The specified network > name is no longer available". Check

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread John Nichel
Bas wrote: Web address is: http://212.120.120.108:3/forumBT/ for phpBB (DUTCH!!!) If you need any translation, i will help you. "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] You need to modify your httpd.conf file to see 'index.php' as an index. -- By-Tor.com It's all abo

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Marek Kilimajer
favicon.ico is not the problem. The problem is "The specified network name is no longer available". Check out this resource, if that does not help, google for the error string. http://www.experts-exchange.com/Web/Web_Servers/Apache/Q_20671124.html Bas wrote: I have checked the error log and th

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
I have checked the error log and the only real error i can see is that C:\pub\favicon.ino does not exist... I have added this and now i need that you test again... Thanks, Bas "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sometimes the pages load, sometimes they do

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Marek Kilimajer
Sometimes the pages load, sometimes they don't. Seems like apache is crashing, check apache error logs, php installation, installed modules... Bas wrote: And, e-mail me the results(on [EMAIL PROTECTED]) Of the website... Likethe error and so "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
And, e-mail me the results(on [EMAIL PROTECTED]) Of the website... Likethe error and so "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On web, i mean from my pc and on pc i use both > "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hm, I stil

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
Web address is: http://212.120.120.108:3/forumBT/ for phpBB (DUTCH!!!) If you need any translation, i will help you. "Bas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On web, i mean from my pc and on pc i use both > "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message > n

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
On web, i mean from my pc and on pc i use both "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hm, I still don't get you. > > On your pc - do you mean you view the pages from your pc or that the > pages are served from your pc (or both)? > > From the web - do you me

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Marek Kilimajer
Hm, I still don't get you. On your pc - do you mean you view the pages from your pc or that the pages are served from your pc (or both)? From the web - do you mean you view the pages from the web or that the pages are served from another server on the web? Bas wrote: Internally is on my pc an

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Bas
Internally is on my pc and externally is from the web. "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, first you should explain the meanings of "internaly" and "externaly" > in this case. > > Bas wrote: > > > I am running Windows XP, Apache/2.0.44 and php 4.3.3

Re: [PHP] PHP scripts are not executed

2003-10-22 Thread Marek Kilimajer
Hi, first you should explain the meanings of "internaly" and "externaly" in this case. Bas wrote: I am running Windows XP, Apache/2.0.44 and php 4.3.3. I seem that internally all my PHP scripts work. But, externally, phpBB 2.0.6 does not work... Sorry for the double message... And my e-mail h

Re: [PHP] PHP scripts and the GPL/other licenses

2003-03-01 Thread Leif K-Brooks
Yes. Just look at Linux, and its many distributions. Most have changed more than 10 lines, but I don't believe the GPL says how much must be changed. Jeff Lewis wrote: So with the GPL, someone can change say...10 lines and rename the scripts and distribute it as their own? -- The above messag

Re: [PHP] PHP scripts and the GPL/other licenses

2003-03-01 Thread Jeff Lewis
TED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, March 01, 2003 11:33 PM Subject: Re: [PHP] PHP scripts and the GPL/other licenses > They're doing nothing wrong as long as they distribute the source under > the GPL. > > Jeff Lewis wrote: > > >I am wondering if anyo

Re: [PHP] PHP scripts and the GPL/other licenses

2003-03-01 Thread Jason Sheets
I generally use the BSD license for my code and PHP scripts, in some cases I have used the GPL but IMHO the GPL is too restricting so I live what I preach and release my code under the BSD License. As far as people stealing code and renaming it I've seen several commercial programs that are simply

Re: [PHP] PHP scripts and the GPL/other licenses

2003-03-01 Thread Leif K-Brooks
They're doing nothing wrong as long as they distribute the source under the GPL. Jeff Lewis wrote: I am wondering if anyone out there has some really good references in regards to scripts distributed as open source using the GPL. In the last three years that I have worked on open source projects

Re: [PHP] PHP scripts

2001-03-12 Thread Nuno Silva
Hi, just ./configure make and you'll get a php binary rwxr-xr-x :) (do not pass --with-apache or --with-apxs to ./configure) Regards, Nuno Alexandre Hautequest wrote: > Hi all. > > How do i use php to build "shell scripts"? Please send me the compiler-time > options or the link to the page

Re: [PHP] PHP scripts in HTML

2001-02-14 Thread Ankur Verma
you should use include() function instead of the javascript style includes refer to the php manual for more details best regards Ankur Verma HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "Don" <[EMAIL PROTECTED]> To: "php list" <[EMAIL PROTECTED]> Sent: Thu

RE: [PHP] PHP scripts in HTML

2001-02-14 Thread Brian V Bonini
Don, Why don't you just rename your .html file to .php and use 'include' to call an external php script. -brian * > -Original Message- > From: Scott Mebberson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 14, 2001 4:47 PM > To: [EMAIL PROTECTE

Re: [PHP] PHP scripts in HTML

2001-02-14 Thread Scott Mebberson
Hi Don, This wont work as PHP is a server side scripting language. So by the time your page gets displayed in a browser, php has already packed up and gone home. It has done it's job and exited your page. For your webserver to recognise php it must be incompessed in tags, or . This is so your w