1
0
Fork 0
mirror of https://github.com/Djuuu/dyn-login.git synced 2025-12-09 17:45:31 +01:00
A quick and dirty script to automatically log in on dyn.com in order to keep a free account active
Find a file
Julien Tardot 661f536a3d Update README.md
Note
2014-04-10 12:01:55 +02:00
.gitignore inital actual commit 2013-10-09 16:16:46 +02:00
conf.dist.php inital actual commit 2013-10-09 16:16:46 +02:00
dynlogin.php cleaning 2013-11-10 01:23:08 +01:00
LICENSE Initial commit 2013-10-09 07:14:54 -07:00
README.md Update README.md 2014-04-10 12:01:55 +02:00

dyn-login

A quick and dirty script to automatically log in on dyn.com in order to keep a free account active

Note : As of may 2014, Dyn.com end their free hostname program. Time to put some money up or find another solution ;)

Requirements

  • PHP
  • curl extension

Installation

  • Get the source code (git clone, zip archive, whatever)
  • Copy conf.dist.php to conf.php and fill in your dyn.com credentials
  • Call script: php dynlogin.php

To automate the process, you can then add the script in a crontab:

# Every sunday at 5 AM
0 5 * * 0 php /path/to/dyn-login/dynlogin.php