diff --git a/.gitignore b/.gitignore
old mode 100644
new mode 100755
diff --git a/.htaccess b/.htaccess
old mode 100644
new mode 100755
diff --git a/.updateignore b/.updateignore
old mode 100644
new mode 100755
diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt
old mode 100644
new mode 100755
diff --git a/LICENSE.txt b/LICENSE.txt
old mode 100644
new mode 100755
diff --git a/README.md b/README.md
old mode 100644
new mode 100755
diff --git a/cache/installedVersion.json b/cache/installedVersion.json
old mode 100644
new mode 100755
diff --git a/composer.json b/composer.json
old mode 100644
new mode 100755
diff --git a/composer.lock b/composer.lock
old mode 100644
new mode 100755
diff --git a/config/.htaccess b/config/.htaccess
old mode 100644
new mode 100755
diff --git a/config/config.ini b/config/config.ini
old mode 100644
new mode 100755
index 03508e1..2fb6ec5
--- a/config/config.ini
+++ b/config/config.ini
@@ -1,5 +1,5 @@
; The URL of your blog. Include the http or https if you are using Facebook or Disqus comment.
-site.url = "http://localhost/htmlx"
+site.url = "http://localhost/htmly"
; Your timezone
timezone = "Asia/Jakarta"
diff --git a/config/config.ini.example b/config/config.ini.example
old mode 100644
new mode 100755
diff --git a/config/users/kanti.ini b/config/users/kanti.ini
old mode 100644
new mode 100755
diff --git a/config/users/noxymon.ini b/config/users/noxymon.ini
old mode 100644
new mode 100755
index e620b22..9695af9
--- a/config/users/noxymon.ini
+++ b/config/users/noxymon.ini
@@ -1,9 +1,3 @@
-;Password
-password = admin
-encryption = clear
-; encryption: not set, leave blank or set to clear or none to use plain text password for the user,
-; else set to encryption algoritm supported by hash function of php to use the selected
-; encryption
-
-;Role
+password = $2y$10$N1zg7R/LDbBDQwkYpVahHOnHsk15jPM3Z6HPtjDqBmJ2moqo/3FC2
+encryption = password_hash
role = admin
diff --git a/config/users/username.ini.example b/config/users/username.ini.example
old mode 100644
new mode 100755
diff --git a/favicon.ico b/favicon.ico
old mode 100644
new mode 100755
diff --git a/humans.txt b/humans.txt
old mode 100644
new mode 100755
diff --git a/index.php b/index.php
old mode 100644
new mode 100755
diff --git a/nbproject/project.properties b/nbproject/project.properties
old mode 100644
new mode 100755
diff --git a/nbproject/project.xml b/nbproject/project.xml
old mode 100644
new mode 100755
diff --git a/robots.txt b/robots.txt
old mode 100644
new mode 100755
diff --git a/system/admin/admin.php b/system/admin/admin.php
old mode 100644
new mode 100755
index 707e1f6..24b0f90
--- a/system/admin/admin.php
+++ b/system/admin/admin.php
@@ -676,11 +676,11 @@ function get_user_posts()
if (isset($_SESSION[config("site.url")]['user'])) {
$posts = get_profile_posts($_SESSION[config("site.url")]['user'], 1, 5);
if (!empty($posts)) {
- echo '
';
- echo '
Title
Published
';
+ echo '
';
+ echo '
Title
Published
';
if (config("views.counter") == "true")
echo '
Views
';
- echo '
Tag
Operations
';
+ echo '
Tag
Operations
';
$i = 0;
$len = count($posts);
foreach ($posts as $p) {
@@ -698,10 +698,11 @@ function get_user_posts()
if (config("views.counter") == "true")
echo '