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 Archive Mod...

Discussion in 'PHP' started by NewComputer, Feb 21, 2005.

  1. #1
    In an attempt to get the spiders running throughout a phpbb that I have, I have made for SE friendly urls etc, etc, etc... I heard there was an archive mod that would create either and xml or other type of archive of posts.

    Has anyone seen this or have an idea where to get it? I have looked at the phpbb board, but I see nothing. The only one I could find is not working...
     
    NewComputer, Feb 21, 2005 IP
  2. Janissary

    Janissary Well-Known Member

    Messages:
    375
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    140
    #2
    I have this hack and it works perfectly!

    Open includes/sessions.php
    
    #-----[ FIND ]------------------------------------------
    global $SID;
    
    if ( !empty($SID) && !preg_match('#sid=#', $url) )
    
    #-----[ REPLACE WITH]------------------------------------------
    global $SID, $HTTP_SERVER_VARS;
    
    if ( !empty($SID) && !eregi('sid=', $url) && !strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'Googlebot') && !strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'slurp@inktomi.com;'))
    
    #-----------------------SAVE and UPLOAD------------------
    
    Code (markup):
     
    Janissary, Feb 22, 2005 IP
  3. SHT

    SHT Active Member

    Messages:
    266
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    73
    #3
    This may be a little old but here is the one I used: http://www.phpbb.com/phpBB/viewtopic.php?t=236489

    Hope that helps,

    Greg
     
    SHT, Feb 25, 2005 IP
  4. Off Da HuyChoK

    Off Da HuyChoK Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    similar to Vbullitin style archives, like this:

    http://www.howardforums.com/archive/

    any ideas?
     
    Off Da HuyChoK, Apr 26, 2006 IP