如何制作网站的拇指

发布于 2024-11-14 20:20:55 字数 347 浏览 4 评论 0原文

可能的重复:
使用 PHP 的网站屏幕截图

是否可以使用 php 制作网站的缩略图?

http://buysellads.com/buy 一样,它们会自动创建每个网站的缩略图。

我该怎么办?

谢谢

Possible Duplicate:
Website screenshots using PHP

is it possible to make a thumb of a website using php?

Like http://buysellads.com/buy they create the thumb automatically of each website.

How can I do?

THanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

盗梦空间 2024-11-21 20:20:55

您需要一个呈现网站的浏览器引擎。没有用 PHP 编写的。

但有一些服务可以创建拇指。您提交一个 URL 并收回拇指。这是最简单的方法。

You need a browser engine that renders the websites. There is none written in PHP.

But there are some services out there that create the thumbs. You submit an URL and get the thumb back. That's the easiest way.

甜警司 2024-11-21 20:20:55

看到这个:

http://www.zubrag.com/scripts/website-thumbnail- generator.php

http://webthumb.bluga.net/home

或:

http://forums.digitalpoint.com/showthread.php?t=76454

<?php echo "<img src="http://thumbnails.alexa.com/image_server.cgi?size=large&url=$siteurl">"; ?>

see this:

http://www.zubrag.com/scripts/website-thumbnail-generator.php

http://webthumb.bluga.net/home

or:

http://forums.digitalpoint.com/showthread.php?t=76454

<?php echo "<img src="http://thumbnails.alexa.com/image_server.cgi?size=large&url=$siteurl">"; ?>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文