LeoTK 173 Postado Julho 4, 2017 Share Postado Julho 4, 2017 Fala galera eu sei que essa dúvida é boba mas faz tanto tempo que não mecho nisso que eu esqueci como ativa o news.js do modern acc alguém lembra como faz? o news.js é esse aqui function closeDiv() { document.getElementById('floatLayer').style.left = "-1000"; return false; }var how_many_ads = 1;var now = new Date()var sec = now.getSeconds()var ad = sec % how_many_ads;ad +=1;if (ad==1) {url="ntons.sytes.net:8090";banner="600x300.jpg"} window.onerror = null; var topMargin = 170; var slideTime = 3000; var ns6 = (!document.all && document.getElementById); var ie4 = (document.all); var ns4 = (document.layers); function layerObject(id,left) { if (ns6) { this.obj = document.getElementById(id).style; this.obj.left = left; return this.obj; } else if(ie4) { this.obj = document.all[id].style; this.obj.left = left; return this.obj; } else if(ns4) { this.obj = document.layers[id]; this.obj.left = left; return this.obj; } } function layerSetup() { floatLyr = new layerObject('floatLayer', pageWidth * .20); window.setInterval("main()", 10) } function floatObject() { if (ns4 || ns6) { findHt = window.innerHeight; } else if(ie4) { findHt = document.body.clientHeight; } } function main() { if (ns4) { this.currentY = document.layers["floatLayer"].top; this.scrollTop = window.pageYOffset; mainTrigger(); } else if(ns6) { this.currentY = parseInt(document.getElementById('floatLayer').style.top); this.scrollTop = scrollY; mainTrigger(); } else if(ie4) { this.currentY = floatLayer.style.pixelTop; this.scrollTop = document.body.scrollTop; mainTrigger(); } } function mainTrigger() { var newTargetY = this.scrollTop + this.topMargin; if ( this.currentY != newTargetY ) { if ( newTargetY != this.targetY ) { this.targetY = newTargetY; floatStart(); } animator(); } } function floatStart() { var now = new Date(); this.A = this.targetY - this.currentY; this.B = Math.PI / ( 2 * this.slideTime ); this.C = now.getTime(); if (Math.abs(this.A) > this.findHt) { this.D = this.A > 0 ? this.targetY - this.findHt : this.targetY + this.findHt; this.A = this.A > 0 ? this.findHt : -this.findHt; } else { this.D = this.currentY; } } function animator() { var now = new Date(); var newY = this.A * Math.sin( this.B * ( now.getTime() - this.C ) ) + this.D; newY = Math.round(newY); if (( this.A > 0 && newY > this.currentY ) || ( this.A < 0 && newY < this.currentY )) { if ( ie4 )document.all.floatLayer.style.pixelTop = newY; if ( ns4 )document.layers["floatLayer"].top = newY; if ( ns6 )document.getElementById('floatLayer').style.top = newY + "px"; } } function start() { if(ns6||ns4) { pageWidth = innerWidth; pageHeight = innerHeight; layerSetup(); floatObject(); } else if(ie4) { pageWidth = document.body.clientWidth; pageHeight = document.body.clientHeight; layerSetup(); floatObject(); } }document.write('<DIV id=floatLayer style="position: absolute; width: 30; height: 30; z-index: 30; left: 250; top: 30; visibility: visible; border: 0px none #000000">');document.write('<table border="0" cellspacing="0" cellpadding="0" bordercolor="#FFFFFF">');document.write('<tr><td border="0" align="center" bgcolor="#ffffff" colspan="4">');document.write('<a onClick=closeDiv() href=' + url + ' target=_blank "\return false\">');document.write('<img src=' + banner + ' ')document.write('border=0></a></td></tr>');document.write('<tr><td border="0" align="right" colspan="4"><input type="submit" name="fechar" value="FECHAR" onClick="return closeDiv()" style="font-family: Verdana; font-weight: bold; font-size:10px; color: #FFFFFF; background-color: #FFFFFF; border: 1px solid #fffff;"></td></tr>');document.write('</table></DIV>');start(); Link para o comentário Compartilhar em outros sites More sharing options...
VictorWEBMaster 369 Postado Julho 6, 2017 Share Postado Julho 6, 2017 Creio que voce deva colicar este código no layout ou em uma pagina so web. Link para o comentário Compartilhar em outros sites More sharing options...
LeoTK 173 Postado Julho 6, 2017 Autor Share Postado Julho 6, 2017 1 hora atrás, victorfasano disse: Creio que voce deva colicar este código no layout ou em uma pagina so web. então mano pelo que eu me lembrava era um código no index.tpl que puxava o news.js um javascript se não me engano não lembro ao certo Link para o comentário Compartilhar em outros sites More sharing options...
VictorWEBMaster 369 Postado Julho 6, 2017 Share Postado Julho 6, 2017 Coloque esse código dentro do index assim: <script> CODIGO... <script> Link para o comentário Compartilhar em outros sites More sharing options...
LeoTK 173 Postado Julho 6, 2017 Autor Share Postado Julho 6, 2017 Agora, victorfasano disse: Coloque esse código dentro do index assim: <script> CODIGO... <script> eu tentei assim mas não foi <script> language=javascript type="text/javascript">function newPopup(){varWindow = window.open ('news.js', 'popup')} </script> Link para o comentário Compartilhar em outros sites More sharing options...
VictorWEBMaster 369 Postado Julho 6, 2017 Share Postado Julho 6, 2017 É assim <script language=javascript type="text/javascript">function newPopup(){varWindow = window.open ('news.js', 'popup')} </script> Link para o comentário Compartilhar em outros sites More sharing options...
LeoTK 173 Postado Julho 6, 2017 Autor Share Postado Julho 6, 2017 @victorfasano deu esse erro @victorfasano Eu queria a mesma função desse código <div id="LayerPop" style="display:block; position:absolute; left:0px; top:0px; background-color:#1e1e22; width:100%; height:180%; z-index:100;margin:0px;opacity:0.85;"></div> <div id="LayerPop2" style="position: absolute; left: 33%; top: 120px; z-index: 5000;"><a href="?subtopic=donate" target="_BLANK"><img src="layouts/tibiacom/images/promo.jpg" class="imgBorder"></a><br><a href="javascript:void();" onClick="document.getElementById('LayerPop').style.display = 'none';document.getElementById('LayerPop2').style.display = 'none'"> <b>Fechar</b></a></div> porém só não queria que a cada troca de página aparecesse o banner só na aba novidades ou home no caso quando acessar a página inicial aparecesse mas só na inicial em nenhuma outra esse código do jeito que esta aparece em todas as páginas Link para o comentário Compartilhar em outros sites More sharing options...
VictorWEBMaster 369 Postado Julho 6, 2017 Share Postado Julho 6, 2017 Coloque o codigo antes do <?php Ele vai aparecer gradativamente creio eu... vou pensar numa forma de fazer oque voce quer. Link para o comentário Compartilhar em outros sites More sharing options...
LeoTK 173 Postado Julho 6, 2017 Autor Share Postado Julho 6, 2017 Agora, victorfasano disse: Coloque o codigo antes do <?php Ele vai aparecer gradativamente creio eu... vou pensar numa forma de fazer oque voce quer. meu index.tpl com o código já Spoiler <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><div id="LayerPop" style="display:block; position:absolute; left:0px; top:0px; background-color:#1e1e22; width:100%; height:180%; z-index:100;margin:0px;opacity:0.85;"></div><div id="LayerPop2" style="position: absolute; left: 26%; top: 120px; z-index: 5000;"><a href="/index.php/p/v/gifts" target="_BLANK"><img src="/public/images/popup.png" class="imgBorder"></a><br><a href="javascript:void();" onClick="document.getElementById('LayerPop').style.display = 'none';document.getElementById('LayerPop2').style.display = 'none'"><b>Fechar</b></a></div><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="distribution" content="Global" /> <meta name="author" content="Vean" /> <meta name="robots" content="index,follow" /> <meta name="description" content="Site Description." /> <meta name="keywords" content="ots, open tibia server, ..." /> {$head} <title> NTO NEW SEASON </title> <link rel="stylesheet" type="text/css" href="{$path}/templates/naruto/main.css" /> <link href="{$path}/templates/naruto/favicon.ico" rel="shortcut icon" /> </head> <!--Google--> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-15249041-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <body> <div id="vt_page"> <div id="vt_header"></div> <div id="vt_header1"></div> <div id="vt_header2"></div> <div id="vt_container"> <div id="vt_menu"> <div id="vt_news_menu"><center> <div class="header"></div></center> <ul> <li><a href="{$path}">Novidades</a></li> <li><a href="{$path}/index.php/p/v/xat">Chat <img src="/templates/naruto/images/hot.gif"> </a></li> <li><a href="{$path}/index.php/p/v/bijuus">Bijuus <img src="/templates/naruto/images/new.gif"> </a></li> <li><a href="{$path}/index.php/p/v/torneio">Torneio<img src="/templates/naruto/images/new.gif"> </a></li> </ul> </div> <div id="vt_account_menu"><center> <div class="serv"></div></center> <ul> {if $logged == 1} <li><a href="{$path}/index.php/account/">Minha Conta</a></li> <li><a href="{$path}/index.php/p/v/pagseguro"><font color="yellow"><b>Donatar</b> </font></a></li> {else} <li><a href="{$path}/index.php/account/create">Criar Conta</a></li> <li><a href="{$path}/index.php/account/login">Login</a></li> <li><a href="{$path}/index.php/p/v/pagseguro"><font color="yellow"><b>Donatar</b> </font></a></li> {/if} </ul> </div> <div id="vt_community_menu"> <div class="comu"></div> <ul> <li><a href="{$path}/index.php/character/view">Procurar Personagem</a></li> <li><a href="{$path}/index.php/guilds">Guilds <img src="/templates/naruto/images/new.gif"></a></li> <li><a href="{$path}/index.php/p/v/fragers">Top fraggers</a></li> <li><a href="{$path}/index.php/video">Videos</a></li> <li><a href="{$path}/index.php/houses/main">Casas</a></li> <li><a href="{$path}/index.php/p/v/deaths">Ultimas Mortes</a></li> <li><a href="{$path}/index.php/p/v/gallery">Galeria <img src="/templates/naruto/images/update.gif"></a></li> <li><a href="{$path}/index.php/highscores">Rank</a></li> <li><a href="{$path}/index.php/character/online">Players Online</a></li> </ul> </div> <div class="info"></div> <ul> <li><a href="{$path}/index.php/p/v/monstros">Monstros <img src="/templates/naruto/images/new.gif"></a></li> <li><a href="{$path}/index.php/p/v/invocacoes">Invocações <img src="/templates/naruto/images/new.gif"> </a></li><li><a href="{$path}/index.php/p/v/characters">Jutsus <img src="/templates/naruto/images/new.gif"></a></li> <li><a href="{$path}/index.php/p/v/mapa">Mapa</a></li> <li><a href="{$path}/index.php/p/v/staff">Equipe</a></li> <li><a href="{$path}/index.php/p/v/bans">Banidos</a></li> </ul> </div> <div id="vt_content"> {$main} </div> <div id="vt_panel"> <div class="top"> <div class="bot"> {include_php file='templates/naruto/topplayer.php'} <div id="vt_panel_buttons"> <a href="http://download915.mediafire.com/jrtxafvp0nzg/o326cb83r5ka068/Nto+Ns+Client+7.2.rar" class="button"> <span></span> </a> <a href="{$path}/index.php/p/v/gifts" class="button2"></a> <a href="/index.php/forum/view" class="button1"></a></div> <div class="vt_panel_module"><center> <div class="header">Server Status</div></centeR> {foreach from=$worlds key=id item=world} <div> <b>Servidor:</b> {$world} <br /> <b>Status:</b> {if $serverOnline[$id]} <span style="color: green;font-weight: bold;">Online</span><br /> <b>Uptime:</b> {$serverUptime[$id]} <br /> <b>Jogadores:</b> {$serverPlayers[$id]}/{$serverMax[$id]}<br /><br /> {else} <span style="color: red;font-weight: bold;">Offline</span> {/if} </div> <!-- INICIO CONTADOR --><a href='ntons.sytes.net:8090//index.php/p/v/xat' id='lnolt_' target='_blank' style='font-family:Comic Sans MS;font-weight:bold;text-decoration:none;color:rgb(255, 204, 0)'><script language='JavaScript' src='http://blogutils.net/olct/online.php?site=ntons.sytes.net:8090&interval=600'></script></a><a href='ntons.sytes.net:8090//index.php/p/v/xat' target='_blank' style='font-family:Comic Sans MS;font-weight:bold;text-decoration:none;color:rgb(255, 204, 0)'> Ninja(s) Online no Site</a> <!-- FIM CONTADOR --> <center><div class="header">Redes Sociais</div><a href="https://www.facebook.com/NtoNewSeason"><img src="/templates/naruto/images/face.png" width="210" height="220"></center><center><a href="https://twitter.com/NtoNewSeason"><img src="/templates/naruto/images/twiter.png" width="210" height="220"></center><div>{$poll} <br /></div> {/foreach} </div> </div> </div> </div> </div> <div id="vt_footer"> <div class="column first"> <a href=""><img src="{$path}/templates/naruto/images/authornote.png" /> </div> <div class="column second"> <p>2016 - NTO New Season <p><small>By ADM Master: {$renderTime} {$admin}</small></p> </div> <div class="column third"> </div> </div> <div id="vt_footer1"></div> </div> </body></html> talvez te ajude Link para o comentário Compartilhar em outros sites More sharing options...
VictorWEBMaster 369 Postado Julho 9, 2017 Share Postado Julho 9, 2017 Vou ver se consigo fazer algo... Link para o comentário Compartilhar em outros sites More sharing options...
LeoTK 173 Postado Julho 9, 2017 Autor Share Postado Julho 9, 2017 46 minutos atrás, victorfasano disse: Vou ver se consigo fazer algo... ok ficarei no aguardo Link para o comentário Compartilhar em outros sites More sharing options...
LeoTK 173 Postado Julho 25, 2017 Autor Share Postado Julho 25, 2017 Em 09/07/2017 at 10:03, victorfasano disse: Vou ver se consigo fazer algo... Alguma novidade? Link para o comentário Compartilhar em outros sites More sharing options...
Stigal 584 Postado Novembro 29, 2017 Share Postado Novembro 29, 2017 A questão neste tópico de suporte foi encerrada por falta de resposta. Este tópico está fechado e foi movido para Suporte - Tópicos Sem Resposta. Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados