Hello guys,
Can you help me with a code for TOP RANK, my code dont work, i cant see the top players . Thank you guys, :beer:
Can you help me with a code for TOP RANK, my code dont work, i cant see the top players . Thank you guys, :beer:
<? include 'inc/head.php'; ?>
<!-- Start Pages -->
<head></head>
<title><? echo $web['Website']; ?> | [ Top Conquerpoints ] </title>
</head>
<section class="general-setting mt-5 mb-5">
<div class="container">
<div class="row text-center">
<div class="col-md-12 m-auto">
<!-- Start ServerInfo -->
<div class="box-form serverInfo">
<div class="title">
<h1><i class="fa fa-user-secret fa-fw"></i> TOP Conquerpoints <i style="margin:0px 0px 0px 150px;" id="updatecps" title="update rank" class="fa fa-sync-alt"> Update Rank</i></h1>
</div>
<div class="body-form body-table">
<div id="display_item" ></div>
</div>
</div>
<!-- End ServerInfo -->
</div>
</div>
</div>
</section>
<!-- End Pages -->
<? include 'inc/foot.php'; ?>
i write youQuote:
:o share your code, so we can help you, we don't know anything now.
Server version for example, source you are using?
I answered you already in PM but there is alot wrong with this piece of code already.Quote:
Hi, this is the code
is 5017 mixed with 5033Code:<? include 'inc/head.php'; ?> <!-- Start Pages --> <head></head> <title><? echo $web['Website']; ?> | [ Top Conquerpoints ] </title> </head> <section class="general-setting mt-5 mb-5"> <div class="container"> <div class="row text-center"> <div class="col-md-12 m-auto"> <!-- Start ServerInfo --> <div class="box-form serverInfo"> <div class="title"> <h1><i class="fa fa-user-secret fa-fw"></i> TOP Conquerpoints <i style="margin:0px 0px 0px 150px;" id="updatecps" title="update rank" class="fa fa-sync-alt"> Update Rank</i></h1> </div> <div class="body-form body-table"> <div id="display_item" ></div> </div> </div> <!-- End ServerInfo --> </div> </div> </div> </section> <!-- End Pages --> <? include 'inc/foot.php'; ?>
i write you