-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue.later
109 lines (103 loc) · 6.08 KB
/
issue.later
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Issues | CybriaGames</title>
<meta name="description" content="🕹CybriaGames is an unblocked game site hosting over 100+ unblocked games where the danger of internet restrictions dosent apply.">
<meta name="keywords" content="games, game, gaming, unblocked games, ubg, unblocked game, cybriagames unblocked, cybria games, cyberia games, cybriagame, cyberiagames">
<meta name="author" content="CybriaTech">
<link rel="stylesheet" href="/style/issue.css">
<script src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha384-oP7D1eF5DsoJ4uG2B/SvtxGnBz7IgBBrB54Krr6QOBdB1d5GV6fA0cq7xgrZTeCm" crossorigin="anonymous"></script>
<script src="https://www.gstatic.com/firebasejs/9.6.11/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/9.6.11/firebase-database.js"></script>
<link rel="stylesheet" href="/style/all.css">
<link rel="icon" href="/images/cybriagames/favicon-circle.png">
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P8QQRX5QCQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P8QQRX5QCQ');
</script>
</head>
<body>
<script src="/scripts/inject/header.js"></script>
<div class="spacet" style="margin: 5%;"></div>
<div id="main-area">
<div class="issue-create">
<button id="close" class="close-btn" onclick="closeissue()"><svg class="fa-embed" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path class="close-path" d="M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z"/></svg></button>
<p class="create-title" style="text-align: center; color: #fff; font-weight: 600; font-size: 2.5em;">Create An Issue</p>
<div id="issue-info">
<label class="issue-label" for="issue-title">Add A Title</label>
<input class="issue-title" type="text" placeholder="Your Title" required>
<label class="issue-label" for="issue-tag">Issue Tag</label>
<select class="issue-tag" required>
<option>Proxy Link</option>
<option>Game</option>
<option>Proxy Filter</option>
<option>CybriaGames Link</option>
<option>Widgetbot</option>
<option>Website</option>
</select>
<label class="issue-label" for="issue-description">Add A Description</label>
<textarea class="issue-description" placeholder="Your Description" required></textarea>
<button class="issue-submit">Submit Your Issue</button>
</div>
</div>
<div id="issue-main">
<button class="issue-new" onclick="createissue()"><svg class="fa" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="#ffffff" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"/></svg> Create A New Issue</button>
<div class="amounts">
<p class="issues-amount" id="closed-amount">Closed Issues: 0</p>
<p class="issues-amount" id="open-amount">Open Issues: 0</p>
</div>
</div>
<hr style="margin: 0 5% 0 5%;">
<div id="issue-body">
<p class="issues-amount">Your Issues: 0</p>
<main class="issues-list">
</main>
</div>
</div>
<div class="space" style="margin: 5%;"></div>
<script src="/scripts/fb/issues.js"></script>
<script src="/scripts/settings/themes.js"></script>
<script src="/scripts/settings/settings.js"></script>
<script src="/scripts/inject/footer.js"></script>
<script src="/scripts/main/ua.js"></script>
<script>
const urip = document.querySelector(".issue-author");
fetch("https://api.ipify.org/?format=json")
.then(response => response.json())
.then(data => {
urip.innerText = 'Posted By: ' + data.ip;
})
.catch(error => {
urip.innerText = "Err";
console.error(error);
});
function createissue() {
const issuecreate = document.querySelector(".issue-create");
const issuemain = document.getElementById("issue-main");
const issuebody = document.getElementById("issue-body");
const anhr = document.querySelector("hr");
issuecreate.style.display = "block";
issuemain.style.display = "none";
anhr.style.display = "none";
issuebody.style.display = "none";
}
function closeissue() {
const issuecreate = document.querySelector(".issue-create");
const issuemain = document.getElementById("issue-main");
const issuebody = document.getElementById("issue-body");
const anhr = document.querySelector("hr");
issuecreate.style.display = "none";
issuemain.style.display = "flex";
anhr.style.display = "block";
issuebody.style.display = "flex";
}
</script>
</body>
</html>