Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Search Engine stranger!
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Giumer
Junior Member

Italy
163 Posts

Posted - 15 November 2012 :  15:00:21  Show Profile  Send Giumer an ICQ Message  Reply with Quote
Search Engine stranger!

I can not understand how should I configure my file active_users.asp

I put like this:

if instr (uagent "Alltheweb") then strBrowser = "tiscali"

but as you can see from my picture says unknown!



=======================
http://www.Giumer.it/forum

=======================

cripto9t
Average Member

USA
881 Posts

Posted - 16 November 2012 :  17:03:45  Show Profile
if instr (uagent "Alltheweb") then strBrowser = "tiscali"

Your missing a comma and Maybe you have it backwards, "Alltheweb" isn't in that string. Try

if instr (uagent, "tiscali") > 0 then strBrowser = "Alltheweb"

or

if instr (uagent, "Alltheweb") then strBrowser = "tiscali"

    _-/Cripto9t\-_
Go to Top of Page

Giumer
Junior Member

Italy
163 Posts

Posted - 16 November 2012 :  23:55:30  Show Profile  Send Giumer an ICQ Message
no not good ! thx mate

=======================
http://www.Giumer.it/forum

=======================
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 17 November 2012 :  06:44:03  Show Profile
If instr(uagent,"IstellaBot") Then strBrowser = "tiscali"

This will work.

Edited by - Carefree on 17 November 2012 06:44:21
Go to Top of Page

Giumer
Junior Member

Italy
163 Posts

Posted - 17 November 2012 :  07:41:50  Show Profile  Send Giumer an ICQ Message
thx mate look only tiscaly not spider

=======================
http://www.Giumer.it/forum

=======================
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 17 November 2012 :  11:24:46  Show Profile
All of the 217.72.208 series IP addresses from 11-40, 64-99 & 128 belong to Tiscali bots. The rest of that group are static, but still belong to Tiscali. If you want it to say "bot", that's simple enough. Change the code to say:



If instr(uagent,"IstellaBot") Then strBrowser = "Istellabot"

Edited by - Carefree on 17 November 2012 15:35:11
Go to Top of Page

Giumer
Junior Member

Italy
163 Posts

Posted - 17 November 2012 :  13:51:05  Show Profile  Send Giumer an ICQ Message
no ! problem not is tiscali , is serch engine for me is IstellaBot

=======================
http://www.Giumer.it/forum

=======================
Go to Top of Page

Carefree
Advanced Member

Philippines
4222 Posts

Posted - 17 November 2012 :  15:35:37  Show Profile
Then change the name of the browser to Istellabot like I did above....
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07