Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: 1 2 3 [4] 5 6 7 8 ... 11   Go Down

Author Topic: SEF_URLs plugin for cpg1.5.x  (Read 214861 times)

0 Members and 1 Guest are viewing this topic.

ThunderBolt

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: SEF_URLs plugin for cpg1.5.x
« Reply #60 on: July 25, 2010, 10:46:19 am »

Hi, how can I make it work with the "File Replace" plugin?

The normal link to replace is: http://gallerylink.com/displayimage.php?replacer_pid=39546
And with SEF it's: http://gallerylink.com/displayimage-2376-39546.html?replacer_pid=39546

The SEF link doesn't work and I don't understand much about htaccess.

Thanks!
Logged

nickelas

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 114
Re: SEF_URLs plugin for cpg1.5.x
« Reply #61 on: July 25, 2010, 01:46:11 pm »

Ok, heres an attempt for swedish

Code: [Select]
if ($sef_language == 'swedish')
            {
$urlname = str_replace('%C3%A4','ae',$urlname);
$urlname = str_replace('%C3%84','Ae',$urlname);
$urlname = str_replace('%C3%A5','aa',$urlname);
$urlname = str_replace('%C3%85','Aa',$urlname);
$urlname = str_replace('%C3%B6','oe',$urlname);
$urlname = str_replace('%C3%96','Oe',$urlname);
}

Do the replacements have to be language-specific?
Logged
Human

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: SEF_URLs plugin for cpg1.5.x
« Reply #62 on: July 26, 2010, 01:35:07 pm »

It's just a performance thing - it doesn't make any sense to replace characters like åäö in an english speaking gallery. Every str_replace needs time and server performance. That's why I only implemented these for german umlauts ÄÖÜäöüß, and only do the replacement if language really is german.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: SEF_URLs plugin for cpg1.5.x
« Reply #63 on: July 26, 2010, 07:37:25 pm »

Hi, how can I make it work with the "File Replace" plugin?

The normal link to replace is: http://gallerylink.com/displayimage.php?replacer_pid=39546
And with SEF it's: http://gallerylink.com/displayimage-2376-39546.html?replacer_pid=39546

The SEF link doesn't work and I don't understand much about htaccess.
What happens if you click on the SEF link?
Logged

nickelas

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 114
Re: SEF_URLs plugin for cpg1.5.x
« Reply #64 on: July 26, 2010, 10:44:51 pm »

It's just a performance thing - it doesn't make any sense to replace characters like åäö in an english speaking gallery. Every str_replace needs time and server performance. That's why I only implemented these for german umlauts ÄÖÜäöüß, and only do the replacement if language really is german.

I see, but how about english speaking gallery with "international" users?
Logged
Human

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: SEF_URLs plugin for cpg1.5.x
« Reply #65 on: July 26, 2010, 11:40:38 pm »

Give me a swedish language file / codebase snip, a swedish replacement list for special characters, a swedish htaccess.txt, and I will add it to the plugin. Give me complaints, and I will ignore them. It's really that easy. I don't speak swedish (although I wish I did with respect to your royal princesses).  ;D
Logged

ThunderBolt

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: SEF_URLs plugin for cpg1.5.x
« Reply #66 on: July 27, 2010, 12:08:12 am »

What happens if you click on the SEF link?

Like a "loop", it goes back to the same page. If I click on "http://pics.britney.com.br/displayimage-2387-39701.html?replacer_pid=39701", it just "reload" the page.
Logged

nickelas

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 114
Re: SEF_URLs plugin for cpg1.5.x
« Reply #67 on: July 27, 2010, 11:23:37 am »

Give me a swedish language file / codebase snip, a swedish replacement list for special characters, a swedish htaccess.txt, and I will add it to the plugin. Give me complaints, and I will ignore them. It's really that easy. I don't speak swedish (although I wish I did with respect to your royal princesses).  ;D

Great, I will try and come up with the files.
Princess is now off the market, but she has a sister  :)
Logged
Human

ThunderBolt

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: SEF_URLs plugin for cpg1.5.x
« Reply #68 on: July 30, 2010, 10:38:50 pm »

Hi, how can I make it work with the "File Replace" plugin?

The normal link to replace is: http://gallerylink.com/displayimage.php?replacer_pid=39546
And with SEF it's: http://gallerylink.com/displayimage-2376-39546.html?replacer_pid=39546

The SEF link doesn't work and I don't understand much about htaccess.

Thanks!

Like a "loop", it goes back to the same page. If I click on "http://pics.britney.com.br/displayimage-2387-39701.html?replacer_pid=39701", it just "reload" the page.


Anyone knows how can I fix it? =/

