| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Castyo
Joined: 05 Jul 2006 Posts: 3
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Castyo
Joined: 05 Jul 2006 Posts: 3
|
Posted: Thu Jul 06, 2006 7:50 am Post subject: Re: rewrite mod, question about output url |
|
|
Thank you very much.
I link on my site this great work!
Bye!  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Castyo
Joined: 05 Jul 2006 Posts: 3
|
Posted: Thu Jul 06, 2006 2:14 pm Post subject: Re: rewrite mod, question about output url |
|
|
and if i add after:
$SID = $user_id > 0 ? 'sid=' . $session_id : '';
this:
$SID = $user_id > 1 ? 'sid=' . $session_id : '';
$SID = $user_id > 2 ? 'sid=' . $session_id : '';
the session id never appear? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Thu Jul 06, 2006 4:13 pm Post subject: Re: rewrite mod, question about output url |
|
|
Actually, 0<1<2, so everything greater than 0 mean every logged user here.
You cannot mess up this code without breaking the way the mod works here.
And, the only SIDs you'll see with it will be just after you logged in, and bot do not log in, and in acp, where bots won't go either, so bots won't see any SID with this mod, which is our goal.
So it's perfect this way.
And don't forget the final touch
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |