Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.

Wanted: Domain Appraisal Site Appraisal

Status
Not open for further replies.
Hmm. Okay, the mod i gave you to install says it should be installed with another mod (but you only need a tiny part of the other mod) to work.

I'll dig out the code you need probably tomorrow evening and post it here.
 
As promised, here is the code you need to use to remove the session code for guests:

Code:
# 
#-----[ OPEN ]------------------------------------------ 
#  

includes/sessions.php 

# 
#-----[ FIND ]------------------------------------------ 
# 

$SID = 'sid=' . $session_id; 

# 
#-----[ REPLACE WITH ]------------------------------------------ 
# 

if ( $userdata['session_user_id'] != ANONYMOUS ){ 
   $SID = 'sid=' . $session_id; 
} else { 
   $SID = ''; 
}

Then your done.

Any queries, feel free to ask.

Ash
 
Thats it!

You've now got static URLS (for guests and bots), which are easier for the search engines to index.
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Sedo - it.com Premiums

IT.com

Premium Members

Acorn Domains Merch
MariaBuy Marketplace

New Threads

Domain Forum Friends

Other domain-related communities we can recommend.

Our Mods' Businesses

Perfect
Laskos
*the exceptional businesses of our esteemed moderators
Top Bottom