Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > SEO Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SEO Forum Search engine optimization discussions.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 02-17-2004, 10:45 AM   #1 (permalink)
Inactive
 
Join Date: 10-25-03
Posts: 79
iTrader: 0 / 0%
Latest Blog:
None

world4health is liked by many
Need to remove phpbb 2.06 session cookie

Hi guys i've just added another forum phpBB 2.0.6 to my site and would love to remove the session cookies that it can be crawled, what files should I access and what commands should I use to do this?
world4health is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-17-2004, 11:16 AM   #2 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
iTrader: 3 / 100%
Latest Blog:
Google????

John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
[code:1:f06ae1624f]#-----[ OPEN ]------------------------------------------
includes/sessions.php

#-----[ FIND ]------------------------------------------
global $SID;

if ( !empty($SID) && !eregi('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;'))[/code:1:f06ae1624f]
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-17-2004, 11:21 AM   #3 (permalink)
Inactive
 
Join Date: 10-25-03
Posts: 79
iTrader: 0 / 0%
Latest Blog:
None

world4health is liked by many
Wonderful .
world4health is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-17-2004, 12:04 PM   #4 (permalink)
SVB
Inactive
 
SVB's Avatar
 
Join Date: 10-13-03
Posts: 7,481
iTrader: 0 / 0%
Latest Blog:
None

SVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest order
Send a message via Yahoo to SVB
What does that code do, JS? Is it the one that makes the forum much more crawable?
SVB is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-17-2004, 01:43 PM   #5 (permalink)
Inactive
 
I, Brian's Avatar
 
Join Date: 10-26-03
Posts: 2,466
iTrader: 0 / 0%
Latest Blog:
None

I, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebody
Sessions IDs stop crawlers dead. The code takes out session IDs when the user-agent is Google or Inktomi, to allow them to continue crawling.
I, Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-17-2004, 02:03 PM   #6 (permalink)
SVB
Inactive
 
SVB's Avatar
 
Join Date: 10-13-03
Posts: 7,481
iTrader: 0 / 0%
Latest Blog:
None

SVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest orderSVB is a web professional of the highest order
Send a message via Yahoo to SVB
Cool. Whats the mod to make all the forum pages html?
SVB is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-17-2004, 05:37 PM   #7 (permalink)
Individualist
 
John Scott's Avatar
 
Join Date: 09-27-03
Location: Japan, mostly
Posts: 42,521
iTrader: 3 / 100%
Latest Blog:
Google????

John Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster materialJohn Scott is supreme webmaster material
Send a message via AIM to John Scott Send a message via Yahoo to John Scott
Quote:
Originally Posted by unrealfragmaster
Cool. Whats the mod to make all the forum pages html?
That's top secret. I'll tell you for $1M.
John Scott is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-18-2004, 12:40 AM   #8 (permalink)
Inactive
 
edbarton's Avatar
 
Join Date: 10-13-03
Location: England
Posts: 2,781
iTrader: 0 / 0%
Latest Blog:
None

edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
I'll tell you for $999999
edbarton is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-04-2004, 05:05 AM   #9 (permalink)
Potato Monster
 
Immo's Avatar
 
Join Date: 03-26-04
Location: Chester, England
Posts: 3,874
iTrader: 0 / 0%
Immo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest orderImmo is a web professional of the highest order
Send a message via ICQ to Immo Send a message via AIM to Immo Send a message via MSN to Immo Send a message via Yahoo to Immo Send a message via Skype™ to Immo
Its called mod_rewrite

Ill tell you for free because I am a spoil sport
__________________
I have become death, destroyer of worlds.
Immo is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-05-2004, 05:29 AM   #10 (permalink)
Inactive
 
Join Date: 06-05-04
Posts: 177
iTrader: 0 / 0%
Latest Blog:
None

disgust is liked by many
is there a php bb hacking community like there is for vbulletin?
disgust is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-05-2004, 02:20 PM   #11 (permalink)
v7n Mentor
 
thebassman's Avatar
 
