kage-ookami4
HELPFUL TIPS TO AVOID BEING HACKED
don't rely on gaia's redirection warning to tell you when you are leaving gaia. you can code that out, many phishing sites are starting to do that so always check the URL in the address bar to make sure you are at gaiaonline.com (if "gaiaonline" is not right in front of ".com" you are not on gaia). the following are NOT GAIA: gaiaonlline.com, gaiaonliine.com, gaiaonline.battle.com, gaiaonline1.com, goldgenerator.com/gaiaonline
I'm sorry what...? You truly have no idea what you're talking about for the above quote.
&script type="text/javascript\"&/*<![CDATA[*/
GAIA_config = function (item) {
return {"main_server":"www.gaiaonline.com","graphics_server":"s.cdn.gaiaonline.com","jscompiler_server":"w.cdn.gaiaonline.com","no_image":"http://s.cdn.gaiaonline.com/images/s.gif","avatar_server":"a2.cdn.gaiaonline.com","avatar_save":"avatarsave.gaiaonline.com","town_name":"barton","session_page":300,"cache_value":"1192","fb_api_key":null,"fading_alerts":0,"is_vip_member":0}[item.toLowerCase()]
}
/*]]>*/&/script&
I do believe that above code checks to make sure the URL is Gaia(Could be wrong on this though), and can't be bypassed unless somebody somehow found a way to XSS a redirection using a existing Gaia URL.
Fun Fact:
GAIA_config = function (item) {
return {"main_server":"www.gaiaonline.com","graphics_server":"s.cdn.gaiaonline.com","jscompiler_server":"w.cdn.gaiaonline.com","no_image":"http://s.cdn.gaiaonline.com/images/s.gif","avatar_server":"a2.cdn.gaiaonline.com","avatar_save":"avatarsave.gaiaonline.com","town_name":"barton","session_page":300,"cache_value":"1192","fb_api_key":null,"fading_alerts":0,"is_vip_member":0}[item.toLowerCase()]
}
That above coding prevents Gaia HTML's from being uploaded to hosting sites and used as FLP's(Fake Login Pages) since it will throw a Gaia Page Not Found Error back when done, unless you deleted said coding from the HTML source.