Re: [PHP] picturing webpage

2004-01-12 Thread Raditha Dissanayake
I Agree with you that it's probably not manual, there are too many sites really for anyone to do it manually. IT can be done quite easily with java swing and though i am not a windows expert i am sure it can be done with visual basic as well. PHP was designed for different things. Stuart

RE: [PHP] picturing webpage

2004-01-11 Thread PHP Email List
- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 2:58 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] picturing webpage Hey, if they are paying for this service of getting thumbnails.maybe I can write a script that keeps on hitting their site

RE: [PHP] picturing webpage

2004-01-11 Thread Ryan A
: Friday, January 09, 2004 2:58 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: [PHP] picturing webpage Hey, if they are paying for this service of getting thumbnails.maybe I can write a script that keeps on hitting their site with different random URLs Would be a good way

Re: [PHP] picturing webpage

2004-01-11 Thread Stuart
PHP Email List wrote: Not sure that you wanted to know this or if this was mentioned already as I'm just now going through my 13,000+ emails from this list, but this isn't done dynamically. I'm betting that this Alexa company gets the urls that are posted for viewing and then goes out to grab the

Re: [PHP] picturing webpage

2004-01-10 Thread Stuart
Mike Brum wrote: It could be similar to how you can build a PDF. They could just take your HTML and then use that to build a .JPG. I'm sure it's a very *expensive* process (server CPU -wise) though. There's an addon for LiveStats (www.mediahouse.com) that does this so it can display thumbs of

Re: [PHP] picturing webpage

2004-01-09 Thread David T-G
Eli -- ...and then Eli Hen said... % % Hello All, Hi! % % I wanted to know if it is possible to picture a webpage via PHP. % By picturing I mean that the program can generate a picture, a view, out Hmmm... An interesting concept. % of the page URL given. (Like sometimes you have in

RE: [PHP] picturing webpage

2004-01-09 Thread Jake McHenry
-Original Message- From: David T-G [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 10:29 AM To: PHP General list Cc: Eli Hen Subject: Re: [PHP] picturing webpage Eli -- ...and then Eli Hen said... % % Hello All, Hi! % % I wanted to know

RE: [PHP] picturing webpage

2004-01-09 Thread Ed Curtis
Hi! % % I wanted to know if it is possible to picture a webpage via PHP. % By picturing I mean that the program can generate a picture, a view, out Don't know if this is exactly what you're looking for but this might be what you're after. It was posted on Freshmeat just this

Re: [PHP] picturing webpage

2004-01-09 Thread Ryan A
Hey, These sons of bitches at top--sites have done this, I call them that coz I regularly get spam from them. Try this URL: http://top--sites.com/update.htm?d=spamcop.come=p change spamcop to any other url... Cheers, -Ryan On 1/9/2004 4:28:33 PM, David T-G ([EMAIL PROTECTED]) wrote: Eli --

RE: [PHP] picturing webpage

2004-01-09 Thread Jake McHenry
-Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 12:55 PM To: David T-G Cc: [EMAIL PROTECTED] Subject: Re: [PHP] picturing webpage Hey, These sons of bitches at top--sites have done this, I call them that coz I regularly get spam from

RE: [PHP] picturing webpage

2004-01-09 Thread Mike Brum
) though. -M -Original Message- From: Jake McHenry [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 1:11 PM To: 'Ryan A' Cc: 'Php-general' Subject: RE: [PHP] picturing webpage -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 12:55

RE: [PHP] picturing webpage

2004-01-09 Thread Jake McHenry
-Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 12:55 PM To: David T-G Cc: [EMAIL PROTECTED] Subject: Re: [PHP] picturing webpage Hey, These sons of bitches at top--sites have done this, I call them that coz I regularly get spam from

RE: [PHP] picturing webpage

2004-01-09 Thread Ryan A
, Jake McHenry ([EMAIL PROTECTED]) wrote: -Original Message- From: Ryan A [mailto:[EMAIL PROTECTED] Sent: Friday, January 09, 2004 12:55 PM To: David T-G Cc: [EMAIL PROTECTED] Subject: Re: [PHP] picturing webpage Hey, These sons of bitches at top--sites have done this, I call

RE: [PHP] picturing webpage

2004-01-09 Thread Ryan A
Hey, if they are paying for this service of getting thumbnails.maybe I can write a script that keeps on hitting their site with different random URLs Would be a good way to make them pay for spamming me anyway. Whos with me? Cheers, -Ryan * Getting closer.. Did a little digging..

Re: [PHP] picturing webpage

2004-01-07 Thread Raditha Dissanayake
Hi. Tough one for php since php is a server side scripting langauge as you would have no doubt seen in the list newbie guide. HTML rendering is typically a client side thing. Try java, c++ or if you are on on windows maybe even vb. Eli Hen wrote: Hello All, I wanted to know if it is