Is it possible to display the access ranking on the top page of Xenforo?
Put other access ranking PHP scripts in the same folder and write the following in the header of Xenforo
<script type="text/javascript" language="javascript">
<!--
document.write("<img src=\"http://xxxxxxx/access/simaccess/access.php?ref=" +
document.referrer + "\" style=\"width:0;height:0;border:0;\" />");
// -->
</script>
Added the following to the place to display the access ranking
<? php include ("http://xxxxxxx/access/simaccess/rank.html");?>
Put other access ranking PHP scripts in the same folder and write the following in the header of Xenforo
<script type="text/javascript" language="javascript">
<!--
document.write("<img src=\"http://xxxxxxx/access/simaccess/access.php?ref=" +
document.referrer + "\" style=\"width:0;height:0;border:0;\" />");
// -->
</script>
Added the following to the place to display the access ranking
<? php include ("http://xxxxxxx/access/simaccess/rank.html");?>