Re: [PHP] Fwd: What wrong am I doing now?

2013-07-24 Thread Sebastian Krebs
Hi, Just want to mention: ext/mysel is deprecated. Use MySQLi, or PDO_MYSQL instead. :) Regards, Sebastian 2013/7/24 Karl-Arne Gjersøyen > http://www.php.net/manual/en/datetime.format.php have the solution. Sorry > for asking before I look at php.net!!! > > Karl > > -- Forwarded messa

[PHP] Re: Thread-Hijacking (was: Re: [PHP] Fwd: Is it possible???)

2013-06-25 Thread Maciek Sokolewicz
On 25 June 2013 10:02, Tamara Temple wrote: > Maciek Sokolewicz wrote: > > Please please please please don't do this! > > Please Please Please Do Not Hijack Threads. > Hijacking would be starting a completely different discussion in the same thread. This wasn't a discussion-starter, rather a wa

[PHP] Thread-Hijacking (was: Re: [PHP] Fwd: Is it possible???)

2013-06-25 Thread Tamara Temple
Maciek Sokolewicz wrote: > Please please please please don't do this! Please Please Please Do Not Hijack Threads. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fwd: Is it possible???

2013-06-24 Thread php
On Mon, Jun 24, 2013 at 06:17:33PM +0200, Maciek Sokolewicz wrote: > Please please please please don't do this! 1) You did not answer the question, nor giving any related information. 2) This was debug-output. I see not point in optimizing. 3) print is language construct, just as is echo 4) th

Re: [PHP] Fwd: Is it possible???

2013-06-24 Thread Marco Behnke
Am 24.06.2013 18:17, schrieb Maciek Sokolewicz: On 24-6-2013 14:27, n...@nobswolf.info wrote: You should give a complete programm so we can run exactly the same you do, like this: Please please please please don't do this! First of all, I don't know why you would use the print *function* wh

Re: [PHP] Fwd: Is it possible???

2013-06-24 Thread Carlos Medina
Amen! Am 24.06.2013 18:17, schrieb Maciek Sokolewicz: > On 24-6-2013 14:27, n...@nobswolf.info wrote: >> You should give a complete programm so we can run exactly >> the same you do, like this: >> >> > >> $item_amount_in_store = 223; >> >> print ("$item_amount_in_store"); > Please please pleas

Re: [PHP] Fwd: Is it possible???

