Results 1 to 10 of 10

Thread: Character Problem

  1. #1
    uslanmaz is offline Registered User
    Join Date
    Apr 2006
    Posts
    5

    Default Character Problem

    hi,

    I have a character problem with my indexu script : Siteler Site Ekle Sitene Ekle Arama Motoru Dizin

    When I was using indexu 5.0.3 there was no problem about it but I upgraded it to 5.4.0 and now there is a problem with mod_rewrite.

    I tried urldecode and some actions but I couldn't fix it

    Alışveriş Siteleri

    al-305-351-veri-351 must be alışveriş => Turkish

    Tasarým

    Nizam Kuaför ve Güzellik Salonu

  2. #2
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Site not found.

  3. #3
    uslanmaz is offline Registered User
    Join Date
    Apr 2006
    Posts
    5

    Default

    yes cause I fixed the problem with deleted "urlencode" in misc.lib.php

    http://www.siteler.net/ara/1/1/alışveriş.html

    But I couldnt do same thing for TAGS

    for ex:

    saðlýk

    How can I fix it ?

  4. #4
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Your site still isn't working for me, so I can't check it.

  5. #5
    uslanmaz is offline Registered User
    Join Date
    Apr 2006
    Posts
    5

  6. #6
    vsevedko is offline Registered User
    Join Date
    Feb 2004
    Location
    Slovakia
    Posts
    72

    Default

    Find in /lib/misc.lib.php a section with:

    Code:
    function SEOReplace($string)
    and add there your replace "table" this way:

    Code:
        $string = str_replace('á', 'a', $string);
        $string = str_replace('ä', 'a', $string);
        $string = str_replace('Á', 'a', $string);
        $string = str_replace('č', 'c', $string);
        $string = str_replace('Č', 'c', $string);
        ...
    It works for me this way.

    rewriting tags is harder, I think. I was only able to make rewrite of tags as a word, and as an URL at once. But I only need rewrite URLs... I didnt make it.
    Vsevedko
    Vsevedko - Slovak Directory - Indexu Deluxe 1.4.2, Catalog of slovak blogs - Indexu 5.4.0

  7. #7
    uslanmaz is offline Registered User
    Join Date
    Apr 2006
    Posts
    5

    Default

    I did it before but not working

  8. #8
    Bruceper is offline Active Member
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Site working now, I assume it was a DNS propogation issue.

  9. #9
    uslanmaz is offline Registered User
    Join Date
    Apr 2006
    Posts
    5

    Default

    I think tags seo codes is not in /lib/misc.lib.php

    It's running from another .php file

    cause of I try I try I try but it is not working. There is no action

  10. #10
    vsevedko is offline Registered User
    Join Date
    Feb 2004
    Location
    Slovakia
    Posts
    72

    Default

    Quote Originally Posted by uslanmaz View Post
    I think tags seo codes is not in /lib/misc.lib.php

    It's running from another .php file

    cause of I try I try I try but it is not working. There is no action
    Try Official Helpdesk. Zubby will surely help you. He is the best. :-)
    Vsevedko
    Vsevedko - Slovak Directory - Indexu Deluxe 1.4.2, Catalog of slovak blogs - Indexu 5.4.0

Similar Threads

  1. Chinese Character test
    By tansongbai in forum Website development, hosting and promotion
    Replies: 0
    Last Post: 06-16-2007, 09:02 PM
  2. Replies: 0
    Last Post: 10-11-2006, 07:42 AM
  3. Special Character problem
    By chm3 in forum v5.x
    Replies: 3
    Last Post: 03-13-2006, 04:17 AM
  4. Install.php problem - Admin problem
    By highfly in forum Indexu Lite
    Replies: 0
    Last Post: 01-12-2006, 06:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •