function LoadFile(fsrc){ document.write("") } // RPG Page? if(location.href.match(/UserCP&CODE=22&RPG=(.*)/)){ Page = RegExp.$1 BuildRPGMenu() BuildRPGDisplay("Cargando información del RPG", "Por favor espere..."); RPGData = document.forms['REPLIER'].rpgdata.value function ReBuildData(news){ document.forms['REPLIER'].rpgdata.value = news sigSubmit(); } switch(Page){ case 'Shop': LoadFile("http://www.ethernaldark.net/Inferno/Shop.ibf"); break; case 'Healing': LoadFile("http://www.ethernaldark.net/Inferno/Healing.ibf"); break; case 'Synthesis': LoadFile("http://www.ethernaldark.net/Inferno/Synthesis.ibf"); break; case 'Equip': LoadFile("http://www.ethernaldark.net/Inferno/Equipo.ibf") break; case 'BattleGround': LoadFile("http://www.ethernaldark.net/Inferno/Batallas.ibf"); break; case 'SkillPoint': LoadFile("http://www.ethernaldark.net/Inferno/Skills.ibf") break; case 'TT-Shop': LoadFile("http://www.ethernaldark.net/Inferno/TTShop.ibf") break; case 'TT-Battle': LoadFile("http://www.ethernaldark.net/Inferno/TTBattle.ibf") break; case 'TT-Tutorial': LoadFile("http://www.ethernaldark.net/Inferno/TTTuto.ibf"); break; case 'Spells': LoadFile("http://www.ethernaldark.net/Inferno/Spells.ibf"); break; case 'Donate': LoadFile("http://www.ethernaldark.net/Inferno/Donar-HOE.ibf"); break; case 'Bank': LoadFile("http://www.ethernaldark.net/Inferno/Banco.ibf"); break; case 'Tutorial': LoadFile("http://www.ethernaldark.net/Inferno/Tutorial.ibf"); break; default: LoadFile("http://www.ethernaldark.net/Inferno/Default.ibf"); break; } } // Post Pages if((location.href.match(/act=Post&CODE=(\d+)/) || (location.href.match(/showtopic=(\d+)/) && document.getElementById('qr_open'))) && document.forms['REPLIER']){ LoadFile("http://www.ethernaldark.net/Inferno/posts.ibf") } // PM View (Donation/Battle Attack)? if(location.href.match(/act=Msg&CODE=(\d+)&VID=in&MSID=(\d+)/)){ LoadFile("http://www.ethernaldark.net/Inferno/Donar.ibf"); // LoadFile("http://67.18.37.15/1183/88/upload/p6198235.ibf"); } // Scan Member? if(location.href.match(/showuser=(\d+)&CODE=Scan/)){ LoadFile("http://www.ethernaldark.net/Inferno/Scan.ibf"); // LoadFile("http://67.18.37.15/1183/88/upload/p6204622.ibf"); }