2013-06-24 Thread Maciek Sokolewicz
On 24-6-2013 14:27, n...@nobswolf.info wrote: You should give a complete programm so we can run exactly the same you do, like this: Please please please please don't do this! First of all, I don't know why you would use the print *function* when you can also use the echo language construct (b

Re: [PHP] Fwd: Is it possible???

2013-06-24 Thread Sachin Raut
variables are case-sensitive. $item_amount_in_store is different from $item_amount_in_Store 1st variable contains all lowercase characters, while the 2nd one contains "S" uppercase character. happy coding sachin On Mon, Jun 24, 2013 at 5:32 PM, Karl-Arne Gjersøyen wrote: > Error in my last

Re: [PHP] Fwd: Is it possible???

2013-06-24 Thread nobs
You should give a complete programm so we can run exactly the same you do, like this: which gives this result: 223 + 7 = 230 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fwd: Is it possible???

2013-06-24 Thread Stuart Dallas
On 24 Jun 2013, at 13:02, Karl-Arne Gjersøyen wrote: > Error in my last post This is corrected: > > $item_amount_in_store = 223; > $update_amount = 7; > $item_amount_in_Store += $update_amount; > > It show the result = 227 and not 230. Why is this happen? Something else is going on to give you

Re: [PHP] Fwd: Wanted : Solid/documented/tests Nested Set Model class for mySQL.

2013-06-06 Thread shiplu
If you find one that you are going to use, dont forget to share it here. I'll need this on a certain phase of my current project. -- Shiplu.Mokadd.im ImgSign.com | A dynamic signature machine Innovation distinguishes between follower and leader

Re: [PHP] Fwd: PHP Enterprise Bananas

2012-11-07 Thread Ben Edwards
Thanks everybody, looks like I was going down a blind alley, we can just run stuff from cron. Ben On 6 November 2012 17:50, Jim Lucas wrote: > On 11/06/2012 05:03 AM, Ben Edwards wrote: > >> Not sure if this was some type of joke but came across it a while ago. We >> have some PHP we want to

Re: [PHP] Fwd: PHP Enterprise Bananas

2012-11-06 Thread Jim Lucas
On 11/06/2012 05:03 AM, Ben Edwards wrote: Not sure if this was some type of joke but came across it a while ago. We have some PHP we want to move from a site to a cron. Is this the answer or is there a better way (that does not involve re-writing code in another language). Cant find a home p

Re: [PHP] Fwd: PHP Enterprise Bananas

2012-11-06 Thread Bastien
Bastien Koert On 2012-11-06, at 8:03 AM, Ben Edwards wrote: > Not sure if this was some type of joke but came across it a while ago. We > have some PHP we want to move from a site to a cron. Is this the answer or > is there a better way (that does not involve re-writing code in another > la

Re: [PHP] Fwd: ezmlm warning

2011-07-21 Thread Daniel Brown
On Thu, Jul 21, 2011 at 05:22, With No Name wrote: > On Wed, July 20, 2011 5:00 pm, Jim Lucas wrote: >> 1. >> http://www.mxtoolbox.com/SuperTool.aspx?action=blacklist%3a76.75.200.58 > > This say all:  SORBS Everyone got the ezmlm warnings because of this message: http://news.php.net/

Re: [PHP] Fwd: ezmlm warning

2011-07-21 Thread With No Name
On Wed, July 20, 2011 5:00 pm, Jim Lucas wrote: > 1. > http://www.mxtoolbox.com/SuperTool.aspx?action=blacklist%3a76.75.200.58 This say all: SORBS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fwd: ezmlm warning

2011-07-21 Thread With No Name
On Wed, July 20, 2011 11:00 am, Tamara Temple wrote: > Um... what's going on here? Why would google mail be bouncing?? I have gotten the same ezmlm message for my account, but I have ask my provider (she is on th list too) and there are no errors in then Server Logs... Greetings KK -- PHP Gener

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Jim Lucas
People, it isn't a problem with your mail server, it is a problem with the lists.php.net IP address. It got on another SPAM list. I had to modify my SPAM filtering to allow it through a few years ago. Currently it is listed on [1], and [2] If I had to guess, qmail had an internal error and had t

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread George Langley
On 2011-07-20, at 5:40 AM, Jan Reiter wrote: > Hi, I'm in Germany and I got it, too. I get those about once in 6 month ... > nothing to worry about, is it?? > > Regards Got it here: Canada with Shaw ISP. But am getting this thread now, so assume it's "fixed"?

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Jan Reiter
Hi, I'm in Germany and I got it, too. I get those about once in 6 month ... nothing to worry about, is it?? Regards Original-Nachricht > Datum: Wed, 20 Jul 2011 07:12:58 -0400 > Von: Tim Thorburn > An: php-general@lists.php.net > Betreff: Re: [PHP] Fwd: ez

RE: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Jay Blanchard
[snip] I got it too, so its not just limited to gmail. Maybe a server in between not working correctly. I'm in the UK, are the rest of you who had problems this way too? [/snip] I'm in Texas and got it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Tim Thorburn
On 7/20/2011 6:19 AM, Ashley Sheridan wrote: Louis Huppenbauer wrote: got the same problem today mayhabs gmail had a small problem... who knows ;) 2011/7/20 Lester Caine Tamara Temple wrote: Um... what's going on here? Why would google mail be bouncing?? Happens quite often ... just me

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Ashley Sheridan
Louis Huppenbauer wrote: >got the same problem today >mayhabs gmail had a small problem... who knows ;) > >2011/7/20 Lester Caine > >> Tamara Temple wrote: >> >>> Um... what's going on here? Why would google mail be bouncing?? >>> >> Happens quite often ... just means that an email server has

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Sotiris Katsaniotis
same here! On Wed, Jul 20, 2011 at 12:23 PM, Louis Huppenbauer wrote: > got the same problem today > mayhabs gmail had a small problem... who knows ;) > > 2011/7/20 Lester Caine > >> Tamara Temple wrote: >> >>> Um... what's going on here? Why would google mail be bouncing?? >>> >> Happens quite

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Louis Huppenbauer
got the same problem today mayhabs gmail had a small problem... who knows ;) 2011/7/20 Lester Caine > Tamara Temple wrote: > >> Um... what's going on here? Why would google mail be bouncing?? >> > Happens quite often ... just means that an email server has hickupped > somewhere so an email addre

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Midhun Girish
On Wed, Jul 20, 2011 at 2:41 PM, Lester Caine wrote: > Tamara Temple wrote: > >> Um... what's going on here? Why would google mail be bouncing?? >> > Happens quite often ... just means that an email server has hickupped > somewhere so an email addressed to you has not got through '76.75.200.58' >

Re: [PHP] Fwd: ezmlm warning

