Compare commits
111 Commits
Author | SHA1 | Date | |
---|---|---|---|
221d963975 | |||
cea900b8e3
|
|||
4dcf1fcfd5
|
|||
5a3e23de49
|
|||
86ba3a1a76 | |||
51606b5461 | |||
1b4cc3f60c | |||
fbf12dc16a | |||
a5dc7665b6 | |||
de34bb11df | |||
56998d88f6 | |||
07d4a93e9a | |||
59eb670c62 | |||
e0f6d16e2f
|
|||
2933c0a56c | |||
219cecdfdb | |||
954ba7b1b5 | |||
af62db5da8
|
|||
322e4648a6 | |||
350ad94f11 | |||
b7590d2463 | |||
38938a33e1 | |||
2300ffc47d
|
|||
6615d13f6e
|
|||
699906e6a1 | |||
0021764d01 | |||
61c326b3b9 | |||
bb1c92130e
|
|||
d1313b4f2a | |||
7d7b14c6de | |||
c7d4351bd6 | |||
b5a502956c | |||
292fdcc43b
|
|||
38490b5c5e | |||
1897c7aeb7
|
|||
b320dee82b | |||
ce2570bfe4
|
|||
63f50caa64
|
|||
c384a306aa
|
|||
d79aedc558
|
|||
906725e5c1
|
|||
47813d027c
|
|||
7ca9bd43d5
|
|||
e863d7021e | |||
75c054e00b | |||
c6be012ce1
|
|||
3f3455f29d | |||
9dbaf35ddb
|
|||
99b31f0205 | |||
dc328677cc | |||
0926f07206 | |||
fc4d297eae
|
|||
d599cbe9ba | |||
6b6a3b3e04
|
|||
6919107357 | |||
c44a8d1fb0 | |||
d67fec18c2 | |||
96edc93a0d
|
|||
49b668bfc5
|
|||
610623f6da
|
|||
e85ef8974e
|
|||
b7c6d4de4f
|
|||
53baf2c9e8
|
|||
4df7e4aba6
|
|||
d4aa03b1c5
|
|||
02ffb70761
|
|||
907a42ff7e
|
|||
2976176ecb
|
|||
aae719d025
|
|||
aa5264cd3b
|
|||
560cd9c72c
|
|||
76673842b7
|
|||
14ef9100d5
|
|||
e4c89f4baa
|
|||
379a618408
|
|||
7e03cfb49f
|
|||
cd5d0546a5
|
|||
85c46673c8
|
|||
37a7afe4b5
|
|||
c9fa1e1e7f
|
|||
7e89f90d08
|
|||
2d4b2beb9b
|
|||
3f61fb3a57
|
|||
56e123f203
|
|||
3d33b0e370
|
|||
111b79c8a0
|
|||
cab72ea840
|
|||
a208bd568c
|
|||
e58807b3c5
|
|||
3d2a45bc79
|
|||
67f1833b3e
|
|||
7a99b2922e
|
|||
725e660ac6
|
|||
b9b5b6092f
|
|||
3f97c7d168
|
|||
d0f1f60c20 | |||
2feb70c0e6
|
|||
b543320e1f
|
|||
b9e93b16e6
|
|||
86b209cf77
|
|||
ae65728581
|
|||
095685aa77
|
|||
d45ee056b4
|
|||
cbb8d144f0
|
|||
83eb89830c
|
|||
84c598536b
|
|||
bcf79f88d2
|
|||
98eb4ecd84
|
|||
267ef405a3
|
|||
d4e5ccd025
|
|||
2b3e4ba971
|
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@ -2,4 +2,3 @@
|
||||
|
||||
github: DanWin
|
||||
liberapay: DanWin1210
|
||||
custom: "https://www.paypal.me/danwin1210"
|
||||
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*~
|
14
README.md
14
README.md
@ -24,16 +24,12 @@ Recommended schedule:
|
||||
Translating:
|
||||
------------
|
||||
|
||||
Copy `lang_en.php` and rename it to `lang_YOUR_LANGCODE.php`
|
||||
Then edit the file and translate the messages into your language and change $I to $T at the top.
|
||||
If you ever use a ' character, you have to escape it by using \' instead, or the script will fail.
|
||||
When you are done, you have to edit `common_config.php`, to include your translation. Simply add a line with
|
||||
`'lang_code' => 'Language name',`
|
||||
to the $L array below the settings, similar to what I did for the German translation.
|
||||
Please share your translation with me, so I can add it to the official version.
|
||||
To update your translation, you can copy each new string to your translation file or edit the automated `lang_update.php` script to reflect you language and run it.
|
||||
Translations are managed in [Weblate](https://weblate.danwin1210.de/projects/DanWin/onion-link-list).
|
||||
If you prefer manually submitting translations, the script `update-translations.sh` can be used to update the language template and translation files from source.
|
||||
It will generate the file `locale/onion-link-list.pot` which you can then use as basis to create a new language file in `YOUR_LANG_CODE/LC_MESSAGES/onion-link-list.po` and edit it with a translation program, such as [Poedit](https://poedit.net/).
|
||||
Once you are done, you can open a pull request, or [email me](mailto:daniel@danwin1210.de), to include the translation.
|
||||
|
||||
Live Demo:
|
||||
----------
|
||||
|
||||
If you want to see the scripts in action, you can visit my Tor hidden service http://donionsixbjtiohce24abfgsffo2l4tk26qx464zylumgejukfq2vead.onion/onions.php or via my clearnet proxy https://onions.danwin1210.me/onions.php if you don't have Tor installed.
|
||||
If you want to see the scripts in action, you can visit my Tor hidden service http://donionsixbjtiohce24abfgsffo2l4tk26qx464zylumgejukfq2vead.onion/ or via my clearnet proxy https://onions.danwin1210.de/ if you don't have Tor installed.
|
||||
|
3
SECURITY.md
Normal file
3
SECURITY.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Security Policy
|
||||
|
||||
I take sucurity very seriously and anyone is welcome to report vulnerabiliteis found. Please get in touch with me by email on [daniel@danwin1210.de](mailto:daniel@danwin1210.de) if you have found a vulnerability. For non-critical issues and suggestions, feel free to open a new Issue.
|
@ -1,23 +1,4 @@
|
||||
<?php
|
||||
/*
|
||||
* Onion Link List - Configuration
|
||||
*
|
||||
* Copyright (C) 2016-2020 Daniel Winzen <daniel@danwin1210.me>
|
||||
*
|
||||
* 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 for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Configuration
|
||||
const DBHOST = 'localhost'; // Database host
|
||||
const DBUSER = 'www-data'; // Database user
|
||||
@ -33,130 +14,180 @@ const PROMOTEPRICE = 0.025; // Price to promote a site for PROMOTETIME long
|
||||
const PROMOTETIME = 2592000; // Time (in seconds) to promote a site payed with PROMOTEPRICE - 864000 equals 10 days
|
||||
const PER_PAGE = 50; // Sites listed per page
|
||||
const VERSION = '1.1'; // Script version
|
||||
const DBVERSION = 6; // Database layout version
|
||||
const DBVERSION = 8; // Database layout version
|
||||
const REQUIRE_APPROVAL = false; // require admin approval of new sites? true/false
|
||||
//Categories - new links will always be put into the first one, leave it to Unsorted
|
||||
//once configured, only add new categories at the end or you have to manually adjust the database.
|
||||
$categories=['Unsorted', 'Adult/Porn', 'Communication/Social', 'Forums', 'Hacking/Programming/Software', 'Hosting', 'Libraries/Wikis', 'Link Lists', 'Market/Shop/Store', 'Other', 'Personal Sites/Blogs', 'Security/Privacy/Encryption', 'Whistleblowing', 'Empty/Error/Unknown', 'Cryptocurrencies', 'Scams', 'Fun/Games/Joke', 'Search', 'Autodetected scam (unchecked)'];
|
||||
|
||||
const CANONICAL_URL = 'https://onions.danwin1210.de'; // our preferred domain for search engines
|
||||
const CAPTCHA = 0; // Captcha difficulty (0=off, 1=simple, 2=moderate, 3=hard, 4=extreme)
|
||||
// Language selection
|
||||
$I = $T = [];
|
||||
$language = LANG;
|
||||
$L=[
|
||||
'de' => 'Deutsch',
|
||||
'en' => 'English',
|
||||
'ja' => '日本語',
|
||||
'tr' => 'Türkçe',
|
||||
const LANGUAGES = [
|
||||
'cs' => ['name' => 'čeština', 'locale' => 'cs_CZ', 'flag' => '🇨🇿', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
'de' => ['name' => 'Deutsch', 'locale' => 'de_DE', 'flag' => '🇩🇪', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
'en' => ['name' => 'English', 'locale' => 'en_GB', 'flag' => '🇬🇧', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
'fa' => ['name' => 'فارسی', 'locale' => 'fa_IR', 'flag' => '🇮🇷', 'show_in_menu' => true, 'dir' => 'rtl'],
|
||||
'fr' => ['name' => 'Français', 'locale' => 'fr_FR', 'flag' => '🇫🇷', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
'ja' => ['name' => '日本語', 'locale' => 'ja_JP', 'flag' => '🇯🇵', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
'nl' => ['name' => 'Nederlands', 'locale' => 'nl_NL', 'flag' => '🇳🇱', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
'pl' => ['name' => 'Polski', 'locale' => 'pl_PL', 'flag' => '🇵🇱', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
'pt' => ['name' => 'Português', 'locale' => 'pt_PT', 'flag' => '🇵🇹', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
'ru' => ['name' => 'Русский', 'locale' => 'ru_RU', 'flag' => '🇷🇺', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
'tr' => ['name' => 'Türkçe', 'locale' => 'tr_TR', 'flag' => '🇹🇷', 'show_in_menu' => true, 'dir' => 'ltr'],
|
||||
];
|
||||
if(isset($_REQUEST['lang']) && isset($L[$_REQUEST['lang']])){
|
||||
$language=$_REQUEST['lang'];
|
||||
if(!isset($_COOKIE['language']) || $_COOKIE['language']!==$language){
|
||||
set_secure_cookie('language', $language);
|
||||
}
|
||||
}elseif(isset($_COOKIE['language']) && isset($L[$_COOKIE['language']])){
|
||||
$language=$_COOKIE['language'];
|
||||
}
|
||||
require_once(__DIR__.'/lang_en.php'); //always include English
|
||||
if($language!=='en'){
|
||||
require_once(__DIR__."/lang_$language.php"); //replace with translation if available
|
||||
foreach($T as $name=>$translation){
|
||||
$I[$name]=$translation;
|
||||
$language = LANG;
|
||||
$locale = LANGUAGES[LANG]['locale'];
|
||||
$dir = LANGUAGES[LANG]['dir'];
|
||||
if(isset($_REQUEST['lang']) && isset(LANGUAGES[$_REQUEST['lang']])){
|
||||
$locale = LANGUAGES[$_REQUEST['lang']]['locale'];
|
||||
$language = $_REQUEST['lang'];
|
||||
$dir = LANGUAGES[$_REQUEST['lang']]['dir'];
|
||||
setcookie('language', $_REQUEST['lang'], ['expires' => 0, 'path' => '/', 'domain' => '', 'secure' => ($_SERVER['HTTPS'] ?? '' === 'on'), 'httponly' => true, 'samesite' => 'Strict']);
|
||||
}elseif(isset($_COOKIE['language']) && isset(LANGUAGES[$_COOKIE['language']])){
|
||||
$locale = LANGUAGES[$_COOKIE['language']]['locale'];
|
||||
$language = $_COOKIE['language'];
|
||||
$dir = LANGUAGES[$_COOKIE['language']]['dir'];
|
||||
}elseif(!empty($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
|
||||
$prefLocales = array_reduce(
|
||||
explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']),
|
||||
function (array $res, string $el) {
|
||||
list($l, $q) = array_merge(explode(';q=', $el), [1]);
|
||||
$res[$l] = (float) $q;
|
||||
return $res;
|
||||
}, []);
|
||||
arsort($prefLocales);
|
||||
foreach($prefLocales as $l => $q){
|
||||
$lang = locale_lookup(array_keys(LANGUAGES), $l);
|
||||
if(!empty($lang)){
|
||||
$locale = LANGUAGES[$lang]['locale'];
|
||||
$language = $lang;
|
||||
$dir = LANGUAGES[$lang]['dir'];
|
||||
setcookie('language', $lang, ['expires' => 0, 'path' => '/', 'domain' => '', 'secure' => ($_SERVER['HTTPS'] ?? '' === 'on'), 'httponly' => true, 'samesite' => 'Strict']);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
putenv('LC_ALL='.$locale);
|
||||
setlocale(LC_ALL, $locale);
|
||||
|
||||
function print_langs(){
|
||||
global $I, $L;
|
||||
echo "<small>$I[language]: ";
|
||||
bindtextdomain('onion-link-list', __DIR__.'/locale');
|
||||
bind_textdomain_codeset('onion-link-list', 'UTF-8');
|
||||
textdomain('onion-link-list');
|
||||
|
||||
//Categories - new links will always be put into the first one, leave it to Unsorted
|
||||
//once configured, only add new categories at the end, or you have to manually adjust the database.
|
||||
$categories=[
|
||||
0 => _('Unsorted'),
|
||||
1 => _('Adult/Porn'),
|
||||
2 => _('Communication/Social'),
|
||||
3 => _('Forums'),
|
||||
4 => _('Hacking/Programming/Software'),
|
||||
5 => _('Hosting'),
|
||||
6 => _('Libraries/Wikis'),
|
||||
7 => _('Link Lists'),
|
||||
8 => _('Market/Shop/Store'),
|
||||
9 => _('Other'),
|
||||
10 => _('Personal Sites/Blogs'),
|
||||
11 => _('Security/Privacy/Encryption'),
|
||||
12 => _('Whistleblowing'),
|
||||
13 => _('Empty/Error/Unknown'),
|
||||
14 => _('Cryptocurrencies'),
|
||||
15 => _('Scams'),
|
||||
16 => _('Fun/Games/Joke'),
|
||||
17 => _('Search'),
|
||||
];
|
||||
|
||||
function print_langs(): void
|
||||
{
|
||||
echo "<ul class=\"list\"><li>"._('Language:')."</li>";
|
||||
$query=ltrim(preg_replace('/&?lang=[a-z_\-]*/i', '', $_SERVER['QUERY_STRING']), '&');
|
||||
foreach($L as $code=>$name){
|
||||
foreach(LANGUAGES as $code => $data){
|
||||
if($query===''){
|
||||
$uri="?lang=$code";
|
||||
}else{
|
||||
$uri='?'.htmlspecialchars($query)."&lang=$code";
|
||||
}
|
||||
echo " <a href=\"$uri\" target='_self'>$name</a>";
|
||||
echo "<li><a href=\"$uri\" target='_self' hreflang=\"$code\">$data[name]</a></li>";
|
||||
}
|
||||
echo '</small>';
|
||||
echo '</ul>';
|
||||
}
|
||||
|
||||
function blacklist_scams(string $address, string $content){
|
||||
function blacklist_scams(string $address, string $content): void
|
||||
{
|
||||
global $db;
|
||||
$scams = ['Black&White Cards :: Index', 'Shadow guide | The ultimate guide of dark web ', 'ONIONLIST - SAFE .ONION LINKS LISTING', 'Dir ', 'netAuth', 'POPBUY MARKET', 'Digital Goods - Verified by GoDark Search, Hidden Links, Wiki, Escrow', 'Delta - Secure Black Market', 'DeDope', 'Unlocker - iCloud Activation Services', '222LOTTO!', 'STREAMING SERVICES ACCOUNTS', 'Red Room', 'Digital Cash'];
|
||||
$cp_scams = ['Wonderful shop', '~ DROP BY TARYAXX ~', 'Magic CP', 'Lolita Club', 'Daft Tadjikskiy Sex Video _ Inductively Fiberless Porno Qom Along With Post Porn Com Numb _ Porn Zdarma', 'xPlay - hosting service for porn videos', 'DARK PRIVATE PACK', 'Good Porn'];
|
||||
//xonions
|
||||
if(strpos($content, '<p class="title"><a href="account.html" title="Asia Holiday">Asia Holiday</a></p>')){
|
||||
$move=$db->prepare("UPDATE onions SET address='', category=15, locked=1, description=CONCAT(description, ' - SCAM') WHERE address = ? AND locked=0;");
|
||||
$move->execute([$address]);
|
||||
$move=$db->prepare("UPDATE onions SET address='', category=15, locked=1, description=CONCAT(description, ' - SCAM'), timechanged=? WHERE address = ? AND locked=0;");
|
||||
$move->execute([time(), $address]);
|
||||
}
|
||||
//raped bitch
|
||||
if(strpos($content, 'rape material uploaded on highspeed servers that don\'t require')){
|
||||
$move=$db->prepare("UPDATE onions SET address='', category=15, locked=1, description=CONCAT(description, ' - SCAM') WHERE address = ? AND locked=0;");
|
||||
$move->execute([$address]);
|
||||
$move=$db->prepare("UPDATE onions SET address='', category=15, locked=1, description=CONCAT(description, ' - SCAM'), timechanged=? WHERE address = ? AND locked=0;");
|
||||
$move->execute([time(), $address]);
|
||||
}
|
||||
//underage cam girl
|
||||
if(strpos($content, 'also have some real underage prostitutes for you')){
|
||||
$move=$db->prepare("UPDATE onions SET address='', category=15, locked=1, description=CONCAT(description, ' - SCAM') WHERE address = ? AND locked=0;");
|
||||
$move->execute([$address]);
|
||||
$move=$db->prepare("UPDATE onions SET address='', category=15, locked=1, description=CONCAT(description, ' - SCAM'), timechanged=? WHERE address = ? AND locked=0;");
|
||||
$move->execute([time(), $address]);
|
||||
}
|
||||
if(preg_match('~<title>(.*?)</title>~s', $content, $matches)){
|
||||
if(in_array($matches[1], $scams, true) || preg_match('~(paypal|weed store|credit card|western union|Market Guns|weedstore|banknotes|porn hacker|hack facebook|hack twitter|hack insta|^amazin(\s|$)|Transfers?|btc generat|counterfeit|Cocaine|gift card|BITCOIN ADDRESS MARKET|mastercard|hidden\swiki|CCShop|bitcoin exploit|Bitcoin Generat|bitcoin x200|bitcoin x100|bitcoin x3|bitxoin x10|stolen bitcoin|galaxyshop|icloudremove|icloud activat|netflix|spotify|clone cc|clone card|cloned card|Preloaded|prepaid|moneygram|Financial Service|Delta Marketplace|apple product|apple shop|apple store|samsung product|apple market|samsung shop|hitman|hitmen|samsung store|samsung phone|Marijuana|deepmarket|drugs? store)~i', $matches[1])){
|
||||
$move=$db->prepare("UPDATE onions SET category=15, locked=1, description=CONCAT(description, ' - SCAM') WHERE address = ? AND locked=0;");
|
||||
$move->execute([$address]);
|
||||
$move=$db->prepare("UPDATE onions SET category=15, locked=1, description=CONCAT(description, ' - SCAM'), timechanged=? WHERE address = ? AND locked=0;");
|
||||
$move->execute([time(), $address]);
|
||||
}
|
||||
if(in_array($matches[1], $cp_scams, true) || preg_match('~(PTHC|Family Porn|Animal Porno|Child Porn|^CP|^Pedo|Underage|^baby|Little Girls|porno child|porn child|loliporn|H.M.M.|preteen|illegal sex|kids? porn|love cp|dog sex|zoo porn|daddy i love you|family love|xonions|best onion porn|onion link porn|^rape|young cam| cp |yespedo|little daughter|OnionDir - Adult|destroyed daughter|Deep-Pedo|hurt boy|child forbidden)~i', $matches[1])){
|
||||
$move=$db->prepare("UPDATE onions SET address='', category=15, locked=1, description=CONCAT(description, ' - SCAM') WHERE address = ? AND locked=0;");
|
||||
$move->execute([$address]);
|
||||
$move=$db->prepare("UPDATE onions SET address='', category=15, locked=1, description=CONCAT(description, ' - SCAM'), timechanged=? WHERE address = ? AND locked=0;");
|
||||
$move->execute([time(), $address]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function send_headers(array $styles = []){
|
||||
function send_headers(array $styles = []): void
|
||||
{
|
||||
header('Content-Type: text/html; charset=UTF-8');
|
||||
header('Pragma: no-cache');
|
||||
header('Cache-Control: no-cache, no-store, must-revalidate, max-age=0, private');
|
||||
header('Expires: 0');
|
||||
header('Referrer-Policy: no-referrer');
|
||||
header("Permissions-Policy: accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; battery 'none'; camera 'none'; cross-origin-isolated 'none'; display-capture 'none'; document-domain 'none'; encrypted-media 'none'; geolocation 'none'; fullscreen 'none'; execution-while-not-rendered 'none'; execution-while-out-of-viewport 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; navigation-override 'none'; payment 'none'; picture-in-picture 'none'; publickey-credentials-get 'none'; screen-wake-lock 'none'; sync-xhr 'none'; usb 'none'; web-share 'none'; xr-spatial-tracking 'none'; clipboard-read 'none'; clipboard-write 'none'; gamepad 'none'; speaker-selection 'none'; conversion-measurement 'none'; focus-without-user-activation 'none'; hid 'none'; idle-detection 'none'; sync-script 'none'; vertical-scroll 'none'; serial 'none'; trust-token-redemption 'none';");
|
||||
header("Permissions-Policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), speaker-selection=(), conversion-measurement=(), focus-without-user-activation=(), hid=(), idle-detection=(), sync-script=(), vertical-scroll=(), serial=(), trust-token-redemption=(), interest-cohort=(), otp-credentials=()");
|
||||
header("Cross-Origin-Embedder-Policy: require-corp");
|
||||
header("Cross-Origin-Opener-Policy: same-origin");
|
||||
header("Cross-Origin-Resource-Policy: same-origin");
|
||||
$style_hashes = '';
|
||||
foreach($styles as $style) {
|
||||
$style_hashes .= " 'sha256-".base64_encode(hash('sha256', $style, true))."'";
|
||||
}
|
||||
header("Content-Security-Policy: base-uri 'self'; default-src 'none'; font-src 'self'; form-action 'self'; frame-ancestors 'none'; img-src 'self' data:; media-src 'self'; style-src 'self'$style_hashes");
|
||||
header("Content-Security-Policy: base-uri 'self'; default-src 'none'; form-action 'self'; frame-ancestors 'none'; img-src data: 'self'; style-src $style_hashes");
|
||||
header('X-Content-Type-Options: nosniff');
|
||||
header('X-Frame-Options: sameorigin');
|
||||
header('X-XSS-Protection: 1; mode=block');
|
||||
header('X-Frame-Options: deny');
|
||||
header('X-XSS-Protection: 0');
|
||||
if($_SERVER['REQUEST_METHOD'] === 'HEAD'){
|
||||
exit; // headers sent, no further processing needed
|
||||
}
|
||||
}
|
||||
|
||||
function set_secure_cookie(string $name, string $value){
|
||||
if (version_compare(PHP_VERSION, '7.3.0') >= 0) {
|
||||
setcookie($name, $value, ['expires' => 0, 'path' => '/', 'domain' => '', 'secure' => is_definitely_ssl(), 'httponly' => true, 'samesite' => 'Strict']);
|
||||
}else{
|
||||
setcookie($name, $value, 0, '/', '', is_definitely_ssl(), true);
|
||||
}
|
||||
}
|
||||
|
||||
function is_definitely_ssl() : bool {
|
||||
if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') {
|
||||
return true;
|
||||
}
|
||||
if (isset($_SERVER['SERVER_PORT']) && ('443' == $_SERVER['SERVER_PORT'])) {
|
||||
return true;
|
||||
}
|
||||
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && ('https' === $_SERVER['HTTP_X_FORWARDED_PROTO'])) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
function set_curl_options(CurlHandle $ch){
|
||||
function set_curl_options($ch): void
|
||||
{
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
|
||||
curl_setopt($ch, CURLOPT_USERAGENT, USERAGENT);
|
||||
curl_setopt($ch, CURLOPT_PROXY, PROXY);
|
||||
curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5_HOSTNAME);
|
||||
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
|
||||
curl_setopt($ch, CURLOPT_TIMEOUT, 60);
|
||||
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 120);
|
||||
curl_setopt($ch, CURLOPT_TIMEOUT, 120);
|
||||
curl_setopt($ch, CURLOPT_ENCODING, '');
|
||||
}
|
||||
|
||||
function alt_links(): void
|
||||
{
|
||||
global $language, $canonical_query;
|
||||
foreach(LANGUAGES as $lang => $data) {
|
||||
if($lang === $language){
|
||||
continue;
|
||||
}
|
||||
$canonical_query['lang'] = $lang;
|
||||
$link = CANONICAL_URL . ($_SERVER['SCRIPT_NAME'] === '/index.php' ? '/' : $_SERVER['SCRIPT_NAME']) . '?' . http_build_query($canonical_query);
|
||||
echo '<link rel="alternate" href="'.$link.'" hreflang="'.$lang.'" />';
|
||||
echo '<meta property="og:locale:alternate" content="'.$data['locale'].'">';
|
||||
}
|
||||
unset($canonical_query['lang']);
|
||||
}
|
||||
|
@ -5,16 +5,17 @@ require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}catch(PDOException $e){
|
||||
die($I['nodb']);
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
|
||||
//check('http://tt3j2x4k5ycaa5zt.onion/onions.php?cat=15&pg=0', 'http://tt3j277rncfaqmj7.onion/onions.php?cat=15&pg=0');
|
||||
//check('http://skunksworkedp2cg.onion/sites.html', 'http://skunkrdunsylcfqd.onion/sites.html');
|
||||
check('http://dhosting4xxoydyaivckq7tsmtgi4wfs3flpeyitekkmqwu4v4r46syd.onion/list.php', 'http://dhostingwwafxyuaxhs6bkhzo5e2mueztbmhqe6wsng547ucvzfuh2ad.onion/list.php');
|
||||
//check('http://dhosting4xxoydyaivckq7tsmtgi4wfs3flpeyitekkmqwu4v4r46syd.onion/list.php', 'http://dhostingwwafxyuaxhs6bkhzo5e2mueztbmhqe6wsng547ucvzfuh2ad.onion/list.php');
|
||||
|
||||
function check(string $link, string $phishing_link){
|
||||
function check(string $link, string $phishing_link): void
|
||||
{
|
||||
global $ch, $db;
|
||||
curl_setopt($ch, CURLOPT_URL, $link);
|
||||
$links=curl_exec($ch);
|
||||
@ -23,12 +24,13 @@ function check(string $link, string $phishing_link){
|
||||
if(!empty($links) && !empty($phishing_links)){
|
||||
$phishings=$db->prepare('INSERT IGNORE INTO ' . PREFIX . 'phishing (onion_id, original) VALUES ((SELECT id FROM onions WHERE md5sum=?), ?);');
|
||||
$select=$db->prepare('SELECT id FROM ' . PREFIX . 'onions WHERE md5sum=?;');
|
||||
$insert=$db->prepare('INSERT INTO ' . PREFIX . 'onions (address, md5sum, timeadded) VALUES (?, ?, ?);');
|
||||
$update=$db->prepare('UPDATE ' . PREFIX . 'onions SET locked=1 WHERE md5sum=?;');
|
||||
preg_match_all('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{16}|[a-z2-7]{56}).onion(/[^\s><"]*)?~i', $links, $addr);
|
||||
preg_match_all('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{16}|[a-z2-7]{56}).onion(/[^\s><"]*)?~i', $phishing_links, $phishing_addr);
|
||||
$insert=$db->prepare('INSERT INTO ' . PREFIX . 'onions (address, md5sum, timeadded, timechanged, description) VALUES (?, ?, ?, ?, "");');
|
||||
$update=$db->prepare('UPDATE ' . PREFIX . 'onions SET locked=1, timechanged=? WHERE md5sum=?;');
|
||||
preg_match_all('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d).onion(/[^\s><"]*)?~i', $links, $addr);
|
||||
preg_match_all('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d).onion(/[^\s><"]*)?~i', $phishing_links, $phishing_addr);
|
||||
$count=count($addr[3]);
|
||||
if($count===count($phishing_addr[3])){ //only run with same data set
|
||||
$time = time();
|
||||
for($i=0; $i<$count; ++$i){
|
||||
if($addr[3][$i]!==$phishing_addr[3][$i]){
|
||||
$address=strtolower($addr[3][$i]);
|
||||
@ -36,10 +38,10 @@ function check(string $link, string $phishing_link){
|
||||
$md5=md5($phishing_address, true);
|
||||
$select->execute([$md5]);
|
||||
if(!$select->fetch(PDO::FETCH_NUM)){
|
||||
$insert->execute([$phishing_address, $md5, time()]);
|
||||
$insert->execute([$phishing_address, $md5, $time, $time]);
|
||||
}
|
||||
$phishings->execute([$md5, $address]);
|
||||
$update->execute([$md5]);
|
||||
$update->execute([$time, $md5]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME, DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}catch(PDOException $e){
|
||||
die('No Connection to MySQL database!');
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$stmt=$db->prepare('SELECT address, category, md5sum, description, id FROM ' . PREFIX . "onions WHERE address!='' AND lasttest<(?-86400) ORDER BY lasttest LIMIT 75;");
|
||||
$stmt->execute([time()]);
|
||||
@ -20,7 +20,6 @@ foreach($onions as $onion){
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
|
||||
curl_setopt($ch, CURLOPT_MAXREDIRS, 2);
|
||||
curl_setopt($ch, CURLOPT_ENCODING, '');
|
||||
curl_setopt($ch, CURLOPT_HTTPHEADER, ["Host: $onion[address].onion", 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0', 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language: en-US,en;q=0.5', 'Accept-Encoding: gzip, deflate', 'Connection: keep-alive', 'Upgrade-Insecure-Requests: 1']);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://$onion[address].onion/");
|
||||
curl_multi_add_handle($mh, $ch);
|
||||
@ -36,11 +35,13 @@ do {
|
||||
} while ($active && $status == CURLM_OK);
|
||||
$online_stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET lasttest=?, lastup=lasttest, timediff=0 WHERE md5sum=?');
|
||||
$offline_stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET lasttest=?, timediff=lasttest-lastup WHERE md5sum=? AND lasttest<?');
|
||||
$desc_online_stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET description=?, category=0, locked=0 WHERE md5sum=?');
|
||||
$desc_empty_stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET description=?, category=13, locked=1 WHERE md5sum=?');
|
||||
$error_stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET category=13 WHERE md5sum=?'); //in case of error, move the address to an error category - edit the category id to fit yours!
|
||||
$desc_online_stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET description=?, category=0, locked=0, timechanged=? WHERE md5sum=?');
|
||||
$desc_empty_stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET description=?, category=13, locked=1, timechanged=? WHERE md5sum=?');
|
||||
$error_stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET category=13, timechanged=? WHERE md5sum=?'); //in case of error, move the address to an error category - edit the category id to fit yours!
|
||||
$phishing_stmt=$db->prepare('INSERT INTO ' . PREFIX . 'phishing (onion_id, original) VALUES (?, ?);');
|
||||
$update_phishing_stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET locked=1, timechanged=? WHERE md5sum=?;');
|
||||
$db->beginTransaction();
|
||||
$time = time();
|
||||
foreach($curl_handles as $handle){
|
||||
$content = curl_multi_getcontent($handle['handle']);
|
||||
curl_multi_remove_handle($mh, $handle['handle']);
|
||||
@ -52,25 +53,27 @@ foreach($curl_handles as $handle){
|
||||
$header = substr($content, 0, $header_size);
|
||||
$content = substr($content, $header_size);
|
||||
// update description to title, if not yet set
|
||||
if(($onion['description']==='' || $onion['description']==='Site hosted by Daniel\'s hosting service') && preg_match('~<title>([^<]+)</title>~i', $content, $match)){
|
||||
if(in_array($onion['description'], ['', 'Site hosted by Daniel\'s hosting service', ' - SCAM']) && preg_match('~<title>([^<]+)</title>~i', $content, $match)){
|
||||
$desc=preg_replace("/(\r?\n|\r\n?)/", '<br>', htmlspecialchars(html_entity_decode(trim($match[1]))));
|
||||
if($desc!=='Site hosted by Daniel\'s hosting service'){
|
||||
$desc_online_stmt->execute([$desc, $onion['md5sum']]);
|
||||
$desc_online_stmt->execute([$desc, $time, $onion['md5sum']]);
|
||||
}else{
|
||||
$desc_empty_stmt->execute([$desc, $onion['md5sum']]);
|
||||
$desc_empty_stmt->execute([$desc, $time, $onion['md5sum']]);
|
||||
}
|
||||
}
|
||||
$online_stmt->execute([time(), $onion['md5sum']]);
|
||||
$online_stmt->execute([$time, $onion['md5sum']]);
|
||||
// checks for server errors, to move the address to a dedicated error category
|
||||
if($onion['category']==0 && $http_code>=400){
|
||||
$error_stmt->execute([$onion['md5sum']]);
|
||||
$error_stmt->execute([$onion['md5sum'], $time]);
|
||||
}
|
||||
$stmt->execute([$onion['id']]);
|
||||
if(!$stmt->fetch(PDO::FETCH_NUM)){
|
||||
if(preg_match('~^HTTP/1\.[10] 504 Connect to ([a-z2-7]{16}|[a-z2-7]{56})\.onion(:80)? failed: SOCKS error: host unreachable~', $content, $match)){
|
||||
if(preg_match('~^HTTP/1\.[10] 504 Connect to ([a-z2-7]{55}d)\.onion(:80)? failed: SOCKS error: host unreachable~', $content, $match)){
|
||||
$phishing_stmt->execute([$onion['id'], $match[2]]);
|
||||
$update_phishing_stmt->execute([$time, $onion['md5sum']]);
|
||||
}elseif(strpos($content, "<body>HttpReadDisconnect('Server disconnected',)</body>")!==false){
|
||||
$phishing_stmt->execute([$onion['id'], '']);
|
||||
$update_phishing_stmt->execute([$time, $onion['md5sum']]);
|
||||
}
|
||||
}
|
||||
if(preg_match('~window\.location\.replace\("http://'.$onion['address'].'.onion/(.*?)"\)~', $content, $matches)){
|
||||
@ -79,7 +82,6 @@ foreach($curl_handles as $handle){
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
|
||||
curl_setopt($ch, CURLOPT_MAXREDIRS, 2);
|
||||
curl_setopt($ch, CURLOPT_ENCODING, '');
|
||||
curl_setopt($ch, CURLOPT_HTTPHEADER, ["Host: $onion[address].onion", 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0', 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language: en-US,en;q=0.5', 'Accept-Encoding: gzip, deflate', 'Connection: keep-alive', 'Upgrade-Insecure-Requests: 1']);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://$onion[address].onion/".$matches[1]);
|
||||
$content=curl_exec($ch);
|
||||
@ -90,17 +92,16 @@ foreach($curl_handles as $handle){
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
|
||||
curl_setopt($ch, CURLOPT_MAXREDIRS, 2);
|
||||
curl_setopt($ch, CURLOPT_ENCODING, '');
|
||||
curl_setopt($ch, CURLOPT_HTTPHEADER, ["Host: $onion[address].onion", 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0', 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language: en-US,en;q=0.5', 'Accept-Encoding: gzip, deflate', 'Connection: keep-alive', 'Upgrade-Insecure-Requests: 1']);
|
||||
curl_setopt($ch, CURLOPT_URL, $matches[1]);
|
||||
$content=curl_exec($ch);
|
||||
}
|
||||
if(preg_match_all('~<meta[^>]+http-equiv="refresh"[^>]+content="(\d+);[^>]*url=([^>"]+)">~', $content, $matches, PREG_SET_ORDER)){
|
||||
$time = null;
|
||||
$wait_time = null;
|
||||
$link_to_check = '';
|
||||
foreach($matches as $match){
|
||||
if($time === null || $time > $match[1]){
|
||||
$time = $match[1];
|
||||
if($wait_time === null || $wait_time > $match[1]){
|
||||
$wait_time = $match[1];
|
||||
$link_to_check = $match[2];
|
||||
}
|
||||
}
|
||||
@ -109,14 +110,13 @@ foreach($curl_handles as $handle){
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
|
||||
curl_setopt($ch, CURLOPT_MAXREDIRS, 2);
|
||||
curl_setopt($ch, CURLOPT_ENCODING, '');
|
||||
curl_setopt($ch, CURLOPT_HTTPHEADER, ["Host: $onion[address].onion", 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0', 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language: en-US,en;q=0.5', 'Accept-Encoding: gzip, deflate', 'Connection: keep-alive', 'Upgrade-Insecure-Requests: 1']);
|
||||
curl_setopt($ch, CURLOPT_URL, $link_to_check);
|
||||
$content=curl_exec($ch);
|
||||
}
|
||||
blacklist_scams($onion['address'], $content);
|
||||
}else{
|
||||
$offline_stmt->execute([time(), $onion['md5sum'], time()]);
|
||||
$offline_stmt->execute([$time, $onion['md5sum'], $time]);
|
||||
}
|
||||
}
|
||||
$db->commit();
|
||||
|
@ -4,7 +4,7 @@ require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME, DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}catch(PDOException $e){
|
||||
die($I['nodb']);
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
@ -13,29 +13,28 @@ $onions=[];
|
||||
$scanned_onions=[];
|
||||
|
||||
//sources to get links from
|
||||
check_links($onions, $ch, 'http://q3lgwxinynjxkor6wghr6hrhlix7fquja3t25phbagqizkpju36fwdyd.onion/list.php');
|
||||
check_links($onions, $ch, 'https://tt3j2x4k5ycaa5zt.onion.link/antanistaticmap/stats/yesterday');
|
||||
check_links($onions, $ch, 'https://tt3j2x4k5ycaa5zt.onion.sh/antanistaticmap/stats/yesterday');
|
||||
check_links($onions, $ch, 'https://tt3j2x4k5ycaa5zt.tor2web.io/antanistaticmap/stats/yesterday');
|
||||
check_links($onions, $ch, 'http://visitorfi5kl7q7i.onion/address/');
|
||||
check_links($onions, $ch, 'http://dhosting4xxoydyaivckq7tsmtgi4wfs3flpeyitekkmqwu4v4r46syd.onion/list.php');
|
||||
check_links($onions, $ch, 'http://3bbaaaccczcbdddz.onion/discover');
|
||||
check_links($onions, $ch, 'http://tor66sezptuu2nta.onion/fresh');
|
||||
check_links($onions, $ch, 'http://3bbad7fauom4d6sgppalyqddsqbf5u5p56b5k5uk2zxsy3d6ey2jobad.onion/discover');
|
||||
check_links($onions, $ch, 'http://tor66sewebgixwhcqfnp5inzp5x5uohhdy3kvtnyfxc2e5mxiuh34iid.onion/fresh');
|
||||
check_links($onions, $ch, 'https://crt.sh/?q=.onion&exclude=expired&deduplicate=Y');
|
||||
check_links($onions, $ch, 'http://darkeyeb643f2syd.onion/');
|
||||
check_links($onions, $ch, 'http://darktorhvabc652txfc575oendhykqcllb7bh7jhhsjduocdlyzdbmqd.onion/hidden-wiki-onion-deepweb-tor-links-darknet.html');
|
||||
check_links($onions, $ch, 'http://vladhz5tmikfgxzfa2nk7nxah7x5msa5z5ygb75xb5nsizmeht2dazyd.onion/list.php');
|
||||
check_links($onions, $ch, 'http://raptortiabg7uyez.onion/');
|
||||
check_links($onions, $ch, 'http://darkeyepxw7cuu2cppnjlgqaav6j42gyt43clcn4vjjf7llfyly5cxid.onion/');
|
||||
check_links($onions, $ch, 'http://raptora2y6r3bxmjcd3xglr3tcakc6ezq3omyzbnvwahhpi27l3w4yad.onion/');
|
||||
check_links($onions, $ch, 'http://darkeyepxw7cuu2cppnjlgqaav6j42gyt43clcn4vjjf7llfyly5cxid.onion/');
|
||||
for($i=11; $i > 0; --$i){
|
||||
check_links($onions, $ch, 'https://onionlandsearchengine.com/discover?p='.$i);
|
||||
}
|
||||
check_links($onions, $ch, 'https://godnotaba.fun/');
|
||||
check_links($onions, $ch, 'http://links.communzyxz3qfpum5tnvrfvvrr4jlosbq4mzeskigoionqqdylmlhmid.onion/?format=text');
|
||||
|
||||
//add them to the database
|
||||
add_onions($onions, $db);
|
||||
//delete links that were not seen within a month
|
||||
$db->exec('DELETE FROM ' . PREFIX . "onions WHERE address!='' AND timediff>2419200 AND lasttest-timeadded>2419200;");
|
||||
|
||||
function check_links(array &$onions, CurlHandle &$ch, string $link_to_check, bool $scan_children = false, array &$scanned_onoins = []){
|
||||
function check_links(array &$onions, $ch, string $link_to_check, bool $scan_children = false, array &$scanned_onoins = []): void
|
||||
{
|
||||
curl_setopt($ch, CURLOPT_URL, $link_to_check);
|
||||
$links=curl_exec($ch);
|
||||
if(preg_match_all('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{16}|[a-z2-7]{56}).onion(/[^\s><"]*)?~i', $links, $addr)){
|
||||
if(preg_match_all('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d).onion(/[^\s><"]*)?~i', $links, $addr)){
|
||||
$mh = null;
|
||||
$curl_handles = [];
|
||||
if($scan_children){
|
||||
@ -48,13 +47,7 @@ function check_links(array &$onions, CurlHandle &$ch, string $link_to_check, boo
|
||||
if($scan_children && empty($scanned_onions[$md5])){
|
||||
$scanned_onions[$md5]=$link;
|
||||
$ch_child=curl_init();
|
||||
curl_setopt($ch_child, CURLOPT_RETURNTRANSFER, true);
|
||||
curl_setopt($ch_child, CURLOPT_USERAGENT, USERAGENT);
|
||||
curl_setopt($ch_child, CURLOPT_PROXY, PROXY);
|
||||
curl_setopt($ch_child, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5_HOSTNAME);
|
||||
curl_setopt($ch_child, CURLOPT_CONNECTTIMEOUT, 25);
|
||||
curl_setopt($ch_child, CURLOPT_TIMEOUT, 30);
|
||||
curl_setopt($ch_child, CURLOPT_ENCODING, '');
|
||||
set_curl_options($ch_child);
|
||||
curl_setopt($ch_child, CURLOPT_URL, "http://$link.onion");
|
||||
curl_multi_add_handle($mh, $ch_child);
|
||||
$curl_handles []= $ch_child;
|
||||
@ -72,7 +65,7 @@ function check_links(array &$onions, CurlHandle &$ch, string $link_to_check, boo
|
||||
} while ($active && $status == CURLM_OK);
|
||||
foreach($curl_handles as $handle){
|
||||
$content = curl_multi_getcontent($handle);
|
||||
if(preg_match_all('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{16}|[a-z2-7]{56}).onion(/[^\s><"]*)?~i', $content, $addr)){
|
||||
if(preg_match_all('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d).onion(/[^\s><"]*)?~i', $content, $addr)){
|
||||
foreach($addr[3] as $link){
|
||||
$link=strtolower($link);
|
||||
$md5=md5($link, true);
|
||||
@ -88,20 +81,19 @@ function check_links(array &$onions, CurlHandle &$ch, string $link_to_check, boo
|
||||
}
|
||||
}
|
||||
|
||||
function add_onions(&$onions, $db){
|
||||
// $update=$db->prepare('UPDATE ' . PREFIX . "onions SET address = '', locked=1, description=CONCAT(description, ' - SCAM'), category=15 WHERE md5sum=? AND address!='';");
|
||||
function add_onions(&$onions, $db): void
|
||||
{
|
||||
$stmt=$db->query('SELECT md5sum FROM ' . PREFIX . 'onions;');
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_NUM)){
|
||||
if(isset($onions[$tmp[0]])){
|
||||
unset($onions[$tmp[0]]);
|
||||
// $update->execute($tmp);
|
||||
}
|
||||
}
|
||||
$time=time();
|
||||
$insert=$db->prepare('INSERT INTO ' . PREFIX . 'onions (address, md5sum, timeadded) VALUES (?, ?, ?);');
|
||||
$insert=$db->prepare('INSERT INTO ' . PREFIX . 'onions (address, md5sum, timeadded, timechanged, description) VALUES (?, ?, ?, ?, "");');
|
||||
$db->beginTransaction();
|
||||
foreach($onions as $md5=>$addr){
|
||||
$insert->execute([$addr, $md5, $time]);
|
||||
$insert->execute([$addr, $md5, $time, $time]);
|
||||
}
|
||||
$db->commit();
|
||||
}
|
||||
|
@ -3,7 +3,7 @@ require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME, DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}catch(PDOException $e){
|
||||
die('No Connection to MySQL database!');
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
@ -14,16 +14,16 @@ $stmt=$db->prepare("SELECT address FROM onions INNER JOIN phishing ON (phishing.
|
||||
$stmt->execute([time()]);
|
||||
$onions=$stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||
|
||||
$stmt=$db->prepare('UPDATE phishing, onions SET phishing.original=? WHERE phishing.onion_id=onions.id AND onions.address=?;');
|
||||
$stmt=$db->prepare('UPDATE phishing, onions SET phishing.original=?, onions.timechanged=? WHERE phishing.onion_id=onions.id AND onions.address=?;');
|
||||
|
||||
//do tests
|
||||
foreach($onions as $onion){
|
||||
curl_setopt($ch, CURLOPT_URL, "http://$onion[address].onion/");
|
||||
if(($site=curl_exec($ch))!==false){
|
||||
preg_match('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{16}|[a-z2-7]{56}).onion(/[^\s><"]*)?~i', $site, $addr);
|
||||
preg_match('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d).onion(/[^\s><"]*)?~i', $site, $addr);
|
||||
if($addr[3]!='' && $addr[3]!==$onion['address']){
|
||||
echo "scam: $onion[address] - original: $addr[3]\n";
|
||||
$stmt->execute([$addr[3], $onion['address']]);
|
||||
$stmt->execute([$addr[3], time(), $onion['address']]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
101
helpers/tmp.php
101
helpers/tmp.php
@ -1,61 +1,62 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
}catch(PDOException $e){
|
||||
die('No Connection to MySQL database!');
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$stmt=$db->query("SELECT onions.address FROM onions LEFT JOIN phishing ON (phishing.onion_id=onions.id) WHERE onions.address!='' AND onions.category!=15 AND onions.category!=18 AND isnull(phishing.onion_id) LIMIT 2100,10000;");
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1 WHERE address=?;");
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, timechanged=? WHERE address=?;");
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_NUM)){
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$tmp[0].onion"));
|
||||
$response=curl_exec($ch);
|
||||
$curl_info=curl_getinfo($ch);
|
||||
$header_size = $curl_info['header_size'];
|
||||
$header = substr($response, 0, $header_size);
|
||||
$body = substr($response, $header_size);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://$tmp[0].onion");
|
||||
$response2=curl_exec($ch);
|
||||
$curl_info2=curl_getinfo($ch);
|
||||
$header_size2 = $curl_info2['header_size'];
|
||||
$header2 = substr($response2, 0, $header_size2);
|
||||
$body2 = substr($response2, $header_size2);
|
||||
echo $tmp[0];
|
||||
if(preg_match('~Expires:\sThu,\s19\sNov\s1981\s08:52:00\sGMT\r\n~', $header)){
|
||||
$move->execute($tmp);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~Expires: Sat, 17 Jun 2000 12:00:00 GMT\r\n~', $header)){
|
||||
$move->execute($tmp);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~Last-Modified:\sWed,\s08\sJun\s1955\s12:00:00\sGMT\r\n~', $header)){
|
||||
$move->execute($tmp);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s500\sInternal\sServer\sError\r\n~', $header) && $body==='' && preg_match('~^HTTP/1\.1\s500\sOK\r\n~', $header2)){
|
||||
$move->execute($tmp);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s500\sInternal\sServer\sError\r\n~', $header) && $body==='' && preg_match('~Connection:\s\[object\sObject]\r\n~', $header2)){
|
||||
$move->execute($tmp);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s200\sOK\r\nServer:\snginx/1\.6\.2~', $header) && $body==='404'){
|
||||
$move->execute($tmp);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s302\sFound\r\nLocation:\s/\r\n~', $header) && $body==='Found. Redirecting to /'){
|
||||
$move->execute($tmp);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s503\sForwarding\sfailure~', $header)){
|
||||
$move->execute($tmp);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
echo "\n";
|
||||
while($onion=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$onion[address].onion"));
|
||||
$response=curl_exec($ch);
|
||||
$curl_info=curl_getinfo($ch);
|
||||
$header_size = $curl_info['header_size'];
|
||||
$header = substr($response, 0, $header_size);
|
||||
$body = substr($response, $header_size);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://$onion[address].onion");
|
||||
$response2=curl_exec($ch);
|
||||
$curl_info2=curl_getinfo($ch);
|
||||
$header_size2 = $curl_info2['header_size'];
|
||||
$header2 = substr($response2, 0, $header_size2);
|
||||
$body2 = substr($response2, $header_size2);
|
||||
echo $onion['address'];
|
||||
$time = time();
|
||||
if(preg_match('~Expires:\sThu,\s19\sNov\s1981\s08:52:00\sGMT\r\n~', $header)){
|
||||
$move->execute([$time, $onion['address']]);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~Expires: Sat, 17 Jun 2000 12:00:00 GMT\r\n~', $header)){
|
||||
$move->execute([$time, $onion['address']]);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~Last-Modified:\sWed,\s08\sJun\s1955\s12:00:00\sGMT\r\n~', $header)){
|
||||
$move->execute([$time, $onion['address']]);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s500\sInternal\sServer\sError\r\n~', $header) && $body==='' && preg_match('~^HTTP/1\.1\s500\sOK\r\n~', $header2)){
|
||||
$move->execute([$time, $onion['address']]);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s500\sInternal\sServer\sError\r\n~', $header) && $body==='' && preg_match('~Connection:\s\[object\sObject]\r\n~', $header2)){
|
||||
$move->execute([$time, $onion['address']]);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s200\sOK\r\nServer:\snginx/1\.6\.2~', $header) && $body==='404'){
|
||||
$move->execute([$time, $onion['address']]);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s302\sFound\r\nLocation:\s/\r\n~', $header) && $body==='Found. Redirecting to /'){
|
||||
$move->execute([$time, $onion['address']]);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
elseif(preg_match('~^HTTP/1\.1\s503\sForwarding\sfailure~', $header)){
|
||||
$move->execute([$time, $onion['address']]);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
echo "\n";
|
||||
}
|
||||
curl_close($ch);
|
||||
|
@ -1,47 +1,47 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
}catch(PDOException $e){
|
||||
die('No Connection to MySQL database!');
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$stmt=$db->query("SELECT onions.address FROM onions LEFT JOIN phishing ON (phishing.onion_id=onions.id) WHERE onions.address!='' AND onions.category!=15 AND isnull(phishing.onion_id) AND timeadded>1506800000;");
|
||||
$move=$db->prepare("UPDATE onions SET category=15, locked=1, description='WARNING - This site will crash your browser with infinite iframes.' WHERE address=?;");
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_NUM)){
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_NOBODY, true);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$tmp[0].onion"));
|
||||
$response=curl_exec($ch);
|
||||
$curl_info=curl_getinfo($ch);
|
||||
$header_size = $curl_info['header_size'];
|
||||
$header = substr($response, 0, $header_size);
|
||||
$body = substr($response, $header_size);
|
||||
curl_close($ch);
|
||||
//if(preg_match('~Location:\s/\r\n~', $header)){
|
||||
echo "$tmp[0].onion";
|
||||
if(preg_match("~HTTP/1\.1\s404\sNot\sFound\r\nContent-Type:\stext/plain;\scharset=utf-8\r\nX-Content-Type-Options:\snosniff\r\nDate: .* GMT\r\nContent-Length:\s19~", $header)){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute($tmp);
|
||||
}
|
||||
if(preg_match('~Expires:\sThu,\s19\sNov\s1981\s08:52:00\sGMT\r\n~', $header) && $body==='HTTP error'){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute($tmp);
|
||||
}
|
||||
if(preg_match('~Expires:\sThu,\s19\sNov\s1981\s08:52:00\sGMT\r\nCache-Control:\sno-store,\sno-cache,\smust-revalidate\r\nPragma: no-cache\r\nServer: anon\r\n~', $header)){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute($tmp);
|
||||
}
|
||||
if(preg_match('~Expires:\sThu,\s19\sNov\s1981\s08:52:00\sGMT\r\nCache-Control:\sno-store,\sno-cache,\smust-revalidate\r\nPragma: no-cache\r\ncontent-length: 0\r\n~', $header) && $body!==''){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute($tmp);
|
||||
}
|
||||
if(preg_match('~^HTTP/1\.1\s500\sInternal\sServer\sError\r\n~', $header) && $body===''){
|
||||
echo " - SCAM";
|
||||
}
|
||||
if(preg_match('~^HTTP/1\.1\s200\sOK\r\n~', $header) && $body==='404'){
|
||||
echo " - SCAM";
|
||||
}
|
||||
echo "\n";
|
||||
$move=$db->prepare("UPDATE onions SET category=15, locked=1, description='WARNING - This site will crash your browser with infinite iframes.', timechanged=? WHERE address=?;");
|
||||
while($onion=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_NOBODY, true);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$onion[address].onion"));
|
||||
$response=curl_exec($ch);
|
||||
$curl_info=curl_getinfo($ch);
|
||||
$header_size = $curl_info['header_size'];
|
||||
$header = substr($response, 0, $header_size);
|
||||
$body = substr($response, $header_size);
|
||||
curl_close($ch);
|
||||
$time = time();
|
||||
echo "$onion[address].onion";
|
||||
if(preg_match("~HTTP/1\.1\s404\sNot\sFound\r\nContent-Type:\stext/plain;\scharset=utf-8\r\nX-Content-Type-Options:\snosniff\r\nDate: .* GMT\r\nContent-Length:\s19~", $header)){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute([$time, $onion['address']]);
|
||||
}
|
||||
if(preg_match('~Expires:\sThu,\s19\sNov\s1981\s08:52:00\sGMT\r\n~', $header) && $body==='HTTP error'){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute([$time, $onion['address']]);
|
||||
}
|
||||
if(preg_match('~Expires:\sThu,\s19\sNov\s1981\s08:52:00\sGMT\r\nCache-Control:\sno-store,\sno-cache,\smust-revalidate\r\nPragma: no-cache\r\nServer: anon\r\n~', $header)){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute([$time, $onion['address']]);
|
||||
}
|
||||
if(preg_match('~Expires:\sThu,\s19\sNov\s1981\s08:52:00\sGMT\r\nCache-Control:\sno-store,\sno-cache,\smust-revalidate\r\nPragma: no-cache\r\ncontent-length: 0\r\n~', $header) && $body!==''){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute([$time, $onion['address']]);
|
||||
}
|
||||
if(preg_match('~^HTTP/1\.1\s500\sInternal\sServer\sError\r\n~', $header) && $body===''){
|
||||
echo " - SCAM";
|
||||
}
|
||||
if(preg_match('~^HTTP/1\.1\s200\sOK\r\n~', $header) && $body==='404'){
|
||||
echo " - SCAM";
|
||||
}
|
||||
echo "\n";
|
||||
}
|
||||
|
@ -1,21 +1,20 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
}catch(PDOException $e){
|
||||
die('No Connection to MySQL database!');
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$stmt=$db->query("SELECT onions.address FROM onions LEFT JOIN phishing ON (phishing.onion_id=onions.id) WHERE onions.address!='' AND isnull(phishing.onion_id) AND onions.id>22439;");
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description='Add injecting phishing clone of an existing site - SCAM' WHERE address=?;");
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description='Add injecting phishing clone of an existing site - SCAM', timechanged=? WHERE address=?;");
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
//curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_NUM)){
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$tmp[0].onion"));
|
||||
while($onion=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$onion[address].onion"));
|
||||
$response=curl_exec($ch);
|
||||
if($response==='<!-- <meta http-equiv="refresh"content="0; url=http://o2nlo5zjoxp25kfv.onion"> -->
|
||||
'){
|
||||
$move->execute($tmp);
|
||||
$move->execute([time(), $onion['address']]);
|
||||
echo " - SCAM - moved";
|
||||
}
|
||||
}
|
||||
|
@ -1,36 +1,37 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
}catch(PDOException $e){
|
||||
die('No Connection to MySQL database!');
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$stmt=$db->query("SELECT onions.address FROM onions LEFT JOIN phishing ON (phishing.onion_id=onions.id) WHERE onions.address!='' AND onions.locked=0 AND isnull(phishing.onion_id);");
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description='CP - SCAM' WHERE address=?;");
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_NUM)){
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description='CP - SCAM', timechanged=? WHERE address=?;");
|
||||
while($onion=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_NOBODY, true);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$tmp[0].onion"));
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$onion[address].onion"));
|
||||
$response=curl_exec($ch);
|
||||
$curl_info=curl_getinfo($ch);
|
||||
$header_size = $curl_info['header_size'];
|
||||
$header = substr($response, 0, $header_size);
|
||||
$body = substr($response, $header_size);
|
||||
curl_close($ch);
|
||||
echo "$tmp[0].onion";
|
||||
$time = time();
|
||||
echo "$onion[address].onion";
|
||||
if(preg_match('~Last-Modified:\sSat,\s03\sAug\s2019\s15:40:54\sGMT\r\n~', $header)){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute($tmp);
|
||||
$move->execute([$time, $onion['address']]);
|
||||
}
|
||||
if(preg_match('~Last-Modified:\sWed,\s03\sJul\s2019\s19:53:24\sGMT\r\n~', $header)){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute($tmp);
|
||||
$move->execute([$time, $onion['address']]);
|
||||
}
|
||||
if(preg_match('~Last-Modified:\sTue,\s30\sJul\s2019\s19:11:00\sGMT\r\n~', $header)){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute($tmp);
|
||||
$move->execute([$time, $onion['address']]);
|
||||
}
|
||||
echo "\n";
|
||||
}
|
||||
|
@ -1,28 +1,28 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
}catch(PDOException $e){
|
||||
die('No Connection to MySQL database!');
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$stmt=$db->query("SELECT onions.address FROM onions LEFT JOIN phishing ON (phishing.onion_id=onions.id) WHERE onions.address!='' AND onions.locked=0 AND isnull(phishing.onion_id);");
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description='Part of scam network - SCAM' WHERE address=?;");
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_NUM)){
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description='Part of scam network - SCAM', timechanged=? WHERE address=?;");
|
||||
while($onion=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_NOBODY, true);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$tmp[0].onion"));
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$onion[address].onion"));
|
||||
$response=curl_exec($ch);
|
||||
$curl_info=curl_getinfo($ch);
|
||||
$header_size = $curl_info['header_size'];
|
||||
$header = substr($response, 0, $header_size);
|
||||
$body = substr($response, $header_size);
|
||||
curl_close($ch);
|
||||
echo "$tmp[0].onion";
|
||||
echo "$onion[address].onion";
|
||||
if(preg_match('~Last-Modified:\sFri,\s21\sDec\s2018\s17:30:54\sGMT\r\n~', $header)){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute($tmp);
|
||||
$move->execute([time(), $onion['address']]);
|
||||
}
|
||||
echo "\n";
|
||||
}
|
||||
|
@ -1,28 +1,28 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
}catch(PDOException $e){
|
||||
die('No Connection to MySQL database!');
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$stmt=$db->query("SELECT onions.address FROM onions LEFT JOIN phishing ON (phishing.onion_id=onions.id) WHERE onions.address!='' AND onions.locked=0 AND isnull(phishing.onion_id);");
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description='Part of scam network - SCAM' WHERE address=?;");
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_NUM)){
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description='Part of scam network - SCAM', timechanged=? WHERE address=?;");
|
||||
while($onion=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_NOBODY, true);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$tmp[0].onion"));
|
||||
curl_setopt($ch, CURLOPT_URL, "http://".gethostbyname("$onion[address].onion"));
|
||||
$response=curl_exec($ch);
|
||||
$curl_info=curl_getinfo($ch);
|
||||
$header_size = $curl_info['header_size'];
|
||||
$header = substr($response, 0, $header_size);
|
||||
$body = substr($response, $header_size);
|
||||
curl_close($ch);
|
||||
echo "$tmp[0].onion";
|
||||
echo "$onion[address].onion";
|
||||
if(preg_match('~HTTP/1.1\s302\sFound\r\nLocation:.*\r\nContent-type:\stext/html;\scharset=UTF-8\r\nDate:.*\r\nServer:\slighttpd/1\.4\.45\sGMT\r\n~', $header)){
|
||||
echo " - SCAM - moved";
|
||||
$move->execute($tmp);
|
||||
$move->execute([time(), $onion['address']]);
|
||||
}
|
||||
echo "\n";
|
||||
}
|
||||
|
@ -1,13 +1,13 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>true]);
|
||||
}catch(PDOException $e){
|
||||
die('No Connection to MySQL database!');
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$stmt=$db->prepare("SELECT null FROM onions WHERE address = ?;");
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description=CONCAT(description, ' - Part of scam network - SCAM') WHERE address = ? AND locked=0;");
|
||||
$insert=$db->prepare('INSERT INTO onions (address, md5sum, timeadded, locked, description, category) VALUES (?, ?, ?, 1, "Part of scam network - SCAM", 18);');
|
||||
$stmt=$db->prepare("SELECT null FROM onions WHERE md5sum = ?;");
|
||||
$move=$db->prepare("UPDATE onions SET category=18, locked=1, description=CONCAT(description, ' - Part of scam network - SCAM'), timechanged=? WHERE md5sum = ? AND locked=0;");
|
||||
$insert=$db->prepare('INSERT INTO onions (address, md5sum, timeadded, locked, description, category, timechanged) VALUES (?, ?, ?, 1, "Part of scam network - SCAM", 18, ?);');
|
||||
for($i = 1; $i < 213; ++$i){
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
@ -20,13 +20,16 @@ for($i = 1; $i < 213; ++$i){
|
||||
$header = substr($response, 0, $header_size);
|
||||
$body = substr($response, $header_size);
|
||||
curl_close($ch);
|
||||
if(preg_match('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{16}|[a-z2-7]{56}).onion(/[^\s><"]*)?~i', $header, $addr)){
|
||||
if(preg_match('~(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d).onion(/[^\s><"]*)?~i', $header, $addr)){
|
||||
$time = time();
|
||||
$onion_addr = strtolower($addr[3]);
|
||||
$md5 = md5($onion_addr, true);
|
||||
$stmt->execute([$addr[3]]);
|
||||
if($stmt->fetch()){
|
||||
$move->execute([$addr[3]]);
|
||||
$move->execute([$time, $md5]);
|
||||
echo "SCAM - moved - $addr[3] - ";
|
||||
}else{
|
||||
$insert->execute([$addr[3], md5($addr[3], true), time()]);
|
||||
$insert->execute([$addr[3], $md5, $time, $time]);
|
||||
echo "SCAM - added - $addr[3] - ";
|
||||
}
|
||||
}
|
||||
|
75
lang_de.php
75
lang_de.php
@ -1,75 +0,0 @@
|
||||
<?php
|
||||
$T=[
|
||||
'all' => 'Alle',
|
||||
'lastadded' => 'Zuletzt hinzugefügt',
|
||||
'offline' => 'Offline > 1 Woche',
|
||||
'removed' => 'Entfernt/Kinderporno',
|
||||
'phishingclones'=> 'Phishingklon',
|
||||
'title' => 'Onion Linkliste',
|
||||
'error' => 'FEHLER',
|
||||
'nodb' => 'Keine Datenbankverbindung!',
|
||||
'addonion' => 'Onion-Adresse',
|
||||
'adddesc' => 'Beschreibung',
|
||||
'category' => 'Kategorie',
|
||||
'search' => 'Suchen',
|
||||
'searchterm' => 'Suchwort',
|
||||
'specialcat' => 'Spezielle Kategorien',
|
||||
'categories' => 'Kategorien',
|
||||
'pages' => 'Seiten',
|
||||
'invalonion' => 'Ungültige Onion-Adresse!',
|
||||
'valid' => 'Eine gültige Adresse sieht so aus',
|
||||
'succadd' => 'Onion-Adresse erfolgreich hinzugefügt!',
|
||||
'faillocked' => 'Entschuldigung, das Bearbeiten dieser Onion-Adresse wurde gesperrt!',
|
||||
'succupddesc' => 'Beschreibung erfolgreich aktualisiert!',
|
||||
'succupdcat' => 'Kategorie erfolgreich aktualisiert!',
|
||||
'alreadyknown' => 'Danke, aber ich kannte diese Adresse bereits.',
|
||||
'searchresult' => 'Suche nach "%1$s", %2$d Ergebnisse gefunden:',
|
||||
'link' => 'Onion Link',
|
||||
'description' => 'Beschreibung',
|
||||
'lasttested' => 'Zuletzt getested',
|
||||
'lastup' => 'Zuletzt online',
|
||||
'timeadded' => 'Hinzgefügt am',
|
||||
'actions' => 'Aktionen',
|
||||
'edit' => 'Bearbeiten',
|
||||
'test' => 'Testen',
|
||||
'never' => 'Nie',
|
||||
'cloneof' => 'Klon von',
|
||||
'admintitle' => 'Admin Schnittstelle',
|
||||
'password' => 'Passwort',
|
||||
'login' => 'Anmelden',
|
||||
'bitcoins' => 'Bitcoins',
|
||||
'remove' => 'Entfernen',
|
||||
'readd' => 'Wieder hinzufügen',
|
||||
'lock' => 'Sperren',
|
||||
'unlock' => 'Entsperren',
|
||||
'promote' => 'Hervorheben',
|
||||
'unpromote' => 'Nicht mehr hervorheben',
|
||||
'phishing' => 'Phishing',
|
||||
'unphishing' => 'Kein Phishing',
|
||||
'update' => 'Aktualisieren',
|
||||
'succremove' => 'Onion-Adresse erfolgreich entfernt!',
|
||||
'succreadd' => 'Onion-Adresse erfolgreich wieder hinzugefügt!',
|
||||
'succlock' => 'Onion-Adresse erfolgreich gesperrt!',
|
||||
'succunlock' => 'Onion-Adresse erfolgreich entsperrt!',
|
||||
'succpromote' => 'Onion-Adresse erfolgreich hervorgehoben bis %1$s!',
|
||||
'succunpromote' => 'Onion-Adresse erfolgreich nicht mehr hervorgehoben!',
|
||||
'succaddphish' => 'Phishingklon erfolgreich hinzugefügt!',
|
||||
'samephish' => 'Phishingklon nicht hinzugefügt! Phishing und original haben die gleiche Adresse.',
|
||||
'succrmphish' => 'Phishingklon erfolgreich entfernt!',
|
||||
'noaction' => 'Keine Aktion ausgeführt!',
|
||||
'wrongpass' => 'Falsches Passwort!',
|
||||
'testtitle' => 'Online-Test',
|
||||
'testdesc' => 'Hier kann getestet werden, ob eine Onion-Adresse online ist oder nicht.',
|
||||
'testonline' => 'Ja, der Dienst ist online!',
|
||||
'testoffline' => 'Nein, der Dienst ist offline!',
|
||||
'testphishing' => 'Warnung, diese Adresse ist ein bekannter Phishingklon. Die Original-Seite ist hier: %s.',
|
||||
'unknown' => 'Unbekannt',
|
||||
'language' => 'Sprache',
|
||||
'format' => 'Format',
|
||||
'hidelocked' => 'Gesperrte nicht anzeigen',
|
||||
'pendingapproval' => 'Genehmigung ausstehend',
|
||||
'rejected' => 'Abgelehnt',
|
||||
'reject' => 'Ablehnen',
|
||||
'approve' => 'Akzeptieren',
|
||||
'switchviewmode' => 'Ansichtsmodus wechseln',
|
||||
];
|
75
lang_en.php
75
lang_en.php
@ -1,75 +0,0 @@
|
||||
<?php
|
||||
$I=[
|
||||
'all' => 'All',
|
||||
'lastadded' => 'Last added',
|
||||
'offline' => 'Offline > 1 week',
|
||||
'removed' => 'Removed/Child porn',
|
||||
'phishingclones'=> 'Phishing Clones',
|
||||
'title' => 'Onion link list',
|
||||
'error' => 'ERROR',
|
||||
'nodb' => 'No database connection!',
|
||||
'addonion' => 'Onion-Address',
|
||||
'adddesc' => 'Description',
|
||||
'category' => 'Category',
|
||||
'search' => 'Search',
|
||||
'searchterm' => 'Search term',
|
||||
'specialcat' => 'Special categories',
|
||||
'categories' => 'Categories',
|
||||
'pages' => 'Pages',
|
||||
'invalonion' => 'Invalid onion-Address!',
|
||||
'valid' => 'A valid address looks like this',
|
||||
'succadd' => 'Successfully added onion-Address!',
|
||||
'faillocked' => 'Sorry, editing this onion-Address has been locked!',
|
||||
'succupddesc' => 'Successfully updated description!',
|
||||
'succupdcat' => 'Successfully updated category!',
|
||||
'alreadyknown' => 'Thanks, but I already knew this address!',
|
||||
'searchresult' => 'Searching for "%1$s", %2$d results found:',
|
||||
'link' => 'Onion link',
|
||||
'description' => 'Description',
|
||||
'lasttested' => 'Last tested',
|
||||
'lastup' => 'Last seen',
|
||||
'timeadded' => 'Added at',
|
||||
'actions' => 'Actions',
|
||||
'edit' => 'Edit',
|
||||
'test' => 'Test',
|
||||
'never' => 'Never',
|
||||
'cloneof' => 'Clone of',
|
||||
'admintitle' => 'Admin interface',
|
||||
'password' => 'Password',
|
||||
'login' => 'Login',
|
||||
'bitcoins' => 'Bitcoins',
|
||||
'remove' => 'Remove',
|
||||
'readd' => 'Re-add',
|
||||
'lock' => 'Lock',
|
||||
'unlock' => 'Unlock',
|
||||
'promote' => 'Promote',
|
||||
'unpromote' => 'Un-promote',
|
||||
'phishing' => 'Phishing',
|
||||
'unphishing' => 'No phishing',
|
||||
'update' => 'Update',
|
||||
'succremove' => 'Successfully removed onion-Address!',
|
||||
'succreadd' => 'Successfully readded onion-Address!',
|
||||
'succlock' => 'Successfully locked onion-Address!',
|
||||
'succunlock' => 'Successfully unlocked onion-Address!',
|
||||
'succpromote' => 'Successfully promoted onion-Address until %1$s!',
|
||||
'succunpromote' => 'Successfully un-promoted onion-Address!',
|
||||
'succaddphish' => 'Successfully added Phishing clone!',
|
||||
'samephish' => 'Not added Phishing clone! Phishing and original have the same address.',
|
||||
'succrmphish' => 'Successfully removed Phishing clone!',
|
||||
'noaction' => 'No action taken!',
|
||||
'wrongpass' => 'Wrong Pass!',
|
||||
'testtitle' => 'Online-Test',
|
||||
'testdesc' => 'Here an Onion-Address can be tested, for whether it is online or not.',
|
||||
'testonline' => 'Yes, the service is online!',
|
||||
'testoffline' => 'No, the service is offline!',
|
||||
'testphishing' => 'Warning, this is a known phishing clone. The original site is located at %s.',
|
||||
'unknown' => 'Unknown',
|
||||
'language' => 'Language',
|
||||
'format' => 'Format',
|
||||
'hidelocked' => 'Hide locked',
|
||||
'pendingapproval' => 'Pending approval',
|
||||
'rejected' => 'Rejected',
|
||||
'reject' => 'Reject',
|
||||
'approve' => 'Approve',
|
||||
'switchviewmode' => 'Switch view mode',
|
||||
];
|
94
lang_ja.php
94
lang_ja.php
@ -1,94 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* Onion Link List - Japanese translation
|
||||
*
|
||||
* Copyright (C) 2017 Anonymous <meow@meow.meow>
|
||||
*
|
||||
* 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 for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
$T=[
|
||||
'all' => '全て',
|
||||
'lastadded' => '最近の追加',
|
||||
'offline' => '1週間以上オフライン',
|
||||
'removed' => '削除済',
|
||||
'phishingclones'=> '詐欺サイト(クローン)',
|
||||
'title' => 'Onionリンクの一覧',
|
||||
'error' => 'エラー',
|
||||
'nodb' => 'データベースの接続がありません!',
|
||||
'addonion' => 'Onion アドレス',
|
||||
'adddesc' => '詳細',
|
||||
'category' => 'カテゴリ',
|
||||
'search' => '検索',
|
||||
'searchterm' => '検索キーワード',
|
||||
'specialcat' => '特別な分類',
|
||||
'categories' => 'カテゴリ',
|
||||
'pages' => 'ページ',
|
||||
'invalonion' => 'Onionアドレスが不正です。',
|
||||
'valid' => '正しいアドレスはこんな感じのはず:',
|
||||
'succadd' => 'Onionアドレスを追加しました。',
|
||||
'faillocked' => 'ごめん、このOnionアドレスはロックされていて編集できない。',
|
||||
'succupddesc' => '説明の更新に成功しました。',
|
||||
'succupdcat' => 'カテゴリの変更に成功しました。',
|
||||
'alreadyknown' => 'ありがとう、でも、このアドレスはもう知ってるんだ。',
|
||||
'searchresult' => '検索キーワード "%1$s" - %2$d 件見つかりました:',
|
||||
'link' => 'Onion リンク',
|
||||
'description' => '説明',
|
||||
'lasttested' => '接続試験日',
|
||||
'lastup' => '最後に見た日',
|
||||
'timeadded' => '追加された日',
|
||||
'actions' => '操作',
|
||||
'edit' => '編集',
|
||||
'test' => 'テスト',
|
||||
'never' => 'なし',
|
||||
'cloneof' => 'クローン元(オリジナル)',
|
||||
'admintitle' => '管理者の操作画面',
|
||||
'password' => 'パスワード',
|
||||
'login' => 'ログイン',
|
||||
'bitcoins' => 'ビットコイン',
|
||||
'remove' => '削除',
|
||||
'readd' => '再追加',
|
||||
'lock' => '施錠',
|
||||
'unlock' => '解錠',
|
||||
'promote' => '宣伝',
|
||||
'unpromote' => '宣伝解除',
|
||||
'phishing' => '詐欺サイト',
|
||||
'unphishing' => '詐欺サイトではない',
|
||||
'update' => '更新',
|
||||
'succremove' => 'Onionアドレスを削除しました。',
|
||||
'succreadd' => 'Onionアドレスを再度追加しました。',
|
||||
'succlock' => 'Onionアドレスをロックしました。',
|
||||
'succunlock' => 'Onionアドレスのロックを解除しました。',
|
||||
'succpromote' => 'Onionアドレスを次の日まで宣伝します: %1$s!',
|
||||
'succunpromote' => 'Onionアドレスの宣伝をやめました。',
|
||||
'succaddphish' => '詐欺サイトを追加しました。',
|
||||
'samephish' => '追加できませんでした。詐欺サイトとオリジナルのアドレスが同一です。',
|
||||
'succrmphish' => '詐欺サイトを削除しました。',
|
||||
'noaction' => '何も操作していません。',
|
||||
'wrongpass' => 'パスワードが違います。',
|
||||
'testtitle' => 'オンラインテスト',
|
||||
'testdesc' => 'ここで、Onionアドレスが「オンライン」かどうかを試すことができます。',
|
||||
'testonline' => '対象はオンラインです。',
|
||||
'testoffline' => '対象はオフラインです!',
|
||||
'testphishing' => '警告。これは知られた詐欺サイト(クローン)です。オリジナルは %s です。',
|
||||
'unknown' => '不明',
|
||||
'language' => '言語',
|
||||
'format' => '形式',
|
||||
'pdo_mysqlextrequired' => 'PHPのpdo_mysqlが必要です。先にインストールしてください。',
|
||||
'pcreextrequired' => 'PHPのpcre拡張が必要です。先にインストールしてください。',
|
||||
'jsonextrequired' => 'PHPのjson拡張が必要です。先にインストールしてください。',
|
||||
'curlextrequired' => 'PHPのcurl拡張が必要です。先にインストールしてください。',
|
||||
'dateextrequired' => 'PHPのdate拡張が必要です。先にインストールしてください。',
|
||||
'succdbcreate' => 'データベースの作成に成功しました!',
|
||||
'statusok' => '状態: 良好',
|
||||
];
|
70
lang_tr.php
70
lang_tr.php
@ -1,70 +0,0 @@
|
||||
<?php
|
||||
$T=[
|
||||
'all' => 'Tümü',
|
||||
'lastadded' => 'Son eklenen',
|
||||
'offline' => 'Çevrimdışı > 1 hafta',
|
||||
'removed' => 'Kaldırıldı/Çocuk pornografisi',
|
||||
'phishingclones'=> 'Phishing Klonları',
|
||||
'title' => 'Onion bağlantı listesi',
|
||||
'error' => 'HATA',
|
||||
'nodb' => 'Veritabanı bağlantısı yok!',
|
||||
'addonion' => 'Onion-Adresi',
|
||||
'adddesc' => 'Açıklama',
|
||||
'category' => 'Kategori',
|
||||
'search' => 'Ara',
|
||||
'searchterm' => 'Arama terimi',
|
||||
'specialcat' => 'Özel kategoriler',
|
||||
'categories' => 'Kategoriler',
|
||||
'pages' => 'Sayfalar',
|
||||
'invalonion' => 'Geçersiz onion-Adresi!',
|
||||
'valid' => 'Geçerli bir adres şöyle gözükür:',
|
||||
'succadd' => 'Onion-Adresi başarıyla eklendi!',
|
||||
'faillocked' => 'Üzgünüm, bu onion-Adresini düzenlemek kilitli!',
|
||||
'succupddesc' => 'Açıklama başarılı bir şekilde güncellendi!',
|
||||
'succupdcat' => 'Kategori başarılı bir şekilde güncellendi!',
|
||||
'alreadyknown' => 'Teşekkürler, ama bu adresi zaten biliyorum!',
|
||||
'searchresult' => '"%1$s" için aranıyor, %2$d sonuç bulundu:',
|
||||
'link' => 'Onion bağlantısı',
|
||||
'description' => 'Açıklama',
|
||||
'lasttested' => 'Son denenme',
|
||||
'lastup' => 'Son görülme',
|
||||
'timeadded' => 'Şu tarihte eklendi',
|
||||
'actions' => 'Eylemler',
|
||||
'edit' => 'Düzenle',
|
||||
'test' => 'Dene',
|
||||
'never' => 'Asla',
|
||||
'cloneof' => 'Klonu',
|
||||
'admintitle' => 'Yönetici arayüzü',
|
||||
'password' => 'Şifre',
|
||||
'login' => 'Giriş',
|
||||
'bitcoins' => 'Bitcoinler',
|
||||
'remove' => 'Kaldır',
|
||||
'readd' => 'Yeniden-ekle',
|
||||
'lock' => 'Kilitle',
|
||||
'unlock' => 'Kilidi aç',
|
||||
'promote' => 'Destekle',
|
||||
'unpromote' => 'Destekleme',
|
||||
'phishing' => 'Phishing',
|
||||
'unphishing' => 'Phishing değil',
|
||||
'update' => 'Güncelle',
|
||||
'succremove' => 'Onion-Adresi başarıyla kaldırıldı!',
|
||||
'succreadd' => 'Onion-Adresi başarılı bir şekilde okundu!',
|
||||
'succlock' => 'Onion-Adresi başarılı bir şekilde kilitlendi!',
|
||||
'succunlock' => 'Onion-Adresi\'nin kilidi başarılı bir şekilde açıldı!',
|
||||
'succpromote' => '%1$s tarihine kadar onion-Adresi başarılı bir şekilde desteklendi!',
|
||||
'succunpromote' => 'Onion-Adresine destek başarılı bir şekilde bırakıldı!',
|
||||
'succaddphish' => 'Phishing klonu eklendi!',
|
||||
'samephish' => 'Phishing klonu eklenemedi! Phishing ve orijinal aynı adrese sahip.',
|
||||
'succrmphish' => 'Phishing klonu başarılı bir şekilde kaldırıldı!',
|
||||
'noaction' => 'İşlem yapılmadı!',
|
||||
'wrongpass' => 'Yanlış şifre!',
|
||||
'testtitle' => 'Çevrimiçi-Deneme',
|
||||
'testdesc' => 'Burada çevrimiçi veya değil farketmeksizin bir Onion-Adresi denenebilir.',
|
||||
'testonline' => 'Evet, bu servis çevrimiçi!',
|
||||
'testoffline' => 'Hayır, bu servis çevrimdışı!',
|
||||
'testphishing' => 'Uyarı, bu bilinen bir phishing klonu. Gerçek site %s adresinde bulunuyor.',
|
||||
'unknown' => 'Bilinmiyor',
|
||||
'language' => 'Dil',
|
||||
'format' => 'Biçim',
|
||||
'hidelocked' => 'Kilitlileri gizle',
|
||||
];
|
@ -1,45 +0,0 @@
|
||||
<?php
|
||||
$native = 'Deutsch'; // Native lanugae name
|
||||
$english = 'German'; // English language name
|
||||
$code = 'de'; // Language code
|
||||
$I=[];
|
||||
$T=[];
|
||||
ob_start();
|
||||
echo "<?php
|
||||
/*
|
||||
* Onion Link List - $english translation
|
||||
*
|
||||
* Copyright (C) 2016-2020 Daniel Winzen <daniel@danwin1210.me>
|
||||
*
|
||||
* 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 for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
//Native language name: $native
|
||||
\$T=[
|
||||
";
|
||||
if(file_exists("lang_$code.php")){
|
||||
include("lang_$code.php");
|
||||
}
|
||||
include('lang_en.php');
|
||||
foreach($T as $id=>$value){
|
||||
if(isset($I[$id])){
|
||||
$I[$id]=$value;
|
||||
}
|
||||
}
|
||||
foreach($I as $id=>$value){
|
||||
echo "\t'$id' => '".str_replace("'", "\'", $value)."',\n";
|
||||
}
|
||||
echo "];\n";
|
||||
$file=ob_get_clean();
|
||||
file_put_contents("lang_$code.php", $file);
|
BIN
locale/cs_CZ/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/cs_CZ/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
514
locale/cs_CZ/LC_MESSAGES/onion-link-list.po
Normal file
514
locale/cs_CZ/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,514 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-02-13 20:21+0000\n"
|
||||
"Last-Translator: Zdeněk Grůza <me@zgruza.me>\n"
|
||||
"Language-Team: Czech <https://weblate.danwin1210.de/projects/DanWin/"
|
||||
"onion-link-list/cs/>\n"
|
||||
"Language: cs_CZ\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.15.2\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr "Vše legitimní"
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "Naposledy přidáno"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "Offline > 1 týden"
|
||||
|
||||
#: www/index.php:97
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Seznam odkazů – nenalezeno"
|
||||
|
||||
#: www/index.php:99
|
||||
#, php-format
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Seznam cibulových odkazů - Hledání %s"
|
||||
|
||||
#: www/index.php:101
|
||||
#, php-format
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Seznam cibulových odkazů - Stránka %d"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, php-format
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Seznam cibulových odkazů - %1$s - Stránka %2$d"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, php-format
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Seznam cibulových odkazů - %s"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "Phishingové klony"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Seznam cibulových odkazů"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
"Obrovský seznam odkazů na skryté servisní cibule Tor. Všechny potřebné "
|
||||
"odkazy na darknet na jednom místě."
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "Chyba: Žádné připojení k databázi!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
"Nenesu odpovědnost za žádný obsah zde odkazovaných webových stránek. 99% "
|
||||
"dark net stránek prodávajících cokoli jsou podvody. Buďte opatrní a "
|
||||
"používejte mozek. Pravidelně dostávám e-maily od lidí, kteří se zoufale "
|
||||
"snažili vydělat peníze a propadli podvodníkům, nebuďte jedním z nich!"
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Cibulová adresa:"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "Popis:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "Kategorie:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "Aktualizovat"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "Vyhledat:"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "Hledaný výraz"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "Vše"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "Skrýt zamčeno"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "Vyhledat"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "Formát:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "Speciální kategorie:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "Odebráno/dětské porno"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr "Čeká na schválení"
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr "Zamítnuto"
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "Kategorie:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Neplatná adresa cibule!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "Platná adresa vypadá takto: %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr "Chyba: Chybný obrázek captcha"
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr "Chyba: Platnost Captcha vypršela"
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Adresa cibule byla úspěšně přidána!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "Omlouvám se, úprava této cibulové adresy byla zamknuta!"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "Popis byl úspěšně aktualizován!"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "Kategorie byla úspěšně aktualizována!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "Díky, ale tuhle adresu už znám!"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "Při vyhledávání výrazu „%1$s“ bylo nalezeno %2$d výsledků:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Cibulový odkaz"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "Popis"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "Naposledy viděn"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "Přidáno v"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "Akce"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "Nikdy"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "Test"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "Upravit"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "Klon"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "Neznámý"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "Stránky:"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "Přepiš:"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr "obrázek captcha"
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "Online-Test"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr "Otestuj, zda je cibule skryté služby Tor online nebo offline"
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "Odkaz na cibuli:"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "Žádné připojení k databázi!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr ""
|
||||
"Upozornění, toto je známý phishingový klon. Původní web se nachází na %s."
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr "Upozornění: Toto je známý podvod!"
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "Ano, služba je online!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "Ne, služba je offline!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "Administrátorské rozhraní"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "Heslo:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "Přihlásit se"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "Špatné heslo!"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "Odstranit"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Adresa cibule byla úspěšně odstraněna!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "Zamknout"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Cibulová adresa byla úspěšně uzamčena!"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "Znovu přidat"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "Adresa cibule byla úspěšně znovu přidána!"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "Odemknout"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "Cibulová adresa byla úspěšně odemčena!"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "Podporovat"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr "Cibulová adresa byla úspěšně povýšena do %1$s!"
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "Zrušit propagaci"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr "Propagace cibulové adresy byla úspěšně zrušena!"
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "Phishing"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "Phishingový klon byl úspěšně přidán!"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr "Nebyl přidán phishingový klon! Phishing a originál mají stejnou adresu."
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "Žádný phishing"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "Phishingový klon byl úspěšně odstraněn!"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "Odmítnout"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr "Cibulová adresa byla úspěšně odmítnuta"
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "Schválit"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr "Adresa cibule byla úspěšně schválena"
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "Nebyla provedena žádná akce!"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr "Přepnout režim zobrazení"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr "Vybrat"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr "Adresa"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "Kategorie"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "Stav"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr "Schváleno: %d"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr "Uzamčeno: %d"
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "Klon:"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "Bitcoiny:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr "Chyba při vytváření souboru Sitemap!"
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr "Prohledejte seznam odkazů cibule"
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr "Neřazeno"
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr "Dospělý/Porno"
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr "Komunikace/Sociální"
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr "Fóra"
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr "Hacking/Programování/Software"
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr "Hosting"
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr "Knihovny/Wiki"
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr "Seznamy odkazů"
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr "Trh/Obchod"
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr "Jiné"
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr "Osobní stránky/Blogy"
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr "Zabezpečení/Soukromí/Šifrování"
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr "Whistleblowing"
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr "Prázdné/Chyba/Neznámé"
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr "Kryptoměny"
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr "Podvody"
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr "Zábava/Hry/Vtipy"
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "Jazyk:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr "Je vyžadováno rozšíření %s PHP. Nejprve jej prosím nainstalujte."
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr "Stav: OK"
|
BIN
locale/de_DE/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/de_DE/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
546
locale/de_DE/LC_MESSAGES/onion-link-list.po
Normal file
546
locale/de_DE/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,546 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-01-26 20:13+0000\n"
|
||||
"Last-Translator: Weblate Admin <daniel@danwin1210.de>\n"
|
||||
"Language-Team: German <https://weblate.danwin1210.de/projects/DanWin/"
|
||||
"onion-link-list/de/>\n"
|
||||
"Language: de_DE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.15\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr "Alle legitimen"
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "Zuletzt hinzugefügt"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "Offline > 1 Woche"
|
||||
|
||||
#: www/index.php:97
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Onion Linkliste - Nicht gefunden"
|
||||
|
||||
#: www/index.php:99
|
||||
#, php-format
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Onion Linkliste - Suche nach %s"
|
||||
|
||||
#: www/index.php:101
|
||||
#, php-format
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Onion Linkliste - Seite %d"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, php-format
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Onion Linkliste - %1$s - Seite %2$d"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, php-format
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Onion Linkliste - %s"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "Phishingklone"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Onion Linkliste"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
"Große Liste von Tor hidden service onion links. Alle Darknet Links, die du "
|
||||
"brauchst, in einem Ort."
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "Fehler: Keine Datenbankverbindung!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
"Ich bin nicht für irgend einen Inhalt der hier verlinkten Seiten "
|
||||
"verantwortlich. 99% der Darknweb Seiten, die etwas verkaufen, sind Betrug. "
|
||||
"Sei vorsichtig und benutze deinen Verstand. Ich bekomme regelmäßig E-Mails "
|
||||
"von Menschen, die verzweifelt versuchten Geld zu machen, und stattdessen auf "
|
||||
"Betrüger hereingefallen sind. Sei nicht auch einer von denen!"
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Onion-Adresse:"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "Beschreibung:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "Kategorie:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "Aktualisieren"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "Suchen:"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "Suchwort"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "Alle"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "Gesperrte nicht anzeigen"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "Suchen"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "Format:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "Spezielle Kategorien:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "Entfernt/Kinderporno"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr "Genehmigung ausstehend"
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr "Abgelehnt"
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "Kategorien:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Ungültige Onion-Adresse!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "Eine gültige Adresse sieht so aus: %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr "Fehler: Falsches Captcha"
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr "Fehler: Captcha abgelaufen"
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Onion-Adresse erfolgreich hinzugefügt!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "Entschuldigung, das Bearbeiten dieser Onion-Adresse wurde gesperrt!"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "Beschreibung erfolgreich aktualisiert!"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "Kategorie erfolgreich aktualisiert!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "Danke, aber ich kannte diese Adresse bereits!"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "Suche nach \"%1$s\", %2$d Ergebnisse gefunden:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Onion-Adresse"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "Beschreibung"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "Zuletzt online"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "Hinzugefügt am"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "Aktionen"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "Nie"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "Testen"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "Bearbeiten"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "Klon von"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "Unbekannt"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "Seiten:"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "Kopiere:"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr "Captcha Bild"
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "Online-Test"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr "Teste ob ein Tor hidden service onion link online oder offline is"
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "Onion Link:"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "Keine Datenbankverbindung!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr ""
|
||||
"Warnung, diese Adresse ist ein bekannter Phishingklon. Die Original-Seite "
|
||||
"ist hier: %s."
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr "Warnung: Dies ist ein bekannter Betrug!"
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "Ja, der Dienst ist online!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "Nein, der Dienst ist offline!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "Admin Schnittstelle"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "Passwort:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "Anmelden"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "Falsches Passwort!"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "Entfernen"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Onion-Adresse erfolgreich entfernt!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "Sperren"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Onion-Adresse erfolgreich gesperrt!"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "Wieder hinzufügen"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "Onion-Adresse erfolgreich wieder hinzugefügt!"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "Entsperren"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "Onion-Adresse erfolgreich entsperrt!"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "Hervorheben"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr "Onion-Adresse erfolgreich hervorgehoben bis %1$s!"
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "Nicht mehr hervorheben"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr "Onion-Adresse erfolgreich nicht mehr hervorgehoben!"
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "Phishing"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "Phishingklon erfolgreich hinzugefügt!"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr ""
|
||||
"Phishingklon nicht hinzugefügt! Phishing und original haben die gleiche "
|
||||
"Adresse."
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "Kein Phishing"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "Phishingklon erfolgreich entfernt!"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "Ablehnen"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr "Onion-Adresse erfolgreich abgelehnt"
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "Akzeptieren"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr "Onion-Adresse erfolgreich genehmigt"
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "Keine Aktion ausgeführt!"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr "Ansichtsmodus wechseln"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr "Auswählen"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr "Adresse"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "Kategorie"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr "Akzeptiert: %d"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr "Gesperrt: %d"
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "Klon von:"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "Bitcoins:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr "Fehler beim Erstellen der Sitemap!"
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr "Durchsuche die Onion Linkliste"
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr "Unsortiert"
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr "Erwachsene/Pornografie"
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr "Kommunikation/Gesellschaft"
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr "Foren"
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr "Hacken/Programmieren/Software"
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr "Hosting"
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr "Bibliotheken/Wikis"
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr "Linklisten"
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr "Markt/Shop/Laden"
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr "Anderes"
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr "Persönliche Seite/Blogs"
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr "Sicherheit/Privatsphäre/Verschlüsselung"
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr "Enthüllungen"
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr "Leer/Fehler/Unbekannt"
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr "Kryptowährungen"
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr "Betrug"
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr "Spaß/Spiele/Scherze"
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "Sprache:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr "Die %s PHP-Erweiterung wird benötigt. Bitte installiere diese zuerst."
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr "Status: OK"
|
||||
|
||||
#~ msgid "Last tested"
|
||||
#~ msgstr "Zuletzt getestet"
|
||||
|
||||
#~ msgid "The pdo_mysql extension of PHP is required. Please install it first."
|
||||
#~ msgstr ""
|
||||
#~ "Die pdo_mysql Erweiterung von PHP wird benötigt. Bitte installieren Sie "
|
||||
#~ "diese zuerst."
|
||||
|
||||
#~ msgid "The pcre extension of PHP is required. Please install it first."
|
||||
#~ msgstr ""
|
||||
#~ "Die pcre Erweiterung von PHP wird benötigt. Bitte installieren Sie diese "
|
||||
#~ "zuerst."
|
||||
|
||||
#~ msgid "The curl extension of PHP is required. Please install it first."
|
||||
#~ msgstr ""
|
||||
#~ "Die curl Erweiterung von PHP wird benötigt. Bitte installieren Sie diese "
|
||||
#~ "zuerst."
|
||||
|
||||
#~ msgid "The date extension of PHP is required. Please install it first."
|
||||
#~ msgstr ""
|
||||
#~ "Die date Erweiterung von PHP wird benötigt. Bitte installieren Sie diese "
|
||||
#~ "zuerst."
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Here an onion address can be tested, for whether it is online or not."
|
||||
#~ msgstr ""
|
||||
#~ "Hier kann getestet werden, ob eine Onion-Adresse online ist oder nicht."
|
BIN
locale/fa_IR/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/fa_IR/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
520
locale/fa_IR/LC_MESSAGES/onion-link-list.po
Normal file
520
locale/fa_IR/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,520 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-01-06 20:36+0000\n"
|
||||
"Last-Translator: Daniel Winzen <daniel@danwin1210.de>\n"
|
||||
"Language-Team: Persian <https://weblate.danwin1210.de/projects/main-website/"
|
||||
"onion-link-list/fa/>\n"
|
||||
"Language: fa_IR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n==0 || n==1);\n"
|
||||
"X-Generator: Weblate 4.15\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "آخرین تغییرات"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "غیر فعال > 1 هفته"
|
||||
|
||||
#: www/index.php:97
|
||||
#, fuzzy
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "پیوندهای پیازی"
|
||||
|
||||
#: www/index.php:99
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "پیوندهای پیازی"
|
||||
|
||||
#: www/index.php:101
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "پیوندهای پیازی"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "پیوندهای پیازی"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "پیوندهای پیازی"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "کلاهبرداری فیشینگ"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "پیوندهای پیازی"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "خطا: مشکل در اتصال به دیتابیس!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "توضیح:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "دسته بندی:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "بروزرسانی"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "جستجو:"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "جستجوی اصطلاح"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "همه"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "پنهان کردن قفل"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "جستجو"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "فرمت:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "دسته بندی های خاص:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "حذف/ پورن کودکان"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr "در انتضار تایید"
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr "رد شد"
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "دسته بندی ها:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "آدرس پیازی غیر مجاز!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "آدرس معتبری به این شکل است: %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "آدرس پیازی با موفقیت اضافه شد!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "متاسفیم، این آدرس قفل شده است نمیتوانید ویرایش کنید!"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "توضیحات با موفقیت بروزرسانی شد !"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "دسته بندی به موفقیت بروزرسانی شد!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "با تشکر ، اما این آدرس موجود است !"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "جستجو برای \"%1$s\", %2$d نتیجه یافت شد:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "پیوند پیازی"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "توضیح"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "آخرین بازدید"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "اضافه شده در"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "اقدامات"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "هرگز"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "آزمون"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "ویرایش"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "کلون از"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "ناشناخته"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "صفحه:"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "آزمون-انلاین"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "پیوند پیازی:"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "مشکل در اتصال به دیتابیس!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr "هشدار، این یک کلون فیشینگ شناخته شده است. ساید اصلی در اینجاست %s."
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "بله، سرویس انلاین است!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "خیر، سرویس افلاین است!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "رابط مدیریت"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "رمز عبور:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "ورود"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "رمز اشتباه !"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "حذف"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "آدرس پیازی با موفقیت حذف شد!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "قفل"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "آدرس پیازی با موفقیت قفل شد !"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "دوباره-اضافه"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "آدرس پیازی با موفقیت دوباره اضافه شد !"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "قفل باز"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "قفل آدرس پیازی با موفقیت باز شد !"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "تبلیغ"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr "آدرس پیازی با موفقیت تبلیغ شد تا %1$s!"
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "لغو-تبلیغ"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr "تبلیغ آدرس با موفقیت لغو شد!"
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "فیشینگ"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "کلون فیشینگ با موفقیت اضافه شد !"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr "کلون فیشینگ اضافه نشد! فیشینگ و اصلی آدرس یکسانی دارند."
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "بدون فیشینگ"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "کلون فیشینگ با موفقیت حذف شد !"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "رد کردن"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr "آدرس پیازی با موفقیت رد شد"
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "تایید"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr "آدرس پیازی با موفقیت تایید شد"
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "اقدامی انجام نشده است!"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr "نغییر حالت مشاهده"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "دسته بندی"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "وضعیت"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "کلون از:"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "بیت کوین:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr ""
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "زبان:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr "وضعیت: خوب"
|
||||
|
||||
#~ msgid "Last tested"
|
||||
#~ msgstr "آخرین آزمون"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Here an onion address can be tested, for whether it is online or not."
|
||||
#~ msgstr "در اینجا میتوانید انلاین یا افلاین بودن آدرس پیازی را آزمایش کنید."
|
BIN
locale/fr_FR/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/fr_FR/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
517
locale/fr_FR/LC_MESSAGES/onion-link-list.po
Normal file
517
locale/fr_FR/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,517 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-05-26 22:46+0000\n"
|
||||
"Last-Translator: Calvin Honecker <Calvineries@gmail.com>\n"
|
||||
"Language-Team: French <https://weblate.danwin1210.de/projects/DanWin/"
|
||||
"onion-link-list/fr/>\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr "Tout légitime"
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "Dernier ajouté"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "Hors ligne > 1 semaine"
|
||||
|
||||
#: www/index.php:97
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Liste de liens Onion - Non trouvé"
|
||||
|
||||
#: www/index.php:99
|
||||
#, php-format
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Liste de liens Onion - Recherche de %s"
|
||||
|
||||
#: www/index.php:101
|
||||
#, php-format
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Liste de liens Onion - Page %d"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, php-format
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Liste de liens Onion - %1$s - Page %2$d"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, php-format
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Liste de liens Onion - %s"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "Clones de phishing"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Liste de liens Onion"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
"Énorme liste de liens Onion de service cachés de Tor. Tous les liens du "
|
||||
"darknet dont vous avez besoin en un seul endroit."
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "Erreur : Aucune connexion à la base de données !"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
"Je ne suis pas responsable du contenu des sites Web liés ici. 99% des sites "
|
||||
"du darkweb vendant quoi que ce soit sont des arnaques. Soyez prudent et "
|
||||
"utilisez votre cerveau. Je reçois régulièrement des e-mails de personnes qui "
|
||||
"cherchaient désespérément à gagner de l'argent et qui sont tombées dans le "
|
||||
"piège des escrocs, n'en faites pas partie !"
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Adresse Onion :"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "Description :"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "Catégorie :"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "Actualiser"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "Recherche :"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "Terme de recherche"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "Tout"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "Masquer les verrouillés"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "Recherche"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "Format :"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "Catégories spéciales :"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "Supprimé/Child porn"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr "En attente de validation"
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr "Rejeté"
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "Catégories :"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Adresse onion invalide !"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "Une adresse valide ressemble à ceci : %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr "Erreur : Mauvais captcha"
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr "Erreur : Captcha expiré"
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Adresse onion ajoutée avec succès !"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "Désolé, la modification de cette adresse onion a été verrouillée !"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "Description mise à jour avec succès !"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "Catégorie mise à jour avec succès !"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "Merci, mais je connaissais déjà cette adresse !"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "Recherche de \"%1$s\", %2$d résultats trouvés :"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Lien Onion"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "Vu pour la dernière fois"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "Ajouté à"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "Actions"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "Jamais"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "Tester"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "Editer"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "Clone de"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "Inconnu"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "Pages :"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "Copie :"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr "image captcha"
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "Test en ligne"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr "Testez si un onion de service caché de Tor est en ligne ou hors ligne"
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "Lien Onion :"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "Aucune connexion à la base de données !"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr ""
|
||||
"Attention, il s'agit d'un clone de phishing connu. Le site d'origine est "
|
||||
"situé à %s."
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr "Attention : C'est une arnaque connue !"
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "Oui, le service est en ligne !"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "Non, le service est hors ligne !"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "Interface d'admin"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "Mot de passe :"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "Connexion"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "Mauvais mot de passe !"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "Retirer"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Adresse onion supprimée avec succès !"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "Verrouiller"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Adresse onion verrouillée avec succès !"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "Ajouter à nouveau"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "L'adresse onion a été ré-ajoutée avec succès !"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "Déverrouiller"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "Adresse onion déverrouillée avec succès !"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "Promouvoir"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr "Adresse onion promue avec succès jusqu'au %1$s !"
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "Dé-promouvoir"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr "Adresse oignon dé-promue avec succès !"
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "Phishing"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "Clone de phishing ajouté avec succès !"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr ""
|
||||
"Clone de phishing non ajouté ! Le phishing et l'original ont la même adresse."
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "Pas de phishing"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "Clone de phishing supprimé avec succès !"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "Rejeter"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr "Adresse onion rejetée avec succès"
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "Approuver"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr "Adresse onion approuvée avec succès"
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "Pas d'action prise !"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr "Changer de mode d'affichage"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr "Sélectionner"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr "Addresse"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "Catégorie"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "Statut"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr "Approuvé : %d"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr "Verrouiller : %d"
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "Clone de :"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "Bitcoins :"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr "Erreur lors de la création du plan du site !"
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr "Rechercher dans la liste de liens onion"
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr "Non trié"
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr "Adulte/Porno"
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr "Communication/Social"
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr "Forums"
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr "Hacking/Programmation/Logiciel"
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr "Hébergement"
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr "Bibliothèques/Wiki"
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr "Listes de liens"
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr "Marché/Boutique/Magasin"
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr "Sites personnels/Blogs"
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr "Sécurité/Confidentialité/Cryptage"
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr "Dénonciation"
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr "Vide/Erreur/Inconnu"
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr "Crypto-monnaies"
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr "Arnaques"
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr "Divertissement/Jeux/Blague"
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "Langue :"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr "L'extension %s de PHP est requise. Veuillez d'abord l'installer."
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr "Statut : OK"
|
BIN
locale/ja_JP/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/ja_JP/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
532
locale/ja_JP/LC_MESSAGES/onion-link-list.po
Normal file
532
locale/ja_JP/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,532 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2024-11-06 01:48+0000\n"
|
||||
"Last-Translator: Akira <kawaiisenpai@waifu.club>\n"
|
||||
"Language-Team: Japanese <https://weblate.danwin1210.de/projects/DanWin/"
|
||||
"onion-link-list/ja/>\n"
|
||||
"Language: ja_JP\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.8.2\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "最近の追加"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "1週間以上オフライン"
|
||||
|
||||
#: www/index.php:97
|
||||
#, fuzzy
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Onionリンクの一覧"
|
||||
|
||||
#: www/index.php:99
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Onionリンクの一覧"
|
||||
|
||||
#: www/index.php:101
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Onionリンクの一覧"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Onionリンクの一覧"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Onionリンクの一覧"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "詐欺サイト(クローン)"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Onionリンクの一覧"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "エラー:データベースの接続がありません!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Onion アドレス:"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "詳細:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "カテゴリ:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "更新"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "検索:"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "検索キーワード"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "全て"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "検索"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "形式:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "特別な分類:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "削除済"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "カテゴリ:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Onionアドレスが不正です!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "正しいアドレスはこんな感じのはず:%s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Onionアドレスを追加しました!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "ごめん、このOnionアドレスはロックされていて編集できない!"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "説明の更新に成功しました!"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "カテゴリの変更に成功しました!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "ありがとう、でも、このアドレスはもう知ってるんだ!"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "検索キーワード \"%1$s\" - %2$d 件見つかりました:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Onion リンク"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "説明"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "最後に見た日"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "追加された日"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "アクション"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "なし"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "テスト"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "編集"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "クローン元(オリジナル)"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "不明"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "ページ:"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "コピー:"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "オンラインテスト"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "Onion リンク:"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "データベースの接続がありません!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr "警告。これは知られた詐欺サイト(クローン)です。オリジナルは %s です。"
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "対象はオンラインです!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "対象はオフラインです!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "管理者の操作画面"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "パスワード:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "ログイン"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "パスワードが間違っています!"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Onionアドレスを削除しました!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "施錠"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Onionアドレスをロックしました!"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "再追加"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "Onionアドレスを再度追加しました!"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "解錠"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "Onionアドレスのロックを解除しました!"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "宣伝"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr "Onionアドレスを次の日まで宣伝します: %1$s!"
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "宣伝解除"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr "Onionアドレスの宣伝をやめました!"
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "詐欺サイト"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "詐欺サイトを追加しました!"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr "追加できませんでした。詐欺サイトとオリジナルのアドレスが同一です。"
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "詐欺サイトではない"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "詐欺サイトを削除しました!"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "何も操作していません!"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "カテゴリ"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "状態"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "クローン元(オリジナル):"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "ビットコイン:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr ""
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "言語:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr "PHPの%s拡張が必要です。先にインストールしてください。"
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr "状態: 良好"
|
||||
|
||||
#~ msgid "Last tested"
|
||||
#~ msgstr "接続試験日"
|
||||
|
||||
#~ msgid "The pdo_mysql extension of PHP is required. Please install it first."
|
||||
#~ msgstr "PHPのpdo_mysql拡張が必要です。先にインストールしてください。"
|
||||
|
||||
#~ msgid "The pcre extension of PHP is required. Please install it first."
|
||||
#~ msgstr "PHPのpcre拡張が必要です。先にインストールしてください。"
|
||||
|
||||
#~ msgid "The curl extension of PHP is required. Please install it first."
|
||||
#~ msgstr "PHPのcurl拡張が必要です。先にインストールしてください。"
|
||||
|
||||
#~ msgid "The date extension of PHP is required. Please install it first."
|
||||
#~ msgstr "PHPのdate拡張が必要です。先にインストールしてください。"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Here an onion address can be tested, for whether it is online or not."
|
||||
#~ msgstr "ここで、Onionアドレスが「オンライン」かどうかを試すことができます。"
|
BIN
locale/nl_NL/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/nl_NL/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
518
locale/nl_NL/LC_MESSAGES/onion-link-list.po
Normal file
518
locale/nl_NL/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,518 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-08-31 16:27+0000\n"
|
||||
"Last-Translator: Johan Gerards <vpwbpyzaba@rocketestate724.com>\n"
|
||||
"Language-Team: Dutch <https://weblate.danwin1210.de/projects/DanWin/"
|
||||
"onion-link-list/nl/>\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.18.2\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr "Allemaal legitiem"
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "Laatst toegevoegd"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "Offline > 1 week"
|
||||
|
||||
#: www/index.php:97
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Onionlinklijst - Niet gevonden"
|
||||
|
||||
#: www/index.php:99
|
||||
#, php-format
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Onionlinklijst - Zoeken naar %s"
|
||||
|
||||
#: www/index.php:101
|
||||
#, php-format
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Onionlinklijst - Pagina %d"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, php-format
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Onionlinklijst - %1$s - Pagina %2$d"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, php-format
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Onionlinklijst - %s"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "Phishing-klonen"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Onionlinklijst"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
"Enorme linklijst van Tor hidden service onions. Alle darknet-links die je "
|
||||
"nodig hebt op één plek."
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "Fout: Geen databaseverbinding!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
"Ik ben niet verantwoordelijk voor de inhoud van websites waarnaar hier wordt "
|
||||
"gelinkt. 99% van de darkwebsites die iets verkopen zijn oplichting. Wees "
|
||||
"voorzichtig en gebruik je verstand. Ik ontvang regelmatig e-mails van mensen "
|
||||
"die wanhopig geld wilden verdienen en voor oplichters vielen, wees niet een "
|
||||
"van hen!"
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Onionadres:"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "Beschrijving:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "Categorie:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "Update"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "Zoeken:"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "Zoekterm"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "Alle"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "Verberg vergrendelde"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "Zoeken"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "Formaat:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "Speciale categorieën:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "Verwijderd/kinderporno"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr "In afwachting van goedkeuring"
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr "Afgekeurd"
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "Categorieën:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Ongeldig onionadres!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "Een geldig adres ziet er zo uit: %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr "Fout: verkeerde captcha"
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr "Fout: captcha is verlopen"
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Onionadres succesvol toegevoegd!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "Sorry, het bewerken van dit onionadres is vergrendeld!"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "Beschrijving succesvol bijgewerkt!"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "Categorie succesvol bijgewerkt!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "Bedankt, maar ik heb dit adres al!"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "Zoeken naar \"%1$s\", %2$d resultaten gevonden:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Onionlink"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "Beschrijving"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "Laatst gezien"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "Toegevoegd op"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "Acties"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "Nooit"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "Test"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "Bewerk"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "Kloon van"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "Onbekend"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "Pagina's:"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "Kopieer:"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr "captcha-afbeelding"
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "Onlinetest"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr "Test of een Tor hidden service onion online of offline is"
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "Onionlink:"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "Geen databaseverbinding!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr ""
|
||||
"Waarschuwing: dit is een bekende phishing-kloon. De originele site bevindt "
|
||||
"zich op %s."
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr "Waarschuwing: dit is een bekende oplichting!"
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "Ja, de service is online!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "Nee, de service is offline!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "Admininterface"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "Wachtwoord:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "Verkeerd wachtwoord!"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "Verwijder"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Onionadres succesvol verwijderd!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "Vergrendel"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Onionadres succesvol vergrendeld!"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "Opnieuw toevoegen"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "Onionadres succesvol opnieuw toegevoegd!"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "Ontgrendelen"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "Onionadres succesvol ontgrendeld!"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "Promoot"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr "Onionadres succesvol gepromoot tot %1$s!"
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "Ontpromoten"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr "Onionadres succesvol ongepromoot!"
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "Phishing"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "Phishing-kloon succesvol toegevoegd!"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr ""
|
||||
"Phishing-kloon niet toegevoegd! Phishing-adres en het originele adres zijn "
|
||||
"hetzelfde."
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "Geen phishing"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "Phishing-kloon succesvol verwijderd!"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "Afwijzen"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr "Onionadres succesvol afgewezen"
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "Goedkeuren"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr "Onionadres succesvol goedgekeurd"
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "Geen actie ondernomen!"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr "Weergavemodus wijzigen"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr "Selecteer"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr "Adres"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "Categorie"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr "Goedgekeurd: %d"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr "Vergrendeld: %d"
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "Kloon van:"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "Bitcoins:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr "Fout bij het maken van de sitemap!"
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr "Doorzoek de onionlinklijst"
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr "Ongesorteerd"
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr "18+/porno"
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr "Communicatie/sociaal"
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr "Forums"
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr "Hacken/programmeren/software"
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr "Hosting"
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr "Bibliotheken/wikis"
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr "Linklijsten"
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr "Markt/winkel"
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr "Andere"
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr "Persoonlijke sites/blogs"
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr "Veiligheid/privacy/encryptie"
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr "Klokkenluiden"
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr "Leeg/fout/onbekend"
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr "Cryptovaluta"
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr "Oplichtingen"
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr "Plezier/spelletjes/grappen"
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "Taal:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr "De %s-extensie van PHP is vereist. Installeer deze eerst."
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr "Status: OK"
|
505
locale/onion-link-list.pot
Normal file
505
locale/onion-link-list.pot
Normal file
@ -0,0 +1,505 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:97
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:99
|
||||
#, php-format
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:101
|
||||
#, php-format
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, php-format
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, php-format
|
||||
msgid "Onion link list - %s"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr ""
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr ""
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr ""
|
BIN
locale/pl_PL/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/pl_PL/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
511
locale/pl_PL/LC_MESSAGES/onion-link-list.po
Normal file
511
locale/pl_PL/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,511 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-04-30 21:04+0000\n"
|
||||
"Last-Translator: big cat <biggiecat@danwin1210.de>\n"
|
||||
"Language-Team: Polish <https://weblate.danwin1210.de/projects/DanWin/"
|
||||
"onion-link-list/pl/>\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "Ostatnio dodane"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "Offline > 1 tydzień"
|
||||
|
||||
#: www/index.php:97
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Lista linków Onion - Nie znaleziono"
|
||||
|
||||
#: www/index.php:99
|
||||
#, php-format
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Lista linków Onion - Wyszukiwanie %s"
|
||||
|
||||
#: www/index.php:101
|
||||
#, php-format
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Lista linków Onion - Strona %d"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, php-format
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Lista linków Onion - %1$s - Strona %2$d"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, php-format
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Lista linków Onion - %s"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "Phishing"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Lista linków Onion"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
"Wielka lista linków do ukrytych serwisów Tor. Wszystkie linki darknet "
|
||||
"których potrzebujesz, w jednym miejscu."
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "Błąd: Brak połączenia z bazą danych!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Adres Onion:"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "Opis:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "Kategoria:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "Zaktualizuj"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "Szukaj:"
|
||||
|
||||
#: www/index.php:178
|
||||
#, fuzzy
|
||||
msgid "Search term"
|
||||
msgstr "Wpisz tekst..."
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "Wszystko"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "Ukryj zablokowane"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "Szukaj"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "Format:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "Specjalne kategorie:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "Usunięte/dziecięca pornografia"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr "Odrzucone"
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "Kategorie:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Nieprawidłowy adres onion!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "Prawidłowy adres wygląda tak: %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr "Błąd: Nieprawidłowa captcha"
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr "Błąd: Captcha wygasła"
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Pomyślnie dodano adres onion!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "Pomyślnie zaktualizowano opis!"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "Pomyślnie zaktualizowano kategorię!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "Dzięki, ale już znam ten adres!"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "Wyszukiwanie \"%1$s\", %2$d wyników:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Adres onion"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "Opis"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "Ostatnio widziane"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "Dodano"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "Nigdy"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "Test"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "Edytuj"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "Klon"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "Nieznane"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "Kopiuj:"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr "obrazek captcha"
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "Online-Test"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr "Sprawdź, czy dana strona onion jest online czy offline"
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "Link onion:"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "Brak połączenia z bazą danych!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "Tak, strona jest online!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "Nie, strona jest offline!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "Panel administracyjny"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "Hasło:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "Zaloguj się"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "Nieprawidłowe hasło!"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "Usuń"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Pomyślnie usunięto adres onion!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "Zablokuj"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Pomyślnie zablokowano adres onion!"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "Dodaj spowrotem"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "Odblokuj"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "Promuj"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "Nie promuj"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "Phishing"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "Nie phishing"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "Odrzuć"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "Zatwierdź"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr "Wybierz"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr "Adres"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "Kategoria"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr "Zatwierdzono: %d"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr "Zablokowano: %d"
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "Klon:"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "Bitcoiny:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr ""
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr "Dla dorosłych/Porno"
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr "Fora"
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr "Hackowanie/Programowanie/Oprogramowanie"
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr "Hosting"
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr "Biblioteki/Wikie"
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr "Market/Sklep"
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr "Inne"
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr "Strony/blogi osobiste"
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr "Puste/Błąd/Nieznane"
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr "Kryptowaluty"
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr "Oszustwa"
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "Język:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr "Status: OK"
|
BIN
locale/pt_PT/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/pt_PT/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
524
locale/pt_PT/LC_MESSAGES/onion-link-list.po
Normal file
524
locale/pt_PT/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,524 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-01-25 18:25+0000\n"
|
||||
"Last-Translator: Weblate Admin <daniel@danwin1210.de>\n"
|
||||
"Language-Team: Portuguese (Portugal) <https://weblate.danwin1210.de/projects/"
|
||||
"DanWin/onion-link-list/pt_PT/>\n"
|
||||
"Language: pt_PT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Weblate 4.15\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "Últimos adicionados"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "Offline > 1 semana"
|
||||
|
||||
#: www/index.php:97
|
||||
#, fuzzy
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Lista de links onion"
|
||||
|
||||
#: www/index.php:99
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Lista de links onion"
|
||||
|
||||
#: www/index.php:101
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Lista de links onion"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Lista de links onion"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, fuzzy, php-format
|
||||
#| msgid "Onion link list"
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Lista de links onion"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "Clone com phishing"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Lista de links onion"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "Erro: Sem conexão com a database!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Endereço onion:"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "Descrição:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "Categoria:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "Atualizar"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "Pesquisar:"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "Termo de pesquisa"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "Todos"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "Esconder bloqueado"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "Pesquisar"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "Formato:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "Categorias especiais:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "Removidos/Pornografia infantil"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr "Aprovação pendente"
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "Categorias:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Endereço onion inválido!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "Um endereço válido é parecido com este: %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr ""
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Endereço onion adicionado com sucesso!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "Desculpe, a edição deste endereço onion foi bloqueada!"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "Descrição atualizada com sucesso!"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "Categoria atualizada com sucesso!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "Obrigado, mas já conhecia este endereço!"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "Procurando por \"%1$s\", %2$d resultados encontrados:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Onion link"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "Descrição"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "Visto pela última vez"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "Adicionado em"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "Ações"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "Nunca"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "Testar"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "Clone de"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "Desconhecido"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "Páginas:"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "Copiar:"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "Online-Teste"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "Sem conexão com a database!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr ""
|
||||
"Aviso, este é um clone para phishing conhecido. O site original está "
|
||||
"localizado em %s."
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr ""
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "Sim, o serviço está online!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "Não, o serviço está offline!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "Interface do administrador"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "Senha:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "Senha errada!"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "Remover"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Endereço onion removido com sucesso!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "Bloquear"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Endereço onion bloqueado com sucesso!"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "Re-adicionar"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "Endereço onion adicionado com sucesso!"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "Desbloquear"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "Endereço onion desbloqueado com sucesso!"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "Promover"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "Despromover"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr "Endereço onion despromovido com sucesso!"
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "Phishing"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "Clone com phishing adicionado com sucesso!"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr ""
|
||||
"Clone com phishing não adicionado! Phishing e original têm o mesmo endereço."
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "Sem phishing"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "Clone para phishing removido com sucesso!"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "Rejeitar"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr "Endereço onion rejeitado com sucesso"
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "Aprovar"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr "Endereço onion aprovado com sucesso"
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "Nenhuma ação tomada!"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr "Alternar modo de visualização"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "Categoria"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "Clone de:"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "Bitcoins:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr ""
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr ""
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "Linguagem:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Last tested"
|
||||
#~ msgstr "Testado pela última vez"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Here an onion address can be tested, for whether it is online or not."
|
||||
#~ msgstr ""
|
||||
#~ "Aqui um endereço onion pode ser testado, para saber se está online ou não."
|
BIN
locale/ru_RU/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/ru_RU/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
515
locale/ru_RU/LC_MESSAGES/onion-link-list.po
Normal file
515
locale/ru_RU/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,515 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-08-06 17:23+0000\n"
|
||||
"Last-Translator: Goatli <goatli@porcod.io>\n"
|
||||
"Language-Team: Russian <https://weblate.danwin1210.de/projects/DanWin/"
|
||||
"onion-link-list/ru/>\n"
|
||||
"Language: ru_RU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 4.18.1\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr "Доверенные сайты"
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "Недавно добавленные"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "Офлайн больше недели"
|
||||
|
||||
#: www/index.php:97
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Список ссылок Onion - Не найдено"
|
||||
|
||||
#: www/index.php:99
|
||||
#, php-format
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Список ссылок Onion - Поиск %s"
|
||||
|
||||
#: www/index.php:101
|
||||
#, php-format
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Список ссылок onion - Страница %d"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, php-format
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Список ссылок Onion -%1$s - страница%2$d"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, php-format
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Список ссылок Onion - %s"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "Фишинг"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Список ссылок Onion"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
"Огромный список ссылок на скрытые сервисы Tor. Все onion ссылки что вам "
|
||||
"нужны, находятся здесь."
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "Ошибка: Нет подключения к базе данных!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
"Я не несу ответственности за любое содержание веб-сайтов ссылки на которые "
|
||||
"размещены здесь. 99% darkweb сайтов продающих что-либо мошенники. Будьте "
|
||||
"осторожны, хорошо подумайте прежде чем что-либо купить. Я регулярно получаю "
|
||||
"письма от людей, которые хотели заработать, но стали жертвами мошенников, "
|
||||
"будьте внимательны не повторите судьбу жертв."
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Адрес onion:"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "Описание:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "Категория:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "Обновить"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "Поиск:"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "Поисковый запрос"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "Все"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "Скрыть заблокированные"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "Поиск"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "Формат:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "Отдельные категории:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "Удалено/запрещенка"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr "Ожидают подтверждение"
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr "Отклонено"
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "Категории:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Неверный адрес!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "Действительный адрес выглядит следующим образом: %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr "Ошибка: Неверная капча"
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr "Ошибка: Срок действия капчи истек"
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Адрес успешно добавлен!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "Редактирование этого адреса запрещено!"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "Описание успешно обновлено!"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "Категория успешно обновлена!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "Спасибо, этот адрес мне уже известен!"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "По запросу \"%1$s\", %2$d найдены следующие результаты:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Ссылка"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "Описание"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "Последний раз онлайн"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "Добавлено"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "Действия"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "Никогда"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "Тест"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "Редактировать"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "Оригинальный сайт"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "Неизвестно"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "Страницы:"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "Код с картинки:"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr "Капча"
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "Онлайн-Тест"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr "Проверьте, находится ли Tor сервис онлайн"
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "Ссылка:"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "Нет подключения к базе данных!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr "Внимание, фишинговый сайт. Оригинальный сайт расположен по адресу %s."
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr "Внимание: Мошеннический сайт!"
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "Сервис находится онлайн!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "Сервис находится офлайн!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "Панель управления администратора"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "Пароль:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "Войти"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "Неверный пароль!"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "Удалить"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Адрес Onion успешно удален!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "Заблокировать"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Адрес успешно заблокирован!"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "Добавить повторно"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "Добавлено!"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "Разблокировать"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "Успешно разблокировано!"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr ""
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "Фишинг"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "Добавлен фишинговый сайт!"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr "Фишинговый сайт не добавлен! Фишинг и оригинал имеют одинаковый адрес."
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "Не является фишингом"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "Фишинговый сайт удален!"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "Отклонить"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr "Адрес отклонен"
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "Одобрить"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr "Адрес одобрен"
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "Никаких действий не предпринято!"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr "Переключить режим просмотра"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr "Выбрать"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr "Адрес"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "Категория"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "Статус"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr "Одобрено: %d"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr "Заблокировано: %d"
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "Клон из:"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "Биткоины:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr "Ошибка при создании карты сайта!"
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr "Поиск по списку"
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr "Несортированные"
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr "Сайты для взрослых"
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr "Общение/соцсети"
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr "Форумы"
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr "Все для хакинга"
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr "Хостинги"
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr "Библиотеки/Вики-сайты"
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr "Списки ссылок"
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr "Маркеты"
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr "Прочее"
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr "Личные сайты/Блоги"
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr "Безопасность / Конфиденциальность/ Шифрование"
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr "Разоблачение"
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr "Неизвестные сайты"
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr "Криптовалюта"
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr "Мошеннические сайты"
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr "Развлечения"
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "Язык:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr ""
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr ""
|
BIN
locale/tr_TR/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/tr_TR/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
525
locale/tr_TR/LC_MESSAGES/onion-link-list.po
Normal file
525
locale/tr_TR/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,525 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-05-04 01:26+0000\n"
|
||||
"Last-Translator: Haydar Erdoğan <bygenc19@gmail.com>\n"
|
||||
"Language-Team: Turkish <https://weblate.danwin1210.de/projects/DanWin/"
|
||||
"onion-link-list/tr/>\n"
|
||||
"Language: tr_TR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.17\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr "Hepsi yasal"
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "Son eklenen"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "Çevrimdışı > 1 hafta"
|
||||
|
||||
#: www/index.php:97
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Onion bağlantı listesi - Bulunamadı"
|
||||
|
||||
#: www/index.php:99
|
||||
#, php-format
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Onion bağlantı listesi - %s aranıyor"
|
||||
|
||||
#: www/index.php:101
|
||||
#, php-format
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Onion bağlantı listesi - Sayfa %d"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, php-format
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Onion bağlantı listesi - %1$s - Sayfa %2$d"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, php-format
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Onion bağlantı listesi - %s"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "Phishing Klonları"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Onion bağlantı listesi"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
"Tor gizli servis onion devasa bağlantı listesi. İhtiyacınız olan tüm darknet "
|
||||
"bağlantıları tek bir yerde."
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "Hata: Veritabanı bağlantısı yok!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
"Burada bağlantısı verilen web sitelerinin hiçbir içeriğinden sorumlu "
|
||||
"değilim. Herhangi bir şey satan darkweb sitelerinin %99'u dolandırıcıdır. "
|
||||
"Dikkatli olun ve beyninizi kullanın. Çaresizce para kazanmak isteyen ve "
|
||||
"dolandırıcılara kanan insanlardan düzenli olarak E-Postalar alıyorum, "
|
||||
"onlardan biri olmayın!"
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Onion-Adresi:"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "Açıklama:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "Kategori:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "Güncelle"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "Ara:"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "Arama terimi"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "Tümü"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "Kilitlileri gizle"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "Ara"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "Biçim:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "Özel kategoriler:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "Kaldırıldı/Çocuk pornografisi"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr "Onay bekleyen"
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr "Reddedilmiş"
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "Kategoriler:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Geçersiz onion-Adresi!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "Geçerli bir adres şöyle gözükür: %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr "Hata: Yanlış güvenlik kodu"
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr "Hata: Captcha'nın süresi doldu"
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Onion-Adresi başarıyla eklendi!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "Üzgünüm, bu onion-Adresini düzenlemek kilitli!"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "Açıklama başarılı bir şekilde güncellendi!"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "Kategori başarılı bir şekilde güncellendi!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "Teşekkürler, ama bu adresi zaten biliyorum!"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "\"%1$s\" için aranıyor, %2$d sonuç bulundu:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Onion bağlantısı"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "Açıklama"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "Son görülme"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "Şu tarihte eklendi"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "Eylemler"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "Asla"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "Dene"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "Düzenle"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "Klonu"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "Bilinmiyor"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "Sayfalar:"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "Kopyala:"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr "CAPTCHA görseli"
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "Çevrimiçi-Deneme"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr ""
|
||||
"Bir Tor gizli hizmet soğanının çevrimiçi mi yoksa çevrimdışı mı olduğunu "
|
||||
"test edin"
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "Onion bağlantısı:"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "Veritabanı bağlantısı yok!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr ""
|
||||
"Uyarı, bu bilinen bir phishing klonu. Gerçek site %s adresinde bulunuyor."
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr "Uyarı: Bu bilinen bir dolandırıcılıktır!"
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "Evet, bu servis çevrimiçi!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "Hayır, bu servis çevrimdışı!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "Yönetici arayüzü"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "Şifre:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "Giriş"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "Yanlış şifre!"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "Kaldır"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Onion-Adresi başarıyla kaldırıldı!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "Kilitle"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Onion-Adresi başarılı bir şekilde kilitlendi!"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "Yeniden-ekle"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "Onion-Adresi başarılı bir şekilde okundu!"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "Kilidi aç"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "Onion-Adresi'nin kilidi başarılı bir şekilde açıldı!"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "Destekle"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr "%1$s tarihine kadar onion-Adresi başarılı bir şekilde desteklendi!"
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "Destekleme"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr "Onion-Adresine destek başarılı bir şekilde bırakıldı!"
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "Phishing"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "Phishing klonu eklendi!"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr "Phishing klonu eklenemedi! Phishing ve orijinal aynı adrese sahip."
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "Phishing değil"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "Phishing klonu başarılı bir şekilde kaldırıldı!"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "Reddetmek"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr "Onion adresi başarıyla reddedildi"
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "Onaylamak"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr "Onion adresi başarıyla onaylandı"
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "İşlem yapılmadı!"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr "Görünüm modunu değiştir"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr "Seçme"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr "Adres"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "Kategori"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "Durum"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr "Onaylandı: %d"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr "Kilitli: %d"
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "Klonu:"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "Bitcoinler:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr "Site haritası oluşturulurken hata oluştu!"
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr "Onion bağlantı listesinde ara"
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr "Sınıflandırılmamış"
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr "Yetişkin/Porno"
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr "İletişim/Sosyal"
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr "Forumlar"
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr "Bilgisayar Korsanlığı/Programlama/Yazılım"
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr "Hosting"
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr "Kitaplıklar/Vikiler"
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr "Bağlantı Listeleri"
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr "Market/Dükkan/Mağaza"
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr "Diğer"
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr "Kişisel Siteler/Bloglar"
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr "Güvenlik/Gizlilik/Şifreleme"
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr "bilgi uçurma"
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr "Boş/Hata/Bilinmeyen"
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr "Kripto para birimleri"
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr "Dolandırıcılık"
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr "Eğlence/Oyunlar/Şaka"
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "Dil:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr "PHP'nin %s uzantısı gereklidir. Lütfen önce kurun."
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr "Durum: Tamam"
|
||||
|
||||
#~ msgid "Last tested"
|
||||
#~ msgstr "Son denenme"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Here an onion address can be tested, for whether it is online or not."
|
||||
#~ msgstr ""
|
||||
#~ "Burada çevrimiçi veya değil farketmeksizin bir Onion-Adresi denenebilir."
|
BIN
locale/uk/LC_MESSAGES/onion-link-list.mo
Normal file
BIN
locale/uk/LC_MESSAGES/onion-link-list.mo
Normal file
Binary file not shown.
517
locale/uk/LC_MESSAGES/onion-link-list.po
Normal file
517
locale/uk/LC_MESSAGES/onion-link-list.po
Normal file
@ -0,0 +1,517 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: daniel@danwin1210.de\n"
|
||||
"POT-Creation-Date: 2023-01-26 21:02+0100\n"
|
||||
"PO-Revision-Date: 2023-10-14 09:41+0000\n"
|
||||
"Last-Translator: Анонім <g2014test@yandex.com>\n"
|
||||
"Language-Team: Ukrainian <https://weblate.danwin1210.de/projects/DanWin/"
|
||||
"onion-link-list/uk/>\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 5.0.2\n"
|
||||
|
||||
#: www/index.php:37
|
||||
msgid "All legitimate"
|
||||
msgstr "Усі законні"
|
||||
|
||||
#: www/index.php:38 www/index.php:67 www/index.php:113
|
||||
msgid "Last added"
|
||||
msgstr "Останні додані"
|
||||
|
||||
#: www/index.php:39 www/index.php:109 www/index.php:111
|
||||
msgid "Offline > 1 week"
|
||||
msgstr "Офлайн > 1 тижня"
|
||||
|
||||
#: www/index.php:97
|
||||
msgid "Onion link list - Not found"
|
||||
msgstr "Список посилань Onion – Не знайдено"
|
||||
|
||||
#: www/index.php:99
|
||||
#, php-format
|
||||
msgid "Onion link list - Searching for %s"
|
||||
msgstr "Список посилань Onion – Пошук %s"
|
||||
|
||||
#: www/index.php:101
|
||||
#, php-format
|
||||
msgid "Onion link list - Page %d"
|
||||
msgstr "Список посилань Onion – Сторінка %d"
|
||||
|
||||
#: www/index.php:103 www/index.php:109
|
||||
#, php-format
|
||||
msgid "Onion link list - %1$s - Page %2$d"
|
||||
msgstr "Список посилань Onion – %1$s – Сторінка %2$d"
|
||||
|
||||
#: www/index.php:105 www/index.php:107 www/index.php:111 www/index.php:113
|
||||
#, php-format
|
||||
msgid "Onion link list - %s"
|
||||
msgstr "Список посилань Onion – %s"
|
||||
|
||||
#: www/index.php:107 www/index.php:213
|
||||
msgid "Phishing Clones"
|
||||
msgstr "Фішингові клони"
|
||||
|
||||
#: www/index.php:115 www/index.php:123 www/opensearch.php:6
|
||||
msgid "Onion link list"
|
||||
msgstr "Список посилань Onion"
|
||||
|
||||
#: www/index.php:122 www/index.php:129
|
||||
msgid ""
|
||||
"Huge link list of Tor hidden service onions. All the darknet links you need "
|
||||
"in one place."
|
||||
msgstr ""
|
||||
"Величезний список посилань на приховані сервіси Tor. Всі потрібні Вам "
|
||||
"посилання з даркнету в одному місці."
|
||||
|
||||
#: www/index.php:140 www/index.php:436 www/index.php:453
|
||||
msgid "Error: No database connection!"
|
||||
msgstr "Помилка: Нема підключення до бази даних!"
|
||||
|
||||
#: www/index.php:142
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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. I regularly "
|
||||
"receive E-Mails from people that were desperate to make money and fell for "
|
||||
"scammers, don't be one of them!"
|
||||
msgstr ""
|
||||
"Я не несу відповідальності за вміст вебсайтів, на які посилаються тут. 99 % "
|
||||
"сайтів дарквебу, що продають що-небудь, є шахрайськими. Будьте обережні і "
|
||||
"використовуйте свій мозок. Я регулярно отримую електронні листи від людей, "
|
||||
"які відчайдушно хотіли заробити гроші і потрапили на вудку шахраїв, не "
|
||||
"будьте одним з них!"
|
||||
|
||||
#: www/index.php:145
|
||||
msgid "Onion address:"
|
||||
msgstr "Адреса Onion:"
|
||||
|
||||
#: www/index.php:150 www/admin.php:184
|
||||
msgid "Description:"
|
||||
msgstr "Опис:"
|
||||
|
||||
#: www/index.php:165 www/index.php:183 www/admin.php:200
|
||||
msgid "Category:"
|
||||
msgstr "Категорія:"
|
||||
|
||||
#: www/index.php:175 www/admin.php:81 www/admin.php:221
|
||||
msgid "Update"
|
||||
msgstr "Оновити"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search:"
|
||||
msgstr "Пошук:"
|
||||
|
||||
#: www/index.php:178
|
||||
msgid "Search term"
|
||||
msgstr "Пошуковий запит"
|
||||
|
||||
#: www/index.php:188 www/index.php:478
|
||||
msgid "All"
|
||||
msgstr "Усі"
|
||||
|
||||
#: www/index.php:201
|
||||
msgid "Hide locked"
|
||||
msgstr "Приховати заблоковані"
|
||||
|
||||
#: www/index.php:202 common_config.php:90
|
||||
msgid "Search"
|
||||
msgstr "Знайти"
|
||||
|
||||
#: www/index.php:204
|
||||
msgid "Format:"
|
||||
msgstr "Формат:"
|
||||
|
||||
#: www/index.php:207
|
||||
msgid "Special categories:"
|
||||
msgstr "Спеціальні категорії:"
|
||||
|
||||
#: www/index.php:214
|
||||
msgid "Removed/Child porn"
|
||||
msgstr "Видалено/Заборонене порно"
|
||||
|
||||
#: www/index.php:216
|
||||
msgid "Pending approval"
|
||||
msgstr "Очікують підтвердження"
|
||||
|
||||
#: www/index.php:217
|
||||
msgid "Rejected"
|
||||
msgstr "Відхилено"
|
||||
|
||||
#: www/index.php:221
|
||||
msgid "Categories:"
|
||||
msgstr "Категорії:"
|
||||
|
||||
#: www/index.php:228 www/test.php:46 www/admin.php:51 www/admin.php:111
|
||||
msgid "Invalid onion address!"
|
||||
msgstr "Недопустима onion адреса!"
|
||||
|
||||
#: www/index.php:229
|
||||
#, php-format
|
||||
msgid "A valid address looks like this: %s"
|
||||
msgstr "Правильна адреса виглядає наступним чином: %s"
|
||||
|
||||
#: www/index.php:233 www/index.php:246
|
||||
msgid "Error: Wrong captcha"
|
||||
msgstr "Помилка: Неправильна капча"
|
||||
|
||||
#: www/index.php:239
|
||||
msgid "Error: Captcha expired"
|
||||
msgstr "Помилка: Термін дії капчі закінчився"
|
||||
|
||||
#: www/index.php:268 www/admin.php:97
|
||||
msgid "Successfully added onion address!"
|
||||
msgstr "Onion адресу успішно додано!"
|
||||
|
||||
#: www/index.php:270
|
||||
msgid "Sorry, editing this onion address has been locked!"
|
||||
msgstr "Вибачте, редагування цієї onion-адреси було заблоковано!"
|
||||
|
||||
#: www/index.php:274 www/admin.php:101
|
||||
msgid "Successfully updated description!"
|
||||
msgstr "Опис успішно оновлено!"
|
||||
|
||||
#: www/index.php:278 www/admin.php:105
|
||||
msgid "Successfully updated category!"
|
||||
msgstr "Категорія успішно оновлена!"
|
||||
|
||||
#: www/index.php:280 www/admin.php:107
|
||||
msgid "Thanks, but I already knew this address!"
|
||||
msgstr "Дякую, але я вже знаю цю адресу!"
|
||||
|
||||
#: www/index.php:302
|
||||
#, php-format
|
||||
msgid "Searching for \"%1$s\", %2$d results found:"
|
||||
msgstr "За запитом «%1$s» знайдено %2$d результатів:"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Onion link"
|
||||
msgstr "Посилання Onion"
|
||||
|
||||
#: www/index.php:349 www/admin.php:166
|
||||
msgid "Description"
|
||||
msgstr "Опис"
|
||||
|
||||
#: www/index.php:349 www/index.php:409
|
||||
msgid "Last seen"
|
||||
msgstr "Останнє відвідування"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Added at"
|
||||
msgstr "Додано"
|
||||
|
||||
#: www/index.php:349
|
||||
msgid "Actions"
|
||||
msgstr "Дії"
|
||||
|
||||
#: www/index.php:361 www/index.php:379 www/index.php:418
|
||||
msgid "Never"
|
||||
msgstr "Ніколи"
|
||||
|
||||
#: www/index.php:369 www/index.php:395 www/test.php:34
|
||||
msgid "Test"
|
||||
msgstr "Тест"
|
||||
|
||||
#: www/index.php:393
|
||||
msgid "Edit"
|
||||
msgstr "Редагувати"
|
||||
|
||||
#: www/index.php:409
|
||||
msgid "Clone of"
|
||||
msgstr "Оригінальний сайт"
|
||||
|
||||
#: www/index.php:425
|
||||
msgid "Unknown"
|
||||
msgstr "Невідомо"
|
||||
|
||||
#: www/index.php:477
|
||||
msgid "Pages:"
|
||||
msgstr "Сторінки:"
|
||||
|
||||
#: www/index.php:516
|
||||
msgid "Copy:"
|
||||
msgstr "Перепишіть:"
|
||||
|
||||
#: www/index.php:523 www/index.php:538 www/index.php:590
|
||||
msgid "captcha image"
|
||||
msgstr "зображення з капчею"
|
||||
|
||||
#: www/test.php:7 www/test.php:16 www/test.php:22
|
||||
msgid "Online-Test"
|
||||
msgstr "Онлайн-тест"
|
||||
|
||||
#: www/test.php:11 www/test.php:17 www/test.php:24
|
||||
msgid "Test whether a Tor hidden service onion is online or offline"
|
||||
msgstr "Перевірте, прихований сервіс Tor онлайн чи офлайн"
|
||||
|
||||
#: www/test.php:27 www/admin.php:160
|
||||
msgid "Onion link:"
|
||||
msgstr "Посилання Onion:"
|
||||
|
||||
#: www/test.php:43 www/admin.php:12 www/sitemap.php:8 cron/update.php:7
|
||||
#: cron/phishing_tests.php:8 cron/tests.php:7 helpers/tmp5.php:6
|
||||
#: helpers/tmp6.php:6 helpers/fill_unknown_phishing.php:6 helpers/tmp3.php:6
|
||||
#: helpers/tmp7.php:6 helpers/tmp4.php:6 helpers/tmp2.php:6 helpers/tmp.php:6
|
||||
#: setup.php:20 setup.php:23
|
||||
msgid "No database connection!"
|
||||
msgstr "Нема підключення до бази даних!"
|
||||
|
||||
#: www/test.php:61
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Warning, this is a known phishing clone. The original site is located at %s."
|
||||
msgstr ""
|
||||
"Увага, це відомий фішинговий клон. Оригінальний сайт знаходиться за адресою "
|
||||
"%s."
|
||||
|
||||
#: www/test.php:66
|
||||
msgid "Warning: This is a known scam!"
|
||||
msgstr "Увага: Це відомий шахрайський сайт!"
|
||||
|
||||
#: www/test.php:71 www/test.php:106
|
||||
msgid "Yes, the service is online!"
|
||||
msgstr "Так, сервіс доступний онлайн!"
|
||||
|
||||
#: www/test.php:110
|
||||
msgid "No, the service is offline!"
|
||||
msgstr "Ні, сервіс офлайн!"
|
||||
|
||||
#: www/admin.php:17 www/admin.php:27
|
||||
msgid "Admin interface"
|
||||
msgstr "Інтерфейс адміністратора"
|
||||
|
||||
#: www/admin.php:35
|
||||
msgid "Password:"
|
||||
msgstr "Пароль:"
|
||||
|
||||
#: www/admin.php:36
|
||||
msgid "Login"
|
||||
msgstr "Увійти"
|
||||
|
||||
#: www/admin.php:39
|
||||
msgid "Wrong Password!"
|
||||
msgstr "Неправильний пароль!"
|
||||
|
||||
#: www/admin.php:55 www/admin.php:211
|
||||
msgid "Remove"
|
||||
msgstr "Видалити"
|
||||
|
||||
#: www/admin.php:57
|
||||
msgid "Successfully removed onion address!"
|
||||
msgstr "Onion адреса успішно видалена!"
|
||||
|
||||
#: www/admin.php:58 www/admin.php:212
|
||||
msgid "Lock"
|
||||
msgstr "Заблокувати"
|
||||
|
||||
#: www/admin.php:60
|
||||
msgid "Successfully locked onion address!"
|
||||
msgstr "Onion адреса успішно заблокована!"
|
||||
|
||||
#: www/admin.php:61 www/admin.php:216
|
||||
msgid "Re-add"
|
||||
msgstr "Додати повторно"
|
||||
|
||||
#: www/admin.php:63
|
||||
msgid "Successfully re-added onion address!"
|
||||
msgstr "Onion адреса повторно додана!"
|
||||
|
||||
#: www/admin.php:64 www/admin.php:217
|
||||
msgid "Unlock"
|
||||
msgstr "Розблокувати"
|
||||
|
||||
#: www/admin.php:66
|
||||
msgid "Successfully unlocked onion address!"
|
||||
msgstr "Onion адреса успішно розблокована!"
|
||||
|
||||
#: www/admin.php:67 www/admin.php:213
|
||||
msgid "Promote"
|
||||
msgstr "Просувати"
|
||||
|
||||
#: www/admin.php:77
|
||||
#, php-format
|
||||
msgid "Successfully promoted onion address until %1$s!"
|
||||
msgstr "Onion адреса просувається до %1$s!"
|
||||
|
||||
#: www/admin.php:78 www/admin.php:218
|
||||
msgid "Un-promote"
|
||||
msgstr "Скасувати просування"
|
||||
|
||||
#: www/admin.php:80
|
||||
msgid "Successfully un-promoted onion address!"
|
||||
msgstr "Onion-адреса більше не просувається!"
|
||||
|
||||
#: www/admin.php:109 www/admin.php:214
|
||||
msgid "Phishing"
|
||||
msgstr "Фішинг"
|
||||
|
||||
#: www/admin.php:123
|
||||
msgid "Successfully added Phishing clone!"
|
||||
msgstr "Фішинг-клон успішно доданий!"
|
||||
|
||||
#: www/admin.php:125
|
||||
msgid "Not added Phishing clone! Phishing and original have the same address."
|
||||
msgstr "Фішинговий клон не додано! Фішинг та оригінал мають однакову адресу."
|
||||
|
||||
#: www/admin.php:128 www/admin.php:219
|
||||
msgid "No phishing"
|
||||
msgstr "Не є фішингом"
|
||||
|
||||
#: www/admin.php:133
|
||||
msgid "Successfully removed Phishing clone!"
|
||||
msgstr "Фішинговий клон успішно видалений!"
|
||||
|
||||
#: www/admin.php:134 www/admin.php:223
|
||||
msgid "Reject"
|
||||
msgstr "Відхилити"
|
||||
|
||||
#: www/admin.php:136
|
||||
msgid "Successfully rejected onion address"
|
||||
msgstr "Onion адреса успішно відхилена"
|
||||
|
||||
#: www/admin.php:137 www/admin.php:224
|
||||
msgid "Approve"
|
||||
msgstr "Підтвердити"
|
||||
|
||||
#: www/admin.php:139
|
||||
msgid "Successfully approved onion address"
|
||||
msgstr "Onion адреса успішно підтверджена"
|
||||
|
||||
#: www/admin.php:141
|
||||
msgid "No action taken!"
|
||||
msgstr "Ніяких дій не зроблено!"
|
||||
|
||||
#: www/admin.php:154
|
||||
msgid "Switch view mode"
|
||||
msgstr "Переключити режим перегляду"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Select"
|
||||
msgstr "Вибрати"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Address"
|
||||
msgstr "Адреса"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Category"
|
||||
msgstr "Категорія"
|
||||
|
||||
#: www/admin.php:166
|
||||
msgid "Status"
|
||||
msgstr "Статус"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Approved: %d"
|
||||
msgstr "Підтверджено: %d"
|
||||
|
||||
#: www/admin.php:170
|
||||
#, php-format
|
||||
msgid "Locked: %d"
|
||||
msgstr "Заблоковано: %d"
|
||||
|
||||
#: www/admin.php:174
|
||||
msgid "Clone of:"
|
||||
msgstr "Клон з:"
|
||||
|
||||
#: www/admin.php:179
|
||||
msgid "Bitcoins:"
|
||||
msgstr "Біткоіни:"
|
||||
|
||||
#: www/sitemap.php:80
|
||||
msgid "Error creating the sitemap!"
|
||||
msgstr "Помилка при створенні карти сайту!"
|
||||
|
||||
#: www/opensearch.php:7
|
||||
msgid "Search the onion link list"
|
||||
msgstr "Пошук у списку посилань onion"
|
||||
|
||||
#: common_config.php:73
|
||||
msgid "Unsorted"
|
||||
msgstr "Несортовані"
|
||||
|
||||
#: common_config.php:74
|
||||
msgid "Adult/Porn"
|
||||
msgstr "Для дорослих/Порно"
|
||||
|
||||
#: common_config.php:75
|
||||
msgid "Communication/Social"
|
||||
msgstr "Спілкування/Соціальні мережі"
|
||||
|
||||
#: common_config.php:76
|
||||
msgid "Forums"
|
||||
msgstr "Форуми"
|
||||
|
||||
#: common_config.php:77
|
||||
msgid "Hacking/Programming/Software"
|
||||
msgstr "Хакерство/Програмування/Програмне забезпечення"
|
||||
|
||||
#: common_config.php:78
|
||||
msgid "Hosting"
|
||||
msgstr "Хостинги"
|
||||
|
||||
#: common_config.php:79
|
||||
msgid "Libraries/Wikis"
|
||||
msgstr "Бібліотеки/Вікі-сайти"
|
||||
|
||||
#: common_config.php:80
|
||||
msgid "Link Lists"
|
||||
msgstr "Списки посилань"
|
||||
|
||||
#: common_config.php:81
|
||||
msgid "Market/Shop/Store"
|
||||
msgstr "Маркети/Магазини"
|
||||
|
||||
#: common_config.php:82
|
||||
msgid "Other"
|
||||
msgstr "Інше"
|
||||
|
||||
#: common_config.php:83
|
||||
msgid "Personal Sites/Blogs"
|
||||
msgstr "Персональні сайти/Блоги"
|
||||
|
||||
#: common_config.php:84
|
||||
msgid "Security/Privacy/Encryption"
|
||||
msgstr "Безпека/Конфіденційність/Шифрування"
|
||||
|
||||
#: common_config.php:85
|
||||
msgid "Whistleblowing"
|
||||
msgstr "Викриття"
|
||||
|
||||
#: common_config.php:86
|
||||
msgid "Empty/Error/Unknown"
|
||||
msgstr "Порожні/Помилки/Незрозумілі"
|
||||
|
||||
#: common_config.php:87
|
||||
msgid "Cryptocurrencies"
|
||||
msgstr "Криптовалюти"
|
||||
|
||||
#: common_config.php:88
|
||||
msgid "Scams"
|
||||
msgstr "Шахрайство"
|
||||
|
||||
#: common_config.php:89
|
||||
msgid "Fun/Games/Joke"
|
||||
msgstr "Розваги/Ігри/Приколи"
|
||||
|
||||
#: common_config.php:95
|
||||
msgid "Language:"
|
||||
msgstr "Мова:"
|
||||
|
||||
#: setup.php:8
|
||||
#, php-format
|
||||
msgid "The %s extension of PHP is required. Please install it first."
|
||||
msgstr "Потрібне розширення %s для PHP. Будь ласка, спочатку встановіть його."
|
||||
|
||||
#: setup.php:78
|
||||
msgid "Status: OK"
|
||||
msgstr "Статус: ОК"
|
56
setup.php
56
setup.php
@ -1,37 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
* Onion Link List - Setup
|
||||
*
|
||||
* Copyright (C) 2016-2020 Daniel Winzen <daniel@danwin1210.me>
|
||||
*
|
||||
* 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 for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
if(!extension_loaded('gettext')){
|
||||
die('The gettext extension of PHP is required. Please install it first.' . PHP_EOL);
|
||||
}
|
||||
require_once(__DIR__.'/common_config.php');
|
||||
if(!extension_loaded('pdo_mysql')){
|
||||
die($I['pdo_mysqlextrequired']);
|
||||
}
|
||||
if(!extension_loaded('pcre')){
|
||||
die($I['pcreextrequired']);
|
||||
}
|
||||
if(!extension_loaded('json')){
|
||||
die($I['jsonextrequired']);
|
||||
}
|
||||
if(!extension_loaded('curl')){
|
||||
die($I['curlextrequired']);
|
||||
}
|
||||
if(!extension_loaded('date')){
|
||||
die($I['dateextrequired']);
|
||||
foreach(['pdo_mysql', 'json', 'pcre', 'curl', 'intl'] as $required_extension) {
|
||||
if ( ! extension_loaded( 'pdo_mysql' ) ) {
|
||||
die( sprintf(_( 'The %s extension of PHP is required. Please install it first.' ), $required_extension) . PHP_EOL );
|
||||
}
|
||||
}
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
@ -42,21 +17,20 @@ try{
|
||||
if(false!==$db->exec('CREATE DATABASE ' . DBNAME)){
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}else{
|
||||
die($I['nodb']);
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
}catch(PDOException $e){
|
||||
die($I['nodb']);
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
}
|
||||
if(!@$db->query('SELECT * FROM ' . PREFIX . 'settings LIMIT 1;')){
|
||||
//create tables
|
||||
$db->exec('CREATE TABLE ' . PREFIX . "captcha (id int(10) UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, time int(10) UNSIGNED NOT NULL, code char(5) NOT NULL) ENGINE=MEMORY;");
|
||||
$db->exec('CREATE TABLE ' . PREFIX . "onions (id int(10) UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, address varchar(56) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL, md5sum binary(16) NOT NULL UNIQUE, lasttest int(10) UNSIGNED NOT NULL DEFAULT '0', lastup int(10) UNSIGNED NOT NULL DEFAULT '0', timediff int(10) UNSIGNED NOT NULL DEFAULT '0', timeadded int(10) UNSIGNED NOT NULL DEFAULT '0', description text CHARACTER SET utf8mb4 NOT NULL, category smallint(6) NOT NULL DEFAULT '0', locked smallint(6) NOT NULL DEFAULT '0', special int(10) UNSIGNED NOT NULL DEFAULT '0', approved smallint(6) NOT NULL DEFAULT '0', INDEX(address), INDEX(lasttest), INDEX(timediff), INDEX(category), INDEX(special));");
|
||||
$db->exec('CREATE TABLE ' . PREFIX . "onions (id int(10) UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, address varchar(56) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL, md5sum binary(16) NOT NULL UNIQUE, lasttest int(10) UNSIGNED NOT NULL DEFAULT '0', lastup int(10) UNSIGNED NOT NULL DEFAULT '0', timediff int(10) UNSIGNED NOT NULL DEFAULT '0', timeadded int(10) UNSIGNED NOT NULL DEFAULT '0', description text CHARACTER SET utf8mb4 NOT NULL, category smallint(6) NOT NULL DEFAULT '0', locked smallint(6) NOT NULL DEFAULT '0', special int(10) UNSIGNED NOT NULL DEFAULT '0', approved smallint(6) NOT NULL DEFAULT '0', timechanged int(10) UNSIGNED NOT NULL DEFAULT '0', INDEX(address), INDEX(lasttest), INDEX(timediff), INDEX(category), INDEX(special), INDEX(timechanged));");
|
||||
$db->exec('CREATE TABLE ' . PREFIX . 'phishing (onion_id int(10) UNSIGNED NOT NULL PRIMARY KEY, original varchar(56) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL, FOREIGN KEY (onion_id) REFERENCES onions(id) ON DELETE CASCADE ON UPDATE CASCADE);');
|
||||
$db->exec('CREATE TABLE ' . PREFIX . 'settings (setting varchar(50) NOT NULL PRIMARY KEY, value varchar(20000) NOT NULL);');
|
||||
$db->exec('CREATE TABLE ' . PREFIX . 'settings (setting varchar(50) NOT NULL PRIMARY KEY, value varchar(255) NOT NULL);');
|
||||
$stmt=$db->prepare('INSERT INTO ' . PREFIX . "settings (setting, value) VALUES ('version', ?);");
|
||||
$stmt->execute([DBVERSION]);
|
||||
echo "$I[succdbcreate]\n";
|
||||
}else{
|
||||
$res=$db->query('SELECT value FROM ' . PREFIX . "settings WHERE setting='version';");
|
||||
$version=$res->fetch(PDO::FETCH_NUM)[0];
|
||||
@ -92,7 +66,13 @@ if(!@$db->query('SELECT * FROM ' . PREFIX . 'settings LIMIT 1;')){
|
||||
if($version < 6){
|
||||
$db->exec('ALTER TABLE ' . PREFIX . "onions ADD approved smallint(6) NOT NULL DEFAULT '0';");
|
||||
}
|
||||
if($version < 7){
|
||||
$db->exec('ALTER TABLE ' . PREFIX . "onions ADD timechanged int(10) UNSIGNED NOT NULL DEFAULT '0';");
|
||||
}
|
||||
if($version < 8){
|
||||
$db->exec('ALTER TABLE ' . PREFIX . "settings CHANGE `value` `value` varchar(255) NOT NULL;");
|
||||
}
|
||||
$stmt=$db->prepare('UPDATE ' . PREFIX . "settings SET value=? WHERE setting='version';");
|
||||
$stmt->execute([DBVERSION]);
|
||||
echo "$I[statusok]\n";
|
||||
}
|
||||
echo _('Status: OK').PHP_EOL;
|
||||
|
3
update-translation.sh
Executable file
3
update-translation.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
xgettext --from-code UTF-8 -o locale/onion-link-list.pot `find . -iname '*.php'`
|
||||
for translation in `find locale -iname '*.po'`; do msgmerge -U "$translation" locale/onion-link-list.pot; msgfmt -o ${translation:0:-2}mo "$translation"; done
|
312
www/admin.php
312
www/admin.php
@ -1,144 +1,70 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
$style = '.red{color:red} .green{color:green} .software-link{text-align:center;font-size:small} #maintable ,#maintable th,#maintable td{border: 1px solid black}';
|
||||
global $language, $dir;
|
||||
$style = '.row{display:flex;flex-wrap:wrap}.headerrow{font-weight:bold}.col{display:flex;flex:1;padding:3px 3px;flex-direction:column}.button_table{max-width:500px}';
|
||||
$style .= '.list{padding:0;}.list li{display:inline-block;padding:0.35em}#maintable .col{min-width:5em}#maintable .col:first-child{max-width:5em}';
|
||||
$style .= '.red{color:red}.green{color:green}.software-link{text-align:center;font-size:small}#maintable,#maintable .col{border: 1px solid black}';
|
||||
send_headers([$style]);
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}catch(PDOException $e){
|
||||
die($I['nodb']);
|
||||
http_response_code(500);
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
asort($categories);
|
||||
echo '<!DOCTYPE html><html><head>';
|
||||
echo "<title>$I[admintitle]</title>";
|
||||
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
|
||||
echo '<meta name=viewport content="width=device-width, initial-scale=1">';
|
||||
echo '<meta name="robots" content="noindex">';
|
||||
echo '<style type="text/css">'.$style.'</style>';
|
||||
echo '</head><body>';
|
||||
echo "<h1>$I[admintitle]</h1>";
|
||||
?>
|
||||
<!DOCTYPE html><html lang="<?php echo $language; ?>" dir="<?php echo $dir; ?>"><head>
|
||||
<title><?php echo _('Admin interface'); ?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="author" content="Daniel Winzen">
|
||||
<meta name=viewport content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex">
|
||||
<link rel="canonical" href="<?php echo CANONICAL_URL . $_SERVER['SCRIPT_NAME']; ?>">
|
||||
<link rel="alternate" href="<?php echo CANONICAL_URL . $_SERVER['SCRIPT_NAME']; ?>" hreflang="x-default">
|
||||
<?php alt_links(); ?>
|
||||
<style><?php echo $style; ?></style>
|
||||
</head><body><main>
|
||||
<h1><?php echo _('Admin interface'); ?></h1>
|
||||
<?php
|
||||
print_langs();
|
||||
|
||||
//check password
|
||||
if(!isset($_POST['pass']) || $_POST['pass']!==ADMINPASS){
|
||||
echo "<form action=\"$_SERVER[SCRIPT_NAME]\" method=\"POST\">";
|
||||
echo "<input type=\"hidden\" name=\"lang\" value=\"$language\">";
|
||||
echo "<p>$I[password]: <input type=\"password\" name=\"pass\" size=\"30\" required></p>";
|
||||
echo "<input type=\"submit\" name=\"action\" value=\"$I[login]\">";
|
||||
echo '<form action="'.$_SERVER['SCRIPT_NAME'].'" method="POST">';
|
||||
echo '<input type="hidden" name="lang" value="'.$language.'">';
|
||||
echo '<p><label>'._('Password:').' <input type="password" name="pass" size="30" required autocomplete="current-password"></label></p>';
|
||||
echo '<input type="submit" name="action" value="'._('Login').'">';
|
||||
echo '</form>';
|
||||
if(isset($_POST['pass'])){
|
||||
echo "<p class=\"red\">$I[wrongpass]</p>";
|
||||
echo '<p class="red" role="alert">'._('Wrong Password!').'</p>';
|
||||
}
|
||||
}else{
|
||||
$view_mode = isset($_POST['view_mode']) ? $_POST['view_mode'] : 'single';
|
||||
if(isset($_POST['switch_view_mode'])){
|
||||
$view_mode = $view_mode === 'single' ? 'multi' : 'single';
|
||||
}
|
||||
echo "<form action=\"$_SERVER[SCRIPT_NAME]\" method=\"POST\">";
|
||||
echo "<input type=\"hidden\" name=\"lang\" value=\"$language\">";
|
||||
echo "<input type=\"hidden\" name=\"pass\" value=\"$_POST[pass]\">";
|
||||
echo "<input type=\"hidden\" name=\"view_mode\" value=\"$view_mode\">";
|
||||
echo "<br><input type=\"submit\" name=\"switch_view_mode\" value=\"$I[switchviewmode]\"></form>";
|
||||
echo "<form action=\"$_SERVER[SCRIPT_NAME]\" method=\"POST\">";
|
||||
echo "<input type=\"hidden\" name=\"lang\" value=\"$language\">";
|
||||
echo "<input type=\"hidden\" name=\"pass\" value=\"$_POST[pass]\">";
|
||||
echo "<input type=\"hidden\" name=\"view_mode\" value=\"$view_mode\">";
|
||||
if($view_mode === 'single') {
|
||||
echo "<p>$I[link]: <input name=\"addr\" size=\"30\" value=\"";
|
||||
if ( isset( $_REQUEST[ 'addr' ] ) ) {
|
||||
echo htmlspecialchars( $_REQUEST[ 'addr' ] );
|
||||
}
|
||||
echo '" required autofocus></p>';
|
||||
} else {
|
||||
echo '<table id="maintable"><tr><th>Select</th><th>Address</th><th>Description</th><th>Category</th><th>Status</th></tr>';
|
||||
$stmt=$db->query('SELECT address, description, category, approved, locked FROM ' . PREFIX . "onions WHERE address!='';");
|
||||
while($onion = $stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
echo '<tr><td><input type="checkbox" name="addr[]" value="'.$onion['address'].'"></td><td><a href="http://'.$onion['address'].'.onion" rel="noopener">'.$onion['address'].'.onion</a></td>';
|
||||
echo "<td>$onion[description]</td><td>{$categories[$onion['category']]}</td><td>Approved: $onion[approved]<br>Locked: $onion[locked]</td></tr>";
|
||||
}
|
||||
echo '</table>';
|
||||
}
|
||||
echo "<p>$I[cloneof]: <input type=\"text\" name=\"original\" size=\"30\"";
|
||||
if(isset($_REQUEST['original'])){
|
||||
echo ' value="'.htmlspecialchars($_REQUEST['original']).'"';
|
||||
}
|
||||
echo '></p>';
|
||||
echo "<p>$I[bitcoins]: <input type=\"text\" name=\"btc\" size=\"30\"";
|
||||
if(isset($_REQUEST['btc'])){
|
||||
echo ' value="'.htmlspecialchars($_REQUEST['btc']).'"';
|
||||
}
|
||||
echo '></p>';
|
||||
echo "<p>$I[adddesc]: <br><textarea name=\"desc\" rows=\"2\" cols=\"30\">";
|
||||
if(!empty($_REQUEST['desc'])){
|
||||
echo htmlspecialchars(trim($_REQUEST['desc']));
|
||||
}elseif(isset($_REQUEST['addr']) && is_string($_REQUEST['addr'])){
|
||||
if(preg_match('~(^(https?://)?([a-z2-7]{16}|[a-z2-7]{56})(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){
|
||||
$addr=strtolower($addr[3]);
|
||||
$md5=md5($addr, true);
|
||||
$stmt=$db->prepare('SELECT description, category FROM ' . PREFIX . 'onions WHERE md5sum=?;');
|
||||
$stmt->execute([$md5]);
|
||||
if($desc=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
$category=$desc['category'];
|
||||
echo str_replace('<br>', "\n", $desc['description']);
|
||||
}
|
||||
}
|
||||
}
|
||||
echo '</textarea></p>';
|
||||
$msg = '';
|
||||
$category=count($categories);
|
||||
if(isset($_REQUEST['cat']) && $_REQUEST['cat']<count($categories) && $_REQUEST['cat']>=0){
|
||||
$category=$_REQUEST['cat'];
|
||||
}
|
||||
if(!isset($category)){
|
||||
$category=count($categories);
|
||||
}
|
||||
echo "<p>$I[category]: <select name=\"cat\">";
|
||||
foreach($categories as $cat=>$name){
|
||||
echo "<option value=\"$cat\"";
|
||||
if($category==$cat || ($cat===0 && $category>=count($categories))){
|
||||
echo ' selected';
|
||||
}
|
||||
echo ">$name</option>";
|
||||
}
|
||||
echo '</select></p>';
|
||||
echo '<input type="submit" name="action" value="None" hidden>';
|
||||
echo '<table><tr>';
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[remove]\"></td>";
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[lock]\"></td>";
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[promote]\"></td>";
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[phishing]\"></td>";
|
||||
echo '</tr><tr>';
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[readd]\"></td>";
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[unlock]\"></td>";
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[unpromote]\"></td>";
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[unphishing]\"></td>";
|
||||
echo '</tr><tr>';
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[update]\"></td>";
|
||||
if(REQUIRE_APPROVAL) {
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[reject]\"></td>";
|
||||
echo "<td><input type=\"submit\" name=\"action\" value=\"$I[approve]\"></td>";
|
||||
}
|
||||
echo '</tr></table>';
|
||||
echo '</form><br>';
|
||||
|
||||
if(!empty($_POST['addr'])){
|
||||
$addrs = is_array($_POST['addr']) ? $_POST['addr'] : [$_POST['addr']];
|
||||
foreach ($addrs as $addr_single) {
|
||||
if ( ! preg_match( '~(^(https?://)?([a-z2-7]{16}|[a-z2-7]{56})(\.onion(/.*)?)?$)~i', trim( $addr_single ), $addr ) ) {
|
||||
echo "<p class=\"red\">$I[invalonion]</p>";
|
||||
if ( ! preg_match( '~(^(https?://)?([a-z2-7]{55}d)(\.onion(/.*)?)?$)~i', trim( $addr_single ), $addr ) ) {
|
||||
$msg .= '<p class="red" role="alert">'._('Invalid onion address!').'</p>';
|
||||
} else {
|
||||
$addr = strtolower( $addr[ 3 ] );
|
||||
$md5 = md5( $addr, true );
|
||||
if ( $_POST[ 'action' ] === $I[ 'remove' ] ) { //remove address from public display
|
||||
$db->prepare( 'UPDATE ' . PREFIX . "onions SET address='', locked=1, approved=-1 WHERE md5sum=?;" )->execute( [ $md5 ] );
|
||||
echo "<p class=\"green\">$I[succremove]</p>";
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'lock' ] ) { //lock editing
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET locked=1, approved=1 WHERE md5sum=?;' )->execute( [ $md5 ] );
|
||||
echo "<p class=\"green\">$I[succlock]</p>";
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'readd' ] ) { //add onion back, if previously removed
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET address=?, locked=1, approved=1 WHERE md5sum=?;' )->execute( [ $addr, $md5 ] );
|
||||
echo "<p class=\"green\">$I[succreadd]</p>";
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'unlock' ] ) { //unlock editing
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET locked=0, approved=1 WHERE md5sum=?;' )->execute( [ $md5 ] );
|
||||
echo "<p class=\"green\">$I[succunlock]</p>";
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'promote' ] ) { //promote link for payed time
|
||||
if ( $_POST[ 'action' ] === _('Remove') ) { //remove address from public display
|
||||
$db->prepare( 'UPDATE ' . PREFIX . "onions SET address='', locked=1, approved=-1, timechanged=? WHERE md5sum=?;" )->execute( [ time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully removed onion address!').'</p>';
|
||||
} elseif ( $_POST[ 'action' ] === _('Lock') ) { //lock editing
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET locked=1, approved=1, timechanged=? WHERE md5sum=?;' )->execute( [ time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully locked onion address!').'</p>';
|
||||
} elseif ( $_POST[ 'action' ] === _('Re-add') ) { //add onion back, if previously removed
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET address=?, locked=1, approved=1, timechanged=? WHERE md5sum=?;' )->execute( [ $addr, time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully re-added onion address!').'</p>';
|
||||
} elseif ( $_POST[ 'action' ] === _('Unlock') ) { //unlock editing
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET locked=0, approved=1, timechanged=? WHERE md5sum=?;' )->execute( [ time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully unlocked onion address!').'</p>';
|
||||
} elseif ( $_POST[ 'action' ] === _('Promote') ) { //promote link for paid time
|
||||
$stmt = $db->prepare( 'SELECT special FROM ' . PREFIX . 'onions WHERE md5sum=?;' );
|
||||
$stmt->execute( [ $md5 ] );
|
||||
$specialtime = $stmt->fetch( PDO::FETCH_NUM );
|
||||
@ -147,12 +73,12 @@ if(!isset($_POST['pass']) || $_POST['pass']!==ADMINPASS){
|
||||
} else {
|
||||
$time = $specialtime[ 0 ] + ( ( $_POST[ 'btc' ] / PROMOTEPRICE ) * PROMOTETIME );
|
||||
}
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET special=?, locked=1, approved=1 WHERE md5sum=?;' )->execute( [ $time, $md5 ] );
|
||||
printf( "<p class=\"green\">$I[succpromote]</p>", date( 'Y-m-d H:i', $time ) );
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'unpromote' ] ) { //remove promoted status
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET special=0 WHERE md5sum=?;' )->execute( [ $md5 ] );
|
||||
echo "<p class=\"green\">$I[succunpromote]</p>";
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'update' ] ) { //update description
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET special=?, locked=1, approved=1, timechanged=? WHERE md5sum=?;' )->execute( [ $time, time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'.sprintf(_('Successfully promoted onion address until %1$s!'), date( 'Y-m-d H:i', $time )).'</p>';
|
||||
} elseif ( $_POST[ 'action' ] === _('Un-promote') ) { //remove promoted status
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET special=0, timechanged=? WHERE md5sum=?;' )->execute( [ time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully un-promoted onion address!').'</p>';
|
||||
} elseif ( $_POST[ 'action' ] === _('Update') ) { //update description
|
||||
$stmt = $db->prepare( 'SELECT * FROM ' . PREFIX . 'onions WHERE md5sum=?;' );
|
||||
$stmt->execute( [ $md5 ] );
|
||||
if ( $category === count( $categories ) ) {
|
||||
@ -166,23 +92,23 @@ if(!isset($_POST['pass']) || $_POST['pass']!==ADMINPASS){
|
||||
$desc = preg_replace( "/(\r?\n|\r\n?)/", '<br>', $desc );
|
||||
}
|
||||
if ( ! $stmt->fetch( PDO::FETCH_ASSOC ) ) { //not yet there, add it
|
||||
$stmt = $db->prepare( 'INSERT INTO ' . PREFIX . 'onions (address, description, md5sum, category, timeadded, locked, approved) VALUES (?, ?, ?, ?, ?, 1, 1);' );
|
||||
$stmt->execute( [ $addr, $desc, $md5, $category, time() ] );
|
||||
echo "<p class=\"green\">$I[succadd]</p>";
|
||||
$stmt = $db->prepare( 'INSERT INTO ' . PREFIX . 'onions (address, description, md5sum, category, timeadded, locked, approved, timechanged) VALUES (?, ?, ?, ?, ?, 1, 1, ?);' );
|
||||
$stmt->execute( [ $addr, $desc, $md5, $category, time(), time() ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully added onion address!').'</p>';
|
||||
} elseif ( $desc != '' ) { //update description+category
|
||||
$stmt = $db->prepare( 'UPDATE ' . PREFIX . 'onions SET description=?, category=?, locked=1, approved=1 WHERE md5sum=?;' );
|
||||
$stmt->execute( [ $desc, $category, $md5 ] );
|
||||
echo "<p class=\"green\">$I[succupddesc]</p>";
|
||||
$stmt = $db->prepare( 'UPDATE ' . PREFIX . 'onions SET description=?, category=?, locked=1, approved=1, timechanged=? WHERE md5sum=?;' );
|
||||
$stmt->execute( [ $desc, $category, time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully updated description!').'</p>';
|
||||
} elseif ( $category != 0 ) { //only update category
|
||||
$stmt = $db->prepare( 'UPDATE ' . PREFIX . 'onions SET category=?, locked=1, approved=1 WHERE md5sum=?;' );
|
||||
$stmt->execute( [ $category, $md5 ] );
|
||||
echo "<p class=\"green\">$I[succupdcat]!</p>";
|
||||
$stmt = $db->prepare( 'UPDATE ' . PREFIX . 'onions SET category=?, locked=1, approved=1, timechanged=? WHERE md5sum=?;' );
|
||||
$stmt->execute( [ $category, time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully updated category!').'</p>';
|
||||
} else { //no description or category change and already known
|
||||
echo "<p class=\"green\">$I[alreadyknown]</p>";
|
||||
$msg .= '<p class="green" role="alert">'._('Thanks, but I already knew this address!').'</p>';
|
||||
}
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'phishing' ] ) {//mark as phishing clone
|
||||
if ( $_POST[ 'original' ] !== '' && ! preg_match( '~(^(https?://)?([a-z2-7]{16}|[a-z2-7]{56})(\.onion(/.*)?)?$)~i', $_POST[ 'original' ], $orig ) ) {
|
||||
echo "<p class=\"red\">$I[invalonion]</p>";
|
||||
} elseif ( $_POST[ 'action' ] === _('Phishing') ) {//mark as phishing clone
|
||||
if ( $_POST[ 'original' ] !== '' && ! preg_match( '~(^(https?://)?([a-z2-7]{55}d)(\.onion(/.*)?)?$)~i', $_POST[ 'original' ], $orig ) ) {
|
||||
$msg .= '<p class="red" role="alert">'._('Invalid onion address!').'</p>';
|
||||
} else {
|
||||
if ( isset( $orig[ 3 ] ) ) {
|
||||
$orig = strtolower( $orig[ 3 ] );
|
||||
@ -192,29 +118,115 @@ if(!isset($_POST['pass']) || $_POST['pass']!==ADMINPASS){
|
||||
if ( $orig !== $addr ) {
|
||||
$stmt = $db->prepare( 'INSERT INTO ' . PREFIX . 'phishing (onion_id, original) VALUES ((SELECT id FROM ' . PREFIX . 'onions WHERE address=?), ?);' );
|
||||
$stmt->execute( [ $addr, $orig ] );
|
||||
$stmt = $db->prepare( 'UPDATE ' . PREFIX . 'onions SET locked=1, approved=1 WHERE address=?;' );
|
||||
$stmt->execute( [ $addr ] );
|
||||
echo "<p class=\"green\">$I[succaddphish]</p>";
|
||||
$stmt = $db->prepare( 'UPDATE ' . PREFIX . 'onions SET locked=1, approved=1, timechanged=? WHERE address=?;' );
|
||||
$stmt->execute( [ time(), $addr ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully added Phishing clone!').'</p>';
|
||||
} else {
|
||||
echo "<p class=\"red\">$I[samephish]</p>";
|
||||
$msg .= '<p class="red" role="alert">'._('Not added Phishing clone! Phishing and original have the same address.').'</p>';
|
||||
}
|
||||
}
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'unphishing' ] ) { //remove phishing clone status
|
||||
} elseif ( $_POST[ 'action' ] === _('No phishing') ) { //remove phishing clone status
|
||||
$stmt = $db->prepare( 'DELETE FROM ' . PREFIX . 'phishing WHERE onion_id=(SELECT id FROM ' . PREFIX . 'onions WHERE address=?);' );
|
||||
$stmt->execute( [ $addr ] );
|
||||
echo "<p class=\"green\">$I[succrmphish]</p>";
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'reject' ] ) { //lock editing
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET approved=-1 WHERE md5sum=?;' )->execute( [ $md5 ] );
|
||||
echo "<p class=\"green\">$I[succlock]</p>";
|
||||
} elseif ( $_POST[ 'action' ] === $I[ 'approve' ] ) { //lock editing
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET approved=1 WHERE md5sum=?;' )->execute( [ $md5 ] );
|
||||
echo "<p class=\"green\">$I[succlock]</p>";
|
||||
$stmt = $db->prepare( 'UPDATE ' . PREFIX . 'onions SET locked=1, approved=1, timechanged=? WHERE address=?;' );
|
||||
$stmt->execute( [ time(), $addr ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully removed Phishing clone!').'</p>';
|
||||
} elseif ( $_POST[ 'action' ] === _('Reject') ) { //lock editing
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET approved=-1, timechanged=? WHERE md5sum=?;' )->execute( [ time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully rejected onion address').'</p>';
|
||||
} elseif ( $_POST[ 'action' ] === _('Approve') ) { //lock editing
|
||||
$db->prepare( 'UPDATE ' . PREFIX . 'onions SET approved=1, timechanged=? WHERE md5sum=?;' )->execute( [ time(), $md5 ] );
|
||||
$msg .= '<p class="green" role="alert">'._('Successfully approved onion address').'</p>';
|
||||
} else { //no specific button was pressed
|
||||
echo "<p class=\"red\">$I[noaction]</p>";
|
||||
$msg .= '<p class="green" role="alert">'._('No action taken!').'</p>';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
$view_mode = $_POST[ 'view_mode' ] ?? 'single';
|
||||
if(isset($_POST['switch_view_mode'])){
|
||||
$view_mode = $view_mode === 'single' ? 'multi' : 'single';
|
||||
}
|
||||
echo '<form action="'.$_SERVER['SCRIPT_NAME'].'" method="POST">';
|
||||
echo '<input type="hidden" name="lang" value="'.$language.'">';
|
||||
echo '<input type="hidden" name="pass" value="'.htmlspecialchars($_POST['pass']).'">';
|
||||
echo '<input type="hidden" name="view_mode" value="'.$view_mode.'">';
|
||||
echo '<br><input type="submit" name="switch_view_mode" value="'._('Switch view mode').'"></form>';
|
||||
echo '<form action="'.$_SERVER['SCRIPT_NAME'].'" method="POST">';
|
||||
echo '<input type="hidden" name="lang" value="'.$language.'">';
|
||||
echo '<input type="hidden" name="pass" value="'.htmlspecialchars($_POST['pass']).'">';
|
||||
echo '<input type="hidden" name="view_mode" value="'.$view_mode.'">';
|
||||
if($view_mode === 'single') {
|
||||
echo '<p><label>'._('Onion link:').' <input name="addr" size="30" value="';
|
||||
if ( isset( $_REQUEST[ 'addr' ] ) ) {
|
||||
echo htmlspecialchars( $_REQUEST[ 'addr' ] );
|
||||
}
|
||||
echo '" required autofocus></label></p>';
|
||||
} else {
|
||||
echo '<br><div class="table" id="maintable"><div class="headerrow row"><div class="col">'._('Select').'</div><div class="col">'._('Address').'</div class="col"><div class="col">'._('Description').'</div><div class="col">'._('Category').'</div><div class="col">'._('Status').'</div></div>';
|
||||
$stmt=$db->query('SELECT address, description, category, approved, locked FROM ' . PREFIX . "onions WHERE address!='';");
|
||||
while($onion = $stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
echo '<div class="row"><div class="col"><input type="checkbox" name="addr[]" value="'.$onion['address'].'"></div><div class="col"><a href="http://'.$onion['address'].'.onion" rel="noopener">'.$onion['address'].'.onion</a></div>';
|
||||
echo '<div class="col">'.$onion['description'].'</div><div class="col">'.$categories[$onion['category']].'</div><div class="col">'.sprintf(_('Approved: %d'),$onion['approved']).'<br>'.sprintf(_('Locked: %d'), $onion['locked']).'</div></div>';
|
||||
}
|
||||
echo '</div>';
|
||||
}
|
||||
echo '<p><label>'._('Clone of:').' <input type="text" name="original" size="30"';
|
||||
if(isset($_REQUEST['original'])){
|
||||
echo ' value="'.htmlspecialchars($_REQUEST['original']).'"';
|
||||
}
|
||||
echo '></label></p>';
|
||||
echo '<p><label>'._('Bitcoins:').' <input type="text" name="btc" size="30"';
|
||||
if(isset($_REQUEST['btc'])){
|
||||
echo ' value="'.htmlspecialchars($_REQUEST['btc']).'"';
|
||||
}
|
||||
echo '></label></p>';
|
||||
echo '<p><label for="desc">'._('Description:').'</label> <br><textarea id="desc" name="desc" rows="2" cols="30">';
|
||||
if(!empty($_REQUEST['desc'])){
|
||||
echo htmlspecialchars(trim($_REQUEST['desc']));
|
||||
}elseif(isset($_REQUEST['addr']) && is_string($_REQUEST['addr'])){
|
||||
if(preg_match('~(^(https?://)?([a-z2-7]{55}d)(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){
|
||||
$addr=strtolower($addr[3]);
|
||||
$md5=md5($addr, true);
|
||||
$stmt=$db->prepare('SELECT description, category FROM ' . PREFIX . 'onions WHERE md5sum=?;');
|
||||
$stmt->execute([$md5]);
|
||||
if($desc=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
$category=$desc['category'];
|
||||
echo str_replace('<br>', "\n", $desc['description']);
|
||||
}
|
||||
}
|
||||
}
|
||||
echo '</textarea></p>';
|
||||
echo '<p><label>'._('Category:').' <select name="cat">';
|
||||
foreach($categories as $cat=>$name){
|
||||
echo '<option value="'.$cat.'"';
|
||||
if($category==$cat || ($cat===0 && $category>=count($categories))){
|
||||
echo ' selected';
|
||||
}
|
||||
echo ">$name</option>";
|
||||
}
|
||||
echo '</select></label></p>';
|
||||
echo '<input type="submit" name="action" value="None" hidden>';
|
||||
echo '<div class="table button_table"><div class="row">';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Remove').'"></div>';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Lock').'"></div>';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Promote').'"></div>';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Phishing').'"></div>';
|
||||
echo '</div><div class="row">';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Re-add').'"></div>';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Unlock').'"></div>';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Un-promote').'"></div>';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('No phishing').'"></div>';
|
||||
echo '</div><div class="row">';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Update').'"></div>';
|
||||
if(REQUIRE_APPROVAL) {
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Reject').'"></div class="col">';
|
||||
echo '<div class="col"><input type="submit" name="action" value="'._('Approve').'"></div class="col">';
|
||||
}
|
||||
echo '</div></div>';
|
||||
echo '</form><br>';
|
||||
echo $msg;
|
||||
}
|
||||
echo '<br><p class="software-link"><a target="_blank" href="https://github.com/DanWin/onion-link-list">Onion Link List - ' . VERSION . '</a></p>';
|
||||
echo '</body></html>';
|
||||
?>
|
||||
<br><p class="software-link"><a target="_blank" href="https://github.com/DanWin/onion-link-list" rel="noopener">Onion Link List - <?php echo VERSION; ?></a></p>
|
||||
</main></body></html>
|
||||
|
641
www/index.php
Normal file
641
www/index.php
Normal file
@ -0,0 +1,641 @@
|
||||
<?php
|
||||
if($_SERVER['REQUEST_METHOD']==='HEAD'){
|
||||
exit; // ignore headers, no further processing needed
|
||||
}
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}catch(PDOException $e){
|
||||
http_response_code(500);
|
||||
}
|
||||
date_default_timezone_set('UTC');
|
||||
//select output format
|
||||
if(!isset($_REQUEST['format'])){
|
||||
send_html();
|
||||
}elseif($_REQUEST['format']==='text'){
|
||||
send_text();
|
||||
}elseif($_REQUEST['format']==='json'){
|
||||
send_json();
|
||||
}else{
|
||||
send_html();
|
||||
}
|
||||
|
||||
function send_html(): void
|
||||
{
|
||||
global $categories, $db, $language, $dir, $locale, $canonical_query;
|
||||
$numrows = 0;
|
||||
$not_found = false;
|
||||
$style = '.row{display:flex;flex-wrap:wrap}.headerrow{font-weight:bold}.col{display:flex;flex:1;padding:3px 3px;flex-direction:column}';
|
||||
$style .= '.red{color:red}.green{color:green}.up .col:nth-child(0n+3){background-color:#aaff88}.down .col:nth-child(0n+3){background-color:#ff4444}';
|
||||
$style .= '.promo{outline:medium solid #FFD700}.list{padding:0;}.list li{display:inline-block;padding:0.35em}.pagination{font-size:1.2em}';
|
||||
$style .= '.active{font-weight:bold}#maintable .col{word-break:break-all;min-width:6em}#maintable,#maintable .col{border: 1px solid black}';
|
||||
$style .= '#maintable .col:nth-child(0n+2){flex-grow:3;min-width:12em} #maintable .col:nth-child(0n+3){word-break:unset}#maintable .col:last-child{max-width:6em}.software-link{text-align:center;font-size:small}';
|
||||
send_headers([$style]);
|
||||
asort($categories);
|
||||
//sql for special categories
|
||||
$special=[
|
||||
_('All legitimate')=>"address!='' AND category!=15 AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800',
|
||||
_('Last added')=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing)',
|
||||
_('Offline > 1 week')=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff>604800'
|
||||
];
|
||||
$canonical_query = [];
|
||||
if(!isset($_REQUEST['pg'])){
|
||||
$_REQUEST['pg']=1;
|
||||
}else{
|
||||
settype($_REQUEST['pg'], 'int');
|
||||
if($_REQUEST['pg'] !== 1) {
|
||||
$canonical_query[ 'pg' ] = $_REQUEST[ 'pg' ];
|
||||
}
|
||||
}
|
||||
$category=count($categories);
|
||||
if(isset($_REQUEST['cat']) && $_REQUEST['cat']<(count($categories)+count($special)+1) && $_REQUEST['cat']>=0){
|
||||
settype($_REQUEST['cat'], 'int');
|
||||
$category=$_REQUEST['cat'];
|
||||
if($category !== count($categories)) {
|
||||
$canonical_query[ 'cat' ] = $category;
|
||||
}
|
||||
}
|
||||
$pages=1;
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = PREFIX . 'onions.approved = 1 AND';
|
||||
}
|
||||
$category_count = [];
|
||||
$cat=count($categories);
|
||||
if($db instanceof PDO) {
|
||||
foreach ( $special as $name => $query ) {
|
||||
if ( $name === _('Last added') ) {
|
||||
$category_count[ $cat ] = PER_PAGE;
|
||||
} else {
|
||||
$category_count[ $cat ] = $db->query( 'SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE $admin_approval $query;" )->fetch( PDO::FETCH_NUM )[ 0 ];
|
||||
}
|
||||
if ( $category == $cat ) {
|
||||
$pages = ceil( $category_count[ $cat ] / PER_PAGE );
|
||||
}
|
||||
++$cat;
|
||||
}
|
||||
$category_count[ $cat ] = $db->query( 'SELECT COUNT(*) FROM ' . PREFIX . 'phishing, ' . PREFIX . 'onions WHERE ' . "$admin_approval " . PREFIX . "onions.id=onion_id AND address!='' AND timediff<604800;" )->fetch( PDO::FETCH_NUM )[ 0 ];
|
||||
$category_count[ 'removed' ] = $db->query( 'SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE address='';" )->fetch( PDO::FETCH_NUM )[ 0 ];
|
||||
if ( REQUIRE_APPROVAL ) {
|
||||
$category_count[ 'pending' ] = $db->query( 'SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE approved = 0 AND address!='';" )->fetch( PDO::FETCH_NUM )[ 0 ];
|
||||
$category_count[ 'rejected' ] = $db->query( 'SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE approved = -1 AND address!='';" )->fetch( PDO::FETCH_NUM )[ 0 ];
|
||||
}
|
||||
$stmt = $db->prepare( 'SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE $admin_approval category=? AND address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800;' );
|
||||
foreach ( $categories as $cat => $name ) {
|
||||
$stmt->execute( [ $cat ] );
|
||||
$category_count[ $cat ] = $stmt->fetch( PDO::FETCH_NUM )[ 0 ];
|
||||
if ( $category == $cat ) {
|
||||
$pages = ceil( $category_count[ $cat ] / PER_PAGE );
|
||||
}
|
||||
}
|
||||
if ( $_REQUEST[ 'pg' ] > $pages && $_REQUEST[ 'pg' ] > 1 ) {
|
||||
http_response_code( 404 );
|
||||
$not_found = true;
|
||||
}
|
||||
}
|
||||
if($not_found) {
|
||||
$title = _( 'Onion link list - Not found');
|
||||
}elseif(!empty($_REQUEST['q'])) {
|
||||
$title = sprintf(_( 'Onion link list - Searching for %s' ), htmlspecialchars($_REQUEST['q']));
|
||||
} elseif ($category === count($categories) && $_REQUEST[ 'pg' ] > 1){
|
||||
$title = sprintf(_( 'Onion link list - Page %d' ), $_REQUEST[ 'pg' ]);
|
||||
} elseif ($category < count($categories) && $_REQUEST[ 'pg' ] > 1){
|
||||
$title = sprintf(_( 'Onion link list - %1$s - Page %2$d' ), $categories[$category], $_REQUEST[ 'pg' ]);
|
||||
} elseif ($category < count($categories)){
|
||||
$title = sprintf(_( 'Onion link list - %s' ), $categories[$category]);
|
||||
} elseif ($category === count($categories) + 3){
|
||||
$title = sprintf(_( 'Onion link list - %s' ), _('Phishing Clones'));
|
||||
} elseif ($category === count($categories) + 2 && $_REQUEST[ 'pg' ] > 1){
|
||||
$title = sprintf(_( 'Onion link list - %1$s - Page %2$d' ), _('Offline > 1 week'), $_REQUEST['pg']);
|
||||
} elseif ($category === count($categories) + 2){
|
||||
$title = sprintf(_( 'Onion link list - %s' ), _('Offline > 1 week'));
|
||||
} elseif ($category === count($categories) + 1){
|
||||
$title = sprintf(_( 'Onion link list - %s' ), _('Last added'));
|
||||
} else {
|
||||
$title = _( 'Onion link list' );
|
||||
}
|
||||
echo '<!DOCTYPE html><html lang="'.$language.'" dir="'.$dir.'"><head>';
|
||||
echo '<title>'.$title.'</title>';
|
||||
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
|
||||
echo '<meta name="author" content="Daniel Winzen">';
|
||||
echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
|
||||
echo '<meta name="description" content="'._('Huge link list of Tor hidden service onions. All the darknet links you need in one place.').'">';
|
||||
echo '<link rel="search" type="application/opensearchdescription+xml" href="/opensearch.php" title="'._('Onion link list').'"/>';
|
||||
echo '<link rel="canonical" href="' . CANONICAL_URL . (empty($canonical_query) ? '' : '?' . http_build_query($canonical_query)) . '">';
|
||||
echo '<link rel="alternate" href="' . CANONICAL_URL . (empty($canonical_query) ? '' : '?' . http_build_query($canonical_query)) . '" hreflang="x-default">';
|
||||
alt_links();
|
||||
echo '<meta property="og:type" content="website">';
|
||||
echo '<meta property="og:title" content="' . $title . '">';
|
||||
echo '<meta property="og:description" content="' . _('Huge link list of Tor hidden service onions. All the darknet links you need in one place.') . '">';
|
||||
echo '<meta property="og:url" content="' . CANONICAL_URL . (empty($canonical_query) ? '' : '?' . http_build_query($canonical_query)) . '">';
|
||||
echo '<meta property="og:locale" content="' . $locale . '">';
|
||||
if(empty($_SERVER['QUERY_STRING'])) {
|
||||
echo '<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","url":"' . CANONICAL_URL . '","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"' . CANONICAL_URL . '/?q={search_term_string}"},"query-input":"required name=search_term_string","url":"' . CANONICAL_URL . '"}}</script>';
|
||||
}
|
||||
echo '<style>'.$style.'</style>';
|
||||
echo '<base target="_blank">';
|
||||
echo '</head><body><main>';
|
||||
echo '<h1>'.$title.'</h1>';
|
||||
if(!isset($db)){
|
||||
send_error(_('Error: No database connection!'));
|
||||
}
|
||||
echo '<p>'._('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. I regularly receive E-Mails from people that were desperate to make money and fell for scammers, don\'t be one of them!').'</p>';
|
||||
//update onions description form
|
||||
echo '<div class="table" id="edit-search"><div class="row"><div class="col"><form target="_self" method="POST">';
|
||||
echo '<p><label>'._('Onion address:').'<br><input name="addr" size="30" placeholder="http://'.$_SERVER['HTTP_HOST'].'" value="';
|
||||
if(isset($_REQUEST['addr'])){
|
||||
echo htmlspecialchars($_REQUEST['addr']);
|
||||
}
|
||||
echo '" required></label></p>';
|
||||
echo '<p><label>'._('Description:').'<br><textarea name="desc" rows="2" cols="30">';
|
||||
if(!empty($_REQUEST['desc'])){//use posted description
|
||||
echo htmlspecialchars(trim($_REQUEST['desc']));
|
||||
}elseif(!empty($_REQUEST['addr'])){//fetch description from database
|
||||
if(preg_match('~(^(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d)(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){
|
||||
$addr=strtolower($addr[4]);
|
||||
$md5=md5($addr, true);
|
||||
$stmt=$db->prepare('SELECT description, category FROM ' . PREFIX . 'onions WHERE md5sum=?;');
|
||||
$stmt->execute([$md5]);
|
||||
if($desc=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
echo str_replace('<br>', "\n", $desc['description']);
|
||||
}
|
||||
}
|
||||
}
|
||||
echo '</textarea></label></p>';
|
||||
echo '<p><label>'._('Category:').' <select name="cat">';
|
||||
foreach($categories as $cat=>$name){
|
||||
echo '<option value="'.$cat.'"';
|
||||
if($category==$cat || ($cat===0 && $category>=count($categories))){
|
||||
echo ' selected';
|
||||
}
|
||||
echo ">$name</option>";
|
||||
}
|
||||
echo '</select></label></p>';
|
||||
send_captcha();
|
||||
echo '<input type="submit" name="action" value="'._('Update').'"></form></div>';
|
||||
//search from
|
||||
echo '<div class="col"><form target="_self" method="post" role="search">';
|
||||
echo '<p><label>'._('Search:').' <br><input name="q" size="30" placeholder="'._('Search term').'" value="';
|
||||
if(isset($_REQUEST['q'])){
|
||||
echo trim(str_replace(['http://', 'https://', '.onion', '/'], '', htmlspecialchars($_REQUEST['q'])));
|
||||
}
|
||||
echo '"></label></p>';
|
||||
echo "<p><label>"._('Category:')." <select name=\"cat\">";
|
||||
echo '<option value="'.count($categories).'"';
|
||||
if($category>=count($categories)){
|
||||
echo ' selected';
|
||||
}
|
||||
echo '>'._('All').'</option>';
|
||||
foreach($categories as $cat=>$name){
|
||||
echo '<option value="'.$cat.'"';
|
||||
if($category==$cat){
|
||||
echo ' selected';
|
||||
}
|
||||
echo ">$name</option>";
|
||||
}
|
||||
echo '</select></label></p>';
|
||||
echo '<p><label><input type="checkbox" name="hidelocked" value="1"';
|
||||
if(isset($_REQUEST['hidelocked'])){
|
||||
echo ' checked';
|
||||
}
|
||||
echo '>'._('Hide locked').'</label></p>';
|
||||
echo '<input type="submit" name="action" value="'._('Search').'"></form></div>';
|
||||
echo '</div></div>';
|
||||
echo '<ul class="list"><li>'._('Format:').'</li><li><a href="?format=text" target="_self">Text</a></li><li><a href="?format=json" target="_self">JSON</a></li></ul>';
|
||||
print_langs();
|
||||
//List special categories
|
||||
echo '<ul class="list"><li>'._('Special categories:').'</li>';
|
||||
$cat=count($categories);
|
||||
foreach($special as $name=>$query){
|
||||
echo ' <li'.($category==$cat ? ' class="active"' : '').'><a href="'.($cat === count($categories) ? '/' : '?cat='.$cat).'" target="_self">'."$name ($category_count[$cat])</a></li>";
|
||||
++$cat;
|
||||
}
|
||||
echo ' <li'.($category==$cat ? ' class="active"' : '').'><a href="?cat='.$cat.'" target="_self">'._('Phishing Clones')." ($category_count[$cat])</a></li>";
|
||||
echo ' <li>'._('Removed/Child porn')." ($category_count[removed])</li>";
|
||||
if(REQUIRE_APPROVAL) {
|
||||
echo ' <li>'._('Pending approval')." ($category_count[pending])</li>";
|
||||
echo ' <li>'._('Rejected')." ($category_count[rejected])</li>";
|
||||
}
|
||||
echo '</ul>';
|
||||
//List normal categories
|
||||
echo '<ul class="list"><li>'._('Categories:').'</li>';
|
||||
foreach($categories as $cat=>$name){
|
||||
echo ' <li'.($category==$cat ? ' class="active"' : '').'><a href="?cat='.$cat.'" target="_self">'."$name ($category_count[$cat])</a></li>";
|
||||
}
|
||||
echo '</ul>';
|
||||
if($_SERVER['REQUEST_METHOD']==='POST' && !empty($_REQUEST['addr'])){
|
||||
if(!preg_match('~(^(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d)(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){
|
||||
echo '<p class="red" role="alert">'._('Invalid onion address!').'</p>';
|
||||
echo '<p>'.sprintf(_('A valid address looks like this: %s'), 'http://danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion') .'</p>';
|
||||
}else{
|
||||
if(CAPTCHA !== 0) {
|
||||
if ( ! isset( $_REQUEST[ 'challenge' ] ) ) {
|
||||
send_error( _( 'Error: Wrong captcha' ) );
|
||||
}
|
||||
$stmt = $db->prepare( 'SELECT code FROM ' . PREFIX . 'captcha WHERE id=?;' );
|
||||
$stmt->execute( [ $_REQUEST[ 'challenge' ] ] );
|
||||
$stmt->bindColumn( 1, $code );
|
||||
if ( ! $stmt->fetch( PDO::FETCH_BOUND ) ) {
|
||||
send_error( _( 'Error: Captcha expired' ) );
|
||||
}
|
||||
$time = time();
|
||||
$stmt = $db->prepare( 'DELETE FROM ' . PREFIX . 'captcha WHERE id=? OR time<?;' );
|
||||
$stmt->execute( [ $_REQUEST[ 'challenge' ], $time - 3600 ] );
|
||||
if ( $_REQUEST[ 'captcha' ] !== $code ) {
|
||||
if ( strrev( $_REQUEST[ 'captcha' ] ) !== $code ) {
|
||||
send_error( _( 'Error: Wrong captcha' ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
$addr=strtolower($addr[4]);
|
||||
$md5=md5($addr, true);
|
||||
$stmt=$db->prepare('SELECT locked FROM ' . PREFIX . 'onions WHERE md5sum=?;');
|
||||
$stmt->execute([$md5]);
|
||||
$stmt->bindColumn(1, $locked);
|
||||
if($category==count($categories)){
|
||||
$category=0;
|
||||
}
|
||||
if(!isset($_POST['desc'])){
|
||||
$desc='';
|
||||
}else{
|
||||
$desc=trim($_POST['desc']);
|
||||
$desc=htmlspecialchars($desc);
|
||||
$desc=preg_replace("/(\r?\n|\r\n?)/", '<br>', $desc);
|
||||
}
|
||||
if(!$stmt->fetch(PDO::FETCH_BOUND)){//new link, add to database
|
||||
$stmt=$db->prepare('INSERT INTO ' . PREFIX . 'onions (address, description, md5sum, category, timeadded, timechanged) VALUES (?, ?, ?, ?, ?, ?);');
|
||||
$stmt->execute([$addr, $desc, $md5, $category, time(), time()]);
|
||||
echo '<p class="green" role="alert">'._('Successfully added onion address!').'</p>';
|
||||
}elseif($locked==1){//locked, not editable
|
||||
echo '<p class="red" role="alert">'._('Sorry, editing this onion address has been locked!').'</p>';
|
||||
}elseif($desc!==''){//update description
|
||||
$stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET description=?, category=?, timechanged=? WHERE md5sum=?;');
|
||||
$stmt->execute([$desc, $category, time(), $md5]);
|
||||
echo '<p class="green" role="alert">'._('Successfully updated description!').'</p>';
|
||||
}elseif($category!=0){//update category only
|
||||
$stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET category=?, timechanged=? WHERE md5sum=?;');
|
||||
$stmt->execute([$category, time(), $md5]);
|
||||
echo '<p class="green" role="alert">'._('Successfully updated category!').'</p>';
|
||||
}else{//nothing changed and already known
|
||||
echo '<p class="green" role="alert">'._('Thanks, but I already knew this address!').'</p>';
|
||||
}
|
||||
}
|
||||
}
|
||||
$pagination=get_pagination($category, $pages);
|
||||
echo $pagination;
|
||||
if(isset($_REQUEST['q'])){//run search query
|
||||
$query=trim(str_replace(['http://', 'https://', '.onion', '/'], '', htmlspecialchars($_REQUEST['q'])));
|
||||
$query="%$query%";
|
||||
if(isset($_REQUEST['hidelocked'])){
|
||||
$hidelocked='AND locked=0';
|
||||
}else{
|
||||
$hidelocked='';
|
||||
}
|
||||
if($category>=count($categories)){
|
||||
$stmt=$db->prepare('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . "phishing) AND timediff<604800 $hidelocked AND (description LIKE ? OR address LIKE ?) ORDER BY address;");
|
||||
$stmt->execute([$query, $query]);
|
||||
}else{
|
||||
$stmt=$db->prepare('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND category=? AND id NOT IN (SELECT onion_id FROM " . PREFIX . "phishing) AND timediff<604800 $hidelocked AND (description LIKE ? OR address LIKE ?) ORDER BY address;");
|
||||
$stmt->execute([$category, $query, $query]);
|
||||
}
|
||||
$table=get_table($stmt, $numrows);
|
||||
printf('<p><b>'._('Searching for "%1$s", %2$d results found:').'</b></p>', trim(str_replace(['http://', 'https://', '.onion', '/'], '', htmlspecialchars($_REQUEST['q']))), $numrows);
|
||||
echo $table;
|
||||
}elseif($category>=count($categories)+count($special)){//show phishing clones
|
||||
print_phishing_table();
|
||||
}elseif($category>=count($categories)){//show special categories
|
||||
$tmp=$category-count($categories);
|
||||
$query = '';
|
||||
foreach($special as $query){
|
||||
if($tmp===0) break;
|
||||
--$tmp;
|
||||
}
|
||||
if($category-count($categories)===1){
|
||||
$query.=' ORDER BY id DESC LIMIT ' . PER_PAGE;
|
||||
}else{
|
||||
$query.=' ORDER BY address';
|
||||
if($_REQUEST['pg']>0){
|
||||
$offset=PER_PAGE*($_REQUEST['pg']-1);
|
||||
$query.=' LIMIT ' . PER_PAGE ." OFFSET $offset";
|
||||
}
|
||||
}
|
||||
$stmt=$db->query('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval $query;");
|
||||
echo get_table($stmt, $numrows, true);
|
||||
}else{//show normal categories
|
||||
if($_REQUEST['pg']>0){
|
||||
$offset=PER_PAGE*($_REQUEST['pg']-1);
|
||||
$offsetquery=' LIMIT ' . PER_PAGE . " OFFSET $offset";
|
||||
}else{
|
||||
$offsetquery='';
|
||||
}
|
||||
$stmt=$db->prepare('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . "phishing) AND category=? AND timediff<604800 ORDER BY address$offsetquery;");
|
||||
$stmt->execute([$category]);
|
||||
echo get_table($stmt, $numrows, true);
|
||||
}
|
||||
echo '<br>';
|
||||
echo $pagination;
|
||||
echo '<br><p class="software-link"><a href="https://github.com/DanWin/onion-link-list" target="_blank" rel="noopener">Onion Link List - ' . VERSION . '</a></p>';
|
||||
echo '</main></body></html>';
|
||||
}
|
||||
|
||||
function get_table(PDOStatement $stmt, int &$numrows = 0, bool $promoted = false) : string {
|
||||
global $db;
|
||||
$time=time();
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = PREFIX . 'onions.approved = 1 AND';
|
||||
}
|
||||
ob_start();
|
||||
echo '<div class="table" id="maintable"><div class="row headerrow"><div class="col">'._('Onion link').'</div><div class="col">'._('Description').'</div><div class="col">'._('Last seen').'</div><div class="col">'._('Added at').'</div><div class="col">'._('Actions').'</div></div>';
|
||||
if($promoted){//print promoted links at the top
|
||||
$time=time();
|
||||
$promo=$db->prepare('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval special>? AND address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800 ORDER BY address;');
|
||||
$promo->execute([$time]);
|
||||
while($link=$promo->fetch(PDO::FETCH_ASSOC)){
|
||||
if($link['lastup']===$link['lasttest']){
|
||||
$class='up';
|
||||
}else{
|
||||
$class='down';
|
||||
}
|
||||
if($link['lastup']==0){
|
||||
$lastup=_('Never');
|
||||
}else{
|
||||
$lastup=date('Y-m-d H:i', $link['lastup']);
|
||||
}
|
||||
if($link['lasttest']==0){
|
||||
$class='';
|
||||
}
|
||||
$timeadded=date('Y-m-d', $link['timeadded']);
|
||||
echo '<div class="'.$class.' row promo"><div class="col"><a href="http://'.$link['address'].'.onion" rel="noopener">'.$link['address'].'.onion</a></div><div class="col">'.$link['description'].'</div><div class="col">'.$lastup.'</div><div class="col">'.$timeadded.'</div><div class="col"><form method="post" action="test.php"><button name="addr" value="'.$link['address'].'" type="submit">'._('Test').'</button></form></div></div>';
|
||||
}
|
||||
}
|
||||
while($link=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
if($link['lastup']===$link['lasttest']){
|
||||
$class='up';
|
||||
}else{
|
||||
$class='down';
|
||||
}
|
||||
if($link['lastup']==0){
|
||||
$lastup=_('Never');
|
||||
}else{
|
||||
$lastup=date('Y-m-d H:i', $link['lastup']);
|
||||
}
|
||||
if($link['lasttest']==0){
|
||||
$class='';
|
||||
}
|
||||
$timeadded=date('Y-m-d', $link['timeadded']);
|
||||
if($link['special']>$time){
|
||||
$class.=' promo';
|
||||
}
|
||||
if($link['locked']==1){
|
||||
$edit='';
|
||||
}else{
|
||||
$edit='<form><button name="addr" value="'.$link['address'].'" type="submit">'._('Edit').'</button></form>';
|
||||
}
|
||||
echo '<div class="row '.$class.'"><div class="col"><a href="http://'.$link['address'].'.onion" rel="noopener">'.$link['address'].'.onion</a></div><div class="col">'.$link['description'].'</div><div class="col">'.$lastup.'</div><div class="col">'.$timeadded.'</div><div class="col">'.$edit.' <form method="post" action="test.php"><button name="addr" value="'.$link['address'].'" type="submit">'._('Test').'</button></form></div></div>';
|
||||
++$numrows;
|
||||
}
|
||||
echo '</div>';
|
||||
return ob_get_clean();
|
||||
}
|
||||
|
||||
function print_phishing_table(): void
|
||||
{
|
||||
global $db;
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = 'approved = 1 AND';
|
||||
}
|
||||
echo '<div class="table" id="maintable"><div class="row headerrow"><div class="col">'._('Onion link').'</div><div class="col">'._('Clone of').'</div><div class="col">'._('Last seen').'</div></div>';
|
||||
$stmt=$db->query('SELECT address, original, lasttest, lastup FROM ' . PREFIX . 'onions, ' . PREFIX . 'phishing WHERE ' . "$admin_approval " . PREFIX . "onions.id=onion_id AND address!='' AND timediff<604800 ORDER BY address;");
|
||||
while($link=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
if($link['lastup']===$link['lasttest']){
|
||||
$class='up';
|
||||
}else{
|
||||
$class='down';
|
||||
}
|
||||
if($link['lastup']==0){
|
||||
$lastup=_('Never');
|
||||
}else{
|
||||
$lastup=date('Y-m-d H:i', $link['lastup']);
|
||||
}
|
||||
if($link['original']!==''){
|
||||
$orig='<a href="http://'.$link['original'].'.onion" rel="noopener">'.$link['original'].'.onion</a>';
|
||||
}else{
|
||||
$orig=_('Unknown');
|
||||
}
|
||||
echo '<div class="row '.$class.'"><div class="col">'.$link['address'].'.onion</div><div class="col">'.$orig.'</div><div class="col">'.$lastup.'</div></div>';
|
||||
}
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
function send_text(): void
|
||||
{
|
||||
global $db;
|
||||
if(!isset($db)){
|
||||
die(_('Error: No database connection!'));
|
||||
}
|
||||
header('Content-Type: text/plain; charset=UTF-8');
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = 'approved = 1 AND';
|
||||
}
|
||||
$stmt=$db->query('SELECT address FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800 ORDER BY address;');
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_NUM)){
|
||||
echo "$tmp[0].onion\n";
|
||||
}
|
||||
}
|
||||
|
||||
function send_json(): void
|
||||
{
|
||||
global $db, $categories;
|
||||
if(!isset($db)){
|
||||
die(_('Error: No database connection!'));
|
||||
}
|
||||
header('Content-Type: application/json;');
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = PREFIX . 'onions.approved = 1 AND';
|
||||
}
|
||||
$data=['categories'=>$categories];
|
||||
$stmt=$db->query('SELECT address, category, description, locked, lastup, lasttest, timeadded, timechanged FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800 ORDER BY address;');
|
||||
$data['onions']=$stmt->fetchALL(PDO::FETCH_ASSOC);
|
||||
$stmt=$db->query('SELECT md5sum FROM ' . PREFIX . "onions WHERE address='';");
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
$data['removed'][]=bin2hex($tmp['md5sum']);
|
||||
}
|
||||
$stmt=$db->query('SELECT address, original FROM ' . PREFIX . 'onions, ' . PREFIX . 'phishing WHERE onion_id=' . PREFIX . "onions.id AND $admin_approval address!='' AND timediff<604800 ORDER BY address;");
|
||||
$data['phishing']=$stmt->fetchALL(PDO::FETCH_ASSOC);
|
||||
echo json_encode($data);
|
||||
}
|
||||
|
||||
function get_pagination(int $category, int $pages) : string {
|
||||
$pagination = '';
|
||||
if($pages<=1 || isset($_REQUEST['q'])){
|
||||
return $pagination;
|
||||
}
|
||||
$pagination .= '<ul class="list pagination"><li>'._('Pages:').'</li>';
|
||||
$pagination .= ' <li'.($_REQUEST['pg']===0 ? ' class="active"' : '').'><a href="?cat='.$category.'&pg=0" target="_self">'._('All').'</a></li>';
|
||||
$pagination .= ' <li'.($_REQUEST['pg']===1 ? ' class="active"' : '').'><a href="?cat='.$category.'" target="_self">1</a></li>';
|
||||
$i = $_REQUEST['pg'] - 5;
|
||||
if($i < 2 ){
|
||||
$i = 2;
|
||||
} else {
|
||||
$pagination .= '<li>…</li>';
|
||||
}
|
||||
$j = 0;
|
||||
for(; $i<=$pages && ++$j < 12; ++$i){
|
||||
$pagination .= ' <li'.($_REQUEST['pg']===$i ? ' class="active"' : '').'><a href="?cat='.$category.'&pg='.$i.'" target="_self">'.$i.'</a></li>';
|
||||
}
|
||||
if($i<=$pages){
|
||||
if($i<$pages){
|
||||
$pagination .= '<li>…</li>';
|
||||
}
|
||||
$pagination .= ' <li><a href="?cat='.$category.'&pg='.$pages.'" target="_self">'.$pages.'</a></li>';
|
||||
}
|
||||
$pagination .= '</ul>';
|
||||
return $pagination;
|
||||
}
|
||||
|
||||
function send_captcha(): void
|
||||
{
|
||||
global $db;
|
||||
if(CAPTCHA === 0 || !extension_loaded('gd')){
|
||||
return;
|
||||
}
|
||||
$captchachars='ABCDEFGHJKMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz23456789';
|
||||
$length=strlen($captchachars)-1;
|
||||
$code='';
|
||||
for($i=0;$i<5;++$i){
|
||||
$code.=$captchachars[mt_rand(0, $length)];
|
||||
}
|
||||
$randid=mt_rand();
|
||||
$time=time();
|
||||
$stmt=$db->prepare('INSERT INTO ' . PREFIX . 'captcha (id, time, code) VALUES (?, ?, ?);');
|
||||
$stmt->execute([$randid, $time, $code]);
|
||||
echo '<p><label>'._('Copy:');
|
||||
if(CAPTCHA === 1){
|
||||
$im = imagecreatetruecolor(55, 24);
|
||||
$bg = imagecolorallocate($im, 0, 0, 0);
|
||||
$fg = imagecolorallocate($im, 255, 255, 255);
|
||||
imagefill($im, 0, 0, $bg);
|
||||
imagestring($im, 5, 5, 5, $code, $fg);
|
||||
echo ' <img width="55" height="24" alt="'._('captcha image').'" src="data:image/gif;base64,';
|
||||
}elseif(CAPTCHA === 2){
|
||||
$im = imagecreatetruecolor(55, 24);
|
||||
$bg = imagecolorallocate($im, 0, 0, 0);
|
||||
$fg = imagecolorallocate($im, 255, 255, 255);
|
||||
imagefill($im, 0, 0, $bg);
|
||||
imagestring($im, 5, 5, 5, $code, $fg);
|
||||
$line = imagecolorallocate($im, 255, 255, 255);
|
||||
for($i = 0; $i < 2; ++$i){
|
||||
imageline($im, 0, mt_rand(0, 24), 55, mt_rand(0, 24), $line);
|
||||
}
|
||||
$dots = imagecolorallocate($im, 255, 255, 255);
|
||||
for($i = 0; $i < 100; ++$i){
|
||||
imagesetpixel($im, mt_rand(0, 55), mt_rand(0, 24), $dots);
|
||||
}
|
||||
echo ' <img width="55" height="24" alt="'._('captcha image').'" src="data:image/gif;base64,';
|
||||
}elseif(CAPTCHA === 3){
|
||||
$im = imagecreatetruecolor(55, 24);
|
||||
$bg = imagecolorallocatealpha($im, 0, 0, 0, 127);
|
||||
$fg = imagecolorallocate($im, 255, 255, 255);
|
||||
$cc = imagecolorallocate($im, 200, 200, 200);
|
||||
$cb = imagecolorallocatealpha($im, 0, 0, 0, 127);
|
||||
imagefill($im, 0, 0, $bg);
|
||||
$line = imagecolorallocate($im, 255, 255, 255);
|
||||
$deg = (mt_rand(0,1)*2-1)*mt_rand(10, 20);
|
||||
|
||||
$background = imagecreatetruecolor(120, 80);
|
||||
imagefill($background, 0, 0, $cb);
|
||||
|
||||
for ($i=0; $i<20; ++$i) {
|
||||
$char = imagecreatetruecolor(12, 16);
|
||||
imagestring($char, 5, 2, 2, $captchachars[mt_rand(0, $length)], $cc);
|
||||
$char = imagerotate($char, (mt_rand(0,1)*2-1)*mt_rand(10, 20), $cb);
|
||||
$char = imagescale($char, 24, 32);
|
||||
imagefilter($char, IMG_FILTER_SMOOTH, 0.6);
|
||||
imagecopy($background, $char, rand(0, 100), rand(0, 60), 0, 0, 24, 32);
|
||||
}
|
||||
|
||||
imagestring($im, 5, 5, 5, $code, $fg);
|
||||
$im = imagescale($im, 110, 48);
|
||||
imagefilter($im, IMG_FILTER_SMOOTH, 0.5);
|
||||
imagefilter($im, IMG_FILTER_GAUSSIAN_BLUR);
|
||||
$im = imagerotate($im, $deg, $bg);
|
||||
$im = imagecrop($im, array('x'=>0, 'y'=>0, 'width'=>120, 'height'=>80));
|
||||
imagecopy($background, $im, 0, 0, 0, 0, 110, 80);
|
||||
imagedestroy($im);
|
||||
$im = $background;
|
||||
|
||||
for($i=0; $i<1000; ++$i){
|
||||
$c = mt_rand(100,230);
|
||||
$dots = imagecolorallocate($im, $c, $c, $c);
|
||||
imagesetpixel($im, mt_rand(0, 120), mt_rand(0, 80), $dots);
|
||||
}
|
||||
imagedestroy($char);
|
||||
echo '<img width="120" height="80" src="data:image/png;base64,';
|
||||
}else{
|
||||
$im = imagecreatetruecolor(150, 200);
|
||||
$bg = imagecolorallocate($im, 0, 0, 0);
|
||||
$fg = imagecolorallocate($im, 255, 255, 255);
|
||||
imagefill($im, 0, 0, $bg);
|
||||
$line = imagecolorallocate($im, 100, 100, 100);
|
||||
for($i = 0; $i < 5; ++$i){
|
||||
imageline($im, 0, mt_rand(0, 200), 150, mt_rand(0, 200), $line);
|
||||
}
|
||||
$dots = imagecolorallocate($im, 200, 200, 200);
|
||||
for($i = 0; $i < 1000; ++$i){
|
||||
imagesetpixel($im, mt_rand(0, 150), mt_rand(0, 200), $dots);
|
||||
}
|
||||
$chars = [];
|
||||
for($i = 0; $i < 10; ++$i){
|
||||
$found = false;
|
||||
while(!$found){
|
||||
$x = mt_rand(10, 140);
|
||||
$y = mt_rand(10, 180);
|
||||
$found = true;
|
||||
foreach($chars as $char){
|
||||
if($char['x'] >= $x && ($char['x'] - $x) < 25){
|
||||
$found = false;
|
||||
}elseif($char['x'] < $x && ($x - $char['x']) < 25){
|
||||
$found = false;
|
||||
}
|
||||
if(!$found){
|
||||
if($char['y'] >= $y && ($char['y'] - $y) < 25){
|
||||
break;
|
||||
}elseif($char['y'] < $y && ($y - $char['y']) < 25){
|
||||
break;
|
||||
}else{
|
||||
$found = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
$chars []= ['x', 'y'];
|
||||
$chars[$i]['x'] = $x;
|
||||
$chars[$i]['y'] = $y;
|
||||
if($i < 5){
|
||||
imagechar($im, 5, $chars[$i]['x'], $chars[$i]['y'], $captchachars[mt_rand(0, $length)], $fg);
|
||||
}else{
|
||||
imagechar($im, 5, $chars[$i]['x'], $chars[$i]['y'], $code[$i-5], $fg);
|
||||
}
|
||||
}
|
||||
$follow=imagecolorallocate($im, 200, 0, 0);
|
||||
imagearc($im, $chars[5]['x']+4, $chars[5]['y']+8, 16, 16, 0, 360, $follow);
|
||||
for($i = 5; $i < 9; ++$i){
|
||||
imageline($im, $chars[$i]['x']+4, $chars[$i]['y']+8, $chars[$i+1]['x']+4, $chars[$i+1]['y']+8, $follow);
|
||||
}
|
||||
echo ' <img width="150" height="200" alt="'._('captcha image').'" src="data:image/gif;base64,';
|
||||
}
|
||||
ob_start();
|
||||
imagegif($im);
|
||||
imagedestroy($im);
|
||||
echo base64_encode(ob_get_clean()).'">';
|
||||
echo '<input type="hidden" name="challenge" value="'.$randid.'"><input type="text" name="captcha" size="15" autocomplete="off"></label></p>';
|
||||
}
|
||||
|
||||
function send_error(string $msg): void
|
||||
{
|
||||
die('<p class="red" role="alert">'.$msg.'</p></main></body></html>');
|
||||
}
|
528
www/onions.php
528
www/onions.php
@ -1,528 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* Onion Link List - Main listing script
|
||||
*
|
||||
* Copyright (C) 2016-2020 Daniel Winzen <daniel@danwin1210.me>
|
||||
*
|
||||
* 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 for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
if($_SERVER['REQUEST_METHOD']==='HEAD'){
|
||||
exit; // ignore headers, no further processing needed
|
||||
}
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}catch(PDOException $e){
|
||||
}
|
||||
date_default_timezone_set('UTC');
|
||||
//select output format
|
||||
if(!isset($_REQUEST['format'])){
|
||||
send_html();
|
||||
}elseif($_REQUEST['format']==='text'){
|
||||
send_text();
|
||||
}elseif($_REQUEST['format']==='json'){
|
||||
send_json();
|
||||
}else{
|
||||
send_html();
|
||||
}
|
||||
|
||||
function send_html(){
|
||||
global $I, $categories, $db, $language;
|
||||
$numrows = 0;
|
||||
$style = '.red{color:red} .green{color:green} .up td+td+td{background-color:#aaff88} .down td+td+td{background-color:#ff4444}';
|
||||
$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
|
||||
$special=[
|
||||
$I['all']=>"address!='' AND category!=15 AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800',
|
||||
$I['lastadded']=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing)',
|
||||
$I['offline']=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff>604800'
|
||||
];
|
||||
if(!isset($_REQUEST['pg'])){
|
||||
$_REQUEST['pg']=1;
|
||||
}else{
|
||||
settype($_REQUEST['pg'], 'int');
|
||||
}
|
||||
if($_REQUEST['pg']>0){
|
||||
$_REQUEST['newpg']=1;
|
||||
}else{
|
||||
$_REQUEST['newpg']=0;
|
||||
}
|
||||
echo '<!DOCTYPE html><html lang="'.$language.'"><head>';
|
||||
echo "<title>$I[title]</title>";
|
||||
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
|
||||
echo '<meta name="author" content="Daniel Winzen">';
|
||||
echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
|
||||
echo '<meta name="description" content="Huge link list of Tor hidden service onions. All the darknet links you need in one place.">';
|
||||
echo '<style type="text/css">'.$style.'</style>';
|
||||
echo '<base rel="noopener" target="_blank">';
|
||||
echo '</head><body>';
|
||||
echo "<h1>$I[title]</h1>";
|
||||
print_langs();
|
||||
echo "<br><small>$I[format]: <a href=\"?format=text\" target=\"_self\">Text</a> <a href=\"?format=json\" target=\"_self\">JSON</a></small>";
|
||||
if(!isset($db)){
|
||||
echo "<p><b class=\"red\">$I[error]:</b> $I[nodb]</p>";
|
||||
echo '</body></html>';
|
||||
exit;
|
||||
}
|
||||
echo '<p>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!</p>';
|
||||
//update onions description form
|
||||
echo "<table id=\"edit-search\"><tr><td><form action=\"$_SERVER[SCRIPT_NAME]\" target=\"_self\" method=\"POST\">";
|
||||
echo "<input type=\"hidden\" name=\"pg\" value=\"$_REQUEST[newpg]\">";
|
||||
echo "<input type=\"hidden\" name=\"lang\" value=\"$language\">";
|
||||
echo "<p><label>$I[addonion]: <br><input name=\"addr\" size=\"30\" placeholder=\"http://$_SERVER[HTTP_HOST]\" value=\"";
|
||||
if(isset($_REQUEST['addr'])){
|
||||
echo htmlspecialchars($_REQUEST['addr']);
|
||||
}
|
||||
echo '" required></label></p>';
|
||||
echo "<p><label>$I[adddesc]: <br><textarea name=\"desc\" rows=\"2\" cols=\"30\">";
|
||||
if(!empty($_REQUEST['desc'])){//use posted description
|
||||
echo htmlspecialchars(trim($_REQUEST['desc']));
|
||||
}elseif(!empty($_REQUEST['addr'])){//fetch description from database
|
||||
if(preg_match('~(^(https?://)?([a-z0-9]*\.)?([a-z2-7]{16}|[a-z2-7]{56})(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){
|
||||
$addr=strtolower($addr[4]);
|
||||
$md5=md5($addr, true);
|
||||
$stmt=$db->prepare('SELECT description, category FROM ' . PREFIX . 'onions WHERE md5sum=?;');
|
||||
$stmt->execute([$md5]);
|
||||
if($desc=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
$category=$desc['category'];
|
||||
echo str_replace('<br>', "\n", $desc['description']);
|
||||
}
|
||||
}
|
||||
}
|
||||
echo '</textarea></label></p>';
|
||||
if(isset($_REQUEST['cat']) && $_REQUEST['cat']<(count($categories)+count($special)+1) && $_REQUEST['cat']>=0){
|
||||
settype($_REQUEST['cat'], 'int');
|
||||
$category=$_REQUEST['cat'];
|
||||
}
|
||||
if(!isset($category)){
|
||||
$category=count($categories);
|
||||
}
|
||||
echo "<p><label>$I[category]: <select name=\"cat\">";
|
||||
foreach($categories as $cat=>$name){
|
||||
echo "<option value=\"$cat\"";
|
||||
if($category==$cat || ($cat===0 && $category>=count($categories))){
|
||||
echo ' selected';
|
||||
}
|
||||
echo ">$name</option>";
|
||||
}
|
||||
echo '</select></label></p>';
|
||||
send_captcha();
|
||||
echo "<input type=\"submit\" name=\"action\" value=\"$I[update]\"></form></td>";
|
||||
//search from
|
||||
echo "<td><form action=\"$_SERVER[SCRIPT_NAME]\" target=\"_self\" method=\"post\">";
|
||||
echo "<input type=\"hidden\" name=\"pg\" value=\"$_REQUEST[newpg]\">";
|
||||
echo "<input type=\"hidden\" name=\"lang\" value=\"$language\">";
|
||||
echo "<p><label>$I[search]: <br><input name=\"q\" size=\"30\" placeholder=\"$I[searchterm]\" value=\"";
|
||||
if(isset($_REQUEST['q'])){
|
||||
echo htmlspecialchars($_REQUEST['q']);
|
||||
}
|
||||
echo '"></label></p>';
|
||||
echo "<p><label>$I[category]: <select name=\"cat\">";
|
||||
echo '<option value="'.count($categories).'"';
|
||||
if($category>=count($categories)){
|
||||
echo ' selected';
|
||||
}
|
||||
echo ">$I[all]</option>";
|
||||
foreach($categories as $cat=>$name){
|
||||
echo "<option value=\"$cat\"";
|
||||
if($category==$cat){
|
||||
echo ' selected';
|
||||
}
|
||||
echo ">$name</option>";
|
||||
}
|
||||
echo '</select></label></p>';
|
||||
echo '<p><label><input type="checkbox" name="hidelocked" value="1"';
|
||||
if(isset($_REQUEST['hidelocked'])){
|
||||
echo ' checked';
|
||||
}
|
||||
echo ">$I[hidelocked]</label></p>";
|
||||
echo "<input type=\"submit\" name=\"action\" value=\"$I[search]\"></form></td>";
|
||||
echo '</tr></table><br>';
|
||||
//List special categories
|
||||
echo "<ul class=\"list\"><li>$I[specialcat]:</li>";
|
||||
$cat=count($categories);
|
||||
$pages=1;
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = PREFIX . 'onions.approved = 1 AND';
|
||||
}
|
||||
foreach($special as $name=>$query){
|
||||
if($cat===count($categories)+1){
|
||||
$num[0]=PER_PAGE;
|
||||
}else{
|
||||
$num=$db->query('SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE $admin_approval $query;")->fetch(PDO::FETCH_NUM);
|
||||
}
|
||||
if($category==$cat){
|
||||
echo " <li class=\"active\"><a href=\"?cat=$cat&pg=$_REQUEST[newpg]&lang=$language\" target=\"_self\">$name ($num[0])</a></li>";
|
||||
$pages=ceil($num[0]/PER_PAGE);
|
||||
}else{
|
||||
echo " <li><a href=\"?cat=$cat&pg=$_REQUEST[newpg]&lang=$language\" target=\"_self\">$name ($num[0])</a></li>";
|
||||
}
|
||||
++$cat;
|
||||
}
|
||||
$num=$db->query('SELECT COUNT(*) FROM ' . PREFIX . 'phishing, ' . PREFIX . 'onions WHERE ' . "$admin_approval " . PREFIX . "onions.id=onion_id AND address!='' AND timediff<604800;")->fetch(PDO::FETCH_NUM);
|
||||
if($category==$cat){
|
||||
echo " <li class=\"active\"><a href=\"?cat=$cat&lang=$language\" target=\"_self\">$I[phishingclones] ($num[0])</a></li>";
|
||||
}else{
|
||||
echo " <li><a href=\"?cat=$cat&lang=$language\" target=\"_self\">$I[phishingclones] ($num[0])</a></li>";
|
||||
}
|
||||
$num=$db->query('SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE address='';")->fetch(PDO::FETCH_NUM);
|
||||
echo " <li>$I[removed] ($num[0])</li>";
|
||||
if(REQUIRE_APPROVAL) {
|
||||
$num = $db->query( 'SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE approved = 0 AND address!='';" )->fetch( PDO::FETCH_NUM );
|
||||
echo " <li>$I[pendingapproval] ($num[0])</li>";
|
||||
$num = $db->query( 'SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE approved = -1 AND address!='';" )->fetch( PDO::FETCH_NUM );
|
||||
echo " <li>$I[rejected] ($num[0])</li>";
|
||||
}
|
||||
echo '</ul><br><br>';
|
||||
//List normal categories
|
||||
echo "<ul class=\"list\"><li>$I[categories]:</li>";
|
||||
$stmt=$db->prepare('SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE $admin_approval category=? AND address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800;');
|
||||
foreach($categories as $cat=>$name){
|
||||
$stmt->execute([$cat]);
|
||||
$num=$stmt->fetch(PDO::FETCH_NUM);
|
||||
if($category==$cat){
|
||||
echo " <li class=\"active\"><a href=\"?cat=$cat&pg=$_REQUEST[newpg]&lang=$language\" target=\"_self\">$name ($num[0])</a></li>";
|
||||
$pages=ceil($num[0]/PER_PAGE);
|
||||
}else{
|
||||
echo " <li><a href=\"?cat=$cat&pg=$_REQUEST[newpg]&lang=$language\" target=\"_self\">$name ($num[0])</a></li>";
|
||||
}
|
||||
}
|
||||
echo '</ul><br><br>';
|
||||
if($_SERVER['REQUEST_METHOD']==='POST' && !empty($_REQUEST['addr'])){
|
||||
if(!preg_match('~(^(https?://)?([a-z0-9]*\.)?([a-z2-7]{16}|[a-z2-7]{56})(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){
|
||||
echo "<p class=\"red\">$I[invalonion]</p>";
|
||||
echo "<p>$I[valid]: http://tt3j2x4k5ycaa5zt.onion</p>";
|
||||
}else{
|
||||
if(!isset($_REQUEST['challenge'])){
|
||||
send_error('Error: Wrong Captcha');
|
||||
}
|
||||
$stmt=$db->prepare('SELECT code FROM ' . PREFIX . 'captcha WHERE id=?;');
|
||||
$stmt->execute([$_REQUEST['challenge']]);
|
||||
$stmt->bindColumn(1, $code);
|
||||
if(!$stmt->fetch(PDO::FETCH_BOUND)){
|
||||
send_error('Error: Captcha expired');
|
||||
}
|
||||
$time=time();
|
||||
$stmt=$db->prepare('DELETE FROM ' . PREFIX . 'captcha WHERE id=? OR time<?;');
|
||||
$stmt->execute([$_REQUEST['challenge'], $time-3600]);
|
||||
if($_REQUEST['captcha']!==$code){
|
||||
if(strrev($_REQUEST['captcha'])!==$code){
|
||||
send_error('Error: Wrong captcha');
|
||||
}
|
||||
}
|
||||
$addr=strtolower($addr[4]);
|
||||
$md5=md5($addr, true);
|
||||
$stmt=$db->prepare('SELECT locked FROM ' . PREFIX . 'onions WHERE md5sum=?;');
|
||||
$stmt->execute([$md5]);
|
||||
$stmt->bindColumn(1, $locked);
|
||||
if($category==count($categories)){
|
||||
$category=0;
|
||||
}
|
||||
if(!isset($_POST['desc'])){
|
||||
$desc='';
|
||||
}else{
|
||||
$desc=trim($_POST['desc']);
|
||||
$desc=htmlspecialchars($desc);
|
||||
$desc=preg_replace("/(\r?\n|\r\n?)/", '<br>', $desc);
|
||||
}
|
||||
if(!$stmt->fetch(PDO::FETCH_BOUND)){//new link, add to database
|
||||
$stmt=$db->prepare('INSERT INTO ' . PREFIX . 'onions (address, description, md5sum, category, timeadded) VALUES (?, ?, ?, ?, ?);');
|
||||
$stmt->execute([$addr, $desc, $md5, $category, time()]);
|
||||
echo "<p class=\"green\">$I[succadd]</p>";
|
||||
}elseif($locked==1){//locked, not editable
|
||||
echo "<p class=\"red\">$I[faillocked]</p>";
|
||||
}elseif($desc!==''){//update description
|
||||
$stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET description=?, category=? WHERE md5sum=?;');
|
||||
$stmt->execute([$desc, $category, $md5]);
|
||||
echo "<p class=\"green\">$I[succupddesc]</p>";
|
||||
}elseif($category!=0){//update category only
|
||||
$stmt=$db->prepare('UPDATE ' . PREFIX . 'onions SET category=? WHERE md5sum=?;');
|
||||
$stmt->execute([$category, $md5]);
|
||||
echo "<p class=\"green\">$I[succupdcat]</p>";
|
||||
}else{//nothing changed and already known
|
||||
echo "<p class=\"green\">$I[alreadyknown]</p>";
|
||||
}
|
||||
}
|
||||
}
|
||||
if($pages>1 && !isset($_REQUEST['q'])){
|
||||
$pagination=get_pagination($category, $pages);
|
||||
echo $pagination;
|
||||
}else{
|
||||
$pagination='';
|
||||
}
|
||||
if(isset($_REQUEST['q'])){//run search query
|
||||
$query=htmlspecialchars($_REQUEST['q']);
|
||||
$query="%$query%";
|
||||
if(isset($_REQUEST['hidelocked'])){
|
||||
$hidelocked='AND locked=0';
|
||||
}else{
|
||||
$hidelocked='';
|
||||
}
|
||||
if($category>=count($categories)){
|
||||
$stmt=$db->prepare('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . "phishing) AND timediff<604800 $hidelocked AND (description LIKE ? OR address LIKE ?) ORDER BY address;");
|
||||
$stmt->execute([$query, $query]);
|
||||
}else{
|
||||
$stmt=$db->prepare('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND category=? AND id NOT IN (SELECT onion_id FROM " . PREFIX . "phishing) AND timediff<604800 $hidelocked AND (description LIKE ? OR address LIKE ?) ORDER BY address;");
|
||||
$stmt->execute([$category, $query, $query]);
|
||||
}
|
||||
$table=get_table($stmt, $numrows);
|
||||
printf("<p><b>$I[searchresult]</b></p>", $_REQUEST['q'], $numrows);
|
||||
echo $table;
|
||||
}elseif($category>=count($categories)+count($special)){//show phishing clones
|
||||
print_phishing_table();
|
||||
}elseif($category>=count($categories)){//show special categories
|
||||
$tmp=$category-count($categories);
|
||||
$query = '';
|
||||
foreach($special as $name=>$query){
|
||||
if($tmp===0) break;
|
||||
--$tmp;
|
||||
}
|
||||
if($category-count($categories)===1){
|
||||
$query.=' ORDER BY id DESC LIMIT ' . PER_PAGE;
|
||||
}else{
|
||||
$query.=' ORDER BY address';
|
||||
if($_REQUEST['pg']>0){
|
||||
$offset=PER_PAGE*($_REQUEST['pg']-1);
|
||||
$query.=' LIMIT ' . PER_PAGE ." OFFSET $offset";
|
||||
}
|
||||
}
|
||||
$stmt=$db->query('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval $query;");
|
||||
echo get_table($stmt, $numrows, true);
|
||||
}else{//show normal categories
|
||||
if($_REQUEST['pg']>0){
|
||||
$offset=PER_PAGE*($_REQUEST['pg']-1);
|
||||
$offsetquery=' LIMIT ' . PER_PAGE . " OFFSET $offset";
|
||||
}else{
|
||||
$offsetquery='';
|
||||
}
|
||||
$stmt=$db->prepare('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . "phishing) AND category=? AND timediff<604800 ORDER BY address$offsetquery;");
|
||||
$stmt->execute([$category]);
|
||||
echo get_table($stmt, $numrows, true);
|
||||
}
|
||||
echo '<br>';
|
||||
echo $pagination;
|
||||
echo '<br><p class="software-link"><a href="https://github.com/DanWin/onion-link-list" target="_blank" rel="noopener">Onion Link List - ' . VERSION . '</a></p>';
|
||||
echo '</body></html>';
|
||||
}
|
||||
|
||||
function get_table(PDOStatement $stmt, int &$numrows = 0, bool $promoted = false) : string {
|
||||
global $I, $db, $language;
|
||||
$time=time();
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = PREFIX . 'onions.approved = 1 AND';
|
||||
}
|
||||
ob_start();
|
||||
echo "<table id=\"maintable\"><tr><th>$I[link]</th><th>$I[description]</th><th>$I[lasttested]</th><th>$I[lastup]</th><th>$I[timeadded]</th><th>$I[actions]</th></tr>";
|
||||
if($promoted){//print promoted links at the top
|
||||
$time=time();
|
||||
$promo=$db->prepare('SELECT address, lasttest, lastup, timeadded, description, locked, special FROM ' . PREFIX . "onions WHERE $admin_approval special>? AND address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800 ORDER BY address;');
|
||||
$promo->execute([$time]);
|
||||
while($link=$promo->fetch(PDO::FETCH_ASSOC)){
|
||||
if($link['lastup']===$link['lasttest']){
|
||||
$class='up';
|
||||
}else{
|
||||
$class='down';
|
||||
}
|
||||
if($link['lastup']==0){
|
||||
$lastup=$I['never'];
|
||||
}else{
|
||||
$lastup=date('Y-m-d H:i:s', $link['lastup']);
|
||||
}
|
||||
if($link['lasttest']==0){
|
||||
$lasttest=$I['never'];
|
||||
}else{
|
||||
$lasttest=date('Y-m-d H:i:s', $link['lasttest']);
|
||||
}
|
||||
$timeadded=date('Y-m-d H:i:s', $link['timeadded']);
|
||||
echo "<tr class=\"$class promo\"><td><a href=\"http://$link[address].onion\">$link[address].onion</a></td><td>$link[description]</td><td>$lasttest</td><td>$lastup</td><td>$timeadded</td><td><form method=\"post\" action=\"test.php\"><input name=\"addr\" value=\"$link[address]\" type=\"hidden\"><input name=\"lang\" value=\"$language\" type=\"hidden\"><input value=\"$I[test]\" type=\"submit\"></form></td></tr>";
|
||||
}
|
||||
}
|
||||
while($link=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
if($link['lastup']===$link['lasttest']){
|
||||
$class='up';
|
||||
}else{
|
||||
$class='down';
|
||||
}
|
||||
if($link['lastup']==0){
|
||||
$lastup=$I['never'];
|
||||
}else{
|
||||
$lastup=date('Y-m-d H:i:s', $link['lastup']);
|
||||
}
|
||||
if($link['lasttest']==0){
|
||||
$lasttest=$I['never'];
|
||||
$class='';
|
||||
}else{
|
||||
$lasttest=date('Y-m-d H:i:s', $link['lasttest']);
|
||||
}
|
||||
$timeadded=date('Y-m-d H:i:s', $link['timeadded']);
|
||||
if($link['special']>$time){
|
||||
$class.=' promo';
|
||||
}
|
||||
if($link['locked']==1){
|
||||
$edit='-';
|
||||
}else{
|
||||
$edit="<form><input name=\"addr\" value=\"$link[address]\" type=\"hidden\"><input type=\"hidden\" name=\"pg\" value=\"$_REQUEST[newpg]\"><input type=\"hidden\" name=\"lang\" value=\"$language\"><input value=\"$I[edit]\" type=\"submit\"></form>";
|
||||
}
|
||||
echo "<tr class=\"$class\"><td><a href=\"http://$link[address].onion\">$link[address].onion</a></td><td>$link[description]</td><td>$lasttest</td><td>$lastup</td><td>$timeadded</td><td>$edit <form method=\"post\" action=\"test.php\"><input name=\"addr\" value=\"$link[address]\" type=\"hidden\"><input type=\"hidden\" name=\"lang\" value=\"$language\"><input value=\"$I[test]\" type=\"submit\"></form></td></tr>";
|
||||
++$numrows;
|
||||
}
|
||||
echo '</table>';
|
||||
return ob_get_clean();
|
||||
}
|
||||
|
||||
function print_phishing_table(){
|
||||
global $I, $db;
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = 'approved = 1 AND';
|
||||
}
|
||||
echo "<table id=\"maintable\"><tr><th>$I[link]</th><th>$I[cloneof]</th><th>$I[lastup]</th></tr>";
|
||||
$stmt=$db->query('SELECT address, original, lasttest, lastup FROM ' . PREFIX . 'onions, ' . PREFIX . 'phishing WHERE ' . "$admin_approval " . PREFIX . "onions.id=onion_id AND address!='' AND timediff<604800 ORDER BY address;");
|
||||
while($link=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
if($link['lastup']===$link['lasttest']){
|
||||
$class='up';
|
||||
}else{
|
||||
$class='down';
|
||||
}
|
||||
if($link['lastup']==0){
|
||||
$lastup=$I['never'];
|
||||
}else{
|
||||
$lastup=date('Y-m-d H:i:s', $link['lastup']);
|
||||
}
|
||||
if($link['original']!==''){
|
||||
$orig="<a href=\"http://$link[original].onion\">$link[original].onion</a>";
|
||||
}else{
|
||||
$orig=$I['unknown'];
|
||||
}
|
||||
echo "<tr class=\"$class\"><td>$link[address].onion</td><td>$orig</td><td>$lastup</td></tr>";
|
||||
}
|
||||
echo '</table>';
|
||||
}
|
||||
|
||||
function send_text(){
|
||||
global $I, $db;
|
||||
if(!isset($db)){
|
||||
die("$I[error]: $I[nodb]");
|
||||
}
|
||||
header('Content-Type: text/plain; charset=UTF-8');
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = 'approved = 1 AND';
|
||||
}
|
||||
$stmt=$db->query('SELECT address FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800 ORDER BY address;');
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_NUM)){
|
||||
echo "$tmp[0].onion\n";
|
||||
}
|
||||
}
|
||||
|
||||
function send_json(){
|
||||
global $I, $db, $categories;
|
||||
if(!isset($db)){
|
||||
die("$I[error]: $I[nodb]");
|
||||
}
|
||||
header('Content-Type: application/json;');
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = PREFIX . 'onions.approved = 1 AND';
|
||||
}
|
||||
$data=['categories'=>$categories];
|
||||
$stmt=$db->query('SELECT address, category, description, locked, lastup, lasttest, timeadded FROM ' . PREFIX . "onions WHERE $admin_approval address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800 ORDER BY address;');
|
||||
$data['onions']=$stmt->fetchALL(PDO::FETCH_ASSOC);
|
||||
$stmt=$db->query('SELECT md5sum FROM ' . PREFIX . "onions WHERE address='';");
|
||||
while($tmp=$stmt->fetch(PDO::FETCH_ASSOC)){
|
||||
$data['removed'][]=bin2hex($tmp['md5sum']);
|
||||
}
|
||||
$stmt=$db->query('SELECT address, original FROM ' . PREFIX . 'onions, ' . PREFIX . 'phishing WHERE onion_id=' . PREFIX . "onions.id AND $admin_approval address!='' AND timediff<604800 ORDER BY address;");
|
||||
$data['phishing']=$stmt->fetchALL(PDO::FETCH_ASSOC);
|
||||
echo json_encode($data);
|
||||
}
|
||||
|
||||
function get_pagination(int $category, int $pages) : string {
|
||||
global $I, $language;
|
||||
ob_start();
|
||||
echo "<ul class=\"list\"><li>$I[pages]:</li>";
|
||||
if($_REQUEST['pg']==0){
|
||||
echo " <li class=\"active\"><a href=\"?cat=$category&pg=0&lang=$language\" target=\"_self\">$I[all]</a></li>";
|
||||
}else{
|
||||
echo " <li><a href=\"?cat=$category&pg=0&lang=$language\" target=\"_self\">$I[all]</a></li>";
|
||||
}
|
||||
for($i=1; $i<=$pages; ++$i){
|
||||
if($_REQUEST['pg']==$i){
|
||||
echo " <li class=\"active\"><a href=\"?cat=$category&pg=$i&lang=$language\" target=\"_self\">$i</a></li>";
|
||||
}else{
|
||||
echo " <li><a href=\"?cat=$category&pg=$i&lang=$language\" target=\"_self\">$i</a></li>";
|
||||
}
|
||||
}
|
||||
echo "</ul><br><br>";
|
||||
return ob_get_clean();
|
||||
}
|
||||
|
||||
function send_captcha(){
|
||||
global $db;
|
||||
$difficulty=1;
|
||||
if($difficulty===0 || !extension_loaded('gd')){
|
||||
return;
|
||||
}
|
||||
$captchachars='ABCDEFGHJKMNPQRSTUVWXYZabcdefghjkmnpqrstuvwxyz23456789';
|
||||
$length=strlen($captchachars)-1;
|
||||
$code='';
|
||||
for($i=0;$i<5;++$i){
|
||||
$code.=$captchachars[mt_rand(0, $length)];
|
||||
}
|
||||
$randid=mt_rand();
|
||||
$time=time();
|
||||
$stmt=$db->prepare('INSERT INTO ' . PREFIX . 'captcha (id, time, code) VALUES (?, ?, ?);');
|
||||
$stmt->execute([$randid, $time, $code]);
|
||||
echo "<p><label>Copy: ";
|
||||
if($difficulty===1){
|
||||
$im=imagecreatetruecolor(55, 24);
|
||||
$bg=imagecolorallocate($im, 0, 0, 0);
|
||||
$fg=imagecolorallocate($im, 255, 255, 255);
|
||||
imagefill($im, 0, 0, $bg);
|
||||
imagestring($im, 5, 5, 5, $code, $fg);
|
||||
echo '<img width="55" height="24" alt="captcha image" src="data:image/gif;base64,';
|
||||
}else{
|
||||
$im=imagecreatetruecolor(55, 24);
|
||||
$bg=imagecolorallocate($im, 0, 0, 0);
|
||||
$fg=imagecolorallocate($im, 255, 255, 255);
|
||||
imagefill($im, 0, 0, $bg);
|
||||
imagestring($im, 5, 5, 5, $code, $fg);
|
||||
$line=imagecolorallocate($im, 255, 255, 255);
|
||||
for($i=0;$i<2;++$i){
|
||||
imageline($im, 0, mt_rand(0, 24), 55, mt_rand(0, 24), $line);
|
||||
}
|
||||
$dots=imagecolorallocate($im, 255, 255, 255);
|
||||
for($i=0;$i<100;++$i){
|
||||
imagesetpixel($im, mt_rand(0, 55), mt_rand(0, 24), $dots);
|
||||
}
|
||||
echo '<img width="55" height="24" alt="captcha image" src="data:image/gif;base64,';
|
||||
}
|
||||
ob_start();
|
||||
imagegif($im);
|
||||
imagedestroy($im);
|
||||
echo base64_encode(ob_get_clean()).'">';
|
||||
echo "<input type=\"hidden\" name=\"challenge\" value=\"$randid\"><input type=\"text\" name=\"captcha\" size=\"15\" autocomplete=\"off\"></label></p>";
|
||||
}
|
||||
|
||||
function send_error(string $msg){
|
||||
die("<p class=\"red\">$msg</p></div></body></html>");
|
||||
}
|
12
www/opensearch.php
Normal file
12
www/opensearch.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
header('Content-Type: application/opensearchdescription+xml');
|
||||
?>
|
||||
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
||||
<ShortName><?php echo _('Onion link list'); ?></ShortName>
|
||||
<Description><?php echo _('Search the onion link list'); ?></Description>
|
||||
<Contact>daniel@danwin1210.de</Contact>
|
||||
<Developer>Daniel Winzen</Developer>
|
||||
<Image width="192" height="192" type="image/gif"><?php echo CANONICAL_URL; ?>/favicon.ico</Image>
|
||||
<Url type="text/html" method="get" template="<?php echo CANONICAL_URL; ?>/?q={searchTerms}" />
|
||||
</OpenSearchDescription>
|
5
www/robots.txt
Normal file
5
www/robots.txt
Normal file
@ -0,0 +1,5 @@
|
||||
User-agent: *
|
||||
Disallow: /*?*addr=
|
||||
Disallow: /*?*q=
|
||||
Allow: *
|
||||
Sitemap: /sitemap.php
|
116
www/sitemap.php
Normal file
116
www/sitemap.php
Normal file
@ -0,0 +1,116 @@
|
||||
<?php
|
||||
require_once __DIR__.'/../common_config.php';
|
||||
global $categories;
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}catch(PDOException $e){
|
||||
http_response_code(500);
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
$links = [];
|
||||
$alts = [];
|
||||
foreach (LANGUAGES as $lang_code => $data) {
|
||||
$alts []= ['hreflang' => $lang_code, 'href' => CANONICAL_URL . '/test.php?lang='.$lang_code];
|
||||
}
|
||||
$links []= ['loc' => CANONICAL_URL . '/test.php', 'changefreq' => 'weekly', 'priority' => '0.8', 'alt' => $alts];
|
||||
$links []= ['loc' => CANONICAL_URL . '/?format=json', 'changefreq' => 'daily', 'priority' => '0.2'];
|
||||
$links []= ['loc' => CANONICAL_URL . '/?format=text', 'changefreq' => 'daily', 'priority' => '0.2'];
|
||||
$admin_approval = '';
|
||||
if(REQUIRE_APPROVAL){
|
||||
$admin_approval = PREFIX . 'onions.approved = 1 AND';
|
||||
}
|
||||
$stmt=$db->prepare('SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE $admin_approval category=? AND address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800;');
|
||||
foreach($categories as $cat => $name){
|
||||
$alts = [];
|
||||
foreach (LANGUAGES as $lang_code => $data) {
|
||||
$alts []= ['hreflang' => $lang_code, 'href' => CANONICAL_URL . "/?cat=$cat&lang=$lang_code"];
|
||||
}
|
||||
$links []= ['loc' => CANONICAL_URL . "/?cat=$cat", 'changefreq' => 'daily', 'priority' => '0.3', 'alt' => $alts];
|
||||
$stmt->execute([$cat]);
|
||||
$num=$stmt->fetch(PDO::FETCH_NUM);
|
||||
$pages=ceil($num[0]/PER_PAGE);
|
||||
if($pages > 1) {
|
||||
while ( $pages > 1 ) {
|
||||
$alts = [];
|
||||
foreach (LANGUAGES as $lang_code => $data) {
|
||||
$alts []= ['hreflang' => $lang_code, 'href' => CANONICAL_URL . "/?cat=$cat&pg=$pages&lang=$lang_code"];
|
||||
}
|
||||
$links [] = [ 'loc' => CANONICAL_URL . "/?cat=$cat&pg=$pages", 'changefreq' => 'daily', 'priority' => '0.3', 'alt' => $alts ];
|
||||
--$pages;
|
||||
}
|
||||
$alts = [];
|
||||
foreach (LANGUAGES as $lang_code => $data) {
|
||||
$alts []= ['hreflang' => $lang_code, 'href' => CANONICAL_URL . "/?cat=$cat&pg=0&lang=$lang_code"];
|
||||
}
|
||||
$links [] = [ 'loc' => CANONICAL_URL . "/?cat=$cat&pg=0", 'changefreq' => 'daily', 'priority' => '0.3', 'alt' => $alts ];
|
||||
}
|
||||
}
|
||||
$special=[
|
||||
'all'=>"address!='' AND category!=15 AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff<604800',
|
||||
'lastadded'=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing)',
|
||||
'offline'=>"address!='' AND id NOT IN (SELECT onion_id FROM " . PREFIX . 'phishing) AND timediff>604800'
|
||||
];
|
||||
$cat=count($categories);
|
||||
foreach($special as $query){
|
||||
$alts = [];
|
||||
foreach (LANGUAGES as $lang_code => $data) {
|
||||
$alts []= ['hreflang' => $lang_code, 'href' => CANONICAL_URL . "/?".($cat===count($categories) ? '' : "cat=$cat&")."lang=$lang_code"];
|
||||
}
|
||||
$links []= ['loc' => CANONICAL_URL . "/".($cat===count($categories) ? '' : "?cat=$cat"), 'changefreq' => 'daily', 'priority' => $cat===count($categories) ? '1.0' : '0.3', 'alt' => $alts];
|
||||
if($cat===count($categories)+1){
|
||||
$num[0]=PER_PAGE;
|
||||
}else{
|
||||
$num=$db->query('SELECT COUNT(*) FROM ' . PREFIX . "onions WHERE $admin_approval $query;")->fetch(PDO::FETCH_NUM);
|
||||
}
|
||||
$pages=ceil($num[0]/PER_PAGE);
|
||||
if($pages > 1) {
|
||||
while ( $pages > 1 ) {
|
||||
$alts = [];
|
||||
foreach (LANGUAGES as $lang_code => $data) {
|
||||
$alts []= ['hreflang' => $lang_code, 'href' => CANONICAL_URL . "/?cat=$cat&pg=$pages&lang=$lang_code"];
|
||||
}
|
||||
$links [] = [ 'loc' => CANONICAL_URL . "/?cat=$cat&pg=$pages", 'changefreq' => 'daily', 'priority' => '0.3', 'alt' => $alts ];
|
||||
--$pages;
|
||||
}
|
||||
$alts = [];
|
||||
foreach (LANGUAGES as $lang_code => $data) {
|
||||
$alts []= ['hreflang' => $lang_code, 'href' => CANONICAL_URL . "/?cat=$cat&pg=0&lang=$lang_code"];
|
||||
}
|
||||
$links [] = [ 'loc' => CANONICAL_URL . "/?cat=$cat&pg=0", 'changefreq' => 'daily', 'priority' => '0.3', 'alt' => $alts ];
|
||||
}
|
||||
++$cat;
|
||||
}
|
||||
$alts = [];
|
||||
foreach (LANGUAGES as $lang_code => $data) {
|
||||
$alts []= ['hreflang' => $lang_code, 'href' => CANONICAL_URL . "/?cat=$cat&lang=$lang_code"];
|
||||
}
|
||||
$links []= ['loc' => CANONICAL_URL . "/?cat=$cat", 'changefreq' => 'daily', 'priority' => '0.3', 'alt' => $alts];
|
||||
$dom = new DOMDocument('1.0', 'UTF-8');
|
||||
try {
|
||||
$urlset = $dom->createElement( 'urlset' );
|
||||
$urlset->setAttribute('xmlns', 'http://www.sitemaps.org/schemas/sitemap/0.9');
|
||||
$urlset->setAttribute('xmlns:xhtml', 'http://www.w3.org/1999/xhtml');
|
||||
$dom->appendChild($urlset);
|
||||
foreach ($links as $link) {
|
||||
$url = $dom->createElement('url');
|
||||
$urlset->appendChild($url);
|
||||
$loc = $dom->createElement('loc', htmlspecialchars($link['loc']));
|
||||
$url->appendChild($loc);
|
||||
foreach ($link['alt'] as $alt){
|
||||
$link_alt = $dom->createElement('xhtml:link');
|
||||
$link_alt->setAttribute('rel', 'alternate');
|
||||
$link_alt->setAttribute('hreflang', $alt['hreflang']);
|
||||
$link_alt->setAttribute('href', $alt['href']);
|
||||
$url->appendChild($link_alt);
|
||||
}
|
||||
$changefreq = $dom->createElement('changefreq', $link['changefreq']);
|
||||
$url->appendChild($changefreq);
|
||||
$priority = $dom->createElement('priority', $link['priority']);
|
||||
$url->appendChild($priority);
|
||||
}
|
||||
} catch ( DOMException $e ) {
|
||||
http_response_code(500);
|
||||
die(_('Error creating the sitemap!'));
|
||||
}
|
||||
header('Content-Type: text/xml; charset=UTF-8');
|
||||
echo $dom->saveXML();
|
66
www/test.php
66
www/test.php
@ -1,28 +1,37 @@
|
||||
<?php
|
||||
require_once(__DIR__.'/../common_config.php');
|
||||
$style = '.red{color:red} .green{color:green} .software-link{text-align:center;font-size:small}';
|
||||
global $language, $dir, $locale;
|
||||
$style = '.red{color:red}.green{color:green}.software-link{text-align:center;font-size:small}.list{padding:0;}.list li{display:inline-block;padding:0.35em}';
|
||||
send_headers([$style]);
|
||||
echo '<!DOCTYPE html><html><head>';
|
||||
echo "<title>$I[testtitle]</title>";
|
||||
echo '<!DOCTYPE html><html lang="'.$language.'" dir="'.$dir.'"><head>';
|
||||
echo '<title>'._('Online-Test').'</title>';
|
||||
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
|
||||
echo '<meta name="author" content="Daniel Winzen">';
|
||||
echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
|
||||
echo '<meta name="description" content="Test whether a Tor hidden service onion is online or offline">';
|
||||
echo '<style type="text/css">'.$style.'</style>';
|
||||
echo '</head><body>';
|
||||
echo '<h1>Online-Test</h1>';
|
||||
echo '<meta name="description" content="'._('Test whether a Tor hidden service onion is online or offline').'">';
|
||||
echo '<link rel="canonical" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . '">';
|
||||
echo '<link rel="alternate" href="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . '" hreflang="x-default">';
|
||||
alt_links();
|
||||
echo '<meta property="og:type" content="website">';
|
||||
echo '<meta property="og:title" content="' . _('Online-Test') . '">';
|
||||
echo '<meta property="og:description" content="' . _('Test whether a Tor hidden service onion is online or offline') . '">';
|
||||
echo '<meta property="og:url" content="' . CANONICAL_URL . $_SERVER['SCRIPT_NAME'] . '">';
|
||||
echo '<meta property="og:locale" content="' . $locale . '">';
|
||||
echo '<style>'.$style.'</style>';
|
||||
echo '</head><body><main>';
|
||||
echo '<h1>'._('Online-Test').'</h1>';
|
||||
print_langs();
|
||||
echo "<p>$I[testdesc]</p>";
|
||||
echo "<form action=\"$_SERVER[SCRIPT_NAME]\" method=\"POST\">";
|
||||
echo "<input type=\"hidden\" name=\"lang\" value=\"$language\">";
|
||||
echo "<p>$I[link]: <br><input name=\"addr\" size=\"30\" value=\"";
|
||||
echo '<p>'._('Test whether a Tor hidden service onion is online or offline')."</p>";
|
||||
echo '<form action="'.$_SERVER['SCRIPT_NAME'].'" method="POST">';
|
||||
echo '<input type="hidden" name="lang" value="'.$language.'">';
|
||||
echo '<p><label for="addr">'._('Onion link:').'</label><br><input id="addr" name="addr" size="30" value="';
|
||||
if(isset($_REQUEST['addr'])){
|
||||
echo htmlspecialchars($_REQUEST['addr']);
|
||||
}else{
|
||||
echo "http://$_SERVER[HTTP_HOST]";
|
||||
}
|
||||
echo '" required></p>';
|
||||
echo "<input type=\"submit\" name=\"action\" value=\"$I[test]\"></form><br>";
|
||||
echo '<input type="submit" name="action" value="'._('Test').'"></form><br>';
|
||||
if(!empty($_REQUEST['addr'])){
|
||||
if(ob_get_level()>0){
|
||||
ob_end_flush();
|
||||
@ -30,16 +39,16 @@ if(!empty($_REQUEST['addr'])){
|
||||
try{
|
||||
$db=new PDO('mysql:host=' . DBHOST . ';dbname=' . DBNAME . ';charset=utf8mb4', DBUSER, DBPASS, [PDO::ATTR_ERRMODE=>PDO::ERRMODE_WARNING, PDO::ATTR_PERSISTENT=>PERSISTENT]);
|
||||
}catch(PDOException $e){
|
||||
die('No DB connection');
|
||||
http_response_code(500);
|
||||
die(_('No database connection!'));
|
||||
}
|
||||
if(!preg_match('~(^(https?://)?([a-z0-9]*\.)?([a-z2-7]{16}|[a-z2-7]{56})(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){
|
||||
echo "<p class=\"red\">$I[invalonion]</p>";
|
||||
if(!preg_match('~(^(https?://)?([a-z0-9]*\.)?([a-z2-7]{55}d)(\.onion(/.*)?)?$)~i', trim($_REQUEST['addr']), $addr)){
|
||||
echo '<p class="red" role="alert">'._('Invalid onion address!').'</p>';
|
||||
}else{
|
||||
$ch=curl_init();
|
||||
set_curl_options($ch);
|
||||
curl_setopt($ch, CURLOPT_HEADER, true);
|
||||
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 15);
|
||||
curl_setopt($ch, CURLOPT_ENCODING, '');
|
||||
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 60);
|
||||
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
|
||||
curl_setopt($ch, CURLOPT_URL, "http://$addr[4].onion/");
|
||||
curl_setopt($ch, CURLOPT_HTTPHEADER, ["Host: $addr[4].onion", 'User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0', 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language: en-US,en;q=0.5', 'Accept-Encoding: gzip, deflate', 'Connection: keep-alive', 'Upgrade-Insecure-Requests: 1']);
|
||||
@ -49,17 +58,17 @@ if(!empty($_REQUEST['addr'])){
|
||||
$phishing=$db->prepare('SELECT original FROM ' . PREFIX . 'phishing, ' . PREFIX . 'onions WHERE address=? AND onion_id=' . PREFIX . 'onions.id;');
|
||||
$phishing->execute([$addr]);
|
||||
if($orig=$phishing->fetch(PDO::FETCH_NUM)){
|
||||
printf("<p class=\"red\">$I[testphishing]</p>", "<a href=\"http://$orig[0].onion\">$orig[0].onion</a>");
|
||||
printf('<p class="red" role="alert">'._('Warning, this is a known phishing clone. The original site is located at %s.').'</p>', '<a href="http://'.$orig[0].'.onion">'.$orig[0].'.onion</a>');
|
||||
}
|
||||
$scam=$db->prepare('SELECT null FROM ' . PREFIX . 'onions WHERE md5sum=? AND category=15 AND locked=1;');
|
||||
$scam->execute([$md5]);
|
||||
if($scam->fetch(PDO::FETCH_NUM)){
|
||||
echo "<p class=\"red\">Warning: This is a known scam!</p>";
|
||||
echo '<p class="red" role="alert">'._('Warning: This is a known scam!').'</p>';
|
||||
}
|
||||
$stmt=$db->prepare('SELECT null FROM ' . PREFIX . 'onions WHERE md5sum=? AND timediff=0 AND lasttest>?;');
|
||||
$stmt->execute([$md5, time()-60]);
|
||||
if($stmt->fetch(PDO::FETCH_NUM)){
|
||||
echo "<p class=\"green\">$I[testonline]</p>";
|
||||
echo '<p class="green" role="alert">'._('Yes, the service is online!').'</p>';
|
||||
}elseif(($content=curl_exec($ch))!==false){
|
||||
$header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
|
||||
$header = substr($content, 0, $header_size);
|
||||
@ -69,7 +78,7 @@ if(!empty($_REQUEST['addr'])){
|
||||
$stmt=$db->prepare('SELECT null FROM ' . PREFIX . 'onions WHERE md5sum=?;');
|
||||
$stmt->execute([$md5]);
|
||||
if(!$stmt->fetch(PDO::FETCH_NUM)){
|
||||
$db->prepare('INSERT INTO ' . PREFIX . 'onions (address, md5sum, timeadded) VALUES (?, ?, ?);')->execute([$addr, $md5, time()]);
|
||||
$db->prepare('INSERT INTO ' . PREFIX . 'onions (address, md5sum, timeadded, description) VALUES (?, ?, ?, "");')->execute([$addr, $md5, time()]);
|
||||
}
|
||||
$db->prepare('UPDATE ' . PREFIX . 'onions SET lasttest=?, lastup=lasttest, timediff=0 WHERE md5sum=?;')->execute([time(), $md5]);
|
||||
if(preg_match('~window\.location\.replace\("http://'.$addr.'.onion/(.*?)"\)~', $content, $matches)){
|
||||
@ -94,16 +103,15 @@ if(!empty($_REQUEST['addr'])){
|
||||
}
|
||||
blacklist_scams($addr, $content);
|
||||
}
|
||||
echo "<p class=\"green\">$I[testonline]</p>";
|
||||
echo '<p class="green" role="alert">'._('Yes, the service is online!').'</p>';
|
||||
}else{
|
||||
if(isset($db)){
|
||||
$time=time();
|
||||
$db->prepare('UPDATE ' . PREFIX . 'onions SET lasttest=?, timediff=lasttest-lastup WHERE md5sum=? AND lasttest<?;')->execute([$time, $md5, $time]);
|
||||
}
|
||||
echo "<p class=\"red\">$I[testoffline]</p>";
|
||||
$time=time();
|
||||
$db->prepare('UPDATE ' . PREFIX . 'onions SET lasttest=?, timediff=lasttest-lastup WHERE md5sum=? AND lasttest<?;')->execute([$time, $md5, $time]);
|
||||
echo '<p class="red" role="alert">'._('No, the service is offline!').'</p>';
|
||||
}
|
||||
curl_close($ch);
|
||||
}
|
||||
}
|
||||
echo '<br><p class="software-link"><a target="_blank" href="https://github.com/DanWin/onion-link-list" rel="noopener">Onion Link List - ' . VERSION . '</a></p>';
|
||||
echo '</body></html>';
|
||||
?>
|
||||
<br><p class="software-link"><a target="_blank" href="https://github.com/DanWin/onion-link-list" rel="noopener">Onion Link List - <?php echo VERSION; ?></a></p>
|
||||
</main></body></html>
|
||||
|
Reference in New Issue
Block a user