Join Date: 03-04-04
Location: Whycocomagh, Nova Scotia
Posts: 4,763
iTrader: 0 / 0%
thebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nice
Send a message via MSN to thebassman Send a message via Yahoo to thebassman
www.phpbbhacks.com
thebassman is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-06-2004, 12:09 AM   #12 (permalink)
Inactive
 
Join Date: 06-05-04
Posts: 177
iTrader: 0 / 0%
Latest Blog:
None

disgust is liked by many
ah, thanks
disgust is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-06-2004, 02:17 PM   #13 (permalink)
v7n Mentor
 
thebassman's Avatar
 
Join Date: 03-04-04
Location: Whycocomagh, Nova Scotia
Posts: 4,763
iTrader: 0 / 0%
thebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nice
Send a message via MSN to thebassman Send a message via Yahoo to thebassman
They're very quick and helpful, too... even for general phpbb questions...
thebassman is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-07-2004, 12:30 PM   #14 (permalink)
Inactive
 
Join Date: 06-07-04
Posts: 13
iTrader: 0 / 0%
Latest Blog:
None

christper2000 is liked by many
thanks also
christper2000 is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-10-2004, 07:04 AM   #15 (permalink)
Moderator
 
James Trotta's Avatar
 
Join Date: 04-25-04
Posts: 1,321
iTrader: 3 / 100%
James Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web pro
So it should look like this:

[code:1:03c22876f5]function append_sid($url, $non_html_amp = false)
{
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;'))
{
$url .= ( ( strpos($url, '?') != false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID;
}

return $url;[/code:1:03c22876f5]

right?
__________________
Banner ad directory - A 468x60 banner ad web directory.
jtrotta.com web directory - A web directory that's different.
James Trotta is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-10-2004, 07:08 AM   #16 (permalink)
Inactive
 
Join Date: 10-20-03
Location: United Kingdom, London
Posts: 2,207
iTrader: 0 / 0%
Latest Blog:
None

UKZJ007 is just really niceUKZJ007 is just really niceUKZJ007 is just really niceUKZJ007 is just really niceUKZJ007 is just really niceUKZJ007 is just really niceUKZJ007 is just really niceUKZJ007 is just really niceUKZJ007 is just really niceUKZJ007 is just really niceUKZJ007 is just really nice
Quote:
Originally Posted by disgust
is there a php bb hacking community like there is for vbulletin?
NO guys, you didn't understand what he meant!

Answer: Yes, I'm currently working on a hacking community to hack phpbb forums .. if your interested let me know

(Jus kdn )
UKZJ007 is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-10-2004, 01:43 PM   #17 (permalink)
Inactive
 
Join Date: 06-05-04
Posts: 177
iTrader: 0 / 0%
Latest Blog:
None

disgust is liked by many
http://www.phpbbhacks.com/
disgust is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-26-2004, 10:02 AM   #18 (permalink)
Moderator
 
James Trotta's Avatar
 
Join Date: 04-25-04
Posts: 1,321
iTrader: 3 / 100%
James Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web proJames Trotta is a highly respected web pro
So I've removed the session IDs for Google and Slurp. How about other bots. I've been getting some traffice from MSN and Ask Jeeves, for example...
__________________
Banner ad directory - A 468x60 banner ad web directory.
jtrotta.com web directory - A web directory that's different.
James Trotta is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-26-2004, 10:11 AM   #19 (permalink)
Contributing Member
 
Join Date: 07-09-04
Posts: 203
iTrader: 0 / 0%
Latest Blog:
None

Pinyo is on the right pathPinyo is on the right pathPinyo is on the right path
I would look for phpbotsmod. Really cool mod for this purpose. Do a google search or search on www.phpbb.com. If you need help, let me know.
Pinyo is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-26-2004, 01:02 PM   #20 (permalink)
Inactive
 
Join Date: 05-13-04
Location: PA
Posts: 145
iTrader: 0 / 0%
Latest Blog:
None

RingingPHoneML is liked by many
Do these mods only apply to forums? What about an ecommerce site that has log ins an a shopping cart? Would it be the same or something different?
RingingPHoneML is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > SEO Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post