no message

This commit is contained in:
SilicaAndPina 2019-07-30 00:42:46 +12:00
parent dafb472500
commit 005b0cf19c
3 changed files with 165 additions and 3 deletions

View File

@ -6,4 +6,5 @@ function copy_text(zrif)
function open_url(url)
{
window.location = url;
}
}

View File

@ -65,6 +65,8 @@ if(isset($_GET["game"]))
echo("I like to see girls die,<br>This is not the bug your looking for :P");
die();
}
echo("<script src=\"/zrif.js\"></script>");
echo("<a id=\"zrif-bin-worker\" href=\"\"></a>");
$title = getTitle($game);
@ -91,10 +93,9 @@ if(isset($_GET["game"]))
}
else
{
$isplayable = "<a class=\"white\" onclick=\"copy_text('".$zrifinfo."')\">Yes! get zRIF.</a>";
$isplayable = "<a class=\"white\" onclick=\"copy_text('".$zrifinfo."')\">Yes! Copy zRIF String</a> or <a class=\"white\" onclick=\"convert2('".$zrifinfo."')\">Download FAKE.RIF</a>";
}
echo'<div id="bg-content" style="width:100%; height:100%; background-image: url(\'/gameinfo/'.$game.'/splash_854x480.png\'); background-repeat: no-repeat; background-size: cover;height: 100%; background-size: cover;");>
<div class="psm-meta">
<img src="/gameinfo/'. $game .'/icon_256x256.png" id="psm-icon" width="256" height="256">

160
zrif.js Normal file

File diff suppressed because one or more lines are too long