- ' . $success . '
';
- if (isset($new_password)) {
- echo '
Your new password is as follows:
';
- echo "
${new_password}
";
- }
+
+
= pp_html_escape($success); ?>
+
+
Your new password is as follows:
+
= pp_html_escape($new_password); ?>
+
+
- if (isset($recovery_code)) {
- echo '
IMPORTANT!';
- echo '
If you wish to recover your account later, you will need the following code. Store it in a safe place!
';
- echo "
${recovery_code}
";
- echo '
If you do not save this code and you forget your password, there is no way to get your account back!
';
- }
- } // Errors
- elseif (isset($error)) {
- echo '
' . $error . '
';
- }
+
+
IMPORTANT!
+
If you wish to recover your account later, you will need the following code. Store it in a safe place!
+
= pp_html_escape($recovery_code); ?>
+
If you do not save this code, and you forget your password, there is no way to get your account back!
+
+
+
= pp_html_escape($error); ?>
+
+
diff --git a/theme/bulma/profile.php b/theme/bulma/profile.php
index 22ed474..fbe6362 100644
--- a/theme/bulma/profile.php
+++ b/theme/bulma/profile.php
@@ -10,11 +10,11 @@
+ echo '
' . $success . '
';
} elseif (isset($error)) {
- echo '
+ echo '
' . $error . '
';
}
diff --git a/theme/bulma/user_profile.php b/theme/bulma/user_profile.php
index fdf1750..6fce0ec 100644
--- a/theme/bulma/user_profile.php
+++ b/theme/bulma/user_profile.php
@@ -60,9 +60,9 @@
outputBadges($paste_view_badges, $profile_total_paste_views, 'total_views');
if (($profile_total_unlisted >= 5) && ($profile_total_unlisted <= 9)) {
- echo '
![[ShadowWriter] Have more than Five unlisted pastes](/img/badges/pastehidden.png)
';
+ echo '
![[ShadowWriter] Have more than Five unlisted pastes](/img/badges/pastehidden.png)
';
} elseif ($profile_total_unlisted >= 10) {
- echo '
![[Ghostwriter] Have more than Ten unlisted pastes](/img/badges/pastehidden.png)
';
+ echo '
![[Ghostwriter] Have more than Ten unlisted pastes](/img/badges/pastehidden.png)
';
}
?>
diff --git a/theme/bulma/view.php b/theme/bulma/view.php
index 9956824..305532a 100644
--- a/theme/bulma/view.php
+++ b/theme/bulma/view.php
@@ -99,18 +99,25 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
+ aria-hidden="true">
-
-
-
+
+
+
+ = str_word_count($op_content); ?>
+
+
+
+ = formatBytes(strlen($op_content)) ?>
+
+
+
+
+
= $paste['title'] ?>
@@ -240,19 +247,14 @@ $selectedloader = "$bg[$i]"; // set variable equal to which random filename was
+ value="= $paste->id; ?>"/>