Welcome to Gaia! :: â—„ Gaia Tools â–º Switched hosts~ | Forum

Register FaceBook Login Login

 

 
GST

Welcome to Gaia's forums, where millions of members gather to discuss random stuff, make new friends,
complain about life, argue about nothing, laugh at dumb pictures, discuss serious issues and/or curse like sailors.

Lurking is creepy. Quit skulking in the shadows and join the conversation!

Register to reply

Advertisement

Shoutmaps ?

FTW. <3 0.40655299231026 40.7% [ 1216 ]
FTL. 0.09662320294216 9.7% [ 289 ]
What do "FTW" and "FTL" mean ? o.O; 0.49682380474758 49.7% [ 1486 ]
Total Votes: 2991
Tags: gaia  tools  shoutmap  themes  profiles 
Share:  
forum:92, topic:12313990
< 1 2 3 4 5 6 7 8 ... 388 389 390 > >> >>> »|
dantman
WindPowa
KumaBlind
You're too young to be a programmer! gonk
--------------------------------
I'll take that as a compliment ^_^
There's no age for programming. Period.

--------------------------------

KumaBlind
I envy you that you're so young yet, you're very skilled at something.
--------------------------------
Thanksies. My skillz keep increasing though ~ twisted
--------------------------------

KumaBlind
Although if it were me, I definitely would not choose that thing to be programming. Good luck anyhow. I'm too simple-minded to understand how all that stuff works anyway. =/
--------------------------------
*patpats* most people feel the same xd
I bet that's why so many voted "Pointless crap".

Why is everybody posting into this thread and not into this one ? gonk
This message formatter is only a part of my tool collection... rolleyes I just felt like this tool was important enough to have its own thread smile

--------------------------------

I agree there's isn't real age for programing...
I'm only 16 and I've been programing for a year or two...


xp Hey... I still use IE.... Why? you ask... Because my security system comes with a popup-blocker, add-blocker, and a Quick Form filler... but firefox won't work with the security system...
Though... I do have firefox... I use it mostly for doing CSS...
--------------------------------
AAAAHHH IT'S AN IE USER RU NAWAY FOR YOUR LIFE eek
Seriously, FireFox has all the extensions you need. A pop-up blocker is already bundled, and AdBlock can be downloaded here.
Here's one form filler and here's another.



Now just give me a possible excuse for not using it.

About Ad Blocking... I posted this on my forum, TechSpeak...

--------------------------------

WindPower
--------------------------------
... or how to pass from this
http://img479.imageshack.us/img479/2029/withads9ek.th.jpg
to this
http://img455.imageshack.us/img455/6929/withoutads9ps.th.jpg
... and don't say there's no difference.

OK let's go !
Some of you use FireFox and AdBlock to block those stupid ads. But what about other browsers ?
Well I thought about a way to do that with any browser.
Yeah ! biggrin
So let's list some ad servers...
[code:1]www.atdmt.com
www.doubleclick.net
doubleclick.net
ad.nozonedata.com
ads.pointroll.com
us.ard.yahoo.com
us.a1.yimg.com
us.js2.yimg.com
ad.doubleclick.net
view.atdmt.com
a.tribalfusion.com
ad.ca.doubleclick.net
ads.deviantart.com
pagead2.googlesyndication.com[/code:1]
All of these domains contains only ads. So why not blocking the traffic between them and your compie ?
Would be nice, heh ? Fortunately, it is possible.

Some little theory...
When you try to access to any domain, your comp needds its IP address that he's going to fetch from one of the root servers, which are special servers that contain a list of domains associated with their respective IP. The root server sends you back the IP, and connection is now possible.
But how to tell your browser not to go there ?
There's a file called the hosts file in Windows.
Open up C:WINDOWNs or WINNTsystem32driversetc. You'll see a file without extension called "hosts". Open it with the notepad...
Windows will first search for IPs there. And if it finds one, it won't verify it. Good ! biggrin

So the only thing you have to do is to add each ad server along with a fake IP. Any IP, that doesn't matter. As long as it's not theirs razz
How to tell ? Just ping them.
Here's a lil ping to pagead2.googlesyndication.com...
http://img454.imageshack.us/img454/461/pagead2googlesyndicationcom9xt.jpg

[code:1] ping -n 1 pagead2.googlesyndication.com
= ping 1 time pagead2.googlesyndication.com[/code:1]

As you can see their IP is 216.239.21.99, so let's put another ! Why not 64.62.206.195 ? That's the one I use for everyone, don't ask me why...
So just add this line to your hosts file :
[code:1]64.62.206.195 pagead2.googlesyndication.com[/code:1]

