Boas-vindas ao Power Pixel

Junte-se a comunidade! Crie o seu próprio conteúdo, e faça amizades.EntrarCriar uma conta

Kroy Kroy  • Sáb 4 Jan 2014 - 10:36

Redirecionamento "Sempre" para o HTML Empty Redirecionamento "Sempre" para o HTML Sáb 4 Jan 2014 - 10:36

Qual é minha questão:
Eu coloquei uma página de HTML principal em meu Forum, mas quando eu peço para redirecionar para "/forum" ele redireciona para a Página de HTML novamente --'


Página HTML:
Código:
<title>ProServers</title> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <link href="http://i.imgur.com/9UZMZfI.png" type="image/x-icon" rel="shortcut icon" /> <link media="screen" type="text/css" href="http://www.ggames.com.br/css/style.css" rel="stylesheet" /> <script type="text/css">
             
      <!--////////////////////////////////////////////////////////////////////////////////-->

      <!--/                                                                            ///-->

      <!--/                                                                              ///-->

      <!--/                    Portal Versão 2.0                              ///-->

      <!--/                    Criado Por iTroLL    ///-->

      <!--/                                                                            ///-->

      <!--////////////////////////////////////////////////////////////////////////////////-->
      <script type="text/javascript">

        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-28009881-1']);
        _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> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://espions.webs.com/cufon-yui.js"></script> <script type="text/javascript" src="http://espions.webs.com/BabelSans_500.font.js"></script> <script type="text/javascript" src="http://espions.webs.com/jquery.easing.1.3.js"></script> <script>
      function click() {
      if (event.button==2||event.button==3) {
      oncontextmenu='return false';
      }
      }
      document.onmousedown=click
      document.oncontextmenu = new Function("return false;")
      </script> <script type="text/javascript">
              $(function() {
                  Cufon.replace('a, span').CSS.ready(function() {
                    var $menu      = $("#slidingMenu");
                   
                    var $selected  = $menu.find('li:first');
                   
                    var $moving      = $('<li />',{
                        className  : 'move',
                        top        : $selected[0].offsetTop + 'px',
                        width      : $selected[0].offsetWidth + 'px'
                    });
                   
                    $('#slidingMenuDesc > div').each(function(i){
                        var $this = $(this);
                        $this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
                    });
                   
                    $menu.bind('mouseleave',function(){
                          moveTo($selected,400);
                          })
                        .append($moving)
                        .find('li')
                        .not('.move')
                        .bind('mouseenter',function(){
                          var $this = $(this);
                          var offsetLeft = $this.offset().left - 20;
                          //slide in the description
                          $('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
                          //move the absolute div to this item
                          moveTo($this,400);
                          })
                          .bind('mouseleave',function(){
                          var $this = $(this);
                          var offsetLeft = $this.offset().left - 20;
                          //slide out the description
                          $('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
                          });;
                   
                    function moveTo($elem,speed){
                        $moving.stop(true).animate({
                          top      : $elem[0].offsetTop + 'px',
                          width  : $elem[0].offsetWidth + 'px'
                        }, speed, 'easeOutExpo');
                    }
                  }) ;
              });
            </script> <style>
                span.reference{
                    position:fixed;
                    left:10px;
                    bottom:10px;
                    font-size:14px;
                }
                span.reference a{
        color:#aaa;
        text-decoration:underline;
                }
      body {
          background-image: url('http://imageshack.us/a/img203/3046/fvoa.png') !important;
          background-repeat: no-repeat;
          }
            </style>
<div>
    <span class="reference"> Team VoLKing| Desenvolvido por <a alt="Web Designer iTroLL." target="_Blank" href="http://team-volking.forumeiros.com/">iTroLL.</a> | Hospedado por <a alt="Forumeiros" target="_Blank" href="http://www.forumeiros.com">Forumeiros.</a> </span>
</div>
 
<div class="slidingMenuDesc" id="slidingMenuDesc">
   
   <div>
       <span>Ja se Cadastrou ? Entao faca seu Login aqui!</span>
   </div>
   
   <div>
       <span>Registre-se e faca parte do Team VoLKinG</span>
   </div>
   
   <div>
       <span>Veja o nosso Portal!</span>
   </div>
   
   <ul class="slidingMenu" id="slidingMenu">
      
      <li>
          <a href="/forum">Forum</a>
      </li>
      
      <li>
          <a title="" href="/login">Login</a>
      </li>
      
      <li>
          <a title="" href="/register">Registro</a>
      </li>
      
      <li>
          <a title="" href="/portal">Portal</a>
      </li>
      
      <li>
          <a title="" href=""> </a>
      </li>
      
      <li>
          <a title="" href=""> </a>
      </li>
      
   </ul>
   
</div>

Endereço do meu fórum:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Versão:
PunBB

[Dark]Doki-. [Dark]Doki-.  • Sáb 4 Jan 2014 - 10:41

Redirecionamento "Sempre" para o HTML Empty Re: Redirecionamento "Sempre" para o HTML Sáb 4 Jan 2014 - 10:41

Testei a página no meu fórum e redirecionou normalmente.

Gaab Gaab  • Sáb 4 Jan 2014 - 11:23

Redirecionamento "Sempre" para o HTML Empty Re: Redirecionamento "Sempre" para o HTML Sáb 4 Jan 2014 - 11:23

aqui ta normal 
cliquei e abriu de boa

Kroy Kroy  • Sáb 4 Jan 2014 - 12:34

Gaab Gaab  • Sáb 4 Jan 2014 - 12:37

Redirecionamento "Sempre" para o HTML Empty Re: Redirecionamento "Sempre" para o HTML Sáb 4 Jan 2014 - 12:37

[sucesso=Tópico Resolvido; e Bloqueado][/sucesso]Movido para: Arquivo - Pedido de código

Conteúdo patrocinado  • 

Redirecionamento "Sempre" para o HTML Empty Re: Redirecionamento "Sempre" para o HTML

Permissões neste sub-fórum
Não podes responder a tópicos