Skip to content

qweluke/NoIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NoIP Auto renewal IP

Simple script to auto-renew your IP's without visiting webpage or clicking email buttons ;-)

It's simple as:

require_once('NoIP/NoIP.php');

$noIp = new Noip('login','password');

$result = $noIp->refreshHosts();

print_r( $result );

You can also use: getHosts() to get information about all your hosts.

About

NoIP IP auto renewal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages