Re: [PHP] URGENT! Need help with command line for "list all new/modified files within the last 24 hours"

2012-10-26 Thread Alan Hoffmeister
2012/10/25 : > Hi to all, > My site with Drupal 7. I contacted tech support and he said he accessed to > the site with FTP - what I doubt. But if it's truth - it's even worse > because whole server is then compromised. > I need help with command line for "list all new/modified files within the > l

Re: [PHP] URGENT! Need help with command line for "list all new/modified files within the last 24 hours"

2012-10-25 Thread lamp
> On 10/25/2012 06:15 PM, l...@afan.net wrote: >> Hi to all, >> My site with Drupal 7. I contacted tech support and he said he accessed >> to >> the site with FTP - what I doubt. But if it's truth - it's even worse >> because whole server is then compromised. >> I need help with command line for "l

Re: [PHP] URGENT! Need help with command line for "list all new/modified files within the last 24 hours"

2012-10-25 Thread Jay Blanchard
[snip] Third, if it is Linux, man find and you will find the answer you seek [/snip] RTFMP -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] URGENT! Need help with command line for "list all new/modified files within the last 24 hours"

2012-10-25 Thread lamp
> > >> -Original Message- >> From: l...@afan.net [mailto:l...@afan.net] >> Sent: Thursday, October 25, 2012 9:16 PM >> To: php-general@lists.php.net >> Subject: [PHP] URGENT! Need help with command line for "list all >> new/modified files within the last 24 hours" >> >> Hi to all, >> My sit

Re: [PHP] URGENT! Need help with command line for "list all new/modified files within the last 24 hours"

2012-10-25 Thread lamp
> Remove all compromised files: > > sudo rm -rf / > > Really you should move to a new server. Dump the database and upload code > from your local copy. I wish it's so easy :( > > Regards, > > -Josh > ___ > http://joshuakehn.com > Currently mobile > > On Oct 25, 2012,

Re: [PHP] URGENT! Need help with command line for "list all new/modified files within the last 24 hours"

2012-10-25 Thread lamp
> On 10/25/2012 06:15 PM, l...@afan.net wrote: >> Hi to all, >> My site with Drupal 7. I contacted tech support and he said he accessed >> to >> the site with FTP - what I doubt. But if it's truth - it's even worse >> because whole server is then compromised. >> I need help with command line for "l

Re: [PHP] URGENT! Need help with command line for "list all new/modified files within the last 24 hours"

2012-10-25 Thread Jim Lucas
On 10/25/2012 06:15 PM, l...@afan.net wrote: Hi to all, My site with Drupal 7. I contacted tech support and he said he accessed to the site with FTP - what I doubt. But if it's truth - it's even worse because whole server is then compromised. I need help with command line for "list all new/modifi

Re: [PHP] Urgent help - Token Generation code!

2011-05-28 Thread Shreyas Agasthya
Let me try and get back. Thanks, Jasper! On 28-May-2011, at 4:29 AM, Jasper Mulder wrote: From: shreya...@gmail.com To: lord_fa...@hotmail.com Subject: Re: [PHP] Urgent help - Token Generation code! Date: Sat, 28 May 2011 04:15:59 +0530 Jasper

RE: [PHP] Urgent help - Token Generation code!

2011-05-27 Thread Jasper Mulder
> From: shreya...@gmail.com > To: lord_fa...@hotmail.com > Subject: Re: [PHP] Urgent help - Token Generation code! > Date: Sat, 28 May 2011 04:15:59 +0530 > > Jasper, > > Tried echoing $sToken but wouldn't work. > > Re

RE: [PHP] Urgent help - Token Generation code!

2011-05-27 Thread Jasper Mulder
> From: lord_fa...@hotmail.com > To: shreya...@gmail.com > Subject: RE: [PHP] Urgent help - Token Generation code! > Date: Sat, 28 May 2011 00:41:02 +0200 > > > > > Date: Sat, 28 May 2

Re: [PHP] urgent CSS question

2009-05-23 Thread LinuxManMikeC
Maybe there is another CSS rule that also matches the same context and overrides parts of the #frame1 rule, but didn't match when using the old #frame rule. Just my two cents. On Fri, May 22, 2009 at 7:15 PM, PJ wrote: > Benjamin Hawkes-Lewis wrote: >> On 22/5/09 20:31, PJ wrote: >>> They may ha

Re: [PHP] urgent CSS question

2009-05-22 Thread PJ
Benjamin Hawkes-Lewis wrote: > On 22/5/09 20:31, PJ wrote: >> They may have different names, but does that change their functionality? > > Potentially, yes! > > A selector including #frame will no longer match if "id" is changed to > "frame1", and vice versa. > >> They are identical except for the

Re: [PHP] urgent CSS question

2009-05-22 Thread Benjamin Hawkes-Lewis
On 22/5/09 20:31, PJ wrote: They may have different names, but does that change their functionality? Potentially, yes! A selector including #frame will no longer match if "id" is changed to "frame1", and vice versa. They are identical except for the "1" in the title of the id. So, if I cha

Re: [PHP] urgent CSS question

2009-05-22 Thread Dee Ayy
I had an id killing me the other day. Turned out I was going blind. A different font or glasses would have helped me see that I was not using the id I thought I was. Just a thought. The following are 5 different characters: iIl1! Also, the debug tools I mentioned should confirm that they have

Re: [PHP] urgent CSS question

2009-05-22 Thread PJ
Ashley Sheridan wrote: > On Fri, 2009-05-22 at 12:59 +0100, Benjamin Hawkes-Lewis wrote: > >> On 22/5/09 12:49, PJ wrote: >> >>> Sorry, but no one suggested a mailing list for CSS and the W3 Schools >>> Forum has problems. >>> >> Actually, I did: >> >> http://www.css-discuss.org/ >>

Re: [PHP] urgent CSS question

2009-05-22 Thread PJ
Benjamin Hawkes-Lewis wrote: > On 22/5/09 13:27, PJ wrote: >> Ok, I have duplicate classes - #frame and #frame1. > > Let's get our terminology straight: > > ids are not classes; classes are not ids. > > ids look like: > > id="thing" > > and are selected like: > > #thing > > classes look like: > > c

Re: [PHP] urgent CSS question

2009-05-22 Thread Dee Ayy
Find the "Computed Style" and how it was inherited (cascaded). In Safari, use Web Inspector. In Firefox, use Firebug. In Internet Explorer, use DebugBar. All free as in $0. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] urgent CSS question

2009-05-22 Thread abdulazeez alugo
> Date: Fri, 22 May 2009 11:55:55 -0400 > From: phps...@gmail.com > To: oorza...@gmail.com > CC: nos...@mckenzies.net; php-general@lists.php.net > Subject: Re: [PHP] urgent CSS question > > On Fri, May 22, 2009 at 11:50 AM, Eddie Drapkin wrote: > > > Mora

Re: [PHP] urgent CSS question

2009-05-22 Thread Bastien Koert
On Fri, May 22, 2009 at 11:50 AM, Eddie Drapkin wrote: > Moral of the story: if you use css classes ending in numbers, you're > probably a rapist and/or murderer. > > On Fri, May 22, 2009 at 11:46 AM, Shawn McKenzie >wrote: > > > Daniel Brown wrote: > > > On Fri, May 22, 2009 at 08:02, Michael A

Re: [PHP] urgent CSS question

2009-05-22 Thread Eddie Drapkin
Moral of the story: if you use css classes ending in numbers, you're probably a rapist and/or murderer. On Fri, May 22, 2009 at 11:46 AM, Shawn McKenzie wrote: > Daniel Brown wrote: > > On Fri, May 22, 2009 at 08:02, Michael A. Peters > wrote: > >> If I recall - it is illegal to end a css class

Re: [PHP] urgent CSS question

2009-05-22 Thread Shawn McKenzie
Daniel Brown wrote: > On Fri, May 22, 2009 at 08:02, Michael A. Peters wrote: >> If I recall - it is illegal to end a css class name is a number. >> I'm not positive though. > > You are correct. They just executed a man in Texas for this. > Yes we did, however that infraction is what led t

Re: [PHP] urgent CSS question

2009-05-22 Thread Ashley Sheridan
On Fri, 2009-05-22 at 10:37 -0400, Daniel Brown wrote: > On Fri, May 22, 2009 at 08:02, Michael A. Peters wrote: > > > > If I recall - it is illegal to end a css class name is a number. > > I'm not positive though. > > You are correct. They just executed a man in Texas for this. > > -- >

Re: [PHP] urgent CSS question

2009-05-22 Thread Daniel Brown
On Fri, May 22, 2009 at 08:02, Michael A. Peters wrote: > > If I recall - it is illegal to end a css class name is a number. > I'm not positive though. You are correct. They just executed a man in Texas for this. -- daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ ||

Re: [PHP] urgent CSS question

2009-05-22 Thread Ashley Sheridan
On Fri, 2009-05-22 at 13:19 +0100, Benjamin Hawkes-Lewis wrote: > On 22/5/09 13:02, Michael A. Peters wrote: > > If I recall - it is illegal to end a css class name is a number. > > Those are actually id names not class names, but it's not illegal in > either case. > > HTML "id" attributes must

Re: [PHP] urgent CSS question

2009-05-22 Thread Ashley Sheridan
On Fri, 2009-05-22 at 12:59 +0100, Benjamin Hawkes-Lewis wrote: > On 22/5/09 12:49, PJ wrote: > > Sorry, but no one suggested a mailing list for CSS and the W3 Schools > > Forum has problems. > > Actually, I did: > > http://www.css-discuss.org/ > > > Why do I get completely different formatting

Re: [PHP] urgent CSS question

2009-05-22 Thread Benjamin Hawkes-Lewis
On 22/5/09 13:27, PJ wrote: Ok, I have duplicate classes - #frame and #frame1. Let's get our terminology straight: ids are not classes; classes are not ids. ids look like: id="thing" and are selected like: #thing classes look like: class="thing other-thing" and are selected like .thing

Re: [PHP] urgent CSS question

2009-05-22 Thread PJ
Benjamin Hawkes-Lewis wrote: > On 22/5/09 12:49, PJ wrote: >> Sorry, but no one suggested a mailing list for CSS and the W3 Schools >> Forum has problems. > > Actually, I did: > > http://www.css-discuss.org/ My apologies... wasn't at the top of my attention at that point. :-[ > >> Why do I get comp

Re: [PHP] urgent CSS question

2009-05-22 Thread Benjamin Hawkes-Lewis
On 22/5/09 13:02, Michael A. Peters wrote: If I recall - it is illegal to end a css class name is a number. Those are actually id names not class names, but it's not illegal in either case. HTML "id" attributes must follow this: http://www.w3.org/TR/html401/types.html#type-id XML "id" attr

Re: [PHP] urgent CSS question

2009-05-22 Thread Michael A. Peters
PJ wrote: Sorry, but no one suggested a mailing list for CSS and the W3 Schools Forum has problems. This is the only reliable mailing list with professionals, so please excuse my off-path question as it is rather urgent. Why do I get completely different formatting with two identical classes? I

Re: [PHP] urgent CSS question

2009-05-22 Thread Benjamin Hawkes-Lewis
On 22/5/09 12:49, PJ wrote: Sorry, but no one suggested a mailing list for CSS and the W3 Schools Forum has problems. Actually, I did: http://www.css-discuss.org/ Why do I get completely different formatting with two identical classes? I want to change part of the formatting on just one page

Re: [PHP] urgent !!! Please Help preg_replace !!!!!!!!!!!!!!!!!!!!!

2008-02-10 Thread Robert Cummings
On Mon, 2008-02-11 at 13:42 +0900, Michael Moyle wrote: > Rob, > > > > $reps = array > > ( > > array > > ( > > 'match' => '##Uims', > > Can you explain what the 'U' from #Uims does? Does it have to do with > Unicode? I can't find it anywhere (preg_match doc, man perlre, man >

Re: [PHP] urgent !!! Please Help preg_replace !!!!!!!!!!!!!!!!!!!!!

2008-02-10 Thread Michael Moyle
Rob, > $reps = array > ( > array > ( > 'match' => '##Uims', Can you explain what the 'U' from #Uims does? Does it have to do with Unicode? I can't find it anywhere (preg_match doc, man perlre, man perlop). Thanks! Michael -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] urgent !!! Please Help preg_replace !!!!!!!!!!!!!!!!!!!!!

2008-02-10 Thread Robert Cummings
On Sun, 2008-02-10 at 12:55 -0500, tedd wrote: > At 12:38 PM -0500 2/10/08, Robert Cummings wrote: > >On Sun, 2008-02-10 at 16:46 +0800, LKSunny wrote: > > > this i know already, but i think can do it single regex > > > >Considering you marked the email as urgent, perhaps you have better > >thing

Re: [PHP] urgent !!! Please Help preg_replace !!!!!!!!!!!!!!!!!!!!!

2008-02-10 Thread Nathan Nobbe
On Feb 10, 2008 12:55 PM, tedd <[EMAIL PROTECTED]> wrote: > Where do we get people like this? > the late-night homework challenge? -nathan

Re: [PHP] urgent !!! Please Help preg_replace !!!!!!!!!!!!!!!!!!!!!

2008-02-10 Thread tedd
At 12:38 PM -0500 2/10/08, Robert Cummings wrote: On Sun, 2008-02-10 at 16:46 +0800, LKSunny wrote: > this i know already, but i think can do it single regex Considering you marked the email as urgent, perhaps you have better things to do than try to squeeze your problem into a regex. Feel free

Re: [PHP] urgent !!! Please Help preg_replace !!!!!!!!!!!!!!!!!!!!!

2008-02-10 Thread Robert Cummings
On Sun, 2008-02-10 at 16:46 +0800, LKSunny wrote: > this i know already, but i think can do it single regex Considering you marked the email as urgent, perhaps you have better things to do than try to squeeze your problem into a regex. Feel free to post your single regex when you find it... a sid

Re: [PHP] urgent !!! Please Help preg_replace !!!!!!!!!!!!!!!!!!!!!

2008-02-10 Thread LKSunny
this i know already, but i think can do it single regex "Robert Cummings" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó·s»D:[EMAIL PROTECTED] > > On Sun, 2008-02-10 at 14:33 +0800, LKSunny wrote: >> //please run this script, you can get what problem i got >> >> $html = <<> aaa >> >> cfdfd >> >> sfs >> sfsrbbb >>

Re: [PHP] urgent !!! Please Help preg_replace !!!!!!!!!!!!!!!!!!!!!

2008-02-09 Thread Robert Cummings
On Sun, 2008-02-10 at 14:33 +0800, LKSunny wrote: > //please run this script, you can get what problem i got > > $html = << aaa > > cfdfd > > sfs > sfsrbbb > sfds > > cc > gd > c > > ddd > 123 > eof; > > /* > i want replace any ||, like > cfdfd > > sfs > sfsrbbb > sfds > */ > '##Uims',

Re: [PHP] Urgent Help Needed

2007-09-15 Thread Stut
vingupta3 wrote: Its been a whiling i am searching for "Sync Outlook with MySQL via PHP". I want to synchronize Calendar events and Contacts from Outlook with MySQL via PHP. Can you help me with it.. http://php.net/com Here endeth the PHP involvement. Look up the Outlook COM objects in

Re: [PHP] Urgent::Implementing PKI in PHP

2007-06-05 Thread Jochem Maas
Renuka Marwah wrote: > We have a website in PHP where we want to implement PKI. The scenario is > that there would be some registered dealers who woud have to buy Digital > signatures. When they come to our website they would input several > information through PHP designed forms and use the digita

Re: [PHP] Urgent: Way to XML-parse data with tags?

2007-03-08 Thread Myron Turner
Myron Turner wrote: Rob Gould wrote: The problem I'm having is that the XML data that comes back from the host doesn't just have tags. It has n="eventname">datahere tags, and I don't know how to get the XML parser to read the values using that format. (And I don't have control over the h

Re: [PHP] Urgent: Way to XML-parse data with tags?

2007-03-08 Thread Myron Turner
Myron Turner wrote: Rob Gould wrote: The problem I'm having is that the XML data that comes back from the host doesn't just have tags. It has n="eventname">datahere tags, and I don't know how to get the XML parser to read the values using that format. (And I don't have control over the h

Re: [PHP] Urgent: Way to XML-parse data with tags?

2007-03-08 Thread Myron Turner
Rob Gould wrote: The problem I'm having is that the XML data that comes back from the host doesn't just have tags. It has n="eventname">datahere tags, and I don't know how to get the XML parser to read the values using that format. (And I don't have control over the host) As a first step

Re: [PHP] URGENT: Break-lines disappearing.

2005-01-20 Thread Richard Lynch
> Where are the break-lines?!?!? I am really desperate! Please! I am > using MySQL and PHP4. Did you use "View Source" in your browser, or are you just seeing the data dumped out to a browser which *IGNORES* line-breaks?... When you print debug output, use "" and "" around it for anything that's

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Nick Wilson
* and then Dre declared > I'm sorry about the capital letters > and nop I'm not prepending any files at all Can I get a look at the file? -- Nick W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Dre
I'm sorry about the capital letters and nop I'm not prepending any files at all "M. Sokolewicz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > jeez.. stop using so many capital letters... it's considered as > "yelling" or "shouting" when you do that. > > Are you prepending any file

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread M. Sokolewicz
jeez.. stop using so many capital letters... it's considered as "yelling" or "shouting" when you do that. Are you prepending any file? (php.ini/.htaccess file.prepend setting) Dre wrote: YES .. THAT WAS THE PROBLEM EVEN IF UR REPLY CAME A LITTLE LATE .. BUT THANKS .. THE PHP was not reading my ph

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Dre
YES .. THAT WAS THE PROBLEM EVEN IF UR REPLY CAME A LITTLE LATE .. BUT THANKS .. THE PHP was not reading my php.ini and it was using default settings "Mike Ford" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 04 September 2004 10:15, Dre wrote: > > > > > Warning: session_start():

RE: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Ford, Mike
On 04 September 2004 10:15, Dre wrote: > > > Warning: session_start(): > open(/tmp\sess_2984f6d378560d0882f37728dbe1defc, > > > O_RDWR) failed: No such file or directory (2) in C:\Program > > > Files\Apache Group\Apache2\htdocs\ELBA\logme_in.php on line 3 > > > the session.save_path parameter in

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Nick Wilson
* and then M. Sokolewicz declared > also, please remember you need to restart your webserver to actually > have PHP re-read the php.ini file. If you don't, then nothing will > change in run-time, even though the php.ini file might have changed *a lot* heheheh! that's most probably it! --

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread M. Sokolewicz
Nick Wilson wrote: * and then Dre declared first of all thanks for ur reply you're most welcome there are no white spaces before the See the other reply, that sounds like it.. i was unaware of this... is there a special format for writing paths in the php.ini file .. as I do believe that I

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Nick Wilson
* and then Dre declared > first of all thanks for ur reply you're most welcome > there are no white spaces before the and I do have ONLY one php.ini file in the whole system drive (I'm sure of > this) See the other reply, that sounds like it.. i was unaware of this... > is there a special

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Dre
first of all thanks for ur reply then .. there are no white spaces before the wrote in message news:[EMAIL PROTECTED] > > * and then Dre declared > > Warning: session_start(): open(/tmp\sess_2984f6d378560d0882f37728dbe1defc, > > O_RDWR) failed: No such file or directory (2) in C:\Program Files

Re: [PHP] !!Urgent .. Session Problem

2004-09-04 Thread Nick Wilson
* and then Dre declared > Warning: session_start(): open(/tmp\sess_2984f6d378560d0882f37728dbe1defc, > O_RDWR) failed: No such file or directory (2) in C:\Program Files\Apache > Group\Apache2\htdocs\ELBA\logme_in.php on line 3 Check your php.ini for session.save_path= Im not sure where the te

Re: [PHP] Urgent..my MYSQL dies..

2004-07-27 Thread Jason Barnett
[EMAIL PROTECTED] wrote: please give me a command line to startup MySQL using safe_mysqld C:\> ---John Holmes... HAHAHA How'd you guess they would have a drive letter for their prompt :) Oh, us poor, poor windows users. Microsoft has "protected" us from it for so long that we've forgotten wha

Re: [PHP] Urgent..my MYSQL dies..

2004-07-27 Thread holmes072000
> please give me a command line to startup > MySQL using safe_mysqld C:\> ---John Holmes... --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 -- PHP General Mailing List (htt

Re: [PHP] Urgent..my MYSQL dies..

2004-07-27 Thread raditha dissanayake
Fitra Alfina wrote: please give me a command line to startup MySQL using safe_mysqld try the mysql list -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP

RE: [PHP] Urgent..my MYSQL dies..

2004-07-27 Thread Ed Lazor
It depends on your configuration, OS, etc... > -Original Message- > From: Fitra Alfina [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 27, 2004 7:37 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Urgent..my MYSQL dies.. > > please give me a command line to startup MySQL using safe_mysqld -

Re: [PHP] URGENT: Space char in rewriterule

2004-07-27 Thread Miroslav Hudak (php/ml)
I think, the point, Curt wanted to point out was, that URI CAN NOT contain SPACE character and all SPACE characters (ord 32) are converted to %20 ... thus, space character in rewrite rule will lead to bogus URI... thus, browser will send %20 instead and... dunno if apache will convert it to " "

Re: [PHP] URGENT: Space char in rewriterule

2004-07-26 Thread Robert Winter
It didn't work. Still the same problem. Thanks "Marek Kilimajer" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > Robert Winter wrote: > > I have the following rewriterule: > > > > RewriteRule ^(([0-9]|[A-Z]|[a-z]|_)+)$ redirect.php?$1 [L] > > > > that transforms http://mysite.

Re: [PHP] URGENT: Space char in rewriterule

2004-07-26 Thread Curt Zirzow
* Thus wrote Robert Winter: > I have the following rewriterule: > > RewriteRule ^(([0-9]|[A-Z]|[a-z]|_)+)$ redirect.php?$1 [L] And why is this so more urgent than any other email? and what does any of this have to any thing to do with PHP? perhaps you meant 'OT:' > > that transforms http://my

Re: [PHP] URGENT: Space char in rewriterule

2004-07-25 Thread Marek Kilimajer
Robert Winter wrote: I have the following rewriterule: RewriteRule ^(([0-9]|[A-Z]|[a-z]|_)+)$ redirect.php?$1 [L] that transforms http://mysite.com/XXX to http://mysite.com/redirect.php?XXX and I need to also include to space char, for example that transforms http://mysite.com/AB XX to http://mysit

Re: [PHP] Urgent Help

2003-09-26 Thread Jason Sheets
Hello Ho, If you are using a printer that is postscript enabled (like HP LaserJet's) it is easy. Simply convert whatever you want to print to a postscript file (there are several utilities on freshmeat.net they do this) and then using PHP open a socket to the JetDirect card and send the data. HP's

RE: [PHP] Urgent help required for using Cron

2003-08-29 Thread Javier Tacon
Enviado el: viernes, 29 de agosto de 2003 3:37 Para: PHP General; Javier Tacon CC: Bimal Jain Asunto: RE: [PHP] Urgent help required for using Cron Dear Javier, We have done the following as per your suggestion 15 17 * * * /path/to/your/php/binary /path/to/your/script.php After editing and savi

RE: [PHP] Urgent help required for using Cron

2003-08-29 Thread Safal Solutions
/root rename: is a directory crontab: edit left in /tmp/crontab.1885 It did not work. Please suggest what to do next? Regards Siva -Original Message- From: Javier Tacon [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 5:17 PM To: Safal Solutions Subject: RE: [PHP] Urgent help

RE: [PHP] Urgent help required for using Cron

2003-08-28 Thread Javier Tacon
For example, you want execute a script every day at 09:00 am: $ crontab -e And put this line: 0 9 * * * /path/to/your/php/binary /path/to/your/script.php Crontab only can say if the cron was executed correctly or not, but it doesn't say if your script in php has sent the mail correctly or not.

RE: [PHP] Urgent help required for using Cron

2003-08-28 Thread Jay Blanchard
[snip] I have to send mail to people automatically at specified time . Our environment is RedhatLinux 7.3 , Apache ,mysql and php. I am writing a program in php to send the mail if some Condition is met. I want to activate this program at specified time using cron facility. So, How can we do tha

Re: [PHP] Urgent help required for using Cron

2003-08-28 Thread [EMAIL PROTECTED]
Hi briefly: you need to create a cron job by typing crontab -e at the command line. each line in the crontab has five fields which define the time at which the cron job will run. more info in man cron and man crontab. Cron sends a mail to the owner of the job when a job fails. you can pipe it

Re: [PHP] Urgent Help Needed removing \n\r

2003-02-14 Thread Ernest E Vogelsinger
At 23:12 14.02.2003, Daniel Negron/KBE said: [snip] >have run into a problem now, that every page I have edited has somehow >corrupted most/all of the and tags. so they look like this > > face="ARIAL, HELVETICA"> > >Now when the page is read it actua

RE: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Cal Evans
Hey Vern, PHP does not think you have the MySQL module installed. none of the mysql_* commands are going to work. check the output of phpinfo() to verify. What version of PHP are you running? Since you are using RPMs the only (helpful) advice I can give is try re-installing the PHP rpm. Possibly i

Re: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Jason Wong
On Thursday 13 February 2003 20:42, Vernon wrote: > This is not helping me. I know very well that I should not and I tried the > upgrade on two other machines and all went wll. > > My problem still stands and a search does ntohiong but tell me to check > that the path is correct. If it worked befor

Re: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Vernon
For some reason I do not see any error logs for today. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Mark Charette
> -Original Message- > If it worked before then obviously the path is fine, > unless something has changed. Obviously something changed if it worked on 2 other servers. Check all your logs. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Marek Kilimajer
What are apache logs telling you? Vernon wrote: After upgrading to MySQL 4.0.1.2 I ma getting the message : Fatal error: Call to undefined function: mysql_connect() in /home/penpals/pub/mysql.php on line 3 Please help my production server is down! -- PHP General Mailing List (http://ww

Re: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Vernon
This is not helping me. I know very well that I should not and I tried the upgrade on two other machines and all went wll. My problem still stands and a search does ntohiong but tell me to check that the path is correct. If it worked before then obviously the path is fine, unless something has cha

Re: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Jason Wong
On Thursday 13 February 2003 20:12, Vernon wrote: > After upgrading to MySQL 4.0.1.2 I ma getting the message : > > Fatal error: Call to undefined function: mysql_connect() in Search archive on the above. > Please help my production server is down! If it's critical shouldn't you test all upgrade

Re: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Vernon
Yes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Kevin Waterson
This one time, at band camp, "Vernon" <[EMAIL PROTECTED]> wrote: > After upgrading to MySQL 4.0.1.2 I ma getting the message : > > Fatal error: Call to undefined function: mysql_connect() in > /home/penpals/pub/mysql.php on line 3 hmm, did you install from RPM?? Kevin -- __

Re: [PHP] Urgent CPU and|or hdd test

2002-11-11 Thread Thomas \"omega\" Henning
Thanks for the information but is there a way to get it in windows aswell? Thanks Thomas "omega" Henning "Marco Tabini" <[EMAIL PROTECTED]> wrote in message news:1037025483.12570.155.camel@;localhost.localdomain... > If you're using linux, you can try to execute this from the command > line: > >

RE: [PHP] Urgent CPU and|or hdd test

2002-11-11 Thread Ernest E Vogelsinger
At 15:38 11.11.2002, Marco Tabini spoke out and said: [snip] >If you're using linux, you can try to execute this from the command >line: > >hdparm -i [device] > >to get, among other things, the serial number of a hard drive. You can >then extract it with a si

RE: [PHP] Urgent CPU and|or hdd test

2002-11-11 Thread Marco Tabini
If you're using linux, you can try to execute this from the command line: hdparm -i [device] to get, among other things, the serial number of a hard drive. You can then extract it with a simple regular expression. Marco -- php|architect - The magazine for PHP Professionals The fir

RE: [PHP] Urgent CPU and|or hdd test

2002-11-11 Thread John W. Holmes
> Is there a way i can test the cpu or the hdd for its serial number in php > under linux and win? Can you do it from the command line? Run the same command through exec(). You can only get information for the server, not anything about the client's computer, btw... ---John Holmes... -- PHP G

Re: [PHP] Urgent Installation Question

2002-09-18 Thread Marek Kilimajer
e here... but isn't... Should I grab it from >somewhere else? > >Thanks again, C. > >- Original Message - >From: "John Holmes" <[EMAIL PROTECTED]> >To: "'César Aracena'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>

RE: [PHP] Urgent Installation Question

2002-09-18 Thread John Holmes
There should be a php-ini.dist that you can rename to PHP.ini ---John Holmes... > -Original Message- > From: César Aracena [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 6:03 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP] Urge

Re: [PHP] Urgent Installation Question

2002-09-18 Thread César Aracena
sage - From: "John Holmes" <[EMAIL PROTECTED]> To: "'César Aracena'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 7:57 AM Subject: RE: [PHP] Urgent Installation Question > Have you tried the chapter in the PHP man

RE: [PHP] Urgent Installation Question

2002-09-18 Thread John Holmes
Have you tried the chapter in the PHP manual on installation? It walks you right through it. MySQL is just a simple unzip and go, there's no real setup to it at all other than changing the root password... ---John Holmes... > -Original Message- > From: César Aracena [mailto:[EMAIL PROT

RE: [PHP] URGENT!!! File Uplaod

2002-06-24 Thread César Aracena
Thanx for the responses... Thanx a ¡lot! > -Original Message- > From: BB [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 7:50 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] URGENT!!! File Uplaod > > It does depend on the usage, but general files are bet

Re: [PHP] URGENT!!! File Uplaod

2002-06-24 Thread BB
It does depend on the usage, but general files are better "John Holmes" <[EMAIL PROTECTED]> wrote in message 000a01c21b69$74acc170$b402a8c0@mango">news:000a01c21b69$74acc170$b402a8c0@mango... > > You're completely right - as usual - now for the file handling... > what's > > better? Storing it to

RE: [PHP] URGENT!!! File Uplaod

2002-06-24 Thread John Holmes
> You're completely right - as usual - now for the file handling... what's > better? Storing it to the DB or as file?? File -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] URGENT!!! File Uplaod

2002-06-24 Thread César Aracena
You're completely right - as usual - now for the file handling... what's better? Storing it to the DB or as file?? Thanks a lot. > -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 5:46 AM > To: [EMAIL PROTECTED] >

Re: [PHP] URGENT!!! File Uplaod

2002-06-24 Thread Jason Wong
On Monday 24 June 2002 16:40, César Aracena wrote: > Hi all. > > Sorry for this, but a couple of hours ago (imagine… Monday at 3 in the > morning) one of my clients called and asked me to put a Photography > upload for each member of his business and the dead line is in 2 hours. > > I’ve been mess

RE: [PHP] URGENT

2002-06-18 Thread John Holmes
Put a space before WHERE and _ALWAYS_ use MySQL_error() with your queries... you'll stop wasting your time and ours. MySQL_query($query) or die("Error in Query: $query >> " . MySQL_error()); Good idea to print out the query if you can, that way you know what's actually being sent to MySQL. ---

Re: [PHP] URGENT

2002-06-18 Thread Chris Knipe
> local = '$local', city = '$city', postcode = '$postcode', id = '$id'"; > $sql .= "WHERE username='$username'"; This would be: local = 'x', city = 'x', postcode = 'x', id = 'x'WHERE username='x' Which is your fault. > $sql .= "WHERE username='$username'"; needs to change to > $sql .= " WHER

RE: [PHP] URGENT

2002-06-18 Thread Martin Towell
you might need to place a space before WHERE -Original Message- From: Phil Reid [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 19, 2002 9:33 AM To: [EMAIL PROTECTED] Subject: [PHP] URGENT I am in urgent need of help! (AGAIN) Can anyone spot anything wrong with this query? $sql =

Re: [PHP] Urgent: Apache sometimes displays PHP source code

2002-03-21 Thread Rasmus Lerdorf
Step 1 - upgrade to a recent version. Then report back. -Rasmus On Thu, 21 Mar 2002, Sam Jordan wrote: > Hello all > > I'm working for an ISP and some weeks ago we noticed a problem > with PHP we never had before. Since then quite often the PHP > code is not interpreted, but displayed as plain

Re: [PHP] Urgent - MySQL is not inserting the single quotes

2002-03-07 Thread Jason Wong
On Friday 08 March 2002 13:10, Analysis & Solutions wrote: > On Fri, Mar 08, 2002 at 12:44:30PM +0800, Manisha wrote: > > thanks, you are right, gpc_magic_quotes of php.ini was off. > > Oh, so then in your script, you weren't using the addslashes() function. > > Personally, I prefer *magic_quotes

Re: [PHP] Urgent - MySQL is not inserting the single quotes

2002-03-07 Thread Analysis & Solutions
On Fri, Mar 08, 2002 at 12:44:30PM +0800, Manisha wrote: > thanks, you are right, gpc_magic_quotes of php.ini was off. Oh, so then in your script, you weren't using the addslashes() function. Personally, I prefer *magic_quotes to be off, allowing me to precisely control what I want to do with

Re: [PHP] Urgent - MySQL is not inserting the single quotes

2002-03-07 Thread Manisha
thanks, you are right, gpc_magic_quotes of php.ini was off. At 11:08 PM 3/7/02 -0500, Analysis & Solutions wrote: >Hi Manisha: > > > If I give the command through text file - Insert into test values > > ('manisha\' test') - then this is ok, but when i try to insert the > > manisha ' test valu

Re: [PHP] Urgent - MySQL is not inserting the single quotes

2002-03-07 Thread Analysis & Solutions
Hi Manisha: > If I give the command through text file - Insert into test values > ('manisha\' test') - then this is ok, but when i try to insert the > manisha ' test value through http:///sqladmin using GUI then > MySql is giving error. What's the error? That would certainly help us help yo

RE: [PHP] URGENT: CERT Advisory CA-2002-05 Multiple Vulnerabilities in PHP fileupload

2002-02-28 Thread Nathan Cassano
I'm finished! Patched all my servers, recompiled and installed. We're safe. -Original Message- From: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 9:58 AM To: [EMAIL PROTECTED] Subject: [PHP] URGENT: CERT Advisory CA-2002-05 Multiple Vulnerabilities in P

  1   2   >