2011-07-20 Thread Lester Caine
Tamara Temple wrote: Um... what's going on here? Why would google mail be bouncing?? Happens quite often ... just means that an email server has hickupped somewhere so an email addressed to you has not got through '76.75.200.58' which I think is the same machine address on the message a deleted

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-02 Thread Tamara Temple
On Nov 1, 2010, at 7:43 AM, Daniel P. Brown wrote: On Sun, Oct 31, 2010 at 21:06, Tamara Temple wrote: Is this something I need to worry about?? Is my mail sending some malware?? No, you're safe in this case. (reason: 550 This message contains malware (winnow.malware.wa.webinjecti

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-02 Thread Tamara Temple
On Nov 1, 2010, at 3:29 AM, Ben Brentlinger wrote: it could be that the person whom you tried email has reached the quota on their inbox. It's also possible that the person you tried emailing gave you a fake email address and it's also possible that your domain might be hosted on a cheap

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-02 Thread Daniel Brown
On Tue, Nov 2, 2010 at 18:44, Tamara Temple wrote: > > Ah, that does explain it, thanks. You bet. -- Network Infrastructure Manager Documentation, Webmaster Teams http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-02 Thread Steve Staples
On Tue, 2010-11-02 at 11:10 +, Nathan Rixham wrote: > Ben Brentlinger wrote: > > it could be that you tried a cheap hosting account with a company that > > have a bulk mailing script meant for sending spam. I can imagine a spammer > > hijacking your site to send malware from it, one of the more

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-02 Thread Nathan Rixham
Ben Brentlinger wrote: it could be that you tried a cheap hosting account with a company that have a bulk mailing script meant for sending spam. I can imagine a spammer hijacking your site to send malware from it, one of the more likely possibilities especially if you have a hosting account with

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-01 Thread Daniel P. Brown
On Mon, Nov 1, 2010 at 04:29, Ben Brentlinger wrote: > > should be ok.  If you do, though, and you're not sure who to switch to, I'd > recommend hostgator >

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-01 Thread Daniel P. Brown
On Sun, Oct 31, 2010 at 21:06, Tamara Temple wrote: > Is this something I need to worry about?? Is my mail sending some malware?? No, you're safe in this case. >> >>   (reason: 550 This message contains malware >> (winnow.malware.wa.webinjection.1450.UNOFFICIAL)) Sascha's server's scan

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-01 Thread David McGlone
On Mon, 2010-11-01 at 04:29 -0400, Ben Brentlinger wrote: > it could be that the person whom you tried email has reached the quota > on their inbox. It's also possible that the person you tried emailing > gave you a fake email address and it's also possible that your domain > might be hosted on

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-01 Thread TR Shaw
It looks like someone is using a very old copy of the winnow unofficial clamav files. There was a pastie that contained a zeus injection some time ago but it has been removed and the former signature was removed from our database at that time. Tom Begin forwarded message: > From: Tamara Temp

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-01 Thread Ben Brentlinger
her inbox is probably full than On 11/1/2010 5:30, a...@ashleysheridan.co.uk wrote: It's not to do with hosting, its an auto reply when you email sascha.braun which gave the same aware reply to me, and I'm on a Linux box at home! Thanks, Ash http://www.ashleysheridan.co.uk - Reply messag

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-01 Thread a...@ashleysheridan.co.uk
It's not to do with hosting, its an auto reply when you email sascha.braun which gave the same aware reply to me, and I'm on a Linux box at home! Thanks, Ash http://www.ashleysheridan.co.uk - Reply message - From: "Ben Brentlinger" Date: Mon, Nov 1, 2010 08:29 Subject: [PHP] Fwd: Mail d

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-01 Thread Ben Brentlinger
it could be that the person whom you tried email has reached the quota on their inbox. It's also possible that the person you tried emailing gave you a fake email address and it's also possible that your domain might be hosted on a cheap hosting account with a company that has been known for o

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-10-31 Thread Ashley Sheridan
On Sun, 2010-10-31 at 20:06 -0500, Tamara Temple wrote: > Is this something I need to worry about?? Is my mail sending some > malware?? > > Begin forwarded message: > > > From: Mail Delivery Subsystem > > Date: October 31, 2010 7:37:54 PM CDT > > To: Tamara Temple > > Subject: Mail delivery

Re: [PHP] Fwd: Medical Task Force

2010-04-04 Thread Matty Sarro
Hey, not sure how comprehensive you're looking to be but for health informatics there are a number of hl7 and PACS tools out there which are open source, most are just a google search away. -matty On Apr 4, 2010 11:23 PM, "Rene Veerman" wrote: hey, i did not fake that cc header on my last mail.

