Bembis - Posts

Return to advanced search

Re: SitemapIndex

how to on SitemapIndex
Code: Select all
This page source is either empty or does not contain enough items (less than the configured threshold in ACP) to be displayed.
A 404 Not Found header was sent to properly inform Search Engines to discard this link.

i dont find there i can on it...
by Bembis
Sun Sep 13, 2009 6:26 pm
 
Forum: GYM Sitemaps & RSS
Topic: SitemapIndex
Replies: 3
Views: 322

SitemapIndex

how to on SitemapIndex i cannot find :oops:
by Bembis
Sun Sep 13, 2009 10:03 am
 
Forum: GYM Sitemaps & RSS
Topic: SitemapIndex
Replies: 3
Views: 322

Re: Custom replacement for title injection

any body help me
by Bembis
Sun Sep 06, 2009 7:43 am
 
Forum: phpBB mod Rewrite
Topic: Custom replacement for title injection
Replies: 24
Views: 5435

Re: Custom replacement for title injection

} // <== Special for lazy French, others may delete this part // Custom characters replacement for Cyrillic char-set $this->url_replace = array( 'Ą' => 'A', 'ą' => 'a', 'Č' => 'c', 'č' => 'c', 'Ę' => 'e', 'ę' => 'e', 'Ė' => 'e', 'ė' => 'e', 'Į' => 'i', 'į' => 'i', 'Š' => 's', 'š' => 's', 'Ų' => 'u'...
by Bembis
Sat Sep 05, 2009 7:37 am
 
Forum: phpBB mod Rewrite
Topic: Custom replacement for title injection
Replies: 24
Views: 5435

phpbb 3.0.1 to 3.0.2 Automatic Update

Can it update with seo ?
by Bembis
Mon Aug 04, 2008 3:40 pm
 
Forum: Advanced SEO URL
Topic: phpbb 3.0.1 to 3.0.2 Automatic Update
Replies: 1
Views: 1077

Yes
by Bembis
Sun Jun 01, 2008 5:45 am
 
Forum: Advanced SEO URL
Topic: phpbb_seo Lithuanian
Replies: 4
Views: 473

so ?
by Bembis
Wed May 28, 2008 3:58 pm
 
Forum: Advanced SEO URL
Topic: About special characters remplacement
Replies: 85
Views: 15638

Yes only this Ąą - a čČ-c ęĘ-e ėĖ-e Įį-i Šš-s Ųų-u Ūū-u Žž-z this is Lithuanian language charakters :)
by Bembis
Tue May 27, 2008 1:10 pm
 
Forum: Advanced SEO URL
Topic: About special characters remplacement
Replies: 85
Views: 15638

Somebody Help me :roll:
by Bembis
Tue May 27, 2008 12:05 pm
 
Forum: Advanced SEO URL
Topic: About special characters remplacement
Replies: 85
Views: 15638

http://phpbb3.phpbb-seo.net/another-test-forum-f4/cc-tt-dd-ll-nn-zz-ss-t42.html žŽ needed an extra replace, šŠ is handled by htmlentities(). So just add : // --> Custom str_Replace arrays, to handle special cases properly $this->seo_opt['url_find'] = array(utf8_chr(268),utf8_chr(269...
by Bembis
Mon May 26, 2008 8:37 am
 
Forum: Advanced SEO URL
Topic: About special characters remplacement
Replies: 85
Views: 15638

function format_url( $url, $type = 'topic' ) { $url = preg_replace('`\[.*\]`U','',$url); $url = htmlentities($url, ENT_COMPAT, $this->encoding); $url = str_replace( array('č', 'Č'),'c', $url ); $url = str_replace( array('ą', 'Ą...
by Bembis
Sun May 25, 2008 2:23 pm
 
Forum: Advanced SEO URL
Topic: About special characters remplacement
Replies: 85
Views: 15638

thx 8)
by Bembis
Sun May 25, 2008 2:10 pm
 
Forum: Advanced SEO URL
Topic: phpbb_seo Lithuanian
Replies: 4
Views: 473

phpbb_seo Lithuanian

http://jaunimas.kar.lt/kritin-mas-f33/
TOPIC TITLE is kritinė masė how i can make ė-e š-s ? in url ?
by Bembis
Sun May 25, 2008 9:45 am
 
Forum: Advanced SEO URL
Topic: phpbb_seo Lithuanian
Replies: 4
Views: 473

Return to advanced search