使用 PHP 在另一个网页上显示文件/图像(例如 Cloudapp 或 Droplr)
我正在寻找一种在另一个页面上显示文件或图像的方法,就像在 Cloudapp 或 Droplr 中使用的那样。我问,因为我想在用户查看文件的那些页面上显示广告。据我所知,这可以使用 PHP 来完成。
我已经开发了一个系统步骤,供用户将其文件上传到我的服务器上的文件夹。我现在需要的只是在文件页面上显示广告......
I'm looking for a way to display a file or image on another page like used in Cloudapp or Droplr. I ask, because I would like to display advertisements on those pages for where the user views their files. To the best of my knowledge this can be done with PHP.
I have a system step and developed already for the user to upload their file(s) to a folder on my server. All I need now is to display ads on the file pages...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是显示图像和广告的文件的基本框架:
这缺少很多部分,但是您对想要的内容的描述也是如此......
Here is a basic framework for a file that displays an image and an advert:
This is missing many pieces, but then so is you description of what you want...
输出有什么问题
简单地从脚本中 。当然,您可以让 PHP 获取图像并为您的用户代理它,然后您的带宽费用就会增加一倍(点击一次获取图像 droplr-> 服务器,然后再点击一次从服务器发送图像-> 服务器)。用户)。
What's wrong with simply outputting
from your script. You can certainly have PHP fetch the image and proxy it for your user, then then you're doubling your bandwidth bill (1 hit to fetch the image droplr->server, and then another hit to send the image from server->user).