Search found 12 matches

by AllGo
Sun Jul 20, 2008 7:40 am
Forum: [3.0.x] MOD Database Releases
Topic: SEO MOD
Replies: 1150
Views: 273834

Re: SEO MOD

Desi-Instincts wrote:Bump. Please help .... I needed this mod, but it has to make edits to the .htaccess and i dont have it so please could someone help me in making that file ?
Download the original zip-file/tarball for phpbb3, it is in there.
by AllGo
Tue Jul 01, 2008 1:24 pm
Forum: [3.0.x] MOD Database Releases
Topic: SEO MOD
Replies: 1150
Views: 273834

Re: Essential Fixes to the SEO_MOD

rwap01 wrote: Many people agree that this should all be incorporated in the original release - however, what else to do?
A hostile takeover.. Just release a 1.0.1 :)
by AllGo
Tue Jun 17, 2008 8:57 am
Forum: [3.0.x] MOD Database Releases
Topic: SEO MOD
Replies: 1150
Views: 273834

Re: SEO MOD

I installed the following mod: http://www.phpbb.com/community/viewtopi ... &sk=t&sd=a This mod uses code to display the last post in a topic. But when I press the link it shows the following error: http://www.phpbb.com/community/viewtopic.php?f=69&t=691165&p=5497265#p5497265 Should ...
by AllGo
Sun Jun 15, 2008 11:26 am
Forum: phpBB Discussion
Topic: Spiders & bots to add to phpBB
Replies: 918
Views: 572003

Re: Spiders & bots to add to phpbb3

Bot name: Ilse [Bot]
Agent match: INGRID
Information on the bot: ???

"INGRID/2.0 (http://spsearch.ilse.nl/; Startpagina dochter links spider)"
by AllGo
Mon May 26, 2008 7:40 pm
Forum: [3.0.x] MOD Database Releases
Topic: Integrated Error Messages
Replies: 101
Views: 34959

Re: Integrated Error Messages

It shouldn't be necessary for error.php to manually set the header status. Although accessing error.php directly will give an error code of 200 OK, when Apache uses it as the error document for a non-existent page, it knows to use the correct header (and I confirmed this with Wireshark). I'm assumi...
by AllGo
Sun May 25, 2008 2:52 pm
Forum: [3.0.x] MOD Database Releases
Topic: Integrated Error Messages
Replies: 101
Views: 34959

Re: Integrated Error Messages

Fixed error.php to set the http error code correctly (for better behaviour with browsers and lots of crawler/search engines): <?php /** * * @package phpBB3 * @version $Id: $ * @copyright (c) 2008 Francis W. Fisher (Phantom) http://radoncube.com/ * @license http://opensource.org/licenses/gpl-license....
by AllGo
Sat May 24, 2008 12:25 pm
Forum: [3.0.x] MOD Database Releases
Topic: Integrated Error Messages
Replies: 101
Views: 34959

Re: Integrated Error Messages

Is it possible for this MOD to set the HTTP Header status code to anything other than 200 (OK)?

For example: /error.php?mode=404 should set the HTTP Header status to 404 (Not found).
by AllGo
Tue May 20, 2008 3:28 pm
Forum: [3.0.x] MOD Database Releases
Topic: SEO MOD
Replies: 1150
Views: 273834

Re: SEO MOD

DSL Line wrote:up up
Check this thread for a working 'clean_url()' method..
by AllGo
Fri May 16, 2008 6:34 pm
Forum: [3.0.x] MOD Database Releases
Topic: SEO MOD
Replies: 1150
Views: 273834

Re: SEO MOD

Change your moved_topic in functions_seo.php from: $sql = 'SELECT t.topic_title FROM ' . POSTS_TABLE . ' p ' . TOPICS_TABLE . " t WHERE t.topic_id = p.topic_id AND t.topic_id = $id"; $newid = "p$id"; To: $sql = 'SELECT t.topic_title FROM ' . POSTS_TABLE . ' p, ' . TOPICS_TABLE . ...
by AllGo
Sun May 04, 2008 9:21 pm
Forum: [3.0.x] MOD Database Releases
Topic: SEO MOD
Replies: 1150
Views: 273834

Re: SEO MOD

Fixed that one too. Find $row['topic_title'] = preg_replace('#(?!<.*)(?<!\w)(' . $hilit . ')(?!\w|[^<>]*(?:</s(?:cript|tyle))?>)#is', '<span class="posthilit">$1</span>', $row['topic_title']); Replace with if ($hilit) { $row['topic_title'] = preg_replace('#(?!<.*)(?<!\w)(' . $hilit . ')(?!...
by AllGo
Sun May 04, 2008 1:08 pm
Forum: [3.0.x] MOD Database Releases
Topic: SEO MOD
Replies: 1150
Views: 273834

Re: SEO MOD

Okay, I installed this mod (before reading all the posts in this topic). I spend most of my saturday fixing a lot of bugs. If you are not a programmer, or have at least some knowledge of PHP, I suggest you keep away from this mod a while. The base is really good (thanks Handyman!), but there's still...
by AllGo
Sun May 04, 2008 1:01 pm
Forum: [3.0.x] MOD Database Releases
Topic: SEO MOD
Replies: 1150
Views: 273834

Re: Bugs and bug fix compilation.

2. - Unread orange icon (When you are viewing a forum and there are unread threads you can click on the little orange) 2.1 http://img204.imageshack.us/img204/9862/bug2te2.jpg 2.2 Go to "http://new1.myforum.com/sdfsdfs-t9.html&view=unread#unread" a "404 - Not Found" page. Is ...

Go to advanced search