Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

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!

Members online

Premium Members

Latest Comments

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom