boz
don daddy
- Mar 23, 2021
- 201
- 98
Hi i've been off the retro scene for awhile now.... obviously coming back to no flash is mind boggling me. i've set up everything just barring the client (nitro.php) i've got the file but if i goto access the file its just a blank screen. I'll post the .php file below.
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ubbo - Hotel</title>
<base href="nitro-assets/
">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="app/tpl/skins/custom-habbo/client/client.css">
</head>
<body>
<script>
var NitroConfig = {
configurationUrl: 'localhost/configuration.json?9999999999',
sso: "<?php $base = ""; for($i = 1; $i <= 3; $i++): { $base = $base . rand(0,99); $base = uniqid($base); } endfor; $base = $base . ""; $ThisPDO = $pdo->query('UPDATE users SET auth_ticket = ? WHERE id = ?', [$base, $_SESSION['id']]); echo $base; ?>"
};
</script>
<script src="localhost/runtime.js" defer></script><script src="localhost/polyfills.js" defer></script><script src="localhost/vendor.js" defer></script><script src="localhost/main.js" defer></script></body>
</html>