Select Address Description Category Status ';
$stmt=$db->query('SELECT address, description, category, approved, locked FROM ' . PREFIX . "onions WHERE address!='';");
while($onion = $stmt->fetch(PDO::FETCH_ASSOC)){
echo ''.$onion['address'].'.onion ';
diff --git a/www/onions.php b/www/onions.php
index 705e131..bf6f4a4 100644
--- a/www/onions.php
+++ b/www/onions.php
@@ -44,6 +44,7 @@ function send_html(){
$style .= '.promo{outline:medium solid #FFD700} .list{display: inline-block; padding: 0; margin: 0} .list li{display:inline}';
$style .= '.active{font-weight:bold} .down td+td+td+td+td,.up td+td+td+td+td{background-color:unset} #maintable td{word-break:break-all}';
$style .= '#maintable td+td+td{word-break:unset} #maintable tr td:first-child{min-width:16em} .software-link{text-align:center;font-size:small}';
+ $style .= '#maintable ,#maintable th,#maintable td{border: 1px solid black} #edit-search td{vertical-align:top}';
send_headers([$style]);
asort($categories);
//sql for special categories
@@ -80,7 +81,7 @@ function send_html(){
}
echo 'I\'m not responsible for any content of websites linked here. 99% of darkweb sites selling anything are scams. Be careful and use your brain. Every week I get 2-5 E-Mails from people that were desperate to make money and fell for scammers, don\'t be one of them!
';
//update onions description form
- echo "