sqdkjqlsjdklqsjdlqskjd azjdjksqhvdjqskhdkqhsj zkhjdhqksldjqlskdjlqskjd zjhdjqlskdhqsljkhdsqd  import subprocess BASE = "/home/streamviewiptv/public_html" # iptv-firestick r1 = subprocess.run([ "wp", "core", "install", "--url=https://iptv-firestick.org", "--title=IPTV Firestick", "--admin_user=admin", "--admin_password=Admin@2026!", "--admin_email=admin@goldclubhosting.xyz", f"--path={BASE}/iptv-firestick.org", "--allow-root", "--skip-email" ], capture_output=True, text=True, timeout=60) print(f"firestick: {r1.stdout.strip()} | {r1.stderr.strip()[:80]}") # rinkcan - create wp-config first import re src = open(f"{BASE}/verboiptv.net/wp-config.php", errors="ignore").read() rk = src.replace("$table_prefix = 'wp_';", "$table_prefix = 'rk_';") if "MYSQLI_CLIENT_FLAGS" not in rk: rk = rk.replace("