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

Re: [PHP] SNMP via PHP

2012-10-15 Thread Bastien
Bastien Koert On 2012-10-15, at 7:09 AM, Lester Caine 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 > supp

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 w

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+example, and tutorials, https://www.google.com/search?q=php+snmp+example

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+example, and tutorials, https://www.google.com/search?q=php+snmp+example

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 , 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 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, so I'm not entirely con

[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='http://myurl.com/images/logo.jpg"; />'; return $image; Calling the pag

Re: [PHP] Serving an image

2012-10-15 Thread viper
On Mon, Oct 15, 2012 at 5:48 PM, Rick Dwyer 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='http://myurl.com/i

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.

Re: [PHP] Beneficial site spamming framework

2012-10-15 Thread Ashley Sheridan
Daniel Brown wrote: >On Sat, Oct 13, 2012 at 5:10 PM, Ashley Sheridan > 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 wel

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

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 I

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

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

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: >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 (http:/

Re: [PHP] Serving an image

2012-10-15 Thread viper
On Tue, Oct 16, 2012 at 7:40 AM, Jan Ehrhardt wrote: > Many receiving e-mail clients will not show external images. External > images are used by spammers to trach if a message is read. true; you could embed images in email.. http://www.campaignmonitor.com/blog/post/1761/embedding-images-in-emai