tetst
This commit is contained in:
parent
0508692d72
commit
6b2879fc34
|
|
@ -9,6 +9,7 @@ $id = addslashes($_GET["id"]);
|
|||
$app = addslashes($_GET["app"]);*/
|
||||
|
||||
if (Auth::check()) {
|
||||
$randName = 0;
|
||||
$username = addslashes(Auth::user()->name);
|
||||
$id = addslashes(Auth::id());
|
||||
} else {
|
||||
|
|
@ -104,6 +105,11 @@ pcall( function()
|
|||
end
|
||||
end)
|
||||
|
||||
if <?php echo $username; ?> == "Guest " .. <?php echo $randName; ?> then
|
||||
showErrorWindow("You are not authenticated. (ID: 400)", "Kick", "Kick")
|
||||
error("oops! you have to put your cd in your computer.")
|
||||
end
|
||||
|
||||
|
||||
client = game:GetService("NetworkClient")
|
||||
visit = game:GetService("Visit")
|
||||
|
|
|
|||
|
|
@ -44,6 +44,6 @@
|
|||
<p>ARCHBLOX is not affiliated with Roblox Corp, Lego, Sony, SEGA, Microsoft, Nintendo or any other company. We're still Morbin'!</p>
|
||||
<p><a href="{{ route('privacy') }}">Privacy Policy</a> <a href="{{ route('tos') }}">Terms of Service</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue