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: >

[PHP] FW:

2013-05-08 Thread Paul Novitski
http://www.shinwa-kensetsu.sakura.ne.jp/bth7rz.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FW: No Subject

2013-03-16 Thread Ryan S
http://www.coachholidays.co.uk/ramlm/hfoqauyyvomdvio.kaxkucbebccxpzq

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)

[PHP] FW: parse error

2011-10-13 Thread David Savage
please read the following chain of emails...I'm at my wits end. From: David Savage Sent: Thu 10/13/2011 11:09 AM To: php-general-digest-ow...@lists.php.net Subject: FW: parse error How can I find the answer to the following php issue? I am not sure how to post

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
ott" Date: Thu, Nov 25, 2010 08:25 Subject: [PHP] Fw: Spoofing user_agent To: I have wrote a script to generate a sitemap of my web site. It crawls all of the site web pages. (About 30,000) I need help to spoof the user_agent variable so the stats program running in the background ( “

[PHP] Fw: Spoofing user_agent

2010-11-25 Thread Ron Piggott
I have wrote a script to generate a sitemap of my web site. It crawls all of the site web pages. (About 30,000) I need help to spoof the user_agent variable so the stats program running in the background ( “AWSTATS” ) will treat the crawl as a bot, not browsing usage. The sitemap generat

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

[PHP] Fw: Dbase database - reg

2010-10-22 Thread kumar
22.10.2010 Dear sir Please help me the following code and how to rectify the same . Fatal error: Call to undefined function: dbase_open() please help me sir, regards Kumar . L SLST / ARNI / Tamilnadu / India

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

[PHP] FW: Problem with ssh2_connect

2010-06-23 Thread Radek Krejča
Hello, 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(): Error starting up SSH c

[PHP] FW: accidentally chown -R mysql /var/lib, so wrote a script to "fix" them

2009-07-13 Thread Daevid Vincent
Figured I'd throw this into the intertubes so it's archived and maybe useful for someone else, since I couldn't find a script that did this already... -Original Message- From: Daevid Vincent [mailto:dae...@daevid.com] Sent: Monday, July 13, 2009 4:06 PM To: 'sv...@lists.svlug.org' Subjec

[PHP] FW: built-in objects APC or serializatio n‏

2009-03-12 Thread Andrea Giammarchi
... nobody a clue? ... Hi everybody, I am a Certified Zend Engineer with almost 10 years of PHP development experience but for some reason I've never asked question to this ML. As subject says, I would like to know if there a

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:

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

2008-07-04 Thread Chris Scott
> -Original Message- > From: Aviation Coding [mailto:[EMAIL PROTECTED] > Sent: Friday, July 04, 2008 10:15 AM > To: php-general@lists.php.net > Subject: [SPAM] [PHP] No Database Connection possible (mySQL) > Importance: Low > > Hi all, > > I am having problems with a connection to a mysql

[PHP] FW: [SPAM] Re: [PHP] how to create a slide show using PHP5

2008-07-03 Thread Chris Scott
> -Original Message- > From: philip [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2008 10:03 PM > To: Bastien Koert > Cc: php-general@lists.php.net > Subject: [SPAM] Re: [PHP] how to create a slide show using PHP5 > Importance: Low > > Bastien Koert wrote: > > > > > > On Wed, Jul

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

2008-07-02 Thread Chris Scott
> -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'm trying to build a queue out using FIFO files (someone on the MySQL > list suggested

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, yo

[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'

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

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

2008-06-27 Thread Chris Scott
I don't think you can open files for writing over http, you get an error: failed to open stream: HTTP wrapper does not support writeable connections. -Original Message- From: Per Jessen [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2008 2:39 PM To: php-general@lists.php.net Subject: [

[PHP] FW: [SPAM] Re: [PHP] Inspiration for a Tombstone.

2008-06-27 Thread Chris Scott
410 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE: [SOLVED] [PHP] FW: ezmlm warning

2007-12-15 Thread Andrés Robinet
/www.bestplace.biz | Web: http://www.seo-diy.com > -Original Message- > From: Daniel Brown [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 15, 2007 7:04 PM > To: Andrés Robinet > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; php- > [EMAIL PROTECTED] > Subject: Re: [PHP] FW:

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

[PHP] FW: ezmlm warning

2007-12-15 Thread Andrés Robinet
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?? Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, December 15, 2007 11:55 AM To: [EMAIL PROTECTED] Subject: ezmlm

[PHP] FW: Still searching for PHP Experts in SF, CA

2007-11-13 Thread Cox, Chris
If anyone recommends anyone well versed in PHP in their network, in or around San Francisco, please send them along to me Chris Cox @ [EMAIL PROTECTED] Thank you in advance for your consideration. www.stepup.com Sincerely, Chris Cox Intuit -- PHP General Mailing List (http://www.php.net/) To uns

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

[PHP] FW: Reaching the PHP mailing list owners

2007-10-31 Thread John Moss
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 may just have to conclude that this won't work, either.

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
.___domainname___.com, so since you have "spanishbyproz.com", you can probably try mysql.spanishbyproz.com. -Logan > -Original Message- > From: Stephen Hernandez [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 29, 2007 7:29 PM > To: php-general@lists.php.net > Subject: [PH

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

[PHP] FW: I really need help

2007-04-29 Thread Stephen Hernandez
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 server that hosts my website and it is running ok. Next I want

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

[PHP] FW: looking for two remote functions

2007-03-09 Thread Riyadh S. Alshaeiq
Thank you Mickey, but I have already looked in there and the function posted in the notes is working just fine for getting the size on disk which I am not interested in.. Riyadh -Original Message- From: Mikey [mailto:[EMAIL PROTECTED] Sent: 9/Mar/2007 2:57 PM To: php-general@lists.php.ne

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

[PHP] FW: Eregi question

2007-01-15 Thread Beauford
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. I have read tons of articles, but none really explains what everything means. Like why some things have square brackets and some have round, what does the

[PHP] Fw: `�.�MPEG`�.�

2006-06-12 Thread webmaster
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[PHP] FW: error de php!

2006-01-17 Thread Miguel Guirao
Hi list! I'm migrating to a new server, the old was: -Apache/2.0.46 (Unix) y PHP/4.3.2 -MySQL 4.0.13 -Solaris 8 The following script used to run nicely in the old sever, but now that I migrated the script to a new server with Apache/2.0.54 (Unix Solaris 9), PHP/5.0.5 and MySQL 5.0.18. I got the

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

[PHP] FW: Advanced search form

2005-12-07 Thread Michelle Konzack
Hello PHP-Gurus, I have already ask this on php-de and pgsql-pgp but unfortunatly gotten no answer. I have a search form and I like to add advanced search options like "this is a search" -XXX Test which mean, 1) "this is a search" must be in this order 2) -XXX

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

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

2005-11-30 Thread Albert
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 overlaid on top of the satellite image. Both are in PNG format. My current code:   Notes: 1. When using imag

[PHP] FW: PATH_INFO/PATH_TRANSLATED

2005-09-16 Thread Infoton - Nilesh Narkhede
Can you help me for this problem Regards, Nilesh Narkhede -Original Message- From: Gabor Hojtsy [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 9:34 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: PATH_INFO/PATH_TRANSLATED Hi Nilesh, Since your problem has not

  1   2   3   4   >