[PHP] Need some help: Setup PHP5 beta with Windows XP/IIS 5.1

2003-08-22 Thread pt2002
Hi, I would like to see this beta of php5, to make some tests with new OO features. I've been trying install it like a ISAPI module, but always get the error: module not found! With cgi, it throws another error with headers. TIA -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Need some help in "exec"-attack

2003-01-13 Thread Alex Ciurea
, 2003 3:27 PM Subject: Re: [PHP] Need some help in "exec"-attack > On Monday 13 January 2003 21:13, Alex Ciurea wrote: > > Hi, > > > > I think I've solved the problem > > > > group owner of the dest_dir must be apache !!! > > NB if mysql is

Re: [PHP] Need some help in "exec"-attack

2003-01-13 Thread Jason Wong
On Monday 13 January 2003 21:13, Alex Ciurea wrote: > Hi, > > I think I've solved the problem > > group owner of the dest_dir must be apache !!! NB if mysql is running whilst you're copying the files then you could end up with incorrect backups. -- Jason Wong -> Gremlins Associates -> www.greml

Re: [PHP] Need some help in "exec"-attack

2003-01-13 Thread Alex Ciurea
ty reasons. - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 3:08 PM Subject: Re: [PHP] Need some help in "exec"-attack > On Monday 13 January 2003 19:53, Alex Ciurea wrote: > > Hi all, >

Re: [PHP] Need some help in "exec"-attack

2003-01-13 Thread Alex Ciurea
Hi, I think I've solved the problem group owner of the dest_dir must be apache !!! - Original Message - From: "Alex Ciurea" <[EMAIL PROTECTED]> To: "php mailing" <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 1:53 PM Subject: [PHP] Need

Re: [PHP] Need some help in "exec"-attack

2003-01-13 Thread Jason Wong
On Monday 13 January 2003 19:53, Alex Ciurea wrote: > Hi all, > > this is my situation: > I want to execute some comands using 'shell_exec': > > $command=shell_exec("ls -la /usr/dest_dir;cp -R /usr/source_dir/1.php > /usr/dest_dir;cd /usr/dest_dir;ls -la"); > echo "$command"; > > Actually, these co

[PHP] Need some help in "exec"-attack

2003-01-13 Thread Alex Ciurea
Hi all, this is my situation: I want to execute some comands using 'shell_exec': $command=shell_exec("ls -la /usr/dest_dir;cp -R /usr/source_dir/1.php /usr/dest_dir;cd /usr/dest_dir;ls -la"); echo "$command"; Actually, these commands: 1)ls -la /usr/dest_dir 2)cp -R /usr/source_di

Re: [PHP] Need some help please.

2002-09-19 Thread Simon Angell
With my limited knowledge (i.e none, lol) i was wondering if you are able to give me the code you use to do it. i will then play around with it t get Canberra, is that ok? doesn't matter if not. -- Cheers - Simon Angell Canberra ACT www.canb

RE: [PHP] Need some help please.

2002-09-18 Thread David Freeman
> Thats a Nice feaure you have, How do you do that? I have a cron event on my server that grabs the relevant page from the web site soon after it is updated (around 20 past each hour) using "lynx -dump url" which then pipes the resulting page dump through grep to grab just the line of data that

Re: [PHP] Need some help please.

2002-09-18 Thread Simon Angell
Thats a Nice feaure you have, How do you do that? I have spoken to guy who made the php file and he will look into the bugs for me, also i will keep playing around with it. -- Cheers - Simon Angell Canberra ACT www.canberra-wx.com -

RE: [PHP] Need some help please.

2002-09-18 Thread David Freeman
> I am having trouble with a PHP script. I am not the one who > made this and my knowledge on php is very little. > I came across this php script > www.canberra-wx.com/bomonster/bomonster01.php Tried loading this and had too many page errors to figure out what you are doing. > www.canber

[PHP] Need some help please.

2002-09-18 Thread Simon Angell
Hi. I am having trouble with a PHP script. I am not the one who made this and my knowledge on php is very little. I came across this php script www.canberra-wx.com/bomonster/bomonster01.php which is weather forecasting for a place called Mildura. The file that the PHP gets its info from is here..

RE: [PHP] Need some help with array sorting

2002-09-13 Thread Will Steffen
? Thanks Will > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 13 September 2002 08:41 AM > To: [EMAIL PROTECTED] > Cc: timo stamm; Will Steffen > Subject: Re: [PHP] Need some help with array sorting > > > Hi Will, > > >

[PHP] Need some help with array sorting

2002-09-12 Thread Will Steffen
Ahem *tap* *tap* is this thing on? Hi everyone, my name is Will and I've been addicted to php for 3 months and 21 days... *grin* I'm hitting a bit of a brick wall in a current project - the answer is probably quite simple, but I'm still newish to php and coding in general so bear with me: I hav

[PHP] need some help on stratagy... (php/mysql/javascript)

2002-07-23 Thread Alexander Ross
I have an embedded object in my webpage which will play a DVD movie right in the page (provided you have a disc in teh dvdrom drive). One of the javascript methods attached to this object returns the current time. OK, on to the php/mysql part. I have a mysql database which has a table to catalo

Re: [PHP] Need some help too!

2002-04-02 Thread Harry Yu
In you php.ini, change the SMTP to the Solaris mail server. Hope this help, Harry --- "Ryan F. Bayhonan" <[EMAIL PROTECTED]> wrote: > Good day to all. > > Just want to ask some help from you guys. > > I'h vaving problem with mail function. I'm currently > making a PHP > application that would

RE: [PHP] Need some help please

2002-04-02 Thread Rick Emery
$query="INSERT INTO news VALUES($newsid,'$title','$author',$posted,'$body' )"; -Original Message- From: menezesd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 12:03 AM To: [EMAIL PROTECTED] Subject: [PHP] Need some help please Hello F

Re: [PHP] Need some help too!

2002-04-01 Thread Miguel Cruz
On Tue, 2 Apr 2002, Ryan F. Bayhonan wrote: > I'h vaving problem with mail function. I'm currently making a PHP > application that would be able to send mails to my co-employee. My webserver > where my application reside runs on linux without a sendmail appliation. > That is why the mail function

[PHP] Need some help too!

2002-04-01 Thread Ryan F. Bayhonan
Good day to all. Just want to ask some help from you guys. I'h vaving problem with mail function. I'm currently making a PHP application that would be able to send mails to my co-employee. My webserver where my application reside runs on linux without a sendmail appliation. That is why the mail

Re: [PHP] Need some help please

2002-04-01 Thread Philip Olson
Hi. A quick hack to figure out your problem is to change: IF (mysql_query($query)){ print "Row added to table"; } else { print "error adding row"; } To: if (!$result = mysql_query($query)) { print 'Query Error: ' . mysql_error(); exit; } else { print 'Success! Row added.'; } In sh

[PHP] Need some help please

2002-04-01 Thread menezesd
Hello Friends. I know I am asking for too much. But somehow, I am stuck with three books I am refering and still not being able to solve my problem, which I would greatly appreciate if any of you gurus can assist. The problem is as follows : I have three sections in this mail : 1. My table st

Re: [PHP] Need some help on security with php and mysql

