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   Coppermine - GT
Gaurav
CZ Super Newbie
Gaurav has been a member for over 20 year's 20 Year Member
Occupation: Student
Gender: Male
Status: Offline
Joined: Feb 09, 2004
0.01 posts per day
Posts: 55
Points: 2,165
 Yahoo Messenger  
I saw that your coppermine is Google Tapped. I have been looking for it since a long time. Is it possible for you to paste the code here or add it in downloads?

Thanx

Gaurav




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#2   re: Coppermine - GT
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 46
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
   
GT-coppermine.php

<?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\""
);

?>



htaccess


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




_________________
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
#3   re: Coppermine - GT
fyrfight
CZ Newbie
fyrfight has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Aug 20, 2003
0.00 posts per day
Posts: 5
Points: 712
   
I'd love to get this. Tried it out, but I think when you pasted the code, the code got messed up.

Could you post it again please ?

fyrfight



Back to top Reply with quote
#4   re: Coppermine - GT
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 46
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
   
Here ya go hope it works out for you.



Attached Files
coppermine -GT.zip (1019 Bytes, Downloaded: 5316 Time(s))



_________________
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
#5   re: Coppermine - GT
fyrfight
CZ Newbie
fyrfight has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Aug 20, 2003
0.00 posts per day
Posts: 5
Points: 712
   
Telli, thank you for posting that so quick.

I still can't get it to work, so thinking because I use coppermine v1.2.2b-Nuke
and you use 1.2.0 . Maybe there's something different in the two. I don't know.

I think it's great how yours is setup.

fyrfight



Back to top Reply with quote
#6   re: Coppermine - GT
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 46
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
   
Is it that just some links arnt working? Or is all of them that don't work? Can you post a few of them maybe I can figure it out. Also you could try [ Register or login to view links on this board. ] Bill is back and answering questions in his forums.




_________________
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
#7   re: Coppermine - GT
Gaurav
CZ Super Newbie
Gaurav has been a member for over 20 year's 20 Year Member
Occupation: Student
Gender: Male
Status: Offline
Joined: Feb 09, 2004
0.01 posts per day
Posts: 55
Points: 2,165
 Yahoo Messenger  
I have tried the GT NextGen ver. but it doesnt work and I dont have a clue y it isnt working. I see that a particular link is tapped, but it isnt showed tapped in coppermine.

Is it possible that coppermine has links like $nukeurl/modules.php...?

I think in this case the GT wont work....but then how GT-Next Gen works for ppl :-/




_________________
[ Register or login to view links on this board.]
Back to top Reply with quote
#8   re: Coppermine - GT
fyrfight
CZ Newbie
fyrfight has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Aug 20, 2003
0.00 posts per day
Posts: 5
Points: 712
   
I think you are onto something.

I was checking some code out. The coppermine modules doesn't use $nukeurl but like for example, downloads module does use $nukeurl . Coppermine uses $CPG_URL in the themes dir and uses $CPG_M_URL in the globals of index.php.

Must be something with this on why it's not working for us. I tried and changed all the $CPG_URL's to $nukeurl but it didn't work.

I'll work on it some more, and ask over at gt.audioslave



Back to top Reply with quote
#9   re: 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 have GT NextGen 0.4a installed and coppermine 1.3. Everything is working fine with all urls converted. Only one problem left to solve - the popup window that shows a full size pic - causes a page cannot be found popup. Anyone willing to work with me on this?



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