It is currently Mon Feb 13, 2012 2:50 am

News News of phpBB2 Advanced mod Rewrite

Site map of phpBB2 Advanced mod Rewrite » Forum : phpBB2 Advanced mod Rewrite

phpBB2 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting categories, forums and topic titles in their URLs.

[Adv. mod Rewrite] Can't register anymore! [Adv. mod Rewrite] Can't register anymore!

Hi.

After installing your SEO mod (+ Zero duplicate) users can't register anymore. If you click on "accept " in -http://www.domain.de/profile.php?mode=register, you will be redirected to -http://www.domain.de/http://www.domain.de :|

usercp_register.php:

(...)
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
exit;
}

$unhtml_specialchars_match = array('#>#', '#<#', '#"#', '#&#');
$unhtml_specialchars_replace = array('>', '<', '"', '&');

// ---------------------------------------
// Load agreement template since user has not yet
// agreed to registration conditions/coppa
//
function show_coppa()
{
global $userdata, $template, $lang, $phpbb_root_path, $phpEx;

$template->set_filenames(array(
'body' => 'agreement.tpl')
);

$template->assign_vars(array(
'REGISTRATION' => $lang['Registration'],
'AGREEMENT' => $lang['Reg_agreement'], ...
Read more : [Adv. mod Rewrite] Can't register anymore! | Views : 823 | Replies : 6


[FIXED] Recent Topics (Extended)

Would you be so kind and patch this mod for me? Thanks!

recent.php:
<?php
// ############ Edit below ########################################
$topic_length = '40'; // length of topic title
$topic_limit = '10'; // limit of displayed topics per page
$special_forums = '0'; // specify forums ('0' = no; '1' = yes)
$forum_ids = ''; // IDs of forums; separate them with a comma
$set_mode = 'today'; // set default mode ('today', 'yesterday', 'last24', 'lastweek', 'lastXdays')
$set_days = '3'; // set default days (used for lastXdays mode)
// ############ Edit above ########################################

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path .'extension.inc');
include($phpbb_root_path .'common.'.$phpEx);

$userdata = ...
Read more : [FIXED] Recent Topics (Extended) | Views : 730 | Replies : 7


Moving from phpBB2 to phpBB3

Hello! I was hoping I could get a little assistance with rewrite and redirecting my old links in google to the new ones. I was using advanced rewrite for my old forum and and advanced rewrite for my new one as well.

As far as what I can tell, the really thing I need assistance is redirecting the old links to the new ones. Since I have kept the format relatively the same, the only difference really between the new and the old links is the "v". I don't currently use the virtual folders.

For example, an old link would ...
Read more : Moving from phpBB2 to phpBB3 | Views : 578 | Replies : 1


phpseo not working for me

firstly i am new user.
i have installed phpbb seo on my site. I dont know how to set it up.
my sections are not opening.
plz check it and tell me what should i do.
i have uploaded all modified files coz i cant edit it.
and now dont know how to make it working.
please send me all guidelines to make it fully working for me.
here is my url
www.downloadcave.co.cc
Read more : phpseo not working for me | Views : 577 | Replies : 3


Fixed phpbbhacks recent posts on index for adv rewrite

I have patched the phpbbhacks "Recent posts on index" mod for phpbb2 to work with advanced rewrite.

- The phpbbhacks website calls this mod Recent posts on index revision 1.0.3, but the comments in the code itself call it "Integrated Toplist 1.0.3". It adds a section to the index page listing the five (by default) most recently-replied-to topics.

I couldn't find anything on here about how to patch this mod so I am posting my procedure for the general good :)

These instructions assume you have already applied the advanced rewrite mod ...
Read more : Fixed phpbbhacks recent posts on index for adv rewrite | Views : 781 | Replies : 1


 

Login  •  Register


Statistics

Total posts 40479 • Total topics 8395 • Total members 15098