HTML 5, CSS 3, PHP, JS
Git and Github
To copy this script (and -a = all changed files since last copy) to your local (git commit) and remote (git push) Github repository (see details in git_help.ini):
in Windows CLI (C:\Windows\SysWOW64\cmd.exe), in J:\awww\apl\dev1\fwphp
or in Git Bash CLI slavk@sspc1 MINGW64 /j/awww/apl/dev1/fwphp (master)
git status
git add SOME_DIR SOMEPATH_TO_SCRIPT...
git commit -am "Improved" (git commit -am "Initial commit")
git pull
git push -u origin master
DDNS (Dynamic DNS)
After completing 3 steps below (see details link "My DDNS"):
On intranet click link "My DDNS from local netw." eg
http://phporacle.mooo.com.localtest.me:8083/
http://localtest.me:8083/ is free (non commercial) wildcarded DNS Domain which always resolve back to 127.0.0.1 (your local machine)
On internet click link "My DDNS from internet" eg http://phporacle.mooo.com:8083/
- Find your inet provider's nonstatic public IP adress eg 213.191.136.167 eg here: https://www.yougetsignal.com/
- Register (sign up) eg here: https://freedns.afraid.org/ for free or payed DDNS account
- Send your public IP adress eg 213.191.136.167 to DDNS provider so :
https://freedns.afraid.org/nic/update?hostname=phporacle.mooo.com&myip=213.191.136.167
(asks user name and password aquired in register step)