- Bulma theme * Theme by wsehl (January, 2021) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 3 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License in GPL.txt for more details. */ $protocol = paste_protocol(); ?>

Badges

'; } elseif (strtotime($profile_join_date) <= 1608422400) { echo ''; } elseif (strtotime($profile_join_date) <= 1609459200) { echo ''; } if (strpos($profile_badge, '0') !== false) { } else { echo $profile_badge; } //Paste count badges if ($profile_total_public <= 4) { echo ''; } elseif (($profile_total_public >= 5) && ($profile_total_public <= 24)) { echo ''; } elseif (($profile_total_public >= 25) && ($profile_total_public <= 49)) { echo ''; } elseif (($profile_total_public >= 50) && ($profile_total_public)) { echo ''; } //Pasteviews badges if (($profile_total_paste_views >= 1000) && ($profile_total_paste_views <= 2999)) { echo ''; } elseif (($profile_total_paste_views >= 2000) && ($profile_total_paste_views <= 2999)) { echo ''; } elseif (($profile_total_paste_views >= 3000) && ($profile_total_paste_views <= 4999)) { echo ''; } elseif (($profile_total_paste_views >= 5000) && ($profile_total_paste_views <= 9999)) { echo ''; } elseif (($profile_total_paste_views >= 10000) && ($profile_total_paste_views <= 49999)) { echo ''; } elseif ($profile_total_paste_views >= 50000) { echo ''; } if (($profile_total_unlisted >= 5) && ($profile_total_unlisted <= 9)) { echo ''; } elseif ($profile_total_unlisted >= 10) { echo ''; } ?>
' . $success . '

'; } // Errors elseif (isset($error)) { echo '

' . $error . '

'; } } ?>



" . $lang['visibility'] . ""; } ?> " . $lang['delete'] . ""; } ?> " . $lang['visibility'] . ""; } ?> " . $lang['delete'] . ""; } ?> '; } } else { echo ''; } } ?>
' . ($title) . ' ' . $p_dateui . ' ' . $p_views . ' '; if (strlen($p_tags) > 0) { foreach ($tagArray as $key => $tags) { echo '' . trim($tags) . ''; }; } else { echo ' No tags'; }; echo '
' . ($title) . ' ' . $p_dateui . ' ' . $p_visible . ' ' . $p_views . ' ' . strtoupper($p_code) . '
" . $lang['delete'] . ""; //} ?> "; } else { $updatenote = ""; } echo ''; } } ?>
' . ($ftitle) . ' ' . date("d F Y", $f_date) . ' ' . $Recent_update . ' ' . $updatenote . ' '; if (strlen($f_tags) > 0) { foreach ($ftagArray as $key => $ftags) { echo '' . trim($ftags) . ''; }; } else { echo ' No tags'; }; echo '