Notices
Site Suggestions & Problems Bring up any suggestions, questions or problems concerning ClubLexus. If you need to test a forum feature, post here too. Note - questions about your Lexus do not belong in this forum!

Anyone else getting certain words linked? (merged threads)

Thread Tools
 
Search this Thread
 
Old Oct 15, 2005 | 03:21 AM
  #31  
XeroK00L's Avatar
XeroK00L
Lexus Fanatic
 
Joined: Aug 2002
Posts: 5,813
Likes: 1
From: The Bay Area, CA, USA
Lightbulb XeroK00L's IntelliTXT Blocking for Dummies

OK so I finally grew tired of not only the green links but also the sizable tooltips that pop out whenever my mouse cursor accidentally rolls over those links. I decided to investigate the "technologies" behind it a little bit. And just as I thought, it uses some cheapo JavaScript from a 3rd-party website (i.e. non-ClubLexus.com site) rather than a harder-to-defeat server-side-include script (i.e. making the green links part of the ClubLexus.com's content). So the "fix" is as easy as follows:

If you DO NOT connect to the Internet via an HTTP proxy server: (Try this first if you don't know what an HTTP proxy server is.)
1. Launch Notepad (in Start -> Programs -> Accessories).
2. Click File -> Open.
3. Change your current folder to the following depending on the Windows OS you're running:
Windows XP = C:\WINDOWS\SYSTEM32\DRIVERS\ETC
Windows 2K = C:\WINNT\SYSTEM32\DRIVERS\ETC
Win 98\ME = C:\WINDOWS
4. Open the file named "HOSTS" (note that you may need to change the "Files of type:" to "All Files" first).
5. Add the following line to the end of the file:
127.0.0.1 clublexus.us.intellitxt.com
6. Click File -> Save to save the change.

Note that if the file "HOSTS" doesn't already exist, create one, with just the single line shown in step 5.

If you connect to the Internet via an HTTP proxy server:
In Internet Explorer:
1. Click Tools -> Internet Options to open the Internet Options dialog box.
2. Click on the Connections tab.
3. Click LAN Settings...
4. In the Proxy server box, click Advanced.
5. In the Exceptions box, put:
*.intellitxt.com
6. Click OK and OK again to save the change.

Note that in step 5 if you already have a set of domain names configured, add that "*.intellitxt.com" to the list by separating it with a semicolon.

In Firefox/Mozilla:
1. Click Tools -> Options to open the Options dialog box.
2. Click General -> Connection Settings.
3. In the "No Proxy for:" box, put:
.intellitxt.com
4. Click OK and OK again to save the change.

Note that in step 3 if you already have a set of domain names configured, add that ".intellitxt.com" to the list by separating it with a comma.

AND THAT'S IT! That wasn't so hard was it?

Last edited by XeroK00L; Oct 15, 2005 at 03:38 AM.
Reply
Old Oct 15, 2005 | 06:42 AM
  #32  
Incendiary's Avatar
Incendiary
Thread Starter
Lexus Test Driver
 
Joined: Mar 2004
Posts: 1,509
Likes: 0
From: MD
Default

Excellent post!
Reply
Old Oct 15, 2005 | 06:46 AM
  #33  
verylost's Avatar
verylost
Lexus Test Driver
 
Joined: Feb 2002
Posts: 1,421
Likes: 1
From: NY
Default

I also use firefox and use a plug in called Adblock. I opened Adblock up and blocked every instance of intellitxt.com.

Seems to work for now.
Reply
Old Oct 15, 2005 | 06:49 AM
  #34  
Incendiary's Avatar
Incendiary
Thread Starter
Lexus Test Driver
 
Joined: Mar 2004
Posts: 1,509
Likes: 0
From: MD
Default

Originally Posted by verylost
I also use firefox and use a plug in called Adblock. I opened Adblock up and blocked every instance of intellitxt.com.

Seems to work for now.
How do you get that plugin?
Reply
Old Oct 15, 2005 | 07:05 AM
  #35  
verylost's Avatar
verylost
Lexus Test Driver
 
Joined: Feb 2002
Posts: 1,421
Likes: 1
From: NY
Default

Originally Posted by Incendiary
How do you get that plugin?
Tools > Extensions > Get more Extensions
Reply
Old Oct 15, 2005 | 07:26 AM
  #36  
Incendiary's Avatar
Incendiary
Thread Starter
Lexus Test Driver
 
Joined: Mar 2004
Posts: 1,509
Likes: 0
From: MD
Default

Originally Posted by verylost
Tools > Extensions > Get more Extensions
Thanks.
Reply
Old Oct 15, 2005 | 08:45 AM
  #37  
Incendiary's Avatar
Incendiary
Thread Starter
Lexus Test Driver
 
Joined: Mar 2004
Posts: 1,509
Likes: 0
From: MD
Default

Xero, the .intellitxt.com thing for mozilla tip didn't work for me...
Reply
Old Oct 15, 2005 | 12:20 PM
  #38  
XeroK00L's Avatar
XeroK00L
Lexus Fanatic
 
Joined: Aug 2002
Posts: 5,813
Likes: 1
From: The Bay Area, CA, USA
Default

Originally Posted by verylost
I also use firefox and use a plug in called Adblock. I opened Adblock up and blocked every instance of intellitxt.com.

Seems to work for now.
Nice! Now that's properly blocking for dummies.
Reply
Old Oct 15, 2005 | 12:22 PM
  #39  
XeroK00L's Avatar
XeroK00L
Lexus Fanatic
 
Joined: Aug 2002
Posts: 5,813
Likes: 1
From: The Bay Area, CA, USA
Default

Originally Posted by Incendiary
Xero, the .intellitxt.com thing for mozilla tip didn't work for me...
Notice that I have divided the solutions according to whether or not your browser is set with an HTTP proxy server. In most cases you're not, so please try my solution #1 (where an HTTP proxy server is not used) first.
Reply
Old Oct 15, 2005 | 06:43 PM
  #40  
Dx3's Avatar
Dx3
Lexus Fanatic
iTrader: (13)
 
Joined: Jul 2003
Posts: 10,681
Likes: 9
From: Tulsa, Oklahoma
Default

Originally Posted by XeroK00L
OK so I finally grew tired of not only the green links but also the sizable tooltips that pop out whenever my mouse cursor accidentally rolls over those links. I decided to investigate the "technologies" behind it a little bit. And just as I thought, it uses some cheapo JavaScript from a 3rd-party website (i.e. non-ClubLexus.com site) rather than a harder-to-defeat server-side-include script (i.e. making the green links part of the ClubLexus.com's content). So the "fix" is as easy as follows:

If you DO NOT connect to the Internet via an HTTP proxy server: (Try this first if you don't know what an HTTP proxy server is.)
1. Launch Notepad (in Start -> Programs -> Accessories).
2. Click File -> Open.
3. Change your current folder to the following depending on the Windows OS you're running:
Windows XP = C:\WINDOWS\SYSTEM32\DRIVERS\ETC
Windows 2K = C:\WINNT\SYSTEM32\DRIVERS\ETC
Win 98\ME = C:\WINDOWS
4. Open the file named "HOSTS" (note that you may need to change the "Files of type:" to "All Files" first).
5. Add the following line to the end of the file:
127.0.0.1 clublexus.us.intellitxt.com
6. Click File -> Save to save the change.

Note that if the file "HOSTS" doesn't already exist, create one, with just the single line shown in step 5.

If you connect to the Internet via an HTTP proxy server:
In Internet Explorer:
1. Click Tools -> Internet Options to open the Internet Options dialog box.
2. Click on the Connections tab.
3. Click LAN Settings...
4. In the Proxy server box, click Advanced.
5. In the Exceptions box, put:
*.intellitxt.com
6. Click OK and OK again to save the change.

Note that in step 5 if you already have a set of domain names configured, add that "*.intellitxt.com" to the list by separating it with a semicolon.

In Firefox/Mozilla:
1. Click Tools -> Options to open the Options dialog box.
2. Click General -> Connection Settings.
3. In the "No Proxy for:" box, put:
.intellitxt.com
4. Click OK and OK again to save the change.

Note that in step 3 if you already have a set of domain names configured, add that ".intellitxt.com" to the list by separating it with a comma.

AND THAT'S IT! That wasn't so hard was it?
Damn man - u go!! Awesome!! However, I need help. I am using ME and I do not have the Host file. Where do I go to create it?

Jonny

Last edited by Dx3; Oct 15, 2005 at 06:47 PM.
Reply
Old Oct 16, 2005 | 01:47 PM
  #41  
verylost's Avatar
verylost
Lexus Test Driver
 
Joined: Feb 2002
Posts: 1,421
Likes: 1
From: NY
Default

Originally Posted by Dx3
Damn man - u go!! Awesome!! However, I need help. I am using ME and I do not have the Host file. Where do I go to create it?

Jonny
Just switch over to Mozilla Firefox. http://www.mozilla.org/products/firefox/
For now, it is slightly more secure and with a few clicks, I can block most of the crap on the internet.
Reply
Old Oct 16, 2005 | 04:20 PM
  #42  
BC-GS430's Avatar
BC-GS430
Lexus Test Driver
CL Folding 500,000
 
Joined: Dec 2001
Posts: 1,194
Likes: 0
From: NorCal
Default

Originally Posted by Dx3
Damn man - u go!! Awesome!! However, I need help. I am using ME and I do not have the Host file. Where do I go to create it?

Jonny
Create a new text file with Notepad or some other text editor an save it under C:\windows as Hosts with no extension.
Reply
Old Oct 16, 2005 | 09:13 PM
  #43  
adidosc's Avatar
adidosc
Lexus Champion
CL Folding 25,000
20 Year Member
Photogenic
Photoriffic
 
Joined: Mar 2003
Posts: 3,525
Likes: 1
From: Pennsylvania
Default

AWESOME! not only did i find out what's going on, but a way to block it. i know what they're trying to accomplish with this, but i really feel they are going about it the wrong way.
Reply
Old Oct 16, 2005 | 09:43 PM
  #44  
DaveGS4's Avatar
DaveGS4
Administrator Emeritus
20 Year Member
Community Builder
Loved
Community Favorite
iTrader: (2)
 
Joined: Feb 2001
Posts: 31,944
Likes: 2,737
From: North Carolina
Default

Originally Posted by adidosc
i know what they're trying to accomplish with this, but i really feel they are going about it the wrong way.
Just out of curiousity, what do you think is 'the right way'? I don't like advertisements either but I can look over these pretty easily if I don't want to see what's being sold. Its a 30 day trial and if the results aren't positive enough we'll ditch it.

I'd personally prefer to have a donation option to help defray the costs that aren't covered by other sponsors, but if it works like it did last time Ethan did that, the donations are pretty good at first but don't stay that way for long and trail off pretty quickly.
Reply
Old Oct 17, 2005 | 09:18 AM
  #45  
adidosc's Avatar
adidosc
Lexus Champion
CL Folding 25,000
20 Year Member
Photogenic
Photoriffic
 
Joined: Mar 2003
Posts: 3,525
Likes: 1
From: Pennsylvania
Default

Originally Posted by DaveGS4
Just out of curiousity, what do you think is 'the right way'? I don't like advertisements either but I can look over these pretty easily if I don't want to see what's being sold. Its a 30 day trial and if the results aren't positive enough we'll ditch it.

I'd personally prefer to have a donation option to help defray the costs that aren't covered by other sponsors, but if it works like it did last time Ethan did that, the donations are pretty good at first but don't stay that way for long and trail off pretty quickly.
can't say i have the answer to that one. although, i do like the idea of it being limited to certain areas of CL. i'd be okay with that. as for what would work the best (if the underline thing didn't work out), i just don't know. i haven't worked with advertising much online so i can't say i know the pros and cons of any one system, i just know my own personal feelings didn't really like the underlining of all sorts of stuff on the forums. like i said, i know what it's trying to accomplish, but i think if it was changed (like the only certain parts of the forum idea) or something like that, it could work. may take some time to tweak it and work with things to get the results, but we'll get there. just givin my own opinion on how the new system struck me.
Reply



All times are GMT -7. The time now is 07:51 PM.