Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for wanip_php.bat

(view source code of wanip_php.bat as plain text)

  1. :: https://www.robvanderwoude.com/batchphp.php
  2. :: Usage:  "wanip" returns your WAN IP address
  3. @PHP -r print(file_get_contents('https://www.robvanderwoude.com/wanip.php'));
  4.  

page last modified: 2024-04-16; loaded in 0.0147 seconds