wordsearch.charpie.com Open in urlscan Pro
75.119.202.255  Public Scan

URL: https://wordsearch.charpie.com/
Submission: On November 10 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET index.php

<form action="index.php" method="GET" id="ws_form">
  <select id="ws_key" name="ws_key" onchange="this.form.submit()">
    <option value="" selected="" disabled="">-- Select an Option --</option>
    <option value="3">Christmas Time (11/8/24 9:53)</option>
    <option value="2">Thanksgiving Take 2 (11/8/24 9:40)</option>
    <option value="1">Thanksgiving 2024 Take 1 (11/8/24 9:32)</option>
  </select>
  <input type="hidden" name="op" value="recall">
</form>

POST index.php

<form id="wordsearch" action="index.php" method="post">
  <table>
    <tbody>
      <tr>
        <td>
          <label for="puzzle_name" class="form-label">Puzzle Name</label>
          <input type="text" name="puzzle_name" id="puzzle_name" class="form-control" required="">
        </td>
      </tr>
      <tr>
        <td>
          <label for="size" class="form-label">How many rows &amp; columns?</label>
          <input type="number" name="size" id="size" class="form-control" value="10" required="">
        </td>
      </tr>
      <tr>
        <td>
          <label for="words" class="form-label">Words (separated by either comma, space, or each word on its own line)</label>
          <textarea name="words" id="words" rows="30" cols="150"></textarea>
        </td>
      </tr>
      <tr>
        <td>
          <input type="hidden" name="op" value="createWS">
          <button name="submit" id="submit" type="submit" class="btn btn-primary">Create</button>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

Word Search
-- Select an Option -- Christmas Time (11/8/24 9:53)Thanksgiving Take 2 (11/8/24
9:40)Thanksgiving 2024 Take 1 (11/8/24 9:32)
Create New



WORD SEARCH

Puzzle Name How many rows & columns? Words (separated by either comma, space, or
each word on its own line) Create



Copyright © 2024 wordsearch.charpie.com. All rights reserved.