kansu
Newbie


Joined: Dec 22, 2009
Posts: 4
|
Posted:
Thu Dec 24, 2009 4:33 am |
|
I just found one of my old Google taps for Coppermine for Php-Nuke. but, I'm stuck cant get it to work. I will need help in creating the .htaccess and blocks. ect.. I'm using Coppermine for Php-Nuke v1.3.1c. I will appreaciate any help on this.
My regards
Here is the code
GT-coppermine.php
| Quote: |
<?php
$urlin = array(
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=([a-zA-Z]*)&cat=-([0-9]*)&pos=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=([0-9]*)&pos=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=([a-zA-Z]*)&cat=&pos=-([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=([a-zA-Z]*)&cat=&pos=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=([a-zA-Z]*)&cat=([0-9]*)&pos=-([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=displayimage&album=([a-zA-Z]*)&cat=([0-9]*)&pos=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=thumbnails&album=([a-zA-Z]*)&cat=-([0-9]*)&page=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=thumbnails&album=([a-zA-Z]*)&cat=-([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=thumbnails&album=([a-zA-Z]*)&cat=([0-9]*)&page=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=thumbnails&album=([a-zA-Z]*)&cat=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=thumbnails&album=([0-9]*)&page=([0-9]*)&sort=([a-z]*)'",
"'(?<!/)modules.php\?name=coppermine&file=thumbnails&album=([0-9]*)&page=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&file=thumbnails&album=([0-9a-zA-Z]*)'",
"'(?<!/)modules.php\?name=coppermine&file=profile&uid=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&cat=([0-9]*)&page=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&cat=([0-9]*)'",
"'(?<!/)modules.php\?name=(coppermine\")'"
);
$urlout = array(
"image_\\1-\\2-\\3.html",
"image_\\1-\\2.html",
"image-\\1-\\2.html",
"image_\\1-\\2.html",
"image-\\1-\\2-\\3.html",
"image_\\1\\2-\\3.html",
"gallery-\\1-\\2-\\3.html",
"gallery-\\1-\\2.html",
"gallery_\\1-\\2-\\3.html",
"gallery_\\1-\\2.html",
"gallery_\\1-\\2-\\3.html",
"gallery_\\1-\\2.html",
"gallery_\\1.html",
"gallery_user-\\1.html",
"member_galleries-\\1-\\2.html",
"member_galleries-\\1.html",
"mysitenamehere-gallery.html\""
);
?>
|
|
| |
|
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1096
|
Posted:
Thu Dec 24, 2009 12:37 pm |
|
Unfortunately I have nothing more to offer there as I do not use Coppermine and I do not have the time to create taps for it. See this thread:
http://montegoscripts.com/ftopict-287.html
You might check with the author of that thread to see if maybe they ended up tapping it on their own? |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|