Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

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.

Rule #1: Be Respectful

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

Premium Members

Latest Comments

New Threads

Domain Forum Friends

Lastest Listings

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Systreg AcornBot:
    Systreg has left the room.
      Systreg AcornBot: Systreg has left the room.
      Top Bottom