Thanks!
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: SEF_URLs plugin for cpg1.5.x
« Reply #69 on: July 30, 2010, 11:13:26 pm »

I've never tried those 2 together. In fact I have never used either of these plugins. Have you tried altering the order of the plugins?
Logged
It is a mistake to think you can solve any major problems just with potatoes.

ThunderBolt

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: SEF_URLs plugin for cpg1.5.x
« Reply #70 on: July 31, 2010, 12:47:09 am »

I've never tried those 2 together. In fact I have never used either of these plugins. Have you tried altering the order of the plugins?

Yes I did. I think that some changes need to be made on .htaccess, but I don't know much about it.

Code: [Select]
#
# Rewrite displayimage urls
#
RewriteRule displayimage-([a-z0-9]+)-([\-]?[0-9]+)-([\-]?[0-9]+)\.html(.*) displayimage.php?album=$1&cat=$2&pid=$3$4 [NC]

RewriteRule displayimage-([a-z0-9]+)-([\-]?[0-9]+)\.html(.*) displayimage.php?album=$1&pid=$2$3 [NC]

RewriteRule displayimage-([0-9]+)\.html(.*) displayimage.php?pid=$1$2 [NC]

RewriteRule slideshow-([0-9]+)-([\-]?[0-9]+)-([0-9]+)\.html(.*) displayimage.php?album=$1&pid=$2&slideshow=$3$4 [NC]

RewriteRule slideshow-([a-z]+)-([\-]?[0-9]+)-([0-9]+)-([0-9]+)\.html(.*) displayimage.php?album=$1&cat=$2&pid=$3&slideshow=$4$5 [NC]
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: SEF_URLs plugin for cpg1.5.x
« Reply #71 on: July 31, 2010, 07:00:52 pm »

Everything is ok there. I made a little change to the flie_replacer plugin, please try the latest SVN version:
Download SVN Version of File Replacer Plugin

Does this fix your problem?
Logged

Timos-Welt

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 808
    • Timos-Welt
Re: SEF_URLs plugin for cpg1.5.x
« Reply #72 on: July 31, 2010, 07:10:25 pm »

Same was valid for the custom_thumb plugin, I changed that, too. There was something wrong with the changelog file as it seems (it was gone); I added it again.
Logged

ThunderBolt

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: SEF_URLs plugin for cpg1.5.x
« Reply #73 on: August 01, 2010, 11:04:52 pm »

Everything is ok there. I made a little change to the flie_replacer plugin, please try the latest SVN version:
Download SVN Version of File Replacer Plugin

Does this fix your problem?

Yes, fixed! Thanks! :)
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: SEF_URLs plugin for cpg1.5.x
« Reply #74 on: August 11, 2010, 12:37:06 pm »

There was something wrong with the changelog file as it seems (it was gone); I added it again.
I deleted them, as they weren't complete and I personally don't need changelogs for my plugins, as I document the changes in the svn log. I'll delete that files again and release the new versions soon.
Logged

Bobses

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: SEF_URLs plugin for cpg1.5.x
« Reply #75 on: August 14, 2010, 08:06:01 pm »

Sef-urls_v1.4 plugin don't work for me: I receive only 404 error. I mention that is the only plugin enabled.
This is my incipient gallery: www.feroviarul.ro/foto
Any idea?
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: SEF_URLs plugin for cpg1.5.x
« Reply #76 on: August 14, 2010, 08:24:42 pm »

Seems that the required htaccess file doesn't exist or contains error. Please check.
Logged

Bobses

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: SEF_URLs plugin for cpg1.5.x
« Reply #77 on: August 14, 2010, 08:42:47 pm »

First of all, thanks for your quick answer.
Second, you are right: .htacces doesn't exist. Well, it's easy to create it, but what will it contain?
Thanks.
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: SEF_URLs plugin for cpg1.5.x
« Reply #78 on: August 14, 2010, 08:49:38 pm »

Please read the docs and look at the example files that are in the package.
Logged

Bobses

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: SEF_URLs plugin for cpg1.5.x
« Reply #79 on: August 14, 2010, 08:55:31 pm »

Hm, I can't edit previous post...
Well, I've renamed ht.txt in .htaccess, then I  copied this file in my gallery. Likes everything to be okay now, but I dont't like the urls:
Quote
http://www.feroviarul.ro/foto/index-2.html
instead
Quote
http://www.feroviarul.ro/foto/accidente
Can anything be done about it? I would like the url contain the category or file name... :) Is it too much? :)
Logged
Pages: 1 2 3 [4] 5 6 7 8 ... 11   Go Up
 

Page created in 0.065 seconds with 20 queries.