{"id":309,"date":"2021-06-11T08:06:32","date_gmt":"2021-06-11T08:06:32","guid":{"rendered":"https:\/\/tomtechproductions.be\/?p=309"},"modified":"2021-06-11T08:06:32","modified_gmt":"2021-06-11T08:06:32","slug":"ttp-ip","status":"publish","type":"post","link":"https:\/\/blog.tomtechproductions.be\/index.php\/2021\/06\/11\/ttp-ip\/","title":{"rendered":"TTP IP"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code># TomTech Productions IP\nimport time, os\nimport requests, socket, uuid\n\n## INSERT YOUR KEY AND MAIL HERE ##\ndomain = \"\" #company domain\nmail = \"tom.schelles@live.be\" #your email\n## INSERT YOUR KEY AND MAIL HERE ##\n\nurl = 'https:\/\/ttpm.be\/data\/online\/post.php'\nmac = uuid.getnode()\n\ndef get_lan_address():\n        s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)\n        s.connect((\"8.8.8.8\", 80))\n        return s.getsockname()&#91;0]\n\nwhile(1):\n    lan = get_lan_address()\n    name = socket.gethostname()\n\n    myobj = {'lan' : lan, 'mac': mac, 'name': name, 'domain': domain, 'mail': mail }\n\n    try:\n        x = requests.post(url, data = myobj)\n\n        if (x.text == \"reboot\"):\n            os.system(\"shutdown -t 0 -r -f\")\n\n        if (x.text == \"lock\"):\n            os.system(\"shutdown -l\")\n\n        if (x.text == \"shutdown\"):\n            os.system(\"shutdown -t 0 -s -f\")\n\n    except:\n        print('NO CONNECTION TO SERVICE')\n    #update gegevens lokaal om de 10 seconden\n    time.sleep(30)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-309","post","type-post","status-publish","format-standard","hentry","category-geen-categorie"],"_links":{"self":[{"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/posts\/309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/comments?post=309"}],"version-history":[{"count":0,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/posts\/309\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/media?parent=309"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/categories?post=309"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.tomtechproductions.be\/index.php\/wp-json\/wp\/v2\/tags?post=309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}