diff --git a/characterprofile.php b/characterprofile.php
index 005af9e..f2b1872 100644
--- a/characterprofile.php
+++ b/characterprofile.php
@@ -51,47 +51,62 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false) {
echo 'Never.';
}
- ?>
+ ?>
+
- 0) //if player doesn't have any achievement points it won't echo the line below.
- echo '
Achievement Points | ' .$achievement. ' |
';
- }
+ 0) //if player doesn't have any achievement points it won't echo the line below.
+ echo 'Achievement Points | ' .$achievement. ' |
';
+ }
}
?>
- 0)
- $playerlist[] = $h['owner'];
-
- if ($profile_data['id'] = $h['owner']) { ?>
- House: , $value) {
- if ($key == $h['town_id']) {
- echo $value;
- }
- } ?>
- Status: ONLINE';
- } else {
- echo 'OFFLINE';
- }
- } else {
- if ($profile_data['online'] == 1) {
- echo 'ONLINE';
- } else {
- echo 'OFFLINE';
+
+ 0)
+ $playerlist[] = $h['owner'];
+
+ if ($profile_data['id'] = $h['owner']) {
+ ?>
+ House: , $value) {
+ if ($key == $h['town_id']) {
+ echo $value;
+ }
+ }
+ ?>
+
+
+ }
+ }
+ ?>
+
+ Status: ONLINE';
+ } else {
+ echo 'OFFLINE';
+ }
+ } else {
+ if ($profile_data['online'] == 1) {
+ echo 'ONLINE';
+ } else {
+ echo 'OFFLINE';
+ }
+ }
+ ?>
+
Created:
Comment: