Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Lucksi
GitHub Repository: Lucksi/Mr.Holmes
Path: blob/master/GUI/Database/Username.php
1071 views
1
<!--ORIGINAL CREATOR: Luca Garofalo (Lucksi)
2
AUTHOR: Luca Garofalo (Lucksi)
3
Copyright (C) 2021-2023 Lucksi <[email protected]>
4
License: GNU General Public License v3.0-->
5
<!DOCTYPE html>
6
<html>
7
<head>
8
<title>Username</title>
9
<?php
10
require_once("../Actions/Language_Controller.php");
11
Total_Languages();
12
?>
13
<script src = "../Script/Author.js"></script>
14
<script src = "../Script/Arrow.js"></script>
15
<?php
16
$exception = "/firefox/i";
17
$browser = $_SERVER["HTTP_USER_AGENT"];
18
if(preg_match($exception,$browser)){
19
20
}
21
else{
22
require("../Actions/Session_Checker.php");
23
}
24
require_once("../Actions/Theme_Controller.php");
25
$File_Name = "Username.css";
26
Body_Theme($File_Name);
27
?>
28
<link rel = "icon" href = "../Icon/Base/Logo.png">
29
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin=""/>
30
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" crossorigin=""></script>
31
<meta charset ="UTF-8">
32
<meta name="viewport" content="width=device-width, initial-scale=0.9">
33
<meta name="theme-color" content="#000000">
34
</head>
35
<?php
36
require_once("../Actions/Language_Controller.php");
37
$Modality = "Username";
38
Get_Language($Modality);
39
?>
40
<div class = "Top-bar">
41
<p>MR.HOLMES</p>
42
<div class = "Hidden-bar">
43
<button id = "Menu" onclick="Active_Mobile()">MENU</button>
44
<div class="Options" id ="Options1">
45
<a href="Username.php"></a>
46
<a href="Websites.php"></a>
47
<a href="Phone.php"></a>
48
<a href ="Ports.php"></a>
49
<a href = "Email.php"></a>
50
<a href="New_User.php"></a>
51
<a href="People.php"></a>
52
<a id = "change1"></a>
53
<?php
54
require_once("../Actions/Language_Controller.php");
55
$Modality = "_Username_Mobile()";
56
List_Languages($Modality);
57
?>
58
</div>
59
</div>
60
<div class = "languages">
61
<button id = "Current" onclick="Active_Language()"></button>
62
<div class = "Content" id = "Content">
63
<?php
64
require_once("../Actions/Language_Controller.php");
65
$Modality = "_Username()";
66
List_Languages($Modality);
67
?>
68
</div>
69
</div>
70
<div class = "Link">
71
<a href= "Username.php"></a>
72
<a href = "Websites.php"></a>
73
<a href = "Phone.php"></a>
74
<a href = "Ports.php"></a>
75
<a href = "Email.php"></a>
76
<a href= "New_User.php"></a>
77
<a href= "Schema.php"></a>
78
<a href="People.php"></a>
79
<a href="Map.php"></a>
80
<a id = "change2"></a>
81
</div>
82
</div>
83
<?php
84
require_once("../Actions/Javascript_Controller.php");NoScript_Navbar();
85
echo"<br>";
86
require_once("../Actions/Javascript_Controller.php");NoScript_Alert();
87
?>
88
<div class = "Upper-card">
89
<?php require_once("../Actions/Theme_Controller.php");Image();?>
90
<center>
91
<form action = "" method="POST">
92
<input type= "text" placeholder = "" id = "Searcher" name = "Searcher" autocomplete = "off">
93
<button width="fit-content" id = "But" name = "Button">Search
94
</center>
95
</div>
96
</form>
97
<?php require("../Actions/Usernames_Finder.php");?>
98
</div>
99
</body>
100
</html>
101
102