PhotoPost 8.0 URL Redirect Script

PhotoPost 8.0 URL Redirect Script 1

没有下载权限
XF 兼容性
  1. 2.2.x
摘要
Install photopost_redirect.php in XF root to redirect PhotoPost requests to XFMG, simplifying photo handling and navigation. Add .htaccess rules for seamless integration.
Simple redirect script that catches any requests to sendphoto.php or directly to your old PhotoPost data folder and redirects to the new XFMG location.

showphoto.php redirects will go to the media overview page, direct data folder links it will go to the full image or thumbnail.

Installing

Put the attached photopost_redirect.php file in your XF root, then add the following entries to your .htaccess file above the "# Here is the Xenforo stuff" part (changing the data file path accordingly, mine was in the /gallery folder)

Code:
# Rewrite PhotoPost URLs
RewriteCond %{QUERY_STRING} photo=(\d+)
RewriteRule ^gallery/showphoto.php photopost_redirect.php?s=detail&id=%1 [NC,L]
RewriteRule ^gallery/data/(\d+)/((medium|thumbs|mini)/)?([a-z0-9\-_\.]+) photopost_redirect.php?c=$1&s=$3&f=$4 [NC,L]

And that's it
作者
axtona
浏览
576
扩展类型
zip
文件大小
861 字节
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 axtona 的更多资源

巫师PRO A
巫师PRO 13.1.1
将PHP和任何类型的HTML、CSS和JavaScript代码直接放入内容中!
清理大师PRO A
缓存清理程序还可以在您保存文章或其他项目时自动清除Joomla! 缓存。
自动关闭 + 留言通知 A
自动关闭讨论提醒有助于保持较旧的讨论整洁,而不让您的成员感到意外。

相似的资源

Redirection Scripts for Invision IP Forums and Gallery A
All that is required is that you unzip these files and place them in the directory in which your IPB
浏览
502
已更新
返回
顶部