Show sourcecode
The following files exists in this folder. Click to view.
bacon-egg-pizza.php
cquiz.php
create-account.php
create-account111.php
create-quiz.php
create-quiz2.php
createaccount.php
delete-quiz.php
drop-rps-tables.php
legacy-code-rps.php
legacy-index.php
login.php
logincheck.php
newpassword-verify.php
newpassword.php
potential-code.txt
quiz-db-init.php
quizhub.php
quizhub2.php
results.php
rpsaccount-ajax-user-search.php
rpsaccount.php
rpsbetting-ajax-match-finder.php
rpsbetting.php
rpsbettingleaderboard.php
rpschangepassword.php
rpschangepassword.txt
rpsgame-ajax.php
rpsgame.php
rpsgameresults.php
rpshostnewgame.php
rpshub.php
rpsleaderboard.php
rpslib.php
rpslogin.php
rpsmaininclude.php
rpsproject/
rpsusersearch.php
table-init.php
verification.php
rpshub.php
17 lines ASCII Windows (CRLF)
<?php
require('rpsmaininclude.php');
//getMatches($dbconn);
?>
<h1>matcher</h1>
<div id="namespace"></div>
<script>
async function getMatch(){
let getmatch = await fetch("bacon-egg-pizza.php");
let match = await getmatch.text();
document.getElementById('namespace').innerHTML = match;
}
setInterval(getMatch,1000)
</script>