So, you may have noticed that most of the obscure PHPNuke URLs have disappeared from this site. Read on to find out how and to make your Gallery URLs easier for your visitors to remember.
The Google Tap from NukeCops was recently installed at this site, replacing those unsightly long URLs (which are impossible to remember) with new, friendly URLs.
Now, since this is a site dedicated to Gallery, I thought it appropriate to create a Google Tap entry for Gallery users. To use this, you must have the Google Tap from NukeCops.com installed (it's super easy, and available from www.nukecops.com).
Once you've got the GoogleTap installed, here's how you install GalleryTap:
- Grab the files you need from here.
- Unzip the file, and add the code from the htaccess file to the bottom of your .htaccess file in your Nuke directory. One thing you MUST do is substitute the module name for your Gallery at each of the "name=gallery" portions of your code.
- Add the code from the header.php file to your $urlin array in the function replace_for_mod_rewrite, and to the $urlout array. Again, make sure you substitute your Gallery module's name in each of the "name=gallery" portions of the code.
That's it.