phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
errors in my site map

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » GYM Sitemaps
::  
Author Message
mhmdkhamis
PR4
PR4


Joined: 26 Nov 2006
Posts: 436
Location: egypt

errors in my site mapPosted: Wed May 02, 2007 9:59 pm    Post subject: errors in my site map

hello Very Happy

i have errors in all my site map

Code:

 
View errors for: http://www.paramegsoft.com/forum/forum-gf13.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf14.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf16.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf2.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf27.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf28.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf29.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf30.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf31.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf32.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf33.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf34.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf35.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf36.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf37.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf38.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf39.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf41.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf42.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf43.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf44.xml  Errors 
View errors for: http://www.paramegsoft.com/forum/forum-gf45.xml  Errors 


i dont know why it happened Rolling Eyes

_________________
برامج |برامج مجانية|العاب
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

errors in my site mapPosted: Thu May 03, 2007 8:51 am    Post subject: Re: errors in my site map

Ho I see, it's the unsupported windows-1256 char-set in the new format_url, even though it's not used.

So, what you can do, is just replace the new format_url() method in phpbb_seo_class.php with the previous one, but keeping the new phpbb_seo_class.php to keep the other few changes.

So just replace all of the format_url() method's code.

And clear cache Wink

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
mhmdkhamis
PR4
PR4


Joined: 26 Nov 2006
Posts: 436
Location: egypt

errors in my site mapPosted: Thu May 03, 2007 1:11 pm    Post subject: Re: errors in my site map

welcome dcz

you mean change this

Code:


   function format_url( $url, $type = 'topic' ) {
      $url = preg_replace("`\[.*\]`U","",$url);
      $url = preg_replace('`&(amp;)?#?[a-z0-9]+;`i','-',$url);
      $url= htmlentities($url, ENT_COMPAT, $this->encoding);
      $url= preg_replace( "`&([a-z])(acute|uml|circ|grave|ring|cedil|slash|tilde|caron|lig);`i","\\1", $url );
      $url = preg_replace( array("`[^a-z0-9]`i","`[-]+`") , "-", $url);
      $url = ( $url == "" ) ? $type : strtolower(trim($url, '-'));
      return $url;



with another code which was in

simple_mod_rewriteV0-2-2 Wink

_________________
برامج |برامج مجانية|العاب
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

errors in my site mapPosted: Thu May 03, 2007 2:25 pm    Post subject: Re: errors in my site map

Exactly.

Sorry, I did not think about this possible issue with the new version when using windows-1256 char-set.

you are our exception Very Happy

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
mhmdkhamis
PR4
PR4


Joined: 26 Nov 2006
Posts: 436
Location: egypt

errors in my site mapPosted: Thu May 03, 2007 2:34 pm    Post subject: Re: errors in my site map

dcz wrote:
Exactly.

Sorry, I did not think about this possible issue with the new version when using windows-1256 char-set.

you are our exception Very Happy

++


Very Happy Very Happy

my site map work good now Cool

_________________
برامج |برامج مجانية|العاب
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » GYM Sitemaps
Page 1 of 1

Navigation Similar Topics

Jump to: