1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

get thumbnail of website

Discussion in 'PHP' started by bobby9101, Apr 18, 2006.

  1. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #41
    Seriously? - ya-right.com still seems to be down for me.
     
    sarahk, Mar 21, 2007 IP
  2. o3e

    o3e Peon

    Messages:
    123
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #42
    Do you see the thumbs here?
     
    o3e, Mar 21, 2007 IP
  3. itrana123

    itrana123 Peon

    Messages:
    177
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #43
    will someone help to use this option caz its not working for me wat i have to do now?
     
    itrana123, Mar 21, 2007 IP
  4. o3e

    o3e Peon

    Messages:
    123
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #44
    Now it is down for me too :(
     
    o3e, Mar 21, 2007 IP
  5. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #45
    And for me, no thumbnails on your pages.
     
    sarahk, Mar 21, 2007 IP
  6. o3e

    o3e Peon

    Messages:
    123
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #46
    Yes, it seems i need an account. Have PMed Dataman...
     
    o3e, Mar 22, 2007 IP
  7. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #47
    but you can see their site? I wonder why I can't?
     
    sarahk, Mar 22, 2007 IP
  8. o3e

    o3e Peon

    Messages:
    123
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #48
    I can see the site, but there is only that
     
    o3e, Mar 23, 2007 IP
  9. jcasti1226

    jcasti1226 Guest

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #49
    Guys,


    I’m trying to accomplish the same. My first approach was to use PHP GD library but i needed to render HTML page. I was even trying to use the Gecko Engine that powers Netscape, Mozilla and Opera. This resulted into an extremely amount of work and it got me frustrated.

    After hours spent looking for solutions online I came up with a windows service that uses a Web browser Control (.net) that is a Browser and it goes and downloads the page. Many problems came to light, many websites have redirects this can be HTTP, META TAG Refresh or JavaScript, and this makes the process even more difficult because the actual output is a blank image. To makes matter worst, the (.net) web browser control is not design to work in a windows service environment.

    I just wonder how Thumbnails.org or Alexa manage to accomplished this, on my side it has giving me months of headaches with no 100% accomplishment.

    Juan R. Castillo
     
    jcasti1226, Mar 12, 2009 IP
  10. trochta

    trochta Peon

    Messages:
    135
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #50
    <img src="http://images.websnapr.com/?url=signandpay.com">
    
    Code (markup):
     
    trochta, Jun 5, 2009 IP
  11. HorseGalleria

    HorseGalleria Peon

    Messages:
    91
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #51
    HorseGalleria, Jun 5, 2009 IP
  12. ie920klaim

    ie920klaim Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #52
    try http://www.sitethumbshot.com/. sitethumbshot in basic service is free. For detail on rates go to http://www.sitethumbshot.com/premium_service.php.
     
    ie920klaim, Sep 24, 2009 IP
  13. nomzz

    nomzz Well-Known Member

    Messages:
    475
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    110
    #53
    Hey I'm looking for same thing but on linux platform and looking some one to work wit me on that...
     
    nomzz, Sep 24, 2009 IP
  14. patrics

    patrics Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #54
    I have been using shrinktheweb.com for some time and they are an acceptable solution. However, they are very expensive so I am looking at an own script, but we are having problems in getting firefox to work on our servers. Hope we can get it working one day.
     
    patrics, Dec 12, 2009 IP
  15. stampavideo

    stampavideo Greenhorn

    Messages:
    94
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #55
    See this post the thumbnails service mentioned there is either free (<100 thumb/month) or cheap. PHP integration only requires a get if I remember well.
     
    stampavideo, Dec 13, 2009 IP
  16. Wogan

    Wogan Peon

    Messages:
    81
    Likes Received:
    3
    Best Answers:
    2
    Trophy Points:
    0
    #56
    Here's a crazy idea. It'll probably work, but I wouldn't try implementing it myself :

    Write a script to post a request to http://www.browsershots.org (selecting ONE browser only!) - they generate screenshots from different browsers on demand. Then go back in about 10 minutes, grab any JPGs on the page, and voila - you have youself a freshly rendered screenshot.

    I don't see any link to a TOS, but I imagine it'd be a violation if it ever became popular, since you're using other people's bandwidth. If you do try this, I'm not responsible for any backfires whatsoever.

    (Also, I'd do caching. Bigtime)
     
    Wogan, Dec 13, 2009 IP
  17. Keyser Soze

    Keyser Soze Well-Known Member

    Messages:
    135
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    115
    #57
    Interesting idea: with HTML5 and JavaScript, it's possible to create website screenshots directly in the browser - no server interaction needed. see working prototype here: http://html2canvas.hertzen.com/
     
    Keyser Soze, Jul 29, 2011 IP
  18. nomzz

    nomzz Well-Known Member

    Messages:
    475
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    110
    #58
    Thats interesting and nice thing to know that html will be lot more useful now
     
    nomzz, Jul 30, 2011 IP