I think you just saw some SIDs after (auto) log-in or in acp, two places bots will never see.
You can go on installing the few php code changes, it should work right upon upload
++
Moderator: Moderators

dcz wrote:I confirm both your .htaccess and guest session mod are working well
I think you just saw some SIDs after (auto) log-in or in acp, two places bots will never see.
You can go on installing the few php code changes, it should work right upon upload
++


dcz wrote:nope, nothing to restart, just straight upload of modded files and voilà (unless you managed to create parse errors)
++


dcz wrote:You have to upload all file before it can work, some function are called from sessions.php that are in function.php.
Then, if you have problems with viewtopic.php, it's most likely a copy past error.
First upload function.php, then, sessions.php and take a look at it, all links should already be rewritten, the two other files code changes are just enhancements.
++
// Canned MOD Begin
'S_CANNED_SELECT' => $s_canned_select,
'U_CANNED_POSTING' => append_sid("posting.$phpEx"),
'FORUM_ID' => $forum_id,
'TOPIC_ID' => $topic_id,
// Canned MOD End
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$highlight_ok = ($highlight !='') ? "&highlight=$highlight" : '';
// www.phpBB-SEO.com SEO TOOLKIT END
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
'U_VIEW_TOPIC' => append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id&start=$start&postdays=$post_days&postorder=$post_order$highlight_ok"),
// www.phpBB-SEO.com SEO TOOLKIT END
'U_VIEW_FORUM' => $view_forum_url,
'U_VIEW_OLDER_TOPIC' => $view_prev_topic_url,
'U_VIEW_NEWER_TOPIC' => $view_next_topic_url,
'U_POST_NEW_TOPIC' => $new_topic_url,
'U_POST_REPLY_TOPIC' => $reply_topic_url)
);

// www.phpBB-SEO.com SEO TOOLKIT BEGIN
$highlight_ok = ($highlight !='') ? "&highlight=$highlight" : '';
// www.phpBB-SEO.com SEO TOOLKIT END$template->assign_vars(array(


dcz wrote:Yes, I think that with your actual PageRank, and with Google sitemaps submitted, you should see results quite soon, about a month or so starting from now
++

acapellas4u wrote:Hey nothing was said about that ?

acapellas4u wrote:dcz wrote:Yes, I think that with your actual PageRank, and with Google sitemaps submitted, you should see results quite soon, about a month or so starting from now
++
Awesome!!
Google sitemaps submitted ?? Hey nothing was said about that ?


return ($external ? $script_path : (trim(substr($this->root, 0, 2) == './') && $add_sid ? substr($this->root, 2) : $this->root)) . $basename . '.' . $this->ext . $url_parms;" 
Return to phpBB2 Simple mod rewrite
Users browsing this forum: No registered users and 1 guest