Codezwiz Coppermine GT

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Codezwiz Coppermine GT
lumax
CZ Super Newbie
lumax has been a member for over 20 year's 20 Year Member
usa.gif alaska.gif
Gender: Male
Status: Offline
Joined: Nov 14, 2003
0.01 posts per day
Posts: 60
Points: 3,953
   
I wondering if Telli would reveal his GT mod and .htaccess entries for Coppermine. I'm using nuke 7.3, GT NextGen 0.4a and Coppremine 1.3 at [ Register or login to view links on this board.] I'm having problems getting the admin buttons ( Last uploads :: Last comments :: Most viewed :: Top rated :: Search :: My Favorites) tapped and the photos in those categories dont tap either. Am I missing some entries?

These are my htacess entries

RewriteRule ^gallery_popup_([0-9]*)_([-0-9]*).html /main/modules.php?name=coppermine&file=displayimagepopup&pid=$1&fullsize=$2 [L]
RewriteRule ^gallery_displays_([a-zA-Z]*)_([-0-9]*)_([0-9]*)_([0-9]*).html /main/modules.php?name=coppermine&file=displayimage&album=$1&cat=$2&pid=$3&slideshow=$4 [L]
RewriteRule ^gallery_displays_([0-9]*)_([0-9]*)_([0-9]*).html /main/modules.php?name=coppermine&file=displayimage&album=$1&pid=$2&slideshow=$3 [L]
RewriteRule ^gallery_display_([a-zA-Z]*)_([-0-9]*)_([-0-9]*).html /main/modules.php?name=coppermine&file=displayimage&album=$1&cat=$2&pos=$3 [L]
RewriteRule ^gallery_display_([0-9]*)_([-0-9]*).html /main/modules.php?name=coppermine&file=displayimage&album=$1&pos=$2 [L]
RewriteRule ^gallery_display_([-0-9]*).html /main/modules.php?name=coppermine&file=displayimage&pos=$1 [L]
RewriteRule ^gallery_thumbc_([a-zA-Z]*)_([-0-9]*)_([0-9]*).html /main/modules.php?name=coppermine&file=thumbnails&album=$1&cat=$2&page=$3 [L]
RewriteRule ^gallery_thumbc_([a-zA-Z]*)_([-0-9]*).html /main/modules.php?name=coppermine&file=thumbnails&album=$1&cat=$2 [L]
RewriteRule ^gallery_thumb_([0-9]*)_([0-9]*)_([a-z]*).html /main/modules.php?name=coppermine&file=thumbnails&album=$1&page=$2&sort=$3 [L]
RewriteRule ^gallery_thumb_([0-9]*)_([0-9]*).html /main/modules.php?name=coppermine&file=thumbnails&album=$1&page=$2 [L]
RewriteRule ^gallery_thumb_([0-9a-zA-Z]*).html /main/modules.php?name=coppermine&file=thumbnails&album=$1 [L]
RewriteRule ^gallery_rate_([0-9]*)_([0-9]*).html /main/modules.php?name=coppermine&file=ratepic&pic=$1&rate=$2 [L]
RewriteRule ^gallery_user_([0-9]*).html /main/modules.php?name=coppermine&file=profile&uid=$1 [L]
RewriteRule ^gallery_cat_([-0-9]*)_([0-9]*).html /main/modules.php?name=coppermine&cat=$1&page=$2 [L]
RewriteRule ^gallery_cat_([-0-9]*).html /main/modules.php?name=coppermine&cat=$1 [L]
RewriteRule ^gallery_search.html /main/modules.php?name=coppermine&file=search [L]
RewriteRule ^gallery_help.html /main/modules.php?name=coppermine&file=help [L]
RewriteRule ^gallery.html /main/modules.php?name=coppermine [L] 


This is my gt coppermine file:

<?php

$urlin = array(
"'(?<!/)modules.php\?name=Your_Account&amp;op=([a-z_]*)\"'",
"'(?<!/)modules.php\?name=Your_Account'",
"'(?<!/)modules.php\?name=coppermine&amp;file=displayimagepopup&amp;pid=([0-9]*)&amp;fullsize=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=displayimage&amp;album=([a-zA-Z]*)&amp;cat=([-0-9]*)&amp;pid=([0-9]*)&amp;slideshow=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=displayimage&amp;album=([0-9]*)&amp;pid=([0-9]*)&amp;slideshow=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=displayimage&amp;album=([a-zA-Z]*)&amp;cat=([-0-9]*)&amp;pos=([-0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=displayimage&amp;album=([0-9]*)&amp;pos=([-0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=displayimage&amp;pos=([-0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=thumbnails&amp;album=([a-zA-Z]*)&amp;cat=([-0-9]*)&amp;page=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=thumbnails&amp;album=([a-zA-Z]*)&amp;cat=([-0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=thumbnails&amp;album=([0-9]*)&amp;page=([0-9]*)&amp;sort=([a-z]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=thumbnails&amp;album=([0-9]*)&amp;page=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=thumbnails&amp;album=([0-9a-zA-Z]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=ratepic&amp;pic=([0-9]*)&amp;rate=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=profile&amp;uid=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;cat=([-0-9]*)&amp;page=([0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;cat=([-0-9]*)'",
"'(?<!/)modules.php\?name=coppermine&amp;file=search\"'",
"'(?<!/)modules.php\?name=coppermine&amp;file=help\"'",
"'(?<!/)modules.php\?name=coppermine&amp;file=index'",
"'(?<!/)modules.php\?name=coppermine\"'"
);

$urlout = array(
"account-\\1.html\"",
"account.html",
"gallery_popup_\\1_\\2.html",
"gallery_displays_\\1_\\2_\\3_\\4.html",
"gallery_displays_\\1_\\2_\\3.html",
"gallery_display_\\1_\\2_\\3.html",
"gallery_display_\\1_\\2.html",
"gallery_display_\\1.html",
"gallery_thumbc_\\1_\\2_\\3.html",
"gallery_thumbc_\\1_\\2.html",
"gallery_thumb_\\1_\\2_\\3.html",
"gallery_thumb_\\1_\\2.html",
"gallery_thumb_\\1.html",
"gallery_rate_\\1_\\2.html",
"gallery_user_\\1.html",
"gallery_cat_\\1_\\2.html",
"gallery_cat_\\1.html",
"gallery_search.html\"",
"gallery_help.html\"",
"gallery.html",
"gallery.html\""
);

?>




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#2   re: Codezwiz Coppermine GT
lumax
CZ Super Newbie
lumax has been a member for over 20 year's 20 Year Member
usa.gif alaska.gif
Gender: Male
Status: Offline
Joined: Nov 14, 2003
0.01 posts per day
Posts: 60
Points: 3,953
   
Anyone out there?




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#3   re: Codezwiz Coppermine GT
lumax
CZ Super Newbie
lumax has been a member for over 20 year's 20 Year Member
usa.gif alaska.gif
Gender: Male
Status: Offline
Joined: Nov 14, 2003
0.01 posts per day
Posts: 60
Points: 3,953
   
Yo, Telli?




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#4   re: Codezwiz Coppermine GT
lumax
CZ Super Newbie
lumax has been a member for over 20 year's 20 Year Member
usa.gif alaska.gif
Gender: Male
Status: Offline
Joined: Nov 14, 2003
0.01 posts per day
Posts: 60
Points: 3,953
   
*Bump*

They say third time's a charm!




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#5   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
[ Register or login to view links on this board. ]

I gave you what I had a long time ago. I havn't changed anything.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum