• [MOD] Google Friendly Urls For 4images Best Seo Mod 4 0 5 1
Currently:  

Author Topic: [MOD] Google Friendly Urls For 4images Best Seo Mod  (Read 709804 times)

0 Members and 2 Guests are viewing this topic.

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #315 on: August 24, 2009, 10:18:31 PM »
hi wonder and welcome to the 4images forum:
you can controll all special chars within this post: http://www.4homepages.de/forum/index.php?topic=17598.msg137905#msg137905

file includes/sessions.php

example with char ą :

search for
Code: [Select]
$row['cat_name'] = strtr($row['cat_name'], "éèêàëâúóíáABCDEFGHIJKLMNOPQRSTUVWXYZ","eeeaeauoiaabcdefghijklmnopqrstuvwxyz");and
Code: [Select]
$row['image_name'] = strtr($row['image_name'], "éèêàëâúóíáABCDEFGHIJKLMNOPQRSTUVWXYZ","eeeaeauoiaabcdefghijklmnopqrstuvwxyz");
change to

Code: [Select]
$row['cat_name'] = strtr($row['cat_name'], "ąéèêàëâúóíáABCDEFGHIJKLMNOPQRSTUVWXYZ","aeeeaeauoiaabcdefghijklmnopqrstuvwxyz");and
Code: [Select]
$row['image_name'] = strtr($row['image_name'], "ąéèêàëâúóíáABCDEFGHIJKLMNOPQRSTUVWXYZ","aeeeaeauoiaabcdefghijklmnopqrstuvwxyz");
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline wonder

  • Pre-Newbie
  • Posts: 5
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #316 on: August 25, 2009, 09:23:23 AM »
Nicky does not act at me this unfortunately...
- When I alter coding on ISO file -8952 this are also mistakes similarly then when I alter on UTF -8.

Coding my galeri this " the UTF -8" and the base of data the sql - "latin1_swedish_ci"

Offline Carpfish

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • Carp-Photo-Portal
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #317 on: September 26, 2009, 10:26:33 AM »
Habe diesen mode jetzt auch probiert.
Funktioniert alles super, nur wenn ich in den Categorien auf Upload gehe, dann kommt immer seite nicht gefunden.
Die Uploadform htm. lässt sich nicht öffnen.
Adresse lautet zb. .,..../uploadform21
öffnet immer ohne .html endung.
Macht sie deswegen die Upload seite nicht auf.
Habe auch diesen mod instaliert http://www.4homepages.de/forum/index.php?topic=17786.0
Kann es auch daran liegen...

Gruß Andy

Offline popac

  • Pre-Newbie
  • Posts: 6
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #318 on: September 30, 2009, 03:43:34 PM »
Thank you xox[/b], working with 1. 7. 7

Offline alex9193

  • Newbie
  • *
  • Posts: 36
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #319 on: October 01, 2009, 11:31:37 PM »
 V@no!

У меня Google почему-то заходит и индексит по такому варианту
Code: [Select]
http://site.com/details.php?image_id=5734но ссылки-то нормально отображаются
Code: [Select]
http://site.com/img-severine-bremond-photo-5-5734.htm
что за хрень? :?:



мой .      htaccess ниже
« Last Edit: October 01, 2009, 11:57:10 PM by alex9193 »

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #320 on: October 02, 2009, 06:19:04 AM »
Скорей всего Google использует ранее запомненные ссылки...и так-как они работающие, то остаются для будущих посещений...это чисто мое предположение, не более...
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline alex9193

  • Newbie
  • *
  • Posts: 36
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #321 on: October 02, 2009, 03:09:48 PM »
Спасибо!
развеял сомнения, я тоже к этому склонялся.

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #322 on: October 06, 2009, 10:43:12 PM »
Hi it's nice mod

but i have a problem

i have the cat name in Arabic lang

so the URL is like this
www.myweb/flashgames/cat-%C7%E1%DA%C7%C8-%D3%ED%C7%D1%C7%CA-1.htm
how can i make it in arabic like this
www.myweb/flashgames/cat-العاب سيارات-1.htm

thanks againe

I'm using 4image 1.7.6

if it can't be done

I need the url to be like this
www.myweb/flashgames/cat-1.htm
www.myweb/flashgames/cat-2.htm
« Last Edit: October 09, 2009, 07:33:43 PM by nameless »

Offline alex9193

  • Newbie
  • *
  • Posts: 36
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #323 on: October 07, 2009, 12:46:04 AM »
V@no!

Подскажи как сделать 301 редирект с такого вида

Code: [Select]
http://max-pix.com/details.php?image_id=1425

на такой

Code: [Select]
http://max-pix.com/img-nicole-kidman-photo-7-1425.htm

Offline Bodzio

  • Newbie
  • *
  • Posts: 36
  • BJ Fan
    • View Profile
    • Always - Bon Jovi Portal Gallery
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #324 on: October 11, 2009, 06:09:37 PM »
Can anyone tell me what to do to install it for 1.7.7, so many replies that I don;t know what to start with. I'm using polish lang.
---
Best regards / Pozdrawiam serdecznie

Artur "Bodzio" Bogdański

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.806
  • I ♥ 4I
    • View Profile

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #326 on: October 20, 2009, 12:53:10 PM »
I need some help

i have the cat name in Arabic lang
I'm using 4image 1.7.6

so the URL is like this
www.myweb/flashgames/cat-%C7%E1%DA%C7%C8-%D3%ED%C7%D1%C7%CA-1.htm
how can i make it in arabic like this
www.myweb/flashgames/cat-العاب سيارات-1.htm

if it can't be done

I need the url to be like this
www.myweb/flashgames/cat-1.htm
www.myweb/flashgames/cat-2.htm

Offline nameless

  • Full Member
  • ***
  • Posts: 147
    • View Profile

Offline _qp_

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #328 on: December 27, 2009, 06:15:58 PM »
Using this mod and http://www.4homepages.de/forum/index.php?topic=4743.0 (Version B) i have got such a link:
xxx://site.org/4/img-london-1.html?l=ru
or
xxx://site.org/4/img-london-1.html?l=en
How to remove the "?l=ru" or the "?l=ru" part?
Or how to make a link containing just
xxx://site.org/4/img-london
?
Please help.

Offline confident

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #329 on: January 03, 2010, 12:01:49 PM »
i am getting an error like this

Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION in /includes/sessions.php on line 394