PHPFusion - tai laisvai platinama nemokama turinio valdymo sistema (TVS), kurios pagalba galite greitai, lengvai ir
patogiai susikurti norimą internetinį puslapį. Plačiau apie sistemą...
Jaunelis 2024 Lie. 25 11:07:43 Oho vis dar veikia svetainė Šimtas metų, matau Šaukykloje nuostalgija. Smagu panaršyt po forumą ir pažiūrėt senas temas
And2s 2024 Lie. 17 19:07:04 2008 pirmą kart čia patekau, man buvo 10m ir čia pramokau programavimo.. smagu skaityti senas žinutes, tokia nostalgija ačiū Ozz kad saugoji šitą kultūrinį reliktą
ozzWANTED 2024 Sau. 17 01:01:00 Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės.
Majakas 2023 Gru. 10 19:12:39 Negaliu patikėti jog žinutės/pranešimai visi yra nuo 2008 m
#####################################################################
# #
# Author : 0php.com #
# Created : July 12, 2002 #
# Modified : March 22, 2004 #
# E-mail : webmaster@0php.com #
# Website : http://www.0php.com/ #
# License : FREE (GPL); See Copyright and Terms below #
# #
# Donations accepted via PayPal to webmaster@0php.com #
# #
#####################################################################
>> Copyright and Terms:
This software is copyright (C) 2002-2004 0php.com. It is distributed
under the terms of the GNU General Public License (GPL). Because it is licensed
free of charge, there is NO WARRANTY, it is provided AS IS. The author can not
be held liable for any damage that might arise from the use of this software.
Use it at your own risk.
All copyright notices and links to 0PHP.com website MUST remain intact in the scripts and in the HTML for the scripts.
>> Installation
Copy the PHP script and images to the same directory. You can optionally edit the category and list of words/phrases to solve below. You can also add additional characters to $additional_letters and/or $alpha if you want to use international (non-English) letters or other characters not included by default (see further instructions below for those).
To prevent Google from playing hangman, add the line below between <HEAD> and </HEAD>:
<META NAME="robots" CONTENT="NOINDEX,NOFOLLOW">
=======================================================================================*/
# list of words (phrases) to guess below, separated by new line
$list = "JAVA BEANS
namas
pinigas
ratas
televizorius
draugas
puslapis
telefonas
stalas
lėktuvas
distancinis
langas
stiklas
medis
siena
banas
lapas
kiškis
vilkas
meška
liūtas
dramblys
kompiuteris
replės
žaislas
reidės
žodis
griovys
viščiukas
garsas
saulė
vinas
lempa
spinta
rūbas
kelnes
švarkas
lova
kuprinė
darbas
prezidentas
seimas
kiaušiniai
spauzdintuvas
gėrimas
vanduo
apelsinas
kolonėles
vardas";
# 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 = "ĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŃŅÓŌÕÖŲŁŚŪÜŻŸABCDEFGHIJKLMNOPQRSTUVWXYž";
$alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYž";
# below ($additional_letters) are extra characters given in words; '?' does not work
# these characters are automatically filled in if in the word/phrase to guess
$additional_letters = " -.,;!?%&0123456789";
#========= do not edit below here ======================================================
# you can add international (non-English) letters, in any order, such as in:
# $alpha = "ĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŃŅÓŌÕÖŲŁŚŪÜŻŸABCDEFGHIJKLMNOPQRSTUVWXYž";
$alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYž";
# below ($additional_letters) are extra characters given in words; '?' does not work
Keisk i
# you can add international (non-English) letters, in any order, such as in:
$alpha = "ĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŃŅÓŌÕÖŲŁŚŪÜŻŸABCDEFGHIJKLMNOPQRSTUVWXYž";
# $alpha = "ABCDEFGHIJKLMNOPQRSTUVWXYž";
# below ($additional_letters) are extra characters given in words; '?' does not work