View Single Post
jjambo789
Junior Member
Join Date: Dec 2013
Old 02-22-2017 , 03:17   Re: [L4D & L4D2] Custom Player Stats v1.4B121
Reply With Quote #1834



I'm not good at English...
l4dstats\templates\default\player.tpl
line 22, 24 http://servers.gamefurs.net => This website dose not work.
Please fix it.


<!-- player.pl -->
<div class="profile_header_content">
<?php echo"<div class='steamprofile' title=" . $player_steamid . "></div>"; ?>
<div class="profile_header_base">
<div class="persona_name" style="font-size: 24px;">
<a href="http://steamcommunity.com/profiles/<?php echo $player_url;?>" target="_blank"><?php echo $player_name;?></a>
</div>
<?php foreach ($arr_rank as $ranks): ?>
<?php echo $ranks;?>
<?php endforeach; ?>
<div class="activity">
<?php echo $player_lastonline;?>
</div>
<script>
function Signature_l4dstats()
{
document.getElementById("sig_select").select( );
}
</script>
<div class="signature-box">
<?php echo "
<img src='http://servers.gamefurs.net/l4d2stats/sig.php?steamid=" . $player_steamid . "' />";
echo '
<input class="box_pre" type="text" id="sig_select" readonly value="">
<button type="button" id="sig_button" onclick="Signature_l4dstats()">Select</button>';
?>
</div>

Last edited by jjambo789; 02-22-2017 at 03:20.
jjambo789 is offline