Secret Experience

Secret Experience (https://secretexperience.net/index.php)
-   [L2J] Dúvidas (https://secretexperience.net/forumdisplay.php?f=37)
-   -   [Web Site] scripts de votar, soh entra no site com firefox (https://secretexperience.net/showthread.php?t=11394)

marllonkl 09-08-2009 09:12 AM

scripts de votar, soh entra no site com firefox
 
baixei aqui um scripts para soh entrar se votar, mas o problema é q soh entra no site com Firefox, como faço pra deixar entrando com IE tmbm??

CavaleiroNegro 09-08-2009 07:19 PM

Poste o Script que ficara mais facil na minha opnião.

newsamael 09-08-2009 11:12 PM

Acho que sei até que html éh.
tem que adicionar um script de captação de cookies para que o a página seja bem visualizada com o"IE".
Na internet a downlaods deste script.
Só da uma boa vasculhada que vc achará.

marllonkl 15-08-2009 10:05 PM

Es aqui o script desculpa a demora



Código:

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Line][Age Krauler - Powered by vBulletin</title>
<script language="JavaScript">
      <!--
      //This script was made by Ian Doherty, Whatever you want to copyright or whatever...
      /*******************************************************/
      /* Configuration */
      // This is the total number of links you want people to visit INCLUDING the link to your page
      var num = 2;
      // URL of your page
      var mypage = 'index.php';
      // What you want people to see when they don't visit the other links first
      var pissoff = 'Para entrar no site nos ajude votando primeiro no server Obrigado!';
      /*******************************************************/
      allow = Array();
      allow[num] = 2;
      function gotoit(link){
      if (link != num){
      allow[link] = 2;
      } else {
      for (i=1;i<=num;i++){
      if (allow[i] != 2){
      i = num + 1;
      lemmeIn = 0;
      } else {
      lemmeIn = 1;
      }
      }
      if (lemmeIn == 1){
      window.location = mypage;
      } else {
      alert(pissoff);
      }
      }
      }
      //--->
      </script>

<style type="text/css">
<!--
body {
        background-color: #000000;
}
-->
</style></head>

<body>
<map name="Map">
<area shape="rect" coords="180,16,314,61" onClick="gotoit(1)" href="http://www.gamesites200.com/lineage2/in.php?id=11726" target="_blank">
<area shape="rect" coords="183,215,323,260" href="javascript:gotoit(num)">
</map>

<table width="100%" border="0" bgcolor="#000000">
  <tr>
    <td align="center"><img src="imgs/index.jpg" border="0" align="middle" usemap="#Map2" /></td>
  </tr>
</table>

<map name="Map2" id="Map2">
<area shape="rect" coords="350,86,473,165" onClick="gotoit(1)" href="http://www.gamesites200.com/lineage2/in.php?id=11726" target="_blank" />

<area shape="rect" coords="355,185,481,245" href="javascript:void();" onClick="javascript:gotoit(num);" />
<area shape="rect" coords="355,185,481,245" href="index.php" />
</map>
</body>
</html>

ja agradecido

----------

newsamael Vc saberia um link de captação de cookies, ou poderia me ajudar??

vlws


Horários baseados na GMT -3. Agora são 12:30 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.