Then just repeat it with every server...
[code:1]64.62.206.195 www.atdmt.com
64.62.206.195 www.doubleclick.net
64.62.206.195 doubleclick.net
64.62.206.195 ad.nozonedata.com
64.62.206.195 ads.pointroll.com
64.62.206.195 us.ard.yahoo.com
64.62.206.195 us.a1.yimg.com
64.62.206.195 us.js2.yimg.com
64.62.206.195 ad.doubleclick.net
64.62.206.195 view.atdmt.com
64.62.206.195 a.tribalfusion.com
64.62.206.195 ad.ca.doubleclick.net
64.62.206.195 ads.deviantart.com
64.62.206.195 pagead2.googlesyndication.com[/code:1]

Don't forget to save your hosts file, and restart your browser.

You can also use this tip to speed up your browser.
I've posted this on Gaia...
I
OK in this tpic I'll tell you how to let your computer stop asking a root server for Gaia's IP address. Lemme explain. So basically here is what happens when you type "www.gaiaonline.com" then press enter.
I've spimplified everything in order to give just the info you need in order to know how it works. Feel free to skip this if you don't care.
OK then, let's say you've typed www.gaiaonline.com in your browser's address field. Your browser has to deal with this address and bring you Gaia online's homepage. So first of all he needs to establish a connection to Gaia's server. But how ? he has no clue. So he's gonna ask a special computer (called "root servers" wink that contain every (or almost every) IP address and their corresponding domain name. The root server will respond to your browser's request and give out www.gaiaonline.com's IP address (64.124.18.252, actually). Then your browser is happy and establishes right away the connection, using the IP he gathered. Gaia's server sends you the homepage's HTMl code and your browser displays it. And you may log in. biggrin Yeah ! biggrin

OK now how to speed things up ? Well if you've read what's above you can guess by yourself. Prevent the browser from asking over and over the same IP address for the same domain name. The result ? Time gained.

There's a file called the hosts file, for Windows users. It's located in C:WINDOWS or WINNTsystem32driversetc for 2000 and XP users. The file name is "hosts", without extension. Open it with the notepad or any plain text editor. There might be instructions about this file inside itself.
Add this line at the end of the file :
64.124.18.252 www.gaiaonline.com
You can also add those lines :
64.124.18.252 gaiaonline.com
208.185.6.190 mitsukake.gaiaonline.com
Save the file and close it. You're done mrgreen !

You can do that for every website you visit. Just add a line to your hosts file with the IP address, the domain name, separated by at least one space. If you don't know how to find out a website's IP, there are various ways to do it, but here's a simple one :
1) Hold down the "Windows' flag" key (between Ctrl and Alt), press R, release everything (or use the Start menu and click on "Run..." wink
2) Type "cmd" (for WIN XP and 2000 users) (without the quotes) ad press Enter.
3) Type "ping myserver.com" (without the quotes), where myserver.com is the domain name you wish to get the IP address.
4) Press Enter.
5) On the first line, between [brackets], is the IP address you were searching for.

--------------------------------
 
     
 
WindPowa
dantman
WindPowa
KumaBlind
You're too young to be a programmer! gonk
--------------------------------
I'll take that as a compliment ^_^
There's no age for programming. Period.

--------------------------------

KumaBlind
I envy you that you're so young yet, you're very skilled at something.
--------------------------------
Thanksies. My skillz keep increasing though ~ twisted
--------------------------------

KumaBlind
Although if it were me, I definitely would not choose that thing to be programming. Good luck anyhow. I'm too simple-minded to understand how all that stuff works anyway. =/
--------------------------------
*patpats* most people feel the same xd
I bet that's why so many voted "Pointless crap".

Why is everybody posting into this thread and not into this one ? gonk
This message formatter is only a part of my tool collection... rolleyes I just felt like this tool was important enough to have its own thread smile

--------------------------------

I agree there's isn't real age for programing...
I'm only 16 and I've been programing for a year or two...


xp Hey... I still use IE.... Why? you ask... Because my security system comes with a popup-blocker, add-blocker, and a Quick Form filler... but firefox won't work with the security system...
Though... I do have firefox... I use it mostly for doing CSS...
--------------------------------
AAAAHHH IT'S AN IE USER RU NAWAY FOR YOUR LIFE eek
Seriously, FireFox has all the extensions you need. A pop-up blocker is already bundled, and AdBlock can be downloaded here.
Here's one form filler and here's another.

Now just give me a possible excuse for not using it.

--------------------------------

But I like my form filler... It's built into my security system already... It has a nice open box, it saves stuff automaticly, the list can be viewed and unused logins deleted, and it can be turned off in specific places...

besides... I like to be able to close my windows... Firefox takes a minute or two to open up... and I have a overuse of the close button... and when I'm programing I need access to my code lists... which are accessable with a buttonclick via IE...
Also... I have my toolbar moved to the left side of the screen... I have insant access to all my windows and stuff I'm workign on... in adition my toolbar has quickilinks for whatever I need...
now If I only had enough ram to keep up with that maya ple.. grrr...
oh ya... and I like using the close button allot in IE, cause it guarnantees me that my session is instatntly terminated and I'm logged out...



although... on a Mac..... IE Sucks... the mac version is worse than crap... at least the G4's in the school come with safari... hmmm... what about linux... IE Probably won't be good there... does firefox have a Linux version... cause whenever I get a linux system up... I'll swich things up because I don't think my security system will like Linux... at least I still have firewall... there are very few viruses... and I don't think spyware would like linux...
     
--------------------------------
  1. You're seriously overusing "..."'s.
  2. Haha, I got 1.5 GB of RAM mrgreen
  3. Lose your habit to close your window. Instead, why not minimizing them. Or, if you don't want them to appear in the taskbar, hide them. And if you really want to be logged out, there's always a button for that.
  4. FireFox is a cross-platofrm browser whee

--------------------------------
 
     
 
but I like my habits... and the dots are a habit to.
I don't type things up here like I would in a document. I basicly type things the way they would be said.

I only have 756Mb of ram... I'm not the one owning the computer...
XP... I don't trust logout buttons lol... I want the sesion removed... lol.

oh ya... and there's another part to my security system... it also has a trace cleaner... every time I hit the close button in IE it wipes the Temporary Internet Files, History, Cookies, and possibly parts of the Address Bar...

and as I suspect from what It dosen't do with FireFox... the security system is not compatable with FireFox... one of the nice features this one has over some others... is it detects viruses as they come in... same with spyware(if it was on... which it's not...)... but as I said it's not compatable with firefox...


and just something about the way firefox looks makes me feel closterphobic...

I'll get to firefox when I build a new computer...
     
--------------------------------
FireFox has a "Clear Private Data" feature that cleans everything you want it to clean (of course you can specify what not to clean). It's also skinnable, I suggest Noia eXtreme, in pwnz, but there's a big, big, big variety of themes, including an IE-like one. And any decent antivirus/antispyware software will block incoming ones from FireFox 3nodding
... why am I feeling like advertising for FireFox ? mrgreen

--------------------------------
 
     
 
XP... you should get payed.. lol... just like that mac lover at Work XP... shouldve...

but as the last reply......
I don't need all the extra features... I'm perfectly fine with my current system... it runs great... it even does half decent with the ram hogging maya ple program...
I'll use firefox whenever i need the features on it.. otherwise... I'll stick with the plain programs...

oh ya.. and i never used it before because firefox dosen't work with my links properly...
and.. my profile page uses awesome IE CSS effects.... it looks like crap in FireFox...
     
--------------------------------
heart
--------------------------------
 
     
 
--------------------------------
heart
--------------------------------
     
Errrm.... you have a pretty major problem with your Link "Fixer".....
It causes me to now call it a Link Breaker and I uninstalled it.... XP... that's a total of 0 scripts of yours that are now running on Greasemonkey... I have 2 of my own personal ones...

XP... the problem is with ImageMaps... like the one in my sig... it works perfectly fine normaly... but if you have your link "Fixer" installed... it breaks it...
The reason is because your location redirecting thing conflicts with the ?#,# that is added...
because the map part is added after it comes out like .map'?#,#
... your brackets mess the link up... you might need a new way to build this... cause if your Link "Fixer" breaks any map it comes across without any way to access it short of uninstalling your script or going back to IE... then it's to faulty to be used...




I can think of 2 ways to fix it..... XP... one of them is a quick possible fix for it... the other is a big rewrite that works in a bit of a better and different mannor...
XP... I can give you the quick fix... but the alternate gaiabar remover is mine...
lol...
 
     
 
I don't see what are you talking about... your sig perfectly works, and I am using my Link Fixer... or maybe...
OR OK OK I SEE. You're using the outdated version xp Redownload it !
     
Erm... it's still broken... I just installed it... tested it... uninstaled it again... and installed it and retested it.... XP... it's still broken....

Xp... Maby you built a new version and never uploaded it...
 
     
 
--------------------------------
Sure you installed this one ? (direct link) (Don't forget to Ctrl+F5 too)
I re-installed it using the server's version... and it works like a charm surprised even on your sig.

--------------------------------
     
XP... it kept giving me the old one... it finaly gave me the new one....
But I don't like the exclamation icon near them... XP... I still like my fix for your script and my own script idea... better...
 
     
 
--------------------------------
The exclamation icon is required, otherwise my Link Fixer wouldn't be accepted here on Gaia.
Although I use a modified version that doesn't add it, of course.
Stop using "XP", please, for God's sake.
And what's your fix ?

--------------------------------
     
lol.. ok... (The reason I use XP... and lol is to match the mood I'm acting in... I'm a bit easily amused right now... that's why I add those in spots)

I'll build my own re-write... (That's the one that works in a compleatly different way from yours)
but as for the other one...
My idea was to fix the href by removing the redirect like you did...
but this time instead of adding the javascript alert in the href... create a onClick="" with the alert to add it...
 
     
< 1 2 3 4 5 6 7 8 ... 388 389 390 > >> >>> »|

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

We will be phasing out support for your browser soon.

Please upgrade to one of these more modern browsers.