Download the PHP package lucatacconi/oak-island-stone-decryptor without Composer

On this page you can find all versions of the php package lucatacconi/oak-island-stone-decryptor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package oak-island-stone-decryptor

Oak Island 90 feet stone decryptor

Latest Stable Version Total Downloads Latest Unstable Version License

Oak Island mistery

Oak Island

For those who don't know anything about Oak Island, legend tell us that a deep well was dug on the island and that a great treasure was buried there. The story of the well has its roots in stories that trace the first excavation attempts back to 1795, when the young Daniel McGinnis (1777-1862), while walking, was intrigued by a depression in the ground located near an old oak tree, among the branches of which a hoist stood out, a sort of pulley also used on ships.

The next day Daniel, in the company of two friends familiar with ancient local legends about pirates and hidden treasures, began the excavations. But they soon realized that that depression hid a very particular well. Going deeper, every three meters they found a platform of oak wood planks but, having reached the third layer, they were forced to abandon the enterprise, which was too difficult for them. Thus was born the legend of Oak Island. That well took the name of Money Pit, the well of money.

In 1802, a private company, the Onslow Company, giving credence to the story of Daniel McGinnis and his companions, resumed excavations. Some layers of charcoal and clay were found but, above all, coconut fibers, which were certainly not local, because the coconut palm does not grow in Canada.

At 90 feet down the morale of the men skyrocketed. They found themselves in front of a huge stone slab that bore indecipherable engravings, the one that will later be renamed the 90 feet inscribed stone. It was already night when, probing the ground below with one foot, they felt something resistant. It is said that it was a possible treasure chest, or another slab.

The exhausted workers decided to postpone the discovery until the next day, but a nasty surprise awaited them. During the night the water from the Atlantic had completely flooded the well, and attempts to empty it were in vain: the water level remained constant. It was as if, in order to empty the well, the whole ocean had to be emptied. In fact, there is said to be a conduit of pipes starting under Smith's Cove; when the tide rises the conduit carries water into the Money Pit.

Over the years, about another hundred attempts have been made, which still continue today, also becoming a TV series, where the Lagina brothers try to dispel the veil of mystery that hides the island's secrets. However, there is still no trace of the treasure.


The 90 feet inscribed stone

But let's go back a step and go back to the 90-foot stone: legend says the stone featured a series of engraved symbols, broken up into distinct elements that look like words. There is also what should be the reproduction of the table and the arrangement of the symbols.

Oak Island 90 feet inscribed stone

This is where our game begins. Our attempt is to use, for fun, PHP and other latest generation languages ​​(Lua and maybe even Dart) to try an automatic interpretation of the stone.

Here are the assumptions we worked on:

A big thank you to the following Github and non-Github repositories from which we got the word list of the languages ​​we chose for the project:

:warning: This study has no scientific value and I have no presumption of being anything other than entertainment.


Dictionary attack mode

Below are the different methods of launching the analysis on the text of the stone:

Method 1 - M1

Method 1 - M1

Here are the assumptions we worked on in Method 1:

Here's how the word parsing goes: Word2 → Word4 → Word7 → Word1 → Word3 → Word5 → Word8 → Word6

:warning:More cryptogram analysis algorithms will be added soon


System Requirements


Application installation

To install the application you can download the Github repository or use Composer with the following instruction:

If you want to use the application via web browser, you also need to install an Http server. Since the execution of the batch could take many minutes it will be necessary to configure the max execution time of php to a high value.


Usage

Below is the list of available launch modes:

With PHP it is possible to launch the application in batch mode or from the browser.

PHP usage by shell

In batch mode you can launch the application as follows:

language parameter can be EN to load the English dictionary, FR to load the French dictionary, ES to load the Spanish dictionary and LAT to load the Latin dictionary.

MODE parameter represents the algorithm with which the cryptogram is analyzed.

The outcome of the upload will be entered in ./results/outcome.log in JSON format


PHP usage by browser

To launch the application from the browser, enter the following address in the browser:

SERVER_HOST is the address of the server where the application is installed or the localhost address if you are using a local server.

LANGUAGE parameter can be EN to load the English dictionary, FR to load the French dictionary, ES to load the Spanish dictionary and LAT to load the Latin dictionary.

MODE parameter represents the algorithm with which the cryptogram is analyzed.

LOG_FILE parameter is optional and can be Y to save the outcome also in ./results/outcome.log in JSON format as well as displayed on the browser always in JSON format; N to not save the outcome in log file and display only on the browser in JSON format.


LUA usage

Cooming soon


Contributing

The project was born as a game and to practice learning Dart and Lua. I would also like it to become a starting point for sharing ideas and discussing with other developers or interested parties. Anyone interested can write me here Luca Tacconi or open an issue on the repository. Contributions are extremely welcome :heart:.

Credits

License

Oak Island 90 feet stone decryptor is licensed under the MIT license. See License File for more information.


All versions of oak-island-stone-decryptor with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lucatacconi/oak-island-stone-decryptor contains the following files

Loading the files please wait ....