• [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 711379 times)

0 Members and 3 Guests are viewing this topic.

Offline rescue911

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #195 on: December 07, 2008, 10:56:37 AM »
ok problem found, just added

Code: [Select]
RewriteRule ^cat\.htm$ categories.php?%{QUERY_STRING}
in htaccess

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #196 on: December 07, 2008, 11:43:36 AM »
yeah.

correct! ;)
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 rescue911

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #197 on: December 07, 2008, 01:12:12 PM »
i also have the language mod installed, so what i get now is :

http://www.domain.com/img-title-id.htm?l=language

how can i get that "?l=language" removed?

Offline fah

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #198 on: December 07, 2008, 01:26:15 PM »
I use 4images 1.7.4. Will code for 1.7.1 (or 1.7) shown in the first post of this topic works with my version 1.7.4?

Offline alemam

  • Newbie
  • *
  • Posts: 18
  • games mofadlty
    • View Profile
    • العاب مفضلتي
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #199 on: December 30, 2008, 08:14:45 PM »
Can I change the link from


http://www.xxx.com/cat-2alemam%20alemam.htm

to

http://www.xxx.com/cat-2alemam-alemam.htm

Offline V@nо

  • Addicted member
  • ******
  • Posts: 1.223
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #200 on: December 30, 2008, 10:30:37 PM »
%20 is a encoded  space. you cannot use non-latin laters and some special characters (including spaces) in the addresses, without encoding them first

[EDIT]
ops...my cellphone didn't show the correct text...didn't see the - in your request.

try replacing
Code: [Select]
$row['image_name'] = strtr($row['image_name'], "éèêàëâúóíáABCDEFGHIJKLMNOPQRSTUVWXYZ","eeeaeauoiaabcdefghijklmnopqrstuvwxyz");

with:
Code: [Select]
$row['image_name'] = strtr($row['image_name'], "éèêàëâúóíáABCDEFGHIJKLMNOPQRSTUVWXYZ ","eeeaeauoiaabcdefghijklmnopqrstuvwxyz-");
« Last Edit: December 31, 2008, 04:56:53 AM by V@no »
Your first three "must do" before you ask a question:
If I asked you to PM me, I meant PM to my primary account, this account doesn't accept PMs.

Offline alemam

  • Newbie
  • *
  • Posts: 18
  • games mofadlty
    • View Profile
    • العاب مفضلتي
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #201 on: December 31, 2008, 05:39:00 AM »
« Last Edit: December 31, 2008, 06:02:09 AM by alemam »

Offline zhono

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #202 on: December 31, 2008, 07:33:07 AM »
I noticed that the instructions in the first post have different code than the pre-made files in the attachment. I'm using 4images 1.7.6  Which files/instructions should I use?

Offline mike30

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #203 on: January 02, 2009, 12:21:53 AM »
Thanks for this cool mod!

Offline ashfaq

  • Full Member
  • ***
  • Posts: 128
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #204 on: January 04, 2009, 04:14:47 PM »
Will anyone please please tell me how to change image markers ?

Offline alemam

  • Newbie
  • *
  • Posts: 18
  • games mofadlty
    • View Profile
    • العاب مفضلتي

Offline Anarchology

  • Jr. Member
  • **
  • Posts: 60
  • I LULZ too much!
    • View Profile
    • Tainted Pix
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #206 on: January 09, 2009, 04:31:22 AM »
Hey everyone!

I just installed the MOD from the link below...
http://www.4homepages.de/forum/index.php?topic=18304.0

I am thinking about putting this MOD on my site. Are these two mods compatible with each other?

Also, I have already had Google crawl my site, and created a sitemap.xml file. I figure I would have to update my sitemap file, but I'm wondering if the links already crawled and listed on Google will be now invalid or point to an error if I add this MOD?

Thanks,
A
A personal THANK YOU to all of the great programmers on this site for helping me get my site from something basic to what it is today!

My site: http://taintedpix.com
(warning: some adult content)

Offline ntws

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #207 on: January 13, 2009, 09:17:03 PM »
Ok, I'm in trouble, first i managed to make working bot codes with cat-urlhere / img-urlhere and k-urlhere / r-urlhere. Also i figured how to changed cat-/img- or k-/r- with other generic words for better seo.

I'm in trouble because after installing the mod, neither cat-/imig- or k-/r- is going to work with the search function. I read 3 times alt he posts. i have in .htaccess the lines regarding the search rewriting rules, but i got:
[query] - seraching on the site => "An unexpected error occured. Please try again later.", and I'll have diplayed the extended search page.

If i search (extended page) [query] and chose a category where i know the image+query is i'll get results without error.

Any idea ? What I'm doing wrong ?

P.S. All isworking except search !
cat-/img- and k-/r- reffers to version of the script (mod)

Sorry for my english !

regards
NTWS

Offline Duca

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #208 on: January 20, 2009, 01:43:57 AM »
Good mod! Thanks!

Is there a way to have url structure like this:

site.com/category-id/filename-id.htm

or
site.com/category-id/subcetogry-id/filename-id.htm

Duca

Offline Satya_love

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: [MOD] Google Friendly Urls For 4images Best Seo Mod
« Reply #209 on: January 23, 2009, 01:33:31 PM »
Hello,

I used this MOD on my gallery V1.7.6

Everything is working fine except "lightbox" link which is placed in the sidebar.

Action to add images to lightbox works fine but only the link to lightbox is not working.

Actually when it transforms the link to "/lightbox.htm" and when i open , it says URL not found on server.So i think that "/lightbox.php" is not redirecting to "/lightbox.htm"

Please help me !!!