Here is the screenshot of Wapka Online Users Counter and their Online List:
How to Add Wapka Online Users Details Code :
1. Login to your Wapka Admin Panel .
2. Select your sites from sites list.
3. Select Admin Mode in your site admin panel.
4. Now Click On ::EDIT SITE:: >> Jump to Site from the bottom right of the page .
5. Now Jump to Page -2 , Which is default bottom autocontent for all wapka sites.
6. Again Click On ::EDIT SITE:: and Add WML/XHTML Code .
7. Now Paste this code :
<a href="http://yoursite.wapka.mobi/site_A.xhtml">[:stats-online: Users Online] </a>
and Save it.
Replace site_A.xhtml with your new wapka page you will create to display online users list.
Copy Code Form Here :
8. Create a New Site A, and Add the below code
<h2 class="title">Online Users Browsing Now</h2>
<ul>:userstats:d=oa, o=t, a=non-logged user, l=10, s=:geti-site(1): ::
<li><div class="lname">%lname% </div>
<div><font color="green"><b>From:</b> %country1%<br />
<b>IP:</b> %ipx%<br />
<b>Using:</b> %browser%<br />
<b>Location:</b> %location%</font></div></li>
:: :/userstats: </ul>:paging: n=:geti-site(1):, u=site_0.%ext%?get-site=%n% ::<div class="nav"><b>Pages:</b> <span>%n%</span> <span>%n%</span> <span>%n%</span> <span>%n%</span> ... <span>%nlast%</span></div>:/paging:<br />
<style>
li{border:1px solid #eee;margin-bottom:7px;list-style:none;padding:4px}
.lname{font-weight:600;color:red;display:inline;padding:3px;margin-bottom:3px}
.nav{text-align:center;background-color:#ddd;padding:4px}
h2.title{background:#000;color:#fff;padding:4px}
</style>
Copy Code From Below :
0 Comments