Skip to content

GeoCacher script, that chackes main GC page for new caches and mail registered users about them.

Notifications You must be signed in to change notification settings

bubi-luka/GC-new-caches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GC New Caches Script

GeoCacher script, that chackes main GC page for new caches and mail registered users about them.

Taken from the official Geocaching site: Geocaching is a free real-world outdoor treasure hunt. Players try to locate hidden containers, called geocaches, using a smartphone or GPS and can then share their experiences online. Source: http://www.geocaching.com/

Application desription:

Since not every user of GeoCaching game is registered as Premium user, as well there is no need them to be, we created this short script to get them notified about newly published caches. The script is to be put on the local server, capable of running PHP scripts. For best performance the owner should activate crontab to run the script at the desired frequency.

Installation:

  1. Download the files from this repository to your computer.
  2. Uptade your parameters in the config.php.
  3. Upload the files to a desired directory on your server.
  4. Test your installation by visiting the page: http(s)://your.domain.name/your_directory/index.php
  5. Optional: set crontab to run the script.
  6. Wait for the mail to arrive.
  7. Turn off your computer and go GeoCaching!!!

What does the script do:

  1. It creates the backup of the database.
  2. It loads the desired geocaching page.
  3. Extract data about caches.
  4. Compare the data to previously saved database.
  5. If it finds new caches, it mails them to the users.
  6. Writes new database.

Contributors:

The autor would like to say thank you to the following persons or project for their work on the application:

Legal notice:

This script is, if not otherwise stated, protected with GLPv3. The licence text can be found in the downloaded files as well as on this web address: http://www.gnu.org/licenses/gpl.html. PHP Simple HTML DOM Parser (http://sourceforge.net/projects/simplehtmldom/) is redistributed under MIT licence.

About

GeoCacher script, that chackes main GC page for new caches and mail registered users about them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages