All public logs

Jump to navigation Jump to search

Combined display of all available logs of Server STB. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:51, 30 November 2023 Admin talk contribs created page Ip Address (Created page with "Public Berikut scirpt cek ip public import requests def get_public_ip(): try: # Menggunakan layanan httpbin response = requests.get('https://httpbin.org/ip') ip = response.json()['origin'] print(f'IP publik Anda adalah: {ip}') except Exception as e: print(f'Gagal mendapatkan IP publik. Kesalahan: {e}') if __name__ == "__main__": get_public_ip() jangan lupa pip install requests")