Results 1 to 6 of 6

Problem with vbSEO

This is a discussion on Problem with vbSEO within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, i've bought vbseo last week and installed the ioncube version. In the begining the website worked find but 5hours ...

  1. #1
    Junior Member
    Real Name
    Farouk Oueslati
    Join Date
    Sep 2007
    Posts
    21
    Liked
    0 times

    Problem with vbSEO

    Hello,
    i've bought vbseo last week and installed the ioncube version. In the begining the website worked find but 5hours later, my server get blocked and I don't know why I disabled the vbseo product untill I find a solution for this.

    Did someone get the same problem with me ?
    Other question: my forum is using french language, is it possible to replace characters like é è à ç by e a and c instead of - char?
    Thanks

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Hello Farouk ,

    Can you explain your first problem more ?

    For the second problem you need to choose NO for the following option in vbseo control panel :

    Replace Non-English Characters in URLs?

    Also after saving your settings you need to search the following in config_vbseo.php

    PHP Code:
        // ****** CUSTOM CHARACTER REPLACEMENTS ******
        // The following array enables you to select a replacement for characters other than the ones replaced
        // by default.
          
    $vbseo_custom_char_replacement = array(); 
    and replace with
    PHP Code:
        // ****** CUSTOM CHARACTER REPLACEMENTS ******
        // The following array enables you to select a replacement for characters other than the ones replaced
        // by default.
          
    $vbseo_custom_char_replacement = array('Č' => 'c',
    'č' => 'c',
    'Ğ' => 'g',
    'ğ' => 'g',
    'Ş' => 's',
    'é' => 'i',
    'â' => 'a',
    'Ê' => 'e',
    'Â' => 'a',
    'ê' => 'e'); 
    You can configure each line according to your needs
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Junior Member
    Real Name
    Farouk Oueslati
    Join Date
    Sep 2007
    Posts
    21
    Liked
    0 times
    Thank you for responding at the second part of my question.
    The 1st one was: The script worked correctly in the begining until it gets blocked and get blocked my website and the other website's hosted on my webserver ! I tryed to restart the server and to disable the vbseo product and everything worked fine after that !

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    did you get any error message?

  5. #5
    Junior Member
    Real Name
    Farouk Oueslati
    Join Date
    Sep 2007
    Posts
    21
    Liked
    0 times
    The first time I've got a data base error from vbulletin and the message get disappear when I disabled vbseo.

    The second time, the server just crashed and I wasn't able to see my website and the other website hosted on my webserver.

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Could you please open a support ticket with ftp/admincp access to check this further?

Similar Threads

  1. vBSEO 3.0.0 Gold is Here!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 55
    Last Post: 04-23-2007, 08:57 AM
  2. vBSEO 2.0 Gold, Build 2 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 21
    Last Post: 10-08-2005, 07:47 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
  •