get ip of current user nodejs code example
Example 1: php get current domain
// Warning: This can be manipulated by hackers!
// If this is problematic, store the domain in a config file
$currentDomain = $_SERVER['SERVER_NAME'];
Example 2: python get current user windows
import os
current_user = os.getlogin()