Re: [PHP] FW:

2013-05-08 Thread Ashley Sheridan
Dan Joseph wrote: >Yo, > > (And, no, PHP doesn't stand >> for Produced by Horses & Ponies.) >> >> >This is completely devastating Just noticed the original link has a nasty payload for android, I assume the same applies for other OSs (probably best not to check!) -- Sent from my Androi

Re: [PHP] FW:

2013-05-08 Thread Dan Joseph
Yo, (And, no, PHP doesn't stand > for Produced by Horses & Ponies.) > > This is completely devastating -- -Dan Joseph http://www.danjoseph.me http://www.dansrollingbbq.com http://www.youtube.com/DansRollingBBQ

Re: [PHP] FW:

2013-05-08 Thread Daniel Brown
If you're going to send hack attempts, at least adjust your clock so that it doesn't look like it took almost a month for your SPAM to get here. We're not the Pony Express. (And, no, PHP doesn't stand for Produced by Horses & Ponies.) On Thu, Apr 11, 2013 at 11:43 AM, Paul Novitski wrote: >

Re: [PHP] FW: parse error

2011-10-17 Thread Stuart Dallas
vid Savage > Cc: PHP General > Subject: Re: [PHP] FW: parse error > > Please include the list when replying. > > On 13 Oct 2011, at 19:44, David Savage wrote: > >> ok thanks for the quick reply. Still trying to figure out the line that is >> causing the problem above

Re: [PHP] FW: parse error

2011-10-13 Thread Stuart Dallas
ing or similar error, the highlighting should tell you where that problem is. -Stuart > From: Stuart Dallas [mailto:stu...@3ft9.com] > Sent: Thu 10/13/2011 12:04 PM > To: David Savage > Cc: php-general@lists.php.net > Subject: Re: [PHP] FW: parse error > > On 13 Oct 2011, at 18

RE: [PHP] FW: parse error

2011-10-13 Thread Ken Robinson
At 02:06 PM 10/13/2011, Steve Staples wrote : [snip] It's more likely an unterminated quoted string. It looks like PHP is giving up after finding unrecognizable stuff after either the first double or single quote on that line. If you're using an editor that doesn't do syntax high lighting, g

RE: [PHP] FW: parse error

2011-10-13 Thread Steve Staples
-Original Message- From: Ken Robinson [mailto:kenrb...@rbnsn.com] Sent: Thursday, October 13, 2011 1:33 PM To: php-general@lists.php.net Subject: Re: [PHP] FW: parse error At 01:26 PM 10/13/2011, Robert Williams wrote: >On 10/13/11 10:06, "David Savage" wrote:

Re: [PHP] FW: parse error

2011-10-13 Thread Ken Robinson
At 01:26 PM 10/13/2011, Robert Williams wrote: On 10/13/11 10:06, "David Savage" wrote: >php -l voip_cdrs.php >PHP Parse error: parse error, unexpected T_STRING in >/usr/local/cytrex/voip_cdrs.php on line 1050 >Errors parsing voip_cdrs.php > > $alias_sql_stmt="SELECT ani F

Re: [PHP] FW: parse error

2011-10-13 Thread Robert Williams
On 10/13/11 10:06, "David Savage" wrote: >php -l voip_cdrs.php >PHP Parse error: parse error, unexpected T_STRING in >/usr/local/cytrex/voip_cdrs.php on line 1050 >Errors parsing voip_cdrs.php > > $alias_sql_stmt="SELECT ani FROM ldrates WHERE >ani='$termnum10'";// <

Re: [PHP] FW: parse error

2011-10-13 Thread Stuart Dallas
On 13 Oct 2011, at 18:06, David Savage wrote: > I'm sorryI need help with php v. 4.3.9 (cgi). I don't know where else to > turn. I've looked on the php.net web site for details on this particular > error, but am unable to find any. > > this is the version I use. > php -v > PHP 4.3.9 (cgi)

Re: [PHP] Fw: Spoofing user_agent

2010-11-30 Thread Ron Piggott
The following solution works: I set my user-agent to: VerseOfTheDaySitemapRobot/1.0 (http://www.TheVerseOfTheDay.info) By doing: ini_set('user_agent', "VerseOfTheDaySitemapRobot/1.0 (http://www.TheVerseOfTheDay.info)"); When ran by a cron job this causes AWSTATS to treat the hits as: Unknown r

Re: [PHP] Fw: Spoofing user_agent

2010-11-29 Thread Ashley Sheridan
On Tue, 2010-11-30 at 00:19 -0200, Thiago H. Pojda wrote: > Quit top posting. > > On Mon, Nov 29, 2010 at 9:55 PM, Ron Piggott > wrote: > > > > > My issue with the user agent is unresolved. I need to do more research to > > see how AWSTATS distinguishes between a robot crawling the site and a

Re: [PHP] Fw: Spoofing user_agent

2010-11-29 Thread Thiago H. Pojda
Quit top posting. On Mon, Nov 29, 2010 at 9:55 PM, Ron Piggott wrote: > > My issue with the user agent is unresolved. I need to do more research to > see how AWSTATS distinguishes between a robot crawling the site and a web > page user and set the user-agent accordingly. > Ron, AWSTATS probab

Re: [PHP] Fw: Spoofing user_agent

2010-11-29 Thread Ron Piggott
: Shreyas Agasthya Sent: Monday, November 29, 2010 1:35 AM To: Ron Piggott Cc: PHP General List Subject: Re: [PHP] Fw: Spoofing user_agent Ron, Can you let us know if this whole thing that you were trying to do worked? I see that very few actually bring a thread to a logical conclusion either by

Re: [PHP] Fw: Spoofing user_agent

2010-11-26 Thread Richard Quadling
> On 25 November 2010 15:38, Ron Piggott wrote: >> >> Is "User Agent" suppose to have a hyphen  "-"  ?   Ron > http://en.wikipedia.org/wiki/User_agent "... the identity is > transmitted via the User-Agent request header, ... " http://tools.ietf.org/html/rfc1945#section-10.15 User-Agent

Re: [PHP] Fw: Spoofing user_agent

2010-11-26 Thread Richard Quadling
Message- From: Richard Quadling > Sent: Thursday, November 25, 2010 9:16 AM > To: Deva > Cc: Shreyas Agasthya ; Ron Piggott ; php-general@lists.php.net ; > a...@ashleysheridan.co.uk > Subject: Re: [PHP] Fw: Spoofing user_agent > > On 25 November 2010 11:32, Deva wrote: >

Re: [PHP] Fw: Spoofing user_agent

2010-11-25 Thread Ron Piggott
iggott ; php-general@lists.php.net ; a...@ashleysheridan.co.uk Subject: Re: [PHP] Fw: Spoofing user_agent On 25 November 2010 11:32, Deva wrote: Use curl http://php.net/manual/en/book.curl.php On Thu, Nov 25, 2010 at 4:41 PM, Shreyas Agasthya wrote: I feel you should use more of the 4th me

Re: [PHP] Fw: Spoofing user_agent

2010-11-25 Thread Richard Quadling
7;); >> >     $url = "http://www.example.com";; <http://www.example.com%22;> >> > >> >         $input = file_get_contents($url); >> > >> > >> > >> > The Verse of the Day >> > “Encouragement from God’s Word” >> > htt

Re: [PHP] Fw: Spoofing user_agent

2010-11-25 Thread Deva
> > > > > > > > The Verse of the Day > > “Encouragement from God’s Word” > > http://www.TheVerseOfTheDay.info > > > > *From:* Shreyas Agasthya > > *Sent:* Thursday, November 25, 2010 4:21 AM > > *To:* Ron Piggott > > *Cc:* php-general

Re: [PHP] Fw: Spoofing user_agent

2010-11-25 Thread Shreyas Agasthya
$input = file_get_contents($url); > > > > The Verse of the Day > “Encouragement from God’s Word” > http://www.TheVerseOfTheDay.info > > *From:* Shreyas Agasthya > *Sent:* Thursday, November 25, 2010 4:21 AM > *To:* Ron Piggott > *Cc:* php-general@lists.php.n

Re: [PHP] Fw: Spoofing user_agent

2010-11-25 Thread Ron Piggott
od’s Word” http://www.TheVerseOfTheDay.info From: Shreyas Agasthya Sent: Thursday, November 25, 2010 4:21 AM To: Ron Piggott Cc: php-general@lists.php.net ; a...@ashleysheridan.co.uk Subject: Re: [PHP] Fw: Spoofing user_agent A standard HTTP Request headers is : User Agent (without the underscore). --S

Re: [PHP] Fw: Spoofing user_agent

2010-11-25 Thread Ron Piggott
Thanks. Ron The Verse of the Day “Encouragement from God’s Word” http://www.TheVerseOfTheDay.info From: Shreyas Agasthya Sent: Thursday, November 25, 2010 4:21 AM To: Ron Piggott Cc: php-general@lists.php.net ; a...@ashleysheridan.co.uk Subject: Re: [PHP] Fw: Spoofing user_agent A standard

Re: [PHP] Fw: Spoofing user_agent

2010-11-25 Thread Shreyas Agasthya
Ron > > The Verse of the Day > “Encouragement from God’s Word” > http://www.TheVerseOfTheDay.info > > From: a...@ashleysheridan.co.uk > Sent: Thursday, November 25, 2010 3:34 AM > To: Ron Piggott ; php-general@lists.php.net > Subject: Re: [PHP] Fw: Spoofing user_agent > > You nee

Re: [PHP] Fw: Spoofing user_agent

2010-11-25 Thread Ron Piggott
gott ; php-general@lists.php.net Subject: Re: [PHP] Fw: Spoofing user_agent You need to set it in the header request you make. Putting it in the script you're using as a spider with ini_set won't do anything because the Target site doesn't know anything about it. Thanks, Ash http:/

Re: [PHP] Fw: Spoofing user_agent

2010-11-25 Thread a...@ashleysheridan.co.uk
You need to set it in the header request you make. Putting it in the script you're using as a spider with ini_set won't do anything because the Target site doesn't know anything about it. Thanks, Ash http://www.ashleysheridan.co.uk - Reply message - From: "Ron Piggott" Date: Thu, Nov 2

Re: [PHP] Fw: Dbase database - reg

2010-10-22 Thread Alexis
sounds like you have not compiled php with the --enable-dbase option. check the output of and see if there is any mention of dbase..if not, then that is probably your problem. Alexis On 22/10/10 02:51, kumar wrote: 22.10.2010 Dear sir Please help me the following code and how to rectif

RE: [PHP] FW: Problem with ssh2_connect

2010-06-23 Thread Radek Krejča
> Have you tried opening the connection from the command line with OpenSSL > or similar tools? Do you know those credentials will actually work? Yes, It is my key (now I am testing), but I got this message before I run ssh2_auth_public... Radek -- PHP General Mailing List (http://www.php.net/)

RE: [PHP] FW: Problem with ssh2_connect

2010-06-23 Thread Bob McConnell
From: Radek Krejca > I am trying connect to freebsd. I have php 5.3.2 installed. I have to connect > using public keys, but without succes. Function ssh2_connect throws me > following error (then I have invalid resource for function ssh2_auth_pubkey_file)... > > PHP Warning: ssh2_connect(): Erro

Re: [PHP] FW: [SPAM] [PHP] FIFO files on PHP?

2008-08-25 Thread Waynn Lue
On Wed, Jul 2, 2008 at 1:22 AM, Chris Scott <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Waynn Lue [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, July 01, 2008 11:06 PM > > To: php-general@lists.php.net > > Subject: [SPAM] [PHP] FIFO files on PHP? > > Importance: Low > > > > I

RE: [PHP] FW: [SPAM] [PHP] No Database Connection possible (mySQL)

2008-07-04 Thread Chris Haensel
-Original Message- From: Chris Scott [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 11:41 AM To: php-general@lists.php.net Subject: [PHP] FW: [SPAM] [PHP] No Database Connection possible (mySQL) Importance: Low > -Original Message- > From: Aviation Coding [mailto:[EMAIL

Re: [PHP] FW: [SPAM] RE: [PHP] fwrite() Append Files

2008-06-27 Thread Jim Lucas
Boyd, Todd M. wrote: -Original Message- From: Chris Scott [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 8:48 AM To: php-general@lists.php.net Subject: [PHP] FW: [SPAM] RE: [PHP] fwrite() Append Files Importance: Low I don't think you can open files for writing over http, you get

[PHP] FW: [SPAM] RE: [PHP] FW: [SPAM] RE: [PHP] fwrite() Append Files

2008-06-27 Thread Chris Scott
>> -Original Message- >> From: Chris Scott [mailto:[EMAIL PROTECTED] >> Sent: Friday, June 27, 2008 8:48 AM >> To: php-general@lists.php.net >> Subject: [PHP] FW: [SPAM] RE: [PHP] fwrite() Append Files >> Importance: Low >> >> I don't think you can open files for writing over http, you ge

RE: [PHP] FW: [SPAM] RE: [PHP] fwrite() Append Files

2008-06-27 Thread Boyd, Todd M.
> -Original Message- > From: Chris Scott [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2008 8:48 AM > To: php-general@lists.php.net > Subject: [PHP] FW: [SPAM] RE: [PHP] fwrite() Append Files > Importance: Low > > I don't think you can open files for writing over http, you get an > er

Re: [PHP] FW: ezmlm warning

2007-12-15 Thread Daniel Brown
On Dec 15, 2007 12:10 PM, Andrés Robinet <[EMAIL PROTECTED]> wrote: > I've just got this message... I also see no updates here > http://news.php.net/php.general/ since Friday. Any clues on what's going > on?? Looks to me like there was some reason that the emails being sent to you were bouncin

RE: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Jay Blanchard
[snip] On 10/31/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-31 at 11:19 -0400, Daniel Brown wrote: > > On 10/31/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > > On Oct 31, 2007, at 10:07 AM, Daniel Brown wrote: > > > > On 10/31/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > >

Re: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Daniel Brown
On 10/31/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-31 at 11:19 -0400, Daniel Brown wrote: > > On 10/31/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > > On Oct 31, 2007, at 10:07 AM, Daniel Brown wrote: > > > > On 10/31/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > >> T

Re: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Robert Cummings
On Wed, 2007-10-31 at 11:19 -0400, Daniel Brown wrote: > On 10/31/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Oct 31, 2007, at 10:07 AM, Daniel Brown wrote: > > > On 10/31/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > > >> The traffic here isn't overwhelming, maybe 10 to 50 emails a day. >

Re: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Daniel Brown
On 10/31/07, Jason Pruim <[EMAIL PROTECTED]> wrote: > On Oct 31, 2007, at 10:07 AM, Daniel Brown wrote: > > On 10/31/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > >> The traffic here isn't overwhelming, maybe 10 to 50 emails a day. > > > >With the exception of the occasional rant. ;-P > > W

Re: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Jason Pruim
On Oct 31, 2007, at 10:07 AM, Daniel Brown wrote: On 10/31/07, Robert Cummings <[EMAIL PROTECTED]> wrote: The traffic here isn't overwhelming, maybe 10 to 50 emails a day. With the exception of the occasional rant. ;-P We have rants? We should get some RAID and take care of them, or a

Re: Re: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Daniel Brown
On 10/31/07, John Moss <[EMAIL PROTECTED]> wrote: > Thank you for your recent email. My inbox is protected by ChoiceMail One, > the leader in anti-spam technology. ChoiceMail is holding the message you > sent because your email address is not on my list of approved senders. > > Please click on the

Re: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Daniel Brown
On 10/31/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > The traffic here isn't overwhelming, maybe 10 to 50 emails a day. With the exception of the occasional rant. ;-P -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 Give a man a fish, he'll eat for a day.

Re: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Daniel Brown
On 10/31/07, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Wed, 2007-10-31 at 06:53 -0700, John Moss wrote: > > I have no idea what I am doing - and I hate to think this message is > > actually going to be read by everyone in a general mailing list. But - since > > the attempt to reach a human 'o

Re: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Robert Cummings
On Wed, 2007-10-31 at 06:53 -0700, John Moss wrote: > > I find a mailing list related to php - I think. Seems right - > "lists.php.net". I 'subscribe' (I think) to a 'General user list' which > suggests "This is a really high volume general list for PHP users". I think > this is what I want - but I

Re: [PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread Robert Cummings
On Wed, 2007-10-31 at 06:53 -0700, John Moss wrote: > I have no idea what I am doing - and I hate to think this message is > actually going to be read by everyone in a general mailing list. But - since > the attempt to reach a human 'owner' didn't work and the general-help > doesn't yield results I

Re: [PHP] FW: I really need help

2007-05-02 Thread Richard Lynch
On Sun, April 29, 2007 6:29 pm, Stephen Hernandez wrote: > These were the values I had to change which I guess is where the > problem > is. I was supposed to change host to the name of the computer where > MySQL is installed. But I do not know what name I should put, the name > of my site is spanis

Re: [PHP] FW: I really need help

2007-04-29 Thread Robert Cummings
On Mon, 2007-04-30 at 00:29 +0100, Stephen Hernandez wrote: > I have literally just started using php and my sql so I really hope > somebody can help me and I am addressing the right people as I don't > want to be a pain in the neck. I have tested whether PHP is installed > and running on the remot

RE: [PHP] FW: I really need help

2007-04-29 Thread Buesching, Logan J
You will have to find that information out through whoever your host is. There is no one configuration for that. The first question to ask is did you create a MySQL database? If you did, then find out whatever the host was for doing that. Many times, your host will put it at mysql.___domainnam

Re: [PHP] FW: I really need help

2007-04-29 Thread Tijnema !
On 4/30/07, Stephen Hernandez <[EMAIL PROTECTED]> wrote: I have literally just started using php and my sql so I really hope somebody can help me and I am addressing the right people as I don't want to be a pain in the neck. I have tested whether PHP is installed and running on the remote web ser

Re: [PHP] FW: looking for two remote functions

2007-03-13 Thread tedd
At 4:18 PM +0100 3/13/07, Tijnema ! wrote: I'm not sure if it's the size you were looking for, but keep in mind that it depends on the block size. So different filesystems use different block size. Tijnema Yes and in addition, regardless of the "absolute" file size, the file still has to be

Re: [PHP] FW: looking for two remote functions

2007-03-13 Thread Tijnema !
> compared to > file size which is an actual byte count. > > As I mentioned before what I want is a function for getting the result > for > the Size no for Size on Disk > > Riyadh > > -Original Message- > From: Németh Zolt?n [mailto:[EMAIL PROTECTED] > Sent

RE: [PHP] FW: looking for two remote functions

2007-03-12 Thread Richard Lynch
ount. > > As I mentioned before what I want is a function for getting the result > for > the Size no for Size on Disk > > Riyadh > > -Original Message- > From: Németh Zolt?n [mailto:[EMAIL PROTECTED] > Sent: 10/Mar/2007 12:27 PM > To: Riyadh S. Alshaeiq

Re: [PHP] FW: looking for two remote functions

2007-03-12 Thread Tijnema !
Just a little note, getting content-length and a lot of other stuff from remote files is also possbiel with curl_getinfo() www.php.net/curl_getinfo Tijnema On 3/11/07, Tijnema ! <[EMAIL PROTECTED]> wrote: Not everyone checks his email 1000 times a day, last time he replied was yesterday... s

Re: [PHP] FW: looking for two remote functions

2007-03-11 Thread Tijnema !
Not everyone checks his email 1000 times a day, last time he replied was yesterday... so give him some time to read his email Tijnema On 3/11/07, Myron Turner <[EMAIL PROTECTED]> wrote: I think we've been talking to ourselves. The guy with the original question seems to have folded his h

Re: [PHP] FW: looking for two remote functions

2007-03-11 Thread Myron Turner
I think we've been talking to ourselves. The guy with the original question seems to have folded his hand and gone home. This is exactly what my script also did, get the content-length from the header. But i don't see what the actual problem is, there have been a lot of solutions around here b

Re: [PHP] FW: looking for two remote functions

2007-03-11 Thread Tijnema !
On 3/11/07, Myron Turner <[EMAIL PROTECTED]> wrote: Tijnema ! wrote: > > I'm not very familiar with PERL, so will this work with remote files? > As it seems that you are just reading from local hard drive... > > Tijnema It has to be on the machine from which the pages are being served. He wa

Re: [PHP] FW: looking for two remote functions

2007-03-11 Thread Myron Turner
Tijnema ! wrote: I'm not very familiar with PERL, so will this work with remote files? As it seems that you are just reading from local hard drive... Tijnema It has to be on the machine from which the pages are being served. There have been several workable suggestions for different possibi

Re: [PHP] FW: looking for two remote functions

2007-03-11 Thread Tijnema !
On 3/11/07, Myron Turner <[EMAIL PROTECTED]> wrote: Myron Turner wrote: > Tijnema ! wrote: >> On 3/10/07, Németh Zoltán <[EMAIL PROTECTED]> wrote: >> >>> 2007. 03. 10, szombat keltezéssel 12.42-kor Riyadh S. Alshaeiq ezt >>> írta: >>> > Actually if right click on any file or folder on a machine

Re: [PHP] FW: looking for two remote functions

2007-03-11 Thread Myron Turner
Myron Turner wrote: Tijnema ! wrote: On 3/10/07, Németh Zoltán <[EMAIL PROTECTED]> wrote: 2007. 03. 10, szombat keltezéssel 12.42-kor Riyadh S. Alshaeiq ezt írta: > Actually if right click on any file or folder on a machine you will see that > there are two values (Size on disk & Size). File

Re: [PHP] FW: looking for two remote functions

2007-03-10 Thread Myron Turner
ubstr($line,16) } } Now your remote file size is in $size. It is not too fast, but everything in PHP is fast and so is this. Tijnema > > Riyadh > > -Original Message- > From: Németh Zolt?n [mailto:[EMAIL PROTECTED] > Sent: 10/Mar/2007 12:27 PM > To: Riyadh S. Alshaei

Re: [PHP] FW: looking for two remote functions

2007-03-10 Thread Tijnema !
our remote file size is in $size. It is not too fast, but everything in PHP is fast and so is this. Tijnema > > Riyadh > > -Original Message- > From: Németh Zolt?n [mailto:[EMAIL PROTECTED] > Sent: 10/Mar/2007 12:27 PM > To: Riyadh S. Alshaeiq > Cc: php-general@lis

RE: [PHP] FW: looking for two remote functions

2007-03-10 Thread Németh Zoltán
Zoltán Németh > > Riyadh > > -Original Message- > From: Németh Zolt?n [mailto:[EMAIL PROTECTED] > Sent: 10/Mar/2007 12:27 PM > To: Riyadh S. Alshaeiq > Cc: php-general@lists.php.net > Subject: Re: [PHP] FW: looking for two remote functions > > I'm afraid I

RE: [PHP] FW: looking for two remote functions

2007-03-10 Thread Riyadh S. Alshaeiq
php-general@lists.php.net Subject: Re: [PHP] FW: looking for two remote functions I'm afraid I don't understand what you want. The size of a file is its size in bytes, that is its size on the disk. So what else? greets Zolt?n Németh 2007. 03. 10, szombat keltezéssel 06.07-kor Riyadh S. Als

Re: [PHP] FW: looking for two remote functions

2007-03-10 Thread Németh Zoltán
I'm afraid I don't understand what you want. The size of a file is its size in bytes, that is its size on the disk. So what else? greets Zoltán Németh 2007. 03. 10, szombat keltezéssel 06.07-kor Riyadh S. Alshaeiq ezt írta: > Thank you Mickey, but I have already looked in there and the function p

Re: [PHP] FW: Eregi question

2007-01-15 Thread Børge Holen
On Monday 15 January 2007 20:59, Curt Zirzow wrote: > On 1/15/07, Beauford <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Hopefully this is my last question so I can put this site to bed. Is > > there a good article that explains how to do the patterns for eregi. > > Honestly i hope it isn't the last q

Re: [PHP] FW: Eregi question

2007-01-15 Thread Curt Zirzow
On 1/15/07, Beauford <[EMAIL PROTECTED]> wrote: Hi, Hopefully this is my last question so I can put this site to bed. Is there a good article that explains how to do the patterns for eregi. Honestly i hope it isn't the last question. As far as eregi articles that really has been dead since a

Re: [PHP] Fw: 参加してみませんか?

2006-02-28 Thread Barry
Andrei wrote: > u... Nice... I would agree if I would understand something... lol > > Andy > > sns-コミュニティー wrote: > >>■□■ コミュニティー・エンターテイメント ■□■ >>□■□ ソーシャルネットワーキングサイトに参加してみませんか? □■□ >> >>メンバーより招待された方のみで構成されている為、安心快適!! >>ポイント代・料金等は一切御座いません。全て無料でお使いになれます! >> >>http://tada-asobi.com/tad

Re: [PHP] FW: error de php!

2006-01-18 Thread Ahmed Saad
On 1/18/06, Miguel Guirao <[EMAIL PROTECTED]> wrote: > $this->$NumDias = $unixtime2 - $unixtime1; <--- This is the line 44 hmm wasn't it supposed to be $this->NumDias? (with no $ before the propery name) -ahmed

Re: [PHP] FW: Advanced search form

2005-12-07 Thread Brent Baisley
Here is some code that you can modify. It's design to convert a search string into a MySQL full text search string, not sure how different pgsql is. It adds * for word expansion where appropriate. It assume a space is the delimiter, but that's easy to change in the explode statement. Exam

Re: [PHP] FW: Merging two images (GD & PNG)

2005-12-01 Thread Jochem Maas
Albert wrote: Jochem Maas wrote: try this site: http://php.amnuts.com/ I had a look at the way Andy does the masking and changed my code to do a pixel compare and only transfer the pixels to the satellite image I needed. This now takes quite a bit longer but at least everything is working

RE: [PHP] FW: Merging two images (GD & PNG)

2005-12-01 Thread Albert
Jochem Maas wrote: > try this site: > http://php.amnuts.com/ I had a look at the way Andy does the masking and changed my code to do a pixel compare and only transfer the pixels to the satellite image I needed. This now takes quite a bit longer but at least everything is working as it should. A

RE: [PHP] FW: Merging two images (GD & PNG)

2005-12-01 Thread Albert
Jochem Maas wrote: > the output image resource you create should be created with $xxx = > imagecreatetruecolor(1000,1000), you should call imagealphablending($xxx, > true) on the output image resource after you create and before copying > [which you are as far as I can tell], and you should use

Re: [PHP] FW: Merging two images (GD & PNG)

2005-11-30 Thread Jochem Maas
Albert wrote: Jochem Maas wrote: imagecreatetruecolor() is probably what your after: http://php.net/imagecreatetruecolor Albert wrote: Notes: 1. When using imagecreatetruecolor the images turn black I did try imagecreatetruecolor() but then the images turn black. the output image resou

Re: [PHP] FW: Merging two images (GD & PNG)

2005-11-30 Thread Jochem Maas
Albert wrote: Jochem Maas wrote: imagecreatetruecolor() is probably what your after: http://php.net/imagecreatetruecolor Albert wrote: Notes: 1. When using imagecreatetruecolor the images turn black I did try imagecreatetruecolor() but then the images turn black. shit missed that sorry

RE: [PHP] FW: Merging two images (GD & PNG)

2005-11-30 Thread Albert
Jochem Maas wrote: > imagecreatetruecolor() is probably what your after: > > http://php.net/imagecreatetruecolor > > Albert wrote: > > Notes: > > 1. When using imagecreatetruecolor the images turn black I did try imagecreatetruecolor() but then the images turn black. Albert -- PHP General Mail

Re: [PHP] FW: Merging two images (GD & PNG)

2005-11-30 Thread Jochem Maas
imagecreatetruecolor() is probably what your after: http://php.net/imagecreatetruecolor Albert wrote: I have two images which I want to overlay on each other. Image1 is a satellite image. Image2 is contains the statistical data we collected. It has a transparent background and should be overla

Re: [PHP] Fw: Unsubscribe me

2005-07-06 Thread Angelo Zanetti
http://www.php.net/unsub.php its at the bottom of each mail posted to the list. try reading next time... anshul wrote: >Please Unsubscribe me >I don't wanna recieve many e-mails to my inbox. > >- Original Message - >From: "anshul" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: >Sen

RE: [PHP] FW: write to file, difficulty inputting data

2005-06-01 Thread Richard Lynch
to put my orders into $fileContent. How does one place > the output of > > while($row = mysql_fetch_array( $result )) > { > } > > into $fileContent? > > Thx. > > Mayo > > > > > > -Original Message- > From: Richard Lynch [mailto:

RE: [PHP] FW: write to file, difficulty inputting data

2005-06-01 Thread mayo
of while($row = mysql_fetch_array( $result )) { } into $fileContent? Thx. Mayo -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 1:13 AM To: mayo Cc: php-general@lists.php.net Subject: Re: [PHP] FW: write to file, difficulty inputting

Re: [PHP] FW: write to file, difficulty inputting data

2005-05-31 Thread Richard Lynch
On Tue, May 31, 2005 5:32 pm, mayo said: > if (!$handle = fopen($filename, 'w')) { This will WIPE OUT the existing file, and write a *NEW* file, from 0, starting from scratch. So you'll never have anything but the LAST item. You could use "a+" to append to the end of the file... But you *SH

Re: [PHP] FW: xslt_process() error

2005-05-04 Thread Jochem Maas
Phil Ewington - 43 Plc wrote: Hi All, I am trying to replicate a ColdFusion custom tag I wrote for transforming an XML doc with XSLT and having major problems. When I use xslt_process() I get the following error: Warning: Sablotron error on line 1: XML parser error 4: not well-formed (invalid token

Re: [PHP] FW: php pages

2005-04-01 Thread Alan Milnes
bruce wrote: hey guys can someone tell me why this seems to work.. is it because a security attribute hasn't been correctly set? It's called an "easter egg" - check out your phpinfo on April 1st ... http://www.phpfreaks.com/articles/229/0.php Alan -- PHP General Mailing List (http://www.php.

RE: [PHP] FW: [NEWBIE GUIDE] For the benefit of new members

2005-02-11 Thread Chris Ramsay
An addition to point 5 perhaps? [snip] One useful trick is to print the variable/sql query using print or echo command and check whether you get what you expected. [/snip] How about mentioning var_dump() and print_r() also? rgds Chris Ramsay -- PHP General Mailing List (http://www.php.net/

Re: [PHP] FW: [NEWBIE GUIDE] For the benefit of new members

2005-01-31 Thread Jason Wong
On Monday 31 January 2005 21:30, Jay Blanchard wrote: > = > Please feel free to add more points and send to the list. > = How about: When replying to the list use standard quoting, ie

Re: [PHP] FW by MAILER-DAEMON@pb1.pair.com : *****SPAM_sub***** failure notice

2004-11-08 Thread Michelle Konzack
Am 2004-11-08 02:38:48, schrieb Curt Zirzow: > * Thus wrote Michelle Konzack: > > For every Message I send I get an error Message... > > But the E-Mails was correctly delivered... > > > > This is rather new.. I'm looking into why this is occuring. Thanks > Curt Greetings Michelle -- Linux-

Re: [PHP] FW by MAILER-DAEMON@pb1.pair.com : *****SPAM_sub***** failure notice

2004-11-07 Thread Curt Zirzow
* Thus wrote Michelle Konzack: > Hello, > > Whats going on with the ListServer of php.net ? > > For every Message I send I get an error Message... > But the E-Mails was correctly delivered... > This is rather new.. I'm looking into why this is occuring. Curt -- Quoth the Raven, "Nevermore."

Re: [PHP] FW: PHP posting confirmation for denis.gerasimov@vekos.ru

2004-10-07 Thread Greg Donald
On Thu, 7 Oct 2004 19:18:21 +0400, Denis Gerasimov <[EMAIL PROTECTED]> wrote: > Can anybody hint me what is this anti-spam filter (see forwarded email > below)? We all are to tired of spam, so that could be a very good > solution. > Is it vilter-spamd (see headers) or I am wrong? I never heard

Re: [PHP] Fw: Greetings.

2004-08-18 Thread Jason Wong
On Thursday 19 August 2004 07:01, Research wrote: > Can i see CPU ID / STORAGE ID with php or javascript, or both combined. Not with PHP. As for javascript ask on a javascript list or refer to some javascript resource. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Softwa

RE: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Matthew Sims
> Thanks for the info Matt - recommend any good websites for learning to > script??? > > Cheerios, > Bobbie For PHP, there's no beating php.net. Probably one of the best sites for learning. I'm sure someone else can list other sites to help but I've always used php.net and Google Groups for anythi

RE: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Matthew Sims
> Okay - I apologize but I'm a systems admin - not a programmer - would I > even need those classes now? > > -Original Message- > From: Matthew Sims [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 17, 2004 3:40 PM > To: [EMAIL PROTECTED] > Subject: Re: [PH

Re: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Peter Brodersen
On Tue, 17 Aug 2004 12:40:00 -0700 (PDT), in php.general you wrote: >I didn't have to look much further than this. You have a class that was >designed in PHP3 and suddenly you're wondering why it work in PHP5? Actually, I too would wonder why it worked :) -- - Peter Brodersen -- PHP General Ma

Re: [PHP] FW: Help with PHP 5 - code not working since upgrade

2004-08-17 Thread Matthew Sims
> Greetings, > > I've had to move an application from a Rehat Linux 6 apache server running > PHP 3.x to a MAC OS X apache 1.3 running PHP 5 and the code listed below > bombs out..i have commented it out for now and it works but the code > listed > below doesn't work on the new server - do any of y

RE: [PHP] FW: IMPORTANT: Please Verify Your Message

2004-08-05 Thread Ed Lazor
> -Original Message- > Its odd, i've yet to get one of those. Either the spammers dns > doesn't resolve proper (cause my server rejects those) or if its > due to the fact I only reply-to-list. > > I'm assuming its a dns issue at this point. Hrm. But my email server rejects those also? -E

Re: [PHP] FW: IMPORTANT: Please Verify Your Message

2004-08-05 Thread Curt Zirzow
* Thus wrote Ed Lazor: > Gawd this stuff sucks. > > Nothing like a spammer posing as the list itself and farming email addresses > from members. Its odd, i've yet to get one of those. Either the spammers dns doesn't resolve proper (cause my server rejects those) or if its due to the fact I only r

Re: [PHP] FW: NO SUCH ADDRESS

2004-07-13 Thread Jason Wong
On Wednesday 14 July 2004 11:29, Curt Zirzow wrote: > > I've already added that domain to my spam list and forgot lazy people > > who does not unsubscribe from the list. > > I've mentioned this everytime this topic comes up, and every time > it comes up, this solution is always given. And I'm goin

Re: [PHP] FW: NO SUCH ADDRESS

2004-07-13 Thread Curt Zirzow
* Thus wrote Jordi Canals: > Ed Lazor wrote: > > >Am I the only one getting these every time I post to the list? > > > Everyone is getting it. But we cannot know wich address is giving back > this message, as it is not reported. Just we know the domain it comes from. I've put in a request to uns

RE: [PHP] FW: NO SUCH ADDRESS

2004-07-13 Thread Ed Lazor
> -Original Message- > Everyone is getting it. But we cannot know wich address is giving back > this message, as it is not reported. Just we know the domain it comes > from. The guy lists [EMAIL PROTECTED] as his email address on the site. I bet that's the one bouncing. -Ed -- PHP Gene

Re: [PHP] FW: NO SUCH ADDRESS

2004-07-13 Thread Jordi Canals
Ed Lazor wrote: Am I the only one getting these every time I post to the list? Everyone is getting it. But we cannot know wich address is giving back this message, as it is not reported. Just we know the domain it comes from. I've already added that domain to my spam list and forgot lazy people

Re: [PHP] FW: NO SUCH ADDRESS

2004-07-13 Thread Justin Patrin
Nope, I'm getting them too. This address should be removed from the list...whatever it is. On Tue, 13 Jul 2004 15:19:41 -0700, Ed Lazor <[EMAIL PROTECTED]> wrote: > Am I the only one getting these every time I post to the list? > > > > > > -Original Message- > > From: GUNSMOKE MAIL DAE

Re: [PHP] Fw:

2004-06-15 Thread Ulrik S. Kofod
Dennis Freise sagde: > On Tue, 15 Jun 2004 10:24:45 +0530 > "Sriranganath" <[EMAIL PROTECTED]> wrote: > >> $conn = mysql_connect("localhost:3308","user","password"); >> Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in >> /var/www/html/whatnew/a.php on line 3 > > Maybe

Re: [PHP] Fw:

2004-06-15 Thread Dennis Freise
On Tue, 15 Jun 2004 10:24:45 +0530 "Sriranganath" <[EMAIL PROTECTED]> wrote: > $conn = mysql_connect("localhost:3308","user","password"); > Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in > /var/www/html/whatnew/a.php on line 3 Maybe that's because the standard MySQL

  1   2   3   >