Integrating Menalto Gallery with Google Tap
Date: Saturday, May 01 @ 12:48:46 CEST
Topic: Add Ons


Greetings all, from PhaseIII.org, I've just finished integrating Nuke Cops' excellent Google Tap with Menalto Gallery. Attached below are the lines that need to be added to accomplish this:

.HTACCESS FILE:

RewriteRule ^images.html modules.php?name=Images
RewriteRule ^imagesa([0-9]*).html modules.php?op=modload&name=Images&file=index&include=albums.php&set_albumListPage=$1
RewriteRule ^imagesa.html modules.php?op=modload&name=Images&file=index&include=albums.php
RewriteRule ^imagep-([a-zA-Z0-9_-]*)-([a-zA-Z0-9_-]*)-full.html modules.php?full=1&set_albumName=$1&id=$2&op=modload&name=Images&file=index&include=view_photo.php
RewriteRule ^imagep-([a-zA-Z0-9_-]*)-([a-zA-Z0-9_-]*).html modules.php?set_albumName=$1&id=$2&op=modload&name=Images&file=index&include=view_photo.php
RewriteRule ^imagea-([a-zA-Z0-9_-]*)-([0-9]*).html modules.php?set_albumName=$1&op=modload&name=Images&file=index&include=view_album.php&page=$2
RewriteRule ^imagea-([a-zA-Z0-9_-]*).html modules.php?set_albumName=$1&op=modload&name=Images&file=index&include=view_album.php

HEADER.PHP FILE:

UNDER THE $URLIN ARRAY:

"'(? "'(? "'(? "'(? "'(? "'(? "'(?

UNDER THE $URLOUT ARRAY:

"images.html",
"imagesa1.html",
"imagesa.html",
"imagep-1-2-full.html",
"imagep-1-2.html",
"imagea-1-2.html",
"imagea-1.html"

- Thad, Phase III





This article comes from NukeCops
http://www.nukecops.com

The URL for this story is:
http://www.nukecops.com/modules.php?name=News&file=article&sid=2035