php-general Digest 16 Oct 2012 00:16:49 -0000 Issue 8008

2012-10-15 Thread php-general-digest-help
php-general Digest 16 Oct 2012 00:16:49 - Issue 8008 Topics (messages 319456 through 319467): Re: SNMP via PHP 319456 by: Bastien 319457 by: Lester Caine 319458 by: Jonathan Sundquist 319459 by: Jonathan Sundquist 319460 by: Lester Caine Re:

[PHP] SNMP via PHP

2012-10-15 Thread Lester Caine
OK I've spent the last two hours going through pages of crap generated by google, and that includes google crap created by searches on sites like http://www.phpbuilder.com - cause mainly of cause by php pages on sites supporting other languages :( Certainly it seems that PHP is preferred even

Re: [PHP] SNMP via PHP

2012-10-15 Thread Bastien
Bastien Koert On 2012-10-15, at 7:09 AM, Lester Caine les...@lsces.co.uk wrote: OK I've spent the last two hours going through pages of crap generated by google, and that includes google crap created by searches on sites like http://www.phpbuilder.com - cause mainly of cause by php pages

Re: [PHP] SNMP via PHP

2012-10-15 Thread Lester Caine
Bastien wrote: Xenoss is a python solution with tons of monitoring capability. It's well worth a look If I wanted to move to python then I would not be asking here ;) I have enough of python on Hg and what I'm looking for here is PHP code that I can massage to do what I need ... I'm still

Re: [PHP] SNMP via PHP

2012-10-15 Thread Jonathan Sundquist
There appears to be quite a few examples, https://www.google.com/search?q=php+snmp+examplehttps://www.google.com/search?q=php+snmp+exampleaq=0oq=php+snmp+sugexp=chrome,mod=0sourceid=chromeie=UTF-8, and tutorials,

Re: [PHP] SNMP via PHP

2012-10-15 Thread Jonathan Sundquist
There appears to be quite a few examples, https://www.google.com/search?q=php+snmp+examplehttps://www.google.com/search?q=php+snmp+exampleaq=0oq=php+snmp+sugexp=chrome,mod=0sourceid=chromeie=UTF-8, and tutorials,

Re: [PHP] SNMP via PHP

2012-10-15 Thread Lester Caine
Jonathan Sundquist wrote: There appears to be quite a few examples, https://www.google.com/search?q=php+snmp+example https://www.google.com/search?q=php+snmp+exampleaq=0oq=php+snmp+sugexp=chrome,mod=0sourceid=chromeie=UTF-8, and tutorials, https://www.google.com/search?q=php+snmp+example

Re: [PHP] Beneficial site spamming framework

2012-10-15 Thread Daniel Brown
On Sat, Oct 13, 2012 at 5:10 PM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: It was only your replies coming through so often, so I doubt its my end. Also, the newsgroup is the same thing as the mailing list I believe, in this instance. Hmm I only got each reply once as well,

[PHP] Serving an image

2012-10-15 Thread Rick Dwyer
Hello all. I am sending an email with a logo at the top of the email. The source of the image for the logo is: http://myurl.com/image.php?id=5 Image.php then calls a function that simply returns the following: $image='img src=http://myurl.com/images/logo.jpg; /'; return $image; Calling

Re: [PHP] Serving an image

2012-10-15 Thread viper
On Mon, Oct 15, 2012 at 5:48 PM, Rick Dwyer rpdw...@earthlink.net wrote: I am sending an email with a logo at the top of the email. The source of the image for the logo is: http://myurl.com/image.php?id=5 Image.php then calls a function that simply returns the following: $image='img

Re: [PHP] Is it possible to click download button,and run 2 tasks downloading a file and show number of downloads(ajax)simultaneously?

2012-10-15 Thread Negin Nickparsa
Thanks Tedd, ajax works fine now,when submiting a button it will show the number and it doesn't have any problem $(function() { $(.button).click(function(){ var id=$(this).attr('id'); var dataString = 'id='+ id ; $.ajax({ type: POST, url: download_number.php, data: dataString,

Re: [PHP] Is it possible to click download button,and run 2 tasks downloading a file and show number of downloads(ajax)simultaneously?

2012-10-15 Thread Negin Nickparsa
oh my bad:)! there is a cool solution,I forgot the blank page!:) yep! solved:) window.open('download.php', '_blank' ); now I can count up,and download:) $(.button).click(function(){ var id=$(this).attr('id'); var dataString = 'id='+ id ; $.ajax({ type: POST, url: download_number.php,

Re: [PHP] Beneficial site spamming framework

2012-10-15 Thread Ashley Sheridan
Daniel Brown danbr...@php.net wrote: On Sat, Oct 13, 2012 at 5:10 PM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: It was only your replies coming through so often, so I doubt its my end. Also, the newsgroup is the same thing as the mailing list I believe, in this instance. Hmm I

[PHP] foreach

2012-10-15 Thread David McGlone
I've been sitting here playing around with foreach() and I'm wondering why I am getting these results. here's what I've been fooling around with. the code has no perticular meaning, but I noticed if the script fails, I get the sentence Too expensive I'm going home LOL 6 times because there are

Re: [PHP] foreach

2012-10-15 Thread Bastien
Bastien Koert On 2012-10-15, at 8:16 PM, David McGlone da...@dmcentral.net wrote: I've been sitting here playing around with foreach() and I'm wondering why I am getting these results. here's what I've been fooling around with. the code has no perticular meaning, but I noticed if the

Re: [PHP] foreach

2012-10-15 Thread Jim Lucas
On 10/15/2012 05:16 PM, David McGlone wrote: I've been sitting here playing around with foreach() and I'm wondering why I am getting these results. here's what I've been fooling around with. the code has no perticular meaning, but I noticed if the script fails, I get the sentence Too expensive

Re: [PHP] foreach

2012-10-15 Thread David McGlone
On Monday, October 15, 2012 08:21:23 PM you wrote: Bastien Koert On 2012-10-15, at 8:16 PM, David McGlone da...@dmcentral.net wrote: I've been sitting here playing around with foreach() and I'm wondering why I am getting these results. here's what I've been fooling around with. the code

Re: [PHP] SNMP via PHP

2012-10-15 Thread Tom Rogers
Hello Lester, Monday, October 15, 2012, 9:09:13 PM, you wrote: OK I've spent the last two hours going through pages of crap generated by google, and that includes google crap created by searches on sites like http://www.phpbuilder.com - cause mainly of cause by php pages on sites supporting

Re: [PHP] Serving an image

2012-10-15 Thread Jan Ehrhardt
viper in php.general (Mon, 15 Oct 2012 17:58:06 +0200): then in your email you can put: img src=http://myurl.com/image.php?id=5; / Many receiving e-mail clients will not show external images. External images are used by spammers to trach if a message is read. Jan -- PHP General Mailing List