2002-03-28 Thread heinisch
Did you restart mysql ? could you see your entrances when using mysql on console with master/masterpassword? Oliver At 28.03.2002 10:37, you wrote: >Hello all, >I am using php and mysql with phpmyadmin. I am trying to set up a username >and password in mysql so that when I use >if(!$db_conn = my

Re: [PHP] Need some help on security with php and mysql

2002-03-28 Thread Rasmus Lerdorf
Did you flush the privileges? Using either flush privileges or mysqladmin reload? And besides, you really should be using a GRANT query to do this. -Rasmus On Thu, 28 Mar 2002, hamish wrote: > Hello all, > I am using php and mysql with phpmyadmin. I am trying to set up a username > and passwo

[PHP] Need some help on security with php and mysql

2002-03-28 Thread hamish
Hello all, I am using php and mysql with phpmyadmin. I am trying to set up a username and password in mysql so that when I use if(!$db_conn = mysql_connect('localhost', 'username', "password")) { echo 'Could not connect to the Database Server'; } with the correct username and password it wi

[PHP] need some help

2001-12-16 Thread Melva Garcia
I am looking for a mentor to help me along with using php and mysql i am a designer for over 9 years now..and will in return help you with anything pertaining to layout and design i have alot of dumb questions pertianing to php and mysql dba can someone help me i would appreciate any help I can

Re: [PHP] Need some help with this idea!

2001-07-24 Thread Chris Cocuzzo
you bring up something I've been wondering about, can I fetch just a single row to output? chris - Original Message - From: Remo Pini <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 11:13 AM Subject: RE: [PHP] Need some help with this idea!

RE: [PHP] Need some help with this idea!

2001-07-24 Thread Remo Pini
M > To: [EMAIL PROTECTED] > Subject: [PHP] Need some help with this idea! > > > hey- > > I want to select the oldest show from a database to display on my > main page, > since the oldest show is also the show happening closest to any current > time(if that makes sense...

RE: [PHP] Need some help with this idea!

2001-07-23 Thread Don Read
On 24-Jul-2001 Chris Cocuzzo wrote: > hey- > > I want to select the oldest show from a database to display on my main page, > since the oldest show is also the show happening closest to any current > time(if that makes sense...). I included a timestamp field in my table of > shows in anticipatio

Re: [PHP] Need some help with this idea!

2001-07-23 Thread David Robley
On Tue, 24 Jul 2001 15:57, Chris Cocuzzo wrote: > hey- > > I want to select the oldest show from a database to display on my main > page, since the oldest show is also the show happening closest to any > current time(if that makes sense...). I included a timestamp field in > my table of shows in a

[PHP] Need some help with this idea!

2001-07-23 Thread Chris Cocuzzo
hey- I want to select the oldest show from a database to display on my main page, since the oldest show is also the show happening closest to any current time(if that makes sense...). I included a timestamp field in my table of shows in anticipation of checking that to find out what was the oldes

[PHP] need some help with EREGI please

2001-07-15 Thread Andre Bajew
Hi all, I know I'm doing something dumb but I keep missing it. What I am trying to do is parse through some text and pick up starting at each ". Starting at "" works fine. I thought I read the eregi docu thoroughly but maybe not ?? Any help would be appreciated! Andre //get a line $line = fg

RE: [PHP] need some help..

2001-03-15 Thread ..s.c.o.t.t.. [gts]
ndmark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 4:54 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] need some help.. > > > At 14.03.2001 00:44, you wrote: > >Why, Don't you use the ftp functions to ftp everything over, instead of > >reading

RE: [PHP] need some help..

2001-03-15 Thread Andreas D. Landmark
At 14.03.2001 00:44, you wrote: >Why, Don't you use the ftp functions to ftp everything over, instead of >reading in all the files. If you can get telnet access you could ftp them >straight from your telnet connection. > > >At 06:31 PM 3/13/01 -0500, [EMAIL PROTECTED] wrote: > >Im moving servers

RE: [PHP] need some help..

2001-03-13 Thread Brandon Orther
56 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] need some help.. Do you have a friend with FTP and DSL??... pull out your drive an go to their place. Rick At 06:31 PM 3/13/01 -0500, [EMAIL PROTECTED] wrote: >Im moving servers within the week.. and I got about 600mbs worth of stuff on >th

Re: [PHP] need some help..

2001-03-13 Thread Rick St Jean
Do you have a friend with FTP and DSL??... pull out your drive an go to their place. Rick At 06:31 PM 3/13/01 -0500, [EMAIL PROTECTED] wrote: >Im moving servers within the week.. and I got about 600mbs worth of stuff on >there, and me being on 56K its nearly an impossible tasks. > >I thought

[PHP] need some help..

2001-03-13 Thread PeterOblivion
Im moving servers within the week.. and I got about 600mbs worth of stuff on there, and me being on 56K its nearly an impossible tasks. I thought up of a solution, but need to get it implemented. Have a script open a directory and fopen all the files from the remote server and transfer it to m

Re: [PHP] Need some help plz

2001-03-10 Thread Web Admin
Hi, what's up Mick?! Okay, what have you written in your script?! You never wrote it! try include ('./domain.php') instead of include ('domain.php') maybe it helps you! I tested that on my FreeBSD 4.2+apache/php but it seems that include ('domain.php') is also OK. Just give it a try or add the d

Re: [PHP] Need some help plz

2001-03-10 Thread Gianluca Baldo
Mick - M> Warning: Failed opening '/usr/local/apache/htdocs/mick/domain.php' for M> inclusion (include_path='') in Unknown on line 0 if you get this error it probably means you don't have permissions set up correctly. Check the owner of your apache process and set owner/permission for your php fi

[PHP] Need some help plz

2001-03-10 Thread Mick
Hi, I installed PHP4 onto my FreeBSD 4.2 computer but i'm getting this error, anyone able to tell me how i can fix it? Warning: Failed opening '/usr/local/apache/htdocs/mick/domain.php' for inclusion (include_path='') in Unknown on line 0 Thanks in advanced -- PHP General Mailing List (ht

Re: [PHP] Need some Help! [:)]

2001-02-08 Thread Richard Lynch
> Basically in a nutshell... i made a new row in post signature int(1) And you have a new column (you said row, you meant column) in members signature text?... Where are you storing the actual text and how is it related to 1 or 2 or is it always just 1?... If I'm confusing you, draw it out on pa

[PHP] Need some Help! [:)]

2001-02-05 Thread Kelly Hamlin
Currently i have two files post.php3 - http://www.bbhacks.com/board/post.phps and viewthread.php3 - http://www.bbhacks.com/board/viewthread.phps what im trying to do is make it so signatures are dynamic. I think im close but i also think since im fairly new i have some things wrong as well. Bas