-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathnew.php
22 lines (21 loc) · 1.33 KB
/
new.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html>
<head>
<title>danger/u/ - dangerous opinions</title>
<link rel="stylesheet" type="text/css" href="static/dangeru.css">
<link rel="shortcut icon" href="static/favicon.ico">
</head>
<body>
<div id="sitecorner">
<a href="index.php"><img src="static/logo.png" alt="danger/u/"></a>
<a href="new.php" id="newthread">Creating a thread</a>
<a href="#" style="float: left; font-size: 16px;">Title</a><br>
<form name="thread" action="threadpost.php" method="post" onsubmit="var _0x2e45=['\x64\x69\x73\x61\x62\x6c\x65\x64','\x76\x61\x6c\x75\x65','\x43\x72\x65\x61\x74\x69\x6e\x67\x2e\x2e\x2e'];(function(_0x430a5e,_0x4a5692){var _0x5a5a33=function(_0x57527e){while(--_0x57527e){_0x430a5e['\x70\x75\x73\x68'](_0x430a5e['\x73\x68\x69\x66\x74']());}};_0x5a5a33(++_0x4a5692);}(_0x2e45,0xea));var _0x52e4=function(_0x437728,_0x2b3af5){_0x437728=_0x437728-0x0;var _0x103b4e=_0x2e45[_0x437728];return _0x103b4e;};submit[_0x52e4('0x0')]=!![];submit[_0x52e4('0x1')]=_0x52e4('0x2');">
<input type="text" name="title" value=""><br>
<a href="#" style="float: left; font-size: 16px;">Comment</a><br>
<textarea rows="5" cols="50" style="display: block; margin-left: auto; margin-right: auto;" name="body"></textarea>
<input type="submit" name="submit" value="Create">
</form>
</div>
</body>
</html>