Mitchul
Sledmoresux
- Feb 18, 2012
- 371
- 46
Hey guys, Just a quick script update that I made for my hotel.
What you need to find on /me is
and change it with the above.
SCNSHOT:
PHP:
<div id="habbo-feed">
<ul id="feed-items">
<li class="small" id="feed-lastlogin"><strong>You last logged in on:</strong>
<?php
$query = mysql_query("SELECT * FROM users") or die(mysql_error());
$username = mysql_fetch_assoc($query) or die(mysql_error());
echo "<small>Last Online: ". date("D, d F Y H:i (P)", $username['last_online']) ."</small>";
?></li>
</ul>
</div>
What you need to find on /me is
PHP:
<div id="habbo-feed">
<ul id="feed-items">
<li class="small" id="feed-lastlogin">Last signed in: {lastSignedIn}</li>
</ul>
</div>
and change it with the above.
SCNSHOT:
You must be registered for see links