Skip to content

Commit

Permalink
Merge pull request #3 from l2top200/master
Browse files Browse the repository at this point in the history
Fix Links and Names
  • Loading branch information
LeonanCarvalho authored May 2, 2017
2 parents 1856c35 + 8599f43 commit 8cc0b1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions adm.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ function edit_config(){
<input type='text' id='11' <?php echo"$style1"; echo" value='$b05'"; ?>>
</div>
<div style="float:left; width:130px; height:120px; text-align:center;">
<a href="http://www.lineagetop200.com" target="_blank" title="<?php echo"$language_37"; ?>">Lineage Top 200<br>
<img src="http://www.lineagetop200.com/images/button.png" width="87" height="47" border="0"></a><br>
<a href="http://www.lineagetop200.com" target="_blank" title="<?php echo"$language_37"; ?>">LineageTop200<br>
<img src="http://www.lineagetop200.com/vote.png" width="87" height="47" border="0"></a><br>
<input type='text' id='12' <?php echo"$style1"; echo" value='$b06'"; ?>>
</div>
<div style="float:left; width:130px; height:120px; text-align:center;">
Expand Down
6 changes: 3 additions & 3 deletions instalacao.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
mysql_query("INSERT INTO `icp_votesystem_tops` VALUES ('3', 'GameSites200', 'sem_id', '0')") or die(mysql_error());
mysql_query("INSERT INTO `icp_votesystem_tops` VALUES ('4', 'Top Lineage 2', 'sem_id', '0')") or die(mysql_error());
mysql_query("INSERT INTO `icp_votesystem_tops` VALUES ('5', 'GTOP100', 'sem_id', '0')") or die(mysql_error());
mysql_query("INSERT INTO `icp_votesystem_tops` VALUES ('6', 'Lineage Top 200', 'sem_id', '0')") or die(mysql_error());
mysql_query("INSERT INTO `icp_votesystem_tops` VALUES ('6', 'LineageTop200', 'sem_id', '0')") or die(mysql_error());
mysql_query("INSERT INTO `icp_votesystem_tops` VALUES ('7', 'MMORPG', 'sem_id', '0')") or die(mysql_error());
mysql_query("INSERT INTO `icp_votesystem_tops` VALUES ('8', 'HOPZONE', 'sem_id', '0')") or die(mysql_error());
mysql_query("INSERT INTO `icp_votesystem_tops` VALUES ('9', 'TOPGS200', 'sem_id', '0')") or die(mysql_error());
Expand Down Expand Up @@ -308,8 +308,8 @@ function instalar(){
<input type='text' id='11' <?php echo"$style1"; if(isset($_POST["b5"])){ echo" value='$_POST[b5]'"; } ?>>
</div>
<div style="float:left; width:130px; height:120px; text-align:center;">
<a href="http://lineagetop200.com/" target="_blank" title="<?php echo"$language_37"; ?>">Lineage Top 200<br>
<img src="http://www.lineagetop200.com/images/button.png" width="87" height="47" border="0"></a><br>
<a href="http://lineagetop200.com/" target="_blank" title="<?php echo"$language_37"; ?>">LineageTop200<br>
<img src="http://www.lineagetop200.com/vote.png" width="87" height="47" border="0"></a><br>
<input type='text' id='12' <?php echo"$style1"; if(isset($_POST["b6"])){ echo" value='$_POST[b6]'"; } ?>>
</div>
<div style="float:left; width:130px; height:120px; text-align:center;">
Expand Down
4 changes: 2 additions & 2 deletions painel/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,10 @@ function atualizaContador6() {
atualizaContador6();
</script>
<?php
echo"<div style='background:url(http://www.lineagetop200.com/button.php?u=$row[top_id]); background-repeat: no-repeat; background-size: 87px 47px; width:87px; height:47px; border:1px solid #999; margin-top:5px; margin-left:5px; float:left;'><div style='width:89px; *width:87px; _width:87px; height:49px; *height:47px; _height:47px; font-size:10px; font-family:Arial; background: rgba(0,0,0,0.6); text-shadow:1px 1px #000; font-weight:bold;'>$language_05<br><font size='3'><span id='contador6'></span></font><br>$language_06</div></div>";
echo"<div style='background:url(http://www.lineagetop200.com/vote.png); background-repeat: no-repeat; background-size: 87px 47px; width:87px; height:47px; border:1px solid #999; margin-top:5px; margin-left:5px; float:left;'><div style='width:89px; *width:87px; _width:87px; height:49px; *height:47px; _height:47px; font-size:10px; font-family:Arial; background: rgba(0,0,0,0.6); text-shadow:1px 1px #000; font-weight:bold;'>$language_05<br><font size='3'><span id='contador6'></span></font><br>$language_06</div></div>";
}else{
$id6 = '0';
echo"<div style='width:87px; height:47px; border:1px solid #999; margin-top:5px; margin-left:5px; float:left;'><a href='http://www.lineagetop200.com/index.php?a=in&u=$row[top_id]' target='_blank'><img src='http://www.lineagetop200.com/button.php?u=$row[top_id]' title='Lineage 2 Servers' border='0' width='87' height='47' onClick=SetCookie('click_id6','click');></a></div>";
echo"<div style='width:87px; height:47px; border:1px solid #999; margin-top:5px; margin-left:5px; float:left;'><a href='http://www.lineagetop200.com/server/$row[top_id]' target='_blank'><img src='http://www.lineagetop200.com/vote.png' title='Lineage 2 Servers' border='0' width='87' height='47' onClick=SetCookie('click_id6','click');></a></div>";
}
}else{
$id6 = '1';
Expand Down

0 comments on commit 8cc0b1b

Please sign in to comment.