📄 galgje.php
字号:
<head>
</head>
<head>
<?php
/*
#####################################################################
# PHP Hangman Game #
# Version 1.2.0 #
# #
=======================================================================================*/
$UPDATE_DB = 1;
include("_include-config.php");
if(! check_login()) {
header("Location: login.php");
exit;
}
mysql_query("UPDATE `[users]` SET `online`=NOW() WHERE `login`='{$data->login}'");
?>
<HTML>
<HEAD>
<title>[( Criminals )]</title>
<link rel="stylesheet" type="text/css" href="<?php echo ($_COOKIE['v'] == 2) ? "css-v2.css" :
"css-v1.css"; ?>">
<?php
echo<<<endHTML
<meta content="text/html; charset=windows-1252" http-equiv=content-type>
<meta http-equiv="Content-Style-Type" content="text/css">
</HEAD>
<BODY style="background: #AA3C3C; margin: 0px;">
<DIV ALIGN="center">
endHTML;
if (!isset($_GET['speel'])) {
?><br><br><br>
<a class=link href="hangman.php?speel=ja&spel=galgje"><h3>Klik hier om galgje te spelen (Kost
$15)</h3></a><br>
Opbrengst indien juist: $25
<?php
}
//if (isset($_GET['speel']) AND $_GET['speel'] == ja) {
if ($_GET['spel'] == galgje) {
$query = mysql_query("SELECT * FROM `[users]` WHERE login = '$data->login'");
$user = mysql_fetch_array($query);
if ($user[cash] < 15) {
?>
<table width=100%>
<tr><td class="mainTxt"><b>Uitslag:</b>
<?
print "Je verslaving wordt gestopt je hebt niet genoeg geld meer!";
exit;
}
mysql_query("UPDATE `[users]` SET `cash`=cash-15 WHERE `login`='{$data->login}'") or die("FOUT
: " . mysql_error());
}//maar 1 keer betalen!
if ($_GET['speel'] == ja) {
$Category = "Over de Site";
# list of words (phrases) to guess below, separated by new line
$list = "GAME
GANGSTER BENDE
CRIMINALS
GALGJE
INTERNET
GAMES
RPG
MISSIES
STELEN
BEROVEN
GOKKEN
ADMINS
GENERALS
LEADERS
OWNERS
RECRUITS
MEMBERS
MANAGERS
COFFEESHOP
DRUGSDEALERS
AGENTEN
WETENSCHAPPERS
CLANS
JAIL
RECHTBANK
REGELS
LOOPJONGEN
JUNIOR DRUGSDEALER
UITSMIJTER
TASJESDIEF
HANGMAN
RESTART
HUURMOORDENAAR
AUTODIEF
ZAKENROLLER
GANGSTERS
SUPER GANGSTERS
";
# make sure that any characters to be used in $list are in either
# $alpha OR $additional_letters, but not in both. It may not work if you change fonts.
# You can use either upper OR lower case of each, but not both cases of the same letter.
# below ($alpha) is the alphabet letters to guess from.
# you can add international (non-English) letters, in any order, such as in:
# $alpha = "脌
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -