TimThumb 与非公共文件夹或虚拟文件夹中的图片一起使用
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要使用本地路径,输入 timthumb 的完整 URL,就像使用 flickr 一样
Dont use a local path, enter the full URL for timthumb just like you did with flickr