mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
15 lines
570 B
PHP
15 lines
570 B
PHP
// https://github.com/H3l3na/php-search/blob/master/search.php
|
|
//
|
|
|
|
<?php
|
|
|
|
// make a html prompt,
|
|
// it must take into account what the user is typing in it and display it
|
|
// there needs to be regex checking, only allow [a-zA-Z0-9.:/]
|
|
// and if anything else is there, throw out an error
|
|
// then if the regex matches,
|
|
// display the results of verified.csv
|
|
// only display the results of verified.csv that matches with the search term
|
|
// display the results of unverified.csv
|
|
// only display the results of unverified.csv that matches with the search term
|
|
?>
|