mm allora ho controllato e quello non era modificato anche se avevo controllato:
e anche il session non è modificato xò non riesco a capire come modificarlo
xke nel session dice di sostituire questo
Codice: Seleziona tutto
if (isset($_GET['sid']))
{
redirect(build_url(array('sid')));
}
con questo:
Codice: Seleziona tutto
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
// This part will be fixed in 3.0.9 (see http://tracker.phpbb.com/browse/PHPBB3-9908)
// But as is or updated, it will not mix well with USU and Zero Duplicate (which already removes them)
// Bot user, if they have a SID in the Request URI we need to get rid of it
// otherwise they'll index this page with the SID, duplicate content oh my!
/*if (isset($_GET['sid']))
{
redirect(build_url(array('sid')));
}*/
// www.phpBB-SEO.com SEO TOOLKIT END
xke questa lina io ce l'ho così
Codice: Seleziona tutto
if (!empty($this->session_id) && (!defined('NEED_SID') || (isset($_GET['sid']) && !defined('MOPHPBB3') && $this->session_id === $_GET['sid'])) )
{
xke ho agigunto delle cose
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.