TimThumb 与非公共文件夹或虚拟文件夹中的图片一起使用

发布于 2024-12-07 14:42:18 字数 668 浏览 0 评论 0原文

我正在使用 TimThumb 脚本 (http://code.google.com/p/timthumb/)。我的图像链接是这样生成的: http://website.com/pics/nature/animals/bear.png 这很好用,但我似乎无法像这样使用 TimThumb: http://website.com/resize.php?src=http://website.com/pics/nature/animals/bear.png&h=150&w=150,它说找不到您指定的内部图像。我相信这是因为我的图像是从 slug 名称 (bear.png) 的文件夹中获取的。该文件夹的图像由图像的 ID 命名,因此服务器上没有 bear.png,我的应用程序使用 slugs 搜索数据库并显示图片的真实名称,但它在此链接上加载图像: <代码>http://website.com/pics/nature/animals/bear.png。如果我给我的 resize.php 脚本一个来自 flickr 的链接,它会很好用。

顺便说一句,resize.php 是实际的 TimThumb 脚本。

有什么想法吗?谢谢 !

I am using the TimThumb script (http://code.google.com/p/timthumb/). My images links are generated like this: http://website.com/pics/nature/animals/bear.png and this works great but I can't seem to use TimThumb like this: http://website.com/resize.php?src=http://website.com/pics/nature/animals/bear.png&h=150&w=150, it says Could not find the internal image you specified. I believe this is because my images are brought from a folder by slug names (bear.png). The folder's images are named by the ID of the image so there is no bear.png on the server, my application is using slugs to search the DB and bring up the real name of the picture but it loads the image upon this link: http://website.com/pics/nature/animals/bear.png. If I give my resize.php script a link from flickr it works great.

BTW, resize.php is the actual TimThumb script.

Any ideas ? Thanks !

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

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

发布评论

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

评论(1

鸠书 2024-12-14 14:42:18

不要使用本地路径,输入 timthumb 的完整 URL,就像使用 flickr 一样

Dont use a local path, enter the full URL for timthumb just like you did with flickr

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文