Re: [PHP] Fwd: Current PHP Global Network Statistics

2009-09-01 Thread Daniel Brown
On Tue, Sep 1, 2009 at 15:10, Eddie Drapkin wrote: > > Why is 5.1.6 such a popular release for the PHP mirrors? It's a common distro release, particular for RPM's (CentOS, Fedora, RHEL). In fact, that's why I set that as the minimum version in the requirements during the upgrade operation:

Re: [PHP] Fwd: Current PHP Global Network Statistics

2009-09-01 Thread Eddie Drapkin
On Tue, Sep 1, 2009 at 2:12 PM, Daniel Brown wrote: >    Guys and gals (particularly those of you interested in the trends > and metrics of PHP), here's a forwarded copy of an email I just fired > off to the mirrors around the world after completion of the first of > three phases of an upgrade oper

Re: [PHP] Fwd: A fatal error with php virtual cron

2009-03-25 Thread אלמוג בקו
amm.. i don`t really know what is fast-cgi. well I think I don't use it. however, thanks. * צור איתי קשר:* On Wed, Mar 25, 2009 at 10:33 PM, Shawn McKenzie wrote: > אלמוג בקו wrote: > > my script(cron.php) check th

Re: [PHP] Fwd: A fatal error with php virtual cron

2009-03-25 Thread Shawn McKenzie
אלמוג בקו wrote: > my script(cron.php) check the job and call by http-request > himself(cron.php). > > I already solve the timezone problem, I set the timezone to Israel`s > timezone[works fine]: > > //Set TimeZone > date_default_timezone_set(timezone_name_from_abbr("", 2*60*60, null)); > I was

Re: [PHP] Fwd: A fatal error with php virtual cron

2009-03-25 Thread אלמוג בקו
my script(cron.php) check the job and call by http-request himself(cron.php). I already solve the timezone problem, I set the timezone to Israel`s timezone[works fine]: //Set TimeZone date_default_timezone_set(timezone_name_from_abbr("", 2*60*60, null)); * צור איתי ק

Re: [PHP] Fwd: A fatal error with php virtual cron

2009-03-25 Thread Shawn McKenzie
אלמוג בקו wrote: > This is a part of the class: > > private function _request() { > //URL information > $url= "http://".$_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']; > $url_info= parse_url($url); > > //Fixing port > if(!isset($url_info['port'])) $url_info['port']=8

Re: [PHP] Fwd: A fatal error with php virtual cron

2009-03-25 Thread Igor Escobar
Oh, Sorry, I had not seen. Well, I don't see anything wrong in your code, but maybe...if you find in your apache config file, you can found for something similar to your problem ... Sorry can't help you. Regards, Igor Escobar systems analyst & interface designer www . igorescobar . com On We

Re: [PHP] Fwd: A fatal error with php virtual cron

2009-03-25 Thread אלמוג בקו
I already wrote that.. ignore_user_abort(true); set_time_limit(0); sleep(1); * צור איתי קשר:* On Wed, Mar 25, 2009 at 9:38 PM, Igor Escobar wrote: > Try the ignore_user_abort(true); > > Regards, > Igor Escobar >

Re: [PHP] Fwd: A fatal error with php virtual cron

2009-03-25 Thread Igor Escobar
Try the ignore_user_abort(true); Regards, Igor Escobar systems analyst & interface designer www . igorescobar . com On Wed, Mar 25, 2009 at 4:21 PM, אלמוג בקו wrote: > This is a part of the class: > > private function _request() { > //URL information > $url= "http://".$_SERVER

Re: [PHP] Fwd: A fatal error with php virtual cron

2009-03-25 Thread אלמוג בקו
This is a part of the class: private function _request() { //URL information $url= "http://".$_SERVER['HTTP_HOST'] . $_SERVER['PHP_SELF']; $url_info= parse_url($url); //Fixing port if(!isset($url_info['port'])) $url_info['port']=80; //Send "Cron-data" $da

Re: [PHP] Fwd: A fatal error with php virtual cron

2009-03-25 Thread Igor Escobar
Maybe your problem are in the way you're calling your program by socket. If you show me this part of the code, maybe i can help you. Regards, Igor Escobar systems analyst & interface designer www . igorescobar . com On Wed, Mar 25, 2009 at 4:01 PM, אלמוג בקו wrote: > Hello, > There is some

Re: [PHP] [Fwd] How to make a secured login form

2009-02-14 Thread German Geek
Have a look at my post called "for the security minded web developer - secure way to login?". It seems like a similar idea with less overhead. Regards, Tim Tim-Hinnerk Heuer http://www.ihostnz.com Joan Rivers - "Never floss with a stranger." 2009/2/14 Virgilio Quilario > > I have secured the

Re: [PHP] [Fwd] How to make a secured login form

2009-02-13 Thread Virgilio Quilario
> I have secured the login form for my CMS with a challenge-response thing > that encrypts both username and password with the > (login-attempts-counted) challenge (and; here's my problem: a system > hash) sent by the server (it would end up in your html as a hidden > inputs, or as part of a json t

Re: [PHP] Fwd: GD library for creating tables

2008-12-13 Thread Osman Osman
Hey Tim, Thanks for the reply. I'm actually looking for something to do that exactly, but output it as an image (via GD, imageMagick, etc). I should've been clearer; I mentioned it in the subject but not the actual e-mail. There's actually a PEAR library that does that for HTML, HTML_Table: ht

Re: [PHP] Fwd: GD library for creating tables

2008-12-13 Thread Tim-Hinnerk Heuer
On Sat, 2008-12-13 at 10:18 +0200, Osman Osman wrote: > Hello, > I'm looking for a library in PHP that will let me easily create tables > programmatically. It would be great if I can just specify information about > the rows/columns, what each cell should contain, etc, and the table would > get

Re: [PHP] [Fwd: Re: [DOC-BUGS] #46054 [NEW]: comment of addcslashes 'A..z' is wrong]

2008-09-12 Thread Jochem Maas
Maciek Sokolewicz schreef: Forwarding to php-general. I think /dev/null would have been a better place. wtf is anyone supposed to do with this? (apart from ignore it?) Original Message Subject: Re: [DOC-BUGS] #46054 [NEW]: comment of addcslashes 'A..z' is wrong Date: Fri

Re: [PHP] Fwd: How to enable php-mysqli on linux

2008-07-08 Thread Per Jessen
Kapil Kapil wrote: > Hi > > How can we enable php-mysqli support on linux machine using yum etc., > without reinstalling php again? Just install the appropriate package. > Also how to check it - Is php-mysqli package is present or not? Check output from phpinfo(). /Per Jessen, Zürich -- PH

Re: [PHP] Fwd: [PHP-DOC] ftp help

2008-07-07 Thread metastable
Thiago H. Pojda wrote: Forwarding to correct list. -- Forwarded message -- From: Dan <[EMAIL PROTECTED]> Date: Fri, Jul 4, 2008 at 1:56 PM Subject: [PHP-DOC] ftp help To: [EMAIL PROTECTED] I am using a php script to connect to an ftp server. However, the server requires a passw

Re: [PHP] Fwd: [PHP-DOC] ftp help

2008-07-07 Thread metastable
Thiago H. Pojda wrote: Forwarding to correct list. -- Forwarded message -- From: Dan <[EMAIL PROTECTED]> Date: Fri, Jul 4, 2008 at 1:56 PM Subject: [PHP-DOC] ftp help To: [EMAIL PROTECTED] I am using a php script to connect to an ftp server. However, the server requires a passw

Re: [PHP] Fwd: Posting Summary for Week Ending 25 January, 2008: [EMAIL PROTECTED]

2008-01-29 Thread Zoltán Németh
2008. 01. 28, hétfő keltezéssel 13.35-kor Daniel Brown ezt írta: > Whoops :-x > > The odd thing is, the characters came out fine during the tests, > and because some changes were made to the script during the week, some > people will show up two or more times (read: people with non-En

Re: [PHP] Fwd: Returned mail: User unknown

2007-11-13 Thread Philip Thompson
On Nov 13, 2007 9:02 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Nov 13, 2007 1:40 AM, Jim Lucas <[EMAIL PROTECTED]> wrote: > > > > [EMAIL PROTECTED] wrote: > > > PLEASE I have like 50 from it so far. > > > > > > > > > -Original Message- > > > From: Daniel Brown [mailto:[EMAIL PROTECT

Re: [PHP] Fwd: Returned mail: User unknown

2007-11-13 Thread Daniel Brown
On Nov 13, 2007 10:14 AM, tedd <[EMAIL PROTECTED]> wrote: > At 10:40 PM -0800 11/12/07, Jim Lucas wrote: > >>-snip- > >> > >That is funny, I have not received one bounce message. > > > >Jim > > Same here, but my subscription to this list is via my gmail account > -- maybe that filters it for me. >

Re: [PHP] Fwd: Returned mail: User unknown

2007-11-13 Thread tedd
At 10:40 PM -0800 11/12/07, Jim Lucas wrote: -snip- That is funny, I have not received one bounce message. Jim Same here, but my subscription to this list is via my gmail account -- maybe that filters it for me. Cheers, tedd -- --- http://sperling.com http://ancientstones.com http:

Re: [PHP] Fwd: Returned mail: User unknown

2007-11-13 Thread Daniel Brown
On Nov 13, 2007 1:40 AM, Jim Lucas <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote: > > PLEASE I have like 50 from it so far. > > > > > > -Original Message- > > From: Daniel Brown [mailto:[EMAIL PROTECTED] > > Sent: Monday, November 12, 2007 5:31 PM > > To: php-general List > > Subje

Re: [PHP] Fwd: Returned mail: User unknown

2007-11-12 Thread Jim Lucas
[EMAIL PROTECTED] wrote: PLEASE I have like 50 from it so far. -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 5:31 PM To: php-general List Subject: [PHP] Fwd: Returned mail: User unknown Can an admin or mod please force an unsubscr

RE: [PHP] Fwd: Returned mail: User unknown

2007-11-12 Thread admin
PLEASE I have like 50 from it so far. -Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 5:31 PM To: php-general List Subject: [PHP] Fwd: Returned mail: User unknown Can an admin or mod please force an unsubscribe on <[EMAIL PROTECTED]>?

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-28 Thread edwardspl
Jim Lucas wrote: >[EMAIL PROTECTED] wrote: > > >>Hello, >> >>Afte update the config of php, then reboot the Web Server, but horde / >>imp show us still 2MB limit... >>So, I don't understand where is the problem... >> >>Hope more any help for us... >> >>Thanks ! >> >>Edward. >> >> > >The 2MB

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-28 Thread Jim Lucas
[EMAIL PROTECTED] wrote: > Hello, > > Afte update the config of php, then reboot the Web Server, but horde / > imp show us still 2MB limit... > So, I don't understand where is the problem... > > Hope more any help for us... > > Thanks ! > > Edward. The 2MB limit is a config option of Horde, NO

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-28 Thread edwardspl
Jim Lucas wrote: > [EMAIL PROTECTED] wrote: > >> Jim Lucas wrote: >> >>> [EMAIL PROTECTED] wrote: >>> >>> Jim Lucas wrote: > [EMAIL PROTECTED] wrote: > > >> post_max_size = 10M >> max_execution_time = 3600 ; Maximum execution time of each >> script, in >>

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-27 Thread Jim Lucas
[EMAIL PROTECTED] wrote: Jim Lucas wrote: [EMAIL PROTECTED] wrote: Jim Lucas wrote: [EMAIL PROTECTED] wrote: post_max_size = 10M max_execution_time = 3600 ; Maximum execution time of each script, in seconds max_input_time = 3600 ; Maximum amount of time each script may spend

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-27 Thread edwardspl
Jim Lucas wrote: >[EMAIL PROTECTED] wrote: > > >>Jim Lucas wrote: >> >> >> >>>[EMAIL PROTECTED] wrote: >>> >>> >>> post_max_size = 10M max_execution_time = 3600 ; Maximum execution time of each script, in seconds max_input_time = 3600 ; Maximum amount of time each scrip

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-26 Thread Jim Lucas
[EMAIL PROTECTED] wrote: > Jim Lucas wrote: > >> [EMAIL PROTECTED] wrote: >> >>> post_max_size = 10M >>> max_execution_time = 3600 ; Maximum execution time of each script, in >>> seconds >>> max_input_time = 3600 ; Maximum amount of time each script may spend >>> parsing request data >>> memory_li

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-26 Thread edwardspl
Jim Lucas wrote: > [EMAIL PROTECTED] wrote: > >> >> post_max_size = 10M >> max_execution_time = 3600 ; Maximum execution time of each script, in >> seconds >> max_input_time = 3600 ; Maximum amount of time each script may spend >> parsing request data >> memory_limit = 512M ; Maximum amount of mem

Re: [PHP] [Fwd: Attachment Size and Memory limit with php and FC6 System]

2007-09-26 Thread Jim Lucas
[EMAIL PROTECTED] wrote: post_max_size = 10M max_execution_time = 3600 ; Maximum execution time of each script, in seconds max_input_time = 3600 ; Maximum amount of time each script may spend parsing request data memory_limit = 512M ; Maximum amount of memory a script may consume file_uploads =

Re: [PHP] Fwd: 403 Forbiden

2007-09-11 Thread Daniel Brown
On 9/11/07, Jesús de Diego Alarcón <[EMAIL PROTECTED]> wrote: > Daniel > > Wo... Yes. This solved the problem... > Thank you; many , many thanks.. > I'm really surprised with the very goog PHP people > > Jesús de Diego > > 2007/9/11, Daniel Brown < [EMAIL PROTECTED]>: > > On 9/10/07, Je

Re: [PHP] Fwd: 403 Forbiden

2007-09-10 Thread Daniel Brown
On 9/10/07, Jesús de Diego Alarcón <[EMAIL PROTECTED]> wrote: > Daniel > > Here is the provincias.php code: > > header('Content-Type: application/xml'); > //error_reporting(E_ALL); > $request = ' > https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCallejero.asmx/ConsultaProvincia'; >

Re: [PHP] Fwd: 403 Forbiden

2007-09-10 Thread Jesús de Diego Alarcón
Hello all I can call other php files like: http://www.my3dgis.es/visor/php/municipios.php without problem (The response is OK so no Provincia parameter is providen ). Indeed, the php file always work if i simply type : http://www.my3dgis.es/visor/php/provincias.php in a navigator. The proble

Re: [PHP] Fwd: 403 Forbiden

2007-09-09 Thread Chris
Jesús de Diego Alarcón wrote: Hello I've noticed the problem is not well described: 1º There are some times the correct XML appears. However, these times, the call in Firebug comes with "(403)" and highlihted in red color. Does your host have any rate-limiting? Maybe you're hitting the server

Re: [PHP] Fwd: 403 Forbiden

2007-09-09 Thread Jesús de Diego Alarcón
Hello I've noticed the problem is not well described: 1º There are some times the correct XML appears. However, these times, the call in Firebug comes with "(403)" and highlihted in red color. 2º The others times, also appears (403) in the Firebug call , and as response i get: 403 Forbidden F

Re: [PHP] Fwd: 403 Forbiden

2007-09-09 Thread Chris
Jesús de Diego Alarcón wrote: Hello Brian Thank you, but permisions are ok (777). What about the permissions on the visor/php folder? Can you access other files in that folder? What about the permissions on the visor/ folder? Can you access other files in that folder? Do you have access to

Re: [PHP] Fwd: 403 Forbiden

2007-09-06 Thread brian
Jesús de Diego Alarcón wrote: (Excuse me... wrong button) Hello all and thank you in advance. I'm totally beginer in PHP . I'm developing: http://www.my3dgis.es/visor/visor.htm# At Options > Herramientas > Búsqueda en Catastro the application shows a form (ExtJS). In this form, the combo

Re: [PHP] Fwd: php5 and sendmail

2007-06-05 Thread Richard Lynch
On Mon, June 4, 2007 5:09 pm, Jim Lucas wrote: >> ; For Unix only. You may supply arguments as well (default: >> "sendmail -t >> -i"). >> sendmail_path = /usr/sbin/sendmail Is /usr/bin/sendmail where it actually is? Should be, but you never know with distros like FC6 Do you not need the -t a

Re: [PHP] Fwd: php5 and sendmail

2007-06-05 Thread Richard Lynch
On Mon, June 4, 2007 4:55 pm, Arvind Autar wrote: > Firstly, I'm not subcsribed so please CC me. > > The issue, I'm running FC6 with php5 and sendmail. I can use mail and > send > mail with client inlc telnet sessions. However, mailing with php is > just not > working. > > This is what I'm using. >

Re: [PHP] Fwd: php5 and sendmail

2007-06-04 Thread Chris
Arvind Autar wrote: Hello all, Firstly, I'm not subcsribed so please CC me. The issue, I'm running FC6 with php5 and sendmail. I can use mail and send mail with client inlc telnet sessions. However, mailing with php is just not working. This is what I'm using. Anyone got a clue? Check y

Re: [PHP] Fwd: php5 and sendmail

2007-06-04 Thread Jim Lucas
Arvind Autar wrote: I defiend the distrobution of linux, FC6 (fedora core 6), my php.ini is set correcty afaik [mail function] ; For Win32 only. SMTP = srv1.mydomain.nl smtp_port = 25 ; For Win32 only. sendmail_from = [EMAIL PROTECTED] ; For Unix only. You may supply arguments as well (defaul

Re: [PHP] Fwd: php5 and sendmail

2007-06-04 Thread Jim Lucas
Arvind Autar wrote: Hello all, Firstly, I'm not subcsribed so please CC me. The issue, I'm running FC6 with php5 and sendmail. I can use mail and send mail with client inlc telnet sessions. However, mailing with php is just not working. This is what I'm using. Anyone got a clue? Well, a

Re: [PHP] Fwd: php + db2

2007-04-27 Thread Richard Lynch
On Thu, April 26, 2007 4:46 am, Javier Ruiz wrote: > Ok, I've seen something... I'm trying to compile php with db2 support > but > also with oracle support using oracle-instantclient. > > If I remove the oracle options (with-oci8 and with-pdo-oci), configure > passes the ibm-db2 tests, but using or

Re: [PHP] Fwd: Entries no longer appear in search

2007-01-29 Thread Chris
No need to keep posting the same question over and over again. If anyone has suggestions, they will reply. Kevin Jordan wrote: -- Forwarded message -- From: Kevin Jordan <[EMAIL PROTECTED]> Date: Jan 28, 2007 6:21 PM Subject: Fwd: Entries no longer appear in search To: php-gener

Re: [PHP] Fwd: Parsing and using URL variables

2006-10-23 Thread Richard Lynch
Your PHP is fine. Your URL sucks. :-) You can't have spaces in the data, nor / nor all kinds of stuff. Which is why you should ALWAYS call: http://php.net/urlencode on data before you cram it into a URL. *then*, if you are putting that URL into HTML for a person to click on, you need to make it

Re: [PHP] Fwd: Parsing and using URL variables

2006-10-20 Thread Jochem Maas
looks like your having fun ... but before you go building & using something that is going to cause you major security headaches go to this site and read, read, read: http://phpsec.org/ and remember NEVER TRUST USER INPUT (or data from *any* outside source); currently your example will pr

Re: [PHP] Fwd: Re: WG: Bitte weiterleiten

2006-03-24 Thread Barry
Thomas Munz wrote: Sorry! Was mistakly commited, should go to the list in my address book but not here! LOL -- Smileys rule (cX.x)C --o(^_^o) Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fwd: Re: WG: Bitte weiterleiten

2006-03-24 Thread Thomas Munz
Sorry! Was mistakly commited, should go to the list in my address book but not here! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (Fwd) inserting text into a mime message

2006-01-19 Thread Richard Lynch
Sounds like they all hit the same wall you have hit... Could be an opportunity... :-) On Thu, January 19, 2006 4:55 pm, Geoff wrote: >> It seems to me that if you looked at the raw email and found the >> boundary, and focused on the only mime-types you care about, you'd >> be able to hack the fi

Re: [PHP] (Fwd) inserting text into a mime message

2006-01-19 Thread Geoff
> It seems to me that if you looked at the raw email and found the > boundary, and focused on the only mime-types you care about, you'd > be able to hack the file pretty easily... I just may have to do that. One problem though is that many mails are encoded in some way (I mean byte-encoding, lik

Re: [PHP] (Fwd) inserting text into a mime message

2006-01-19 Thread Richard Lynch
All them lawyerly crapola signatures outside the control of the actual user implies that there is SOME kind of software available to do it... It seems to me that if you looked at the raw email and found the boundary, and focused on the only mime-types you care about, you'd be able to hack the file

Re: [PHP] Fwd: Code Optimization Help

2005-09-21 Thread Jochem Maas
Joseph Crawford wrote: Ok so finally i implemented my logging class into my mail merge object, this is the results Word -> Application Opened. Word -> Document1 Document Added. Word -> header.doc Document Saved. Word -> header.doc Document Closed. Word -> Document2 Document Added. Word -> ds.do

Re: [PHP] Fwd: Code Optimization Help

2005-09-20 Thread Joseph Crawford
Ok so finally i implemented my logging class into my mail merge object, this is the results Word -> Application Opened. Word -> Document1 Document Added. Word -> header.doc Document Saved. Word -> header.doc Document Closed. Word -> Document2 Document Added. Word -> ds.doc Document Saved. Word ->

Re: [PHP] Fwd: Code Optimization Help

2005-09-20 Thread Jochem Maas
Joseph Crawford wrote: Jochem, I did attempt what you wanted me to try, however when i did that it just hung up on the OpenHeaders $this->obj->ActiveDocument->MailMerge->OpenHeaderSource($this->mm_data_dir.'/header.doc'); maybe your Close() function should be different?: private function C

Re: [PHP] Fwd: Code Optimization Help

2005-09-20 Thread Jochem Maas
Joseph Crawford wrote: I am not sure where you got the idea that it is creating an instance of word I got the idea from your code, but I just gave it a quick glance... that said you instantiate a new COM object in at least 3 places... CreateHeader() CreateDataSource() CreateDocument() which y

  1   2   >