1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

phpBB SEO

Discussion in 'vBulletin' started by Nokia999, Oct 21, 2005.

  1. #1
    I want to do SEO of phpBB i have downloaded mod from A2K.
    But i am not getting help where to place it.
    And in its description it does removing of SID and convert static at same time.
    But i want to remove SID only.
    How to do it?
     
    Nokia999, Oct 21, 2005 IP
  2. protesto

    protesto Peon

    Messages:
    140
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    
    # 
    #-----[ OPEN ]------------------------------------------ 
    #  
    
    includes/sessions.php 
    
    # 
    #-----[ FIND ]------------------------------------------ 
    # 
    
    $SID = 'sid=' . $session_id; 
    
    # 
    #-----[ REPLACE WITH ]------------------------------------------ 
    # 
    
    if ( $userdata['session_user_id'] != ANONYMOUS ){ 
       $SID = 'sid=' . $session_id; 
    } else { 
       $SID = ''; 
    } 
    
    
    Code (markup):
     
    protesto, Oct 21, 2005 IP
  3. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Oh Ok it means i have to act upon instructions not to paste this cod anywhere :).
    Is that only thing to do for SEOing phpBB ...?
    Or anyother thing is required?
    I m going to remove SID only.
     
    Nokia999, Oct 21, 2005 IP
  4. aaron_nimocks

    aaron_nimocks Im kind of a big deal Staff

    Messages:
    5,563
    Likes Received:
    627
    Best Answers:
    0
    Trophy Points:
    420
    #4
    Thats it for modifying SID, but I would do all the steps minus the mod_rewrite. Doesnt take that long I did it all to a forum yesterday in about 10 minutes.
     
    aaron_nimocks, Oct 21, 2005 IP
  5. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #5

    Even after replacing the code i am still seeing sid=XXXXXX
    what went wrong :eek:
     
    Nokia999, Oct 21, 2005 IP
  6. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i don't know about it :eek:
    what's that ?
     
    Nokia999, Oct 21, 2005 IP
  7. aaron_nimocks

    aaron_nimocks Im kind of a big deal Staff

    Messages:
    5,563
    Likes Received:
    627
    Best Answers:
    0
    Trophy Points:
    420
    #7
    Are you seeing it after you log in? Trying loggin in the forum and navigating and see if you see it still.
     
    aaron_nimocks, Oct 21, 2005 IP
  8. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes i am log in.
     
    Nokia999, Oct 21, 2005 IP
  9. aaron_nimocks

    aaron_nimocks Im kind of a big deal Staff

    Messages:
    5,563
    Likes Received:
    627
    Best Answers:
    0
    Trophy Points:
    420
    #9
    I dont know what to say if you edited includes/sessions.php and replaced that line and saved it then it should work.
     
    aaron_nimocks, Oct 21, 2005 IP
  10. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #10
    probably i did something wrong and something right :)
    because i see sid=xxxxx only when i pass log in page.
    After that sid=xxxx is not appearing.
     
    Nokia999, Oct 21, 2005 IP
  11. blinxdk

    blinxdk Peon

    Messages:
    660
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #11
    You can always download phpbb2 again and then just reupload that single file and start over with the editing if you didn't create a backup first.

    Removing SID really is all there is too it, I looked at rewriting too first, but as soon as the SID was gone googlebot was all over the pages.
     
    blinxdk, Oct 21, 2005 IP
  12. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I don't know why i am not so genious! my bad.
    I have still one confusion.
    After SID will be removed.
    Do i have to consider job is finished and my phpBB forum is SEOed?
    Or there is anyother thing to do as well.
     
    Nokia999, Oct 21, 2005 IP
  13. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I noticed sid=xxxxxxx only appears on index.php page when i log in.But when i visit forums it disappears.
    Now things are on right way?
    Or sid should entirely gone even on that single page after log in?
     
    Nokia999, Oct 21, 2005 IP
  14. aaron_nimocks

    aaron_nimocks Im kind of a big deal Staff

    Messages:
    5,563
    Likes Received:
    627
    Best Answers:
    0
    Trophy Points:
    420
    #14
    Thats the way mine works too.
     
    aaron_nimocks, Oct 21, 2005 IP
  15. blinxdk

    blinxdk Peon

    Messages:
    660
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I havn't done much more and I get +1000 hits from googlebot a day on the forum.
     
    blinxdk, Oct 21, 2005 IP
  16. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #16
    So is it normal?
    And the work is completed at my end.
    Thank You Guys :)
     
    Nokia999, Oct 21, 2005 IP
  17. aeiouy

    aeiouy Peon

    Messages:
    2,876
    Likes Received:
    275
    Best Answers:
    0
    Trophy Points:
    0
    #17
    It does not remove session ids from everyone. PHPBB still needs session ids for logged in users.. It removes them for guests.

    So log out and you will not see any session ids.
     
    aeiouy, Oct 21, 2005 IP
  18. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #18
    correct, you should see no sids when logged out, but you will still have sids when logged in
     
    mdvaldosta, Oct 21, 2005 IP
  19. Nokia999

    Nokia999 Guest

    Messages:
    1,488
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Yes same is the case with me
    So it mean i have done SEO to my phpBB forum YahOOOOO :)
     
    Nokia999, Oct 21, 2005 IP
  20. blinxdk

    blinxdk Peon

    Messages:
    660
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Congrats! :)
     
    blinxdk, Oct 21, 2005 IP