-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (138 loc) · 6.51 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<html>
<head>
<title>password</title>
<h1 style="text-align:center;">Welcome to coderunner.me!</h1>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4165556588654806"
crossorigin="anonymous"></script>
<head>
<p style="text-align:center;">Enter your password here to go to the corresponding page</p>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
var password = "pagetest";
var url = "https://www.coderunner.me/test";
var password2 = "filesharing";
var url2 = "https://www.coderunner.me/filesharing";
var password3 = "adlimbo";
var url3 = "https://www.coderunner.me/ads";
var password4 = "ilikemen";
var url4 = "https://www.coderunner.me/admin";
var password5 = "logstest";
var url5 = "https://men.coderunner.me";
var password6 = "password6";
var url6 = "https://fourbigguys.fun";
var password7 = "password7";
var url7 = "https://www.netflix.com";
var password8 = "password8";
var url8 = "https://www.amazon.com";
var password9 = "password9";
var url9 = "https://www.ebay.com";
var password10 = "password10";
var url10 = "https://www.walmart.com";
var password11 = "password11";
var url11 = "https://www.target.com";
var password12 = "password12";
var url12 = "https://www.bestbuy.com";
var password13 = "sethflecher";
var url13 = "https://www.apple.com";
var password14 = "password14";
var url14 = "https://www.microsoft.com";
var password15 = "password15";
var url15 = "https://www.sony.com";
var password16 = "password16";
var url16 = "https://www.adobe.com";
var password17 = "password17";
var url17 = "https://www.cisco.com";
var password18 = "password18";
var url18 = "https://www.oracle.com";
var password19 = "password19";
var url19 = "https://www.intel.com";
var password20 = "password20";
var url20 = "https://www.nvidia.com";
var password21 = "password21";
var url21 = "https://www.amd.com";
var password22 = "password22";
function check() {
var input = document.getElementById("input").value;
if (input == password) {
window.location.href = url;
} else if (input == password2) {
window.location.href = url2;
} else if (input == password3) {
window.location.href = url3;
} else if (input == password4) {
window.location.href = url4;
} else if (input == password5) {
window.location.href = url5;
} else if (input == password6) {
window.location.href = url6;
} else if (input == password7) {
window.location.href = url7;
} else if (input == password8) {
window.location.href = url8;
} else if (input == password9) {
window.location.href = url9;
} else if (input == password10) {
window.location.href = url10;
} else if (input == password11) {
window.location.href = url11;
} else if (input == password12) {
window.location.href = url12;
} else if (input == password13) {
window.location.href = url13;
} else if (input == password14) {
window.location.href = url14;
} else if (input == password15) {
window.location.href = url15;
} else if (input == password16) {
window.location.href = url16;
} else if (input == password17) {
window.location.href = url17;
} else if (input == password18) {
window.location.href = url18;
} else if (input == password19) {
window.location.href = url19;
} else if (input == password20) {
window.location.href = url20;
} else if (input == password21) {
window.location.href = url21;
} else if (input == password22) {
window.location.href = url22;
} else {
alert("wrong password");
}
}
</script>
</head>
<body>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.7.1/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyBH3LvyIKTVeEZ4KYFbxFAWumn2B9GtzTE",
authDomain: "cmepass-391c3.firebaseapp.com",
projectId: "cmepass-391c3",
storageBucket: "cmepass-391c3.appspot.com",
messagingSenderId: "495360510420",
appId: "1:495360510420:web:338107bc68b5f0bb7e2e41",
measurementId: "G-DL15HN05NG"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
<center>
<input type="text" id="input"> <button onclick="check()">check</button>
</center>
<p style="text-align:center;"> <br><br>Quick links!: <br> </p11>
<a style="text-align:center;" href="https://www.coderunner.me/quotes">Click here to go to quotes page.</a>
</body>
<footer>
<p style="text-align:center;"> <br><br><br>(not) © coderunner 2024</p1>
<a style="text-align:center;" href="mailto:[email protected]"><br>Contact me!</a>
</footer>
</html>