PhotoPost 8.0 URL Redirect Script

PhotoPost 8.0 URL Redirect Script 1

没有下载权限
XF 兼容性
  1. 2.2.x
Short Description
Simple redirect script that catches any requests to sendphoto.php or directly to your old PhotoPost
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
浏览
508
Extension type
zip
File size
861 字节
首次发布
上次更新
评分 0.00 星 0 个评分
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

来自 axtona 的更多资源

XenForo媒体图库 / XFMG A
XenForo媒体图集是官方的XenForo扩展程序,可让您在XF2中添加图集
Data Tables A
Data Tables 1.0.0
create stand-alone, fully customizable data tables within XenForo

相似的资源

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
浏览
441
已更新
顶部