PhotoPost 8.0 URL Redirect Script

PhotoPost 8.0 URL Redirect Script 1

Registrieren Sie sich oder melden Sie sich an für kostenlosen Download
XF-Kompatibilität
  1. 2.2.x
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
Autor
axtona
Ansichten
585
Erweiterungstyp
zip
Dateigröße
861 Byte
Erste Veröffentlichung
Letzte Aktualisierung
Bewertungen 0.00 Sterne 0 Bewertungen
Weitere Ressourcen von axtona
Sorcererprozoom
Sorcererprozoom
Platz PHP und alle Art von HTML, CSS und JavaScript-Code direkt in dein Inhalt!
Alle Video Share Pro
Alle Video Share Pro
Hier sind die Funktionen, die All Video Share zu dem stärksten und benutzerfreundlichsten Joomla macht.
Balbooa Forms Builder Pro
Balbooa Forms Builder Pro
Erstelle mit Balbooa Forms ansprechend gestaltete Kontaktformulare für Joomla.

Ähnliche Ressourcen

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
Ansichten
508
Aktualisiert
Zurück
Oben