Onion Uptime Checker

Onion Uptime Checker (WIP)

KYC-Free services (last update: December 2024)

Update Frequency: every 3 hours

Exchanges

\n\n"; // Open a file $file = fopen("links/kycnotme_exchanges.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>

SMS

\n\n"; // Open a file $file = fopen("links/kycnotme_sms.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>

VPNs

\n\n"; // Open a file $file = fopen("links/kycnotme_vpns.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>

VPS

\n\n"; // Open a file $file = fopen("links/kycnotme_vps.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>

Other

\n\n"; // Open a file $file = fopen("links/kycnotme_other.csv", "r"); // Fetching data from csv file row by row while (($data = fgetcsv($file)) !== false) { // HTML tag for placing in row format echo ""; foreach ($data as $i) { echo ""; } echo " \n"; } // Closing the file fclose($file); echo "\n
" . htmlspecialchars($i) . "
"; ?>