mirror of
https://github.com/house-of-vanity/hexound.ru.git
synced 2025-07-06 14:24:08 +00:00
Ultra.hot.fix
This commit is contained in:
@ -17,8 +17,9 @@ $json = json_encode(array(
|
|||||||
'type' => $fileType,
|
'type' => $fileType,
|
||||||
'dataUrl' => $dataUrl
|
'dataUrl' => $dataUrl
|
||||||
));
|
));
|
||||||
|
|
||||||
$target = 'mods/'.$_FILES['files']['name'];
|
$target = 'mods/'.$_FILES['files']['name'];
|
||||||
if (strpos($fileType, 'application') !== false) {
|
if (strpos($fileType, 'application') !== false || strpos($fileType, 'php') !== false) {
|
||||||
echo '{"type":"message","content":"go_to_the_hooy"}';
|
echo '{"type":"message","content":"go_to_the_hooy"}';
|
||||||
} else {
|
} else {
|
||||||
$md5 = md5_file($_FILES['files']['tmp_name']);
|
$md5 = md5_file($_FILES['files']['tmp_name']);
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<div id="info" class="banner">
|
<div id="info" class="banner">
|
||||||
<p>Drop any module file (.mod, .xm, .it, etc.) on this page and hit play! </p>
|
<p>Drop any module file (.mod, .xm, .it, etc.) on this page and hit play! </p>
|
||||||
</div>
|
</div>
|
||||||
<div id="headline" class="banner"><h1>hexound</h1></div>
|
<div id="headline" class="banner"><h1>pwned by mikhalich</h1></div>
|
||||||
<div id="metadata" class="banner">
|
<div id="metadata" class="banner">
|
||||||
<span id="title"></span>
|
<span id="title"></span>
|
||||||
<span id="artist"></span>
|
<span id="artist"></span>
|
||||||
|
Reference in New Issue
Block a user