Domainänderung
Dieser Commit ist enthalten in:
@ -5,9 +5,9 @@
|
||||
## Project Overview
|
||||
|
||||
- **Path**: `A:\GiTea\AccountForger`
|
||||
- **Files**: 1232 files
|
||||
- **Size**: 234.3 MB
|
||||
- **Last Modified**: 2025-10-18 22:22
|
||||
- **Files**: 1317 files
|
||||
- **Size**: 240.4 MB
|
||||
- **Last Modified**: 2025-11-09 20:55
|
||||
|
||||
## Technology Stack
|
||||
|
||||
@ -173,6 +173,7 @@ localization/
|
||||
│ ├── fr.json
|
||||
│ └── ja.json
|
||||
logs/
|
||||
│ ├── chrome_session_host.log
|
||||
│ ├── facebook_automation.log
|
||||
│ ├── facebook_controller.log
|
||||
│ ├── facebook_login.log
|
||||
@ -181,7 +182,6 @@ logs/
|
||||
│ ├── facebook_utils.log
|
||||
│ ├── facebook_verification.log
|
||||
│ ├── facebook_workflow.log
|
||||
│ ├── gmail_controller.log
|
||||
│ ├── net/
|
||||
│ │ ├── gmail_landing_de.html
|
||||
│ │ └── google_signup_mail_de.html
|
||||
@ -199,7 +199,7 @@ logs/
|
||||
│ ├── after_account_create_click_1759870629.png
|
||||
│ ├── after_account_create_click_1760212451.png
|
||||
│ ├── after_account_create_click_1760212811.png
|
||||
│ └── after_code_retrieval_1757531778.png
|
||||
│ └── after_account_create_click_1760913660.png
|
||||
resources/
|
||||
│ ├── icons/
|
||||
│ │ ├── check-white.svg
|
||||
@ -430,3 +430,4 @@ This project is managed with Claude Project Manager. To work with this project:
|
||||
- README updated on 2025-10-08 22:32:21
|
||||
- README updated on 2025-10-08 22:34:43
|
||||
- README updated on 2025-10-18 22:23:22
|
||||
- README updated on 2025-11-09 21:00:06
|
||||
|
||||
@ -20,7 +20,7 @@ if not logger.handlers:
|
||||
class LicenseAPIClient:
|
||||
"""Client für die Kommunikation mit dem License Server API."""
|
||||
|
||||
def __init__(self, base_url: str = "https://api-software-undso.intelsight.de",
|
||||
def __init__(self, base_url: str = "https://api-software-undso.aegis-sight.de",
|
||||
api_key: str = "AF-2025-8E57CA6A97E257C5FA3E7778B8B44413"): # TODO: Update with valid API key
|
||||
"""
|
||||
Initialisiert den API Client.
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
"delete_error_text": "Konto '{username}' konnte nicht gelöscht werden."
|
||||
},
|
||||
"about_dialog": {
|
||||
"support": "Für Support kontaktieren Sie uns unter: support@intelsight.de",
|
||||
"support": "Für Support kontaktieren Sie uns unter: support@aegis-sight.de",
|
||||
"license": "Diese Software ist lizenzpflichtig und darf nur mit gültiger Lizenz verwendet werden."
|
||||
}
|
||||
}
|
||||
@ -87,7 +87,7 @@
|
||||
"delete_error_text": "Account '{username}' could not be deleted."
|
||||
},
|
||||
"about_dialog": {
|
||||
"support": "For support contact us at: support@intelsight.de",
|
||||
"support": "For support contact us at: support@aegis-sight.de",
|
||||
"license": "This software is licensed and may only be used with a valid license."
|
||||
}
|
||||
}
|
||||
@ -87,7 +87,7 @@
|
||||
"delete_error_text": "No se pudo eliminar la cuenta '{username}'."
|
||||
},
|
||||
"about_dialog": {
|
||||
"support": "Para soporte contáctenos en: support@intelsight.de",
|
||||
"support": "Para soporte contáctenos en: support@aegis-sight.de",
|
||||
"license": "Este software está sujeto a licencia y solo puede utilizarse con una licencia válida."
|
||||
}
|
||||
}
|
||||
@ -87,7 +87,7 @@
|
||||
"delete_error_text": "Le compte '{username}' n'a pas pu être supprimé."
|
||||
},
|
||||
"about_dialog": {
|
||||
"support": "Pour toute assistance, contactez-nous à : support@intelsight.de",
|
||||
"support": "Pour toute assistance, contactez-nous à : support@aegis-sight.de",
|
||||
"license": "Ce logiciel est soumis à licence et ne peut être utilisé qu'avec une licence valide."
|
||||
}
|
||||
}
|
||||
@ -87,7 +87,7 @@
|
||||
"delete_error_text": "アカウント '{username}' を削除できませんでした。"
|
||||
},
|
||||
"about_dialog": {
|
||||
"support": "サポートが必要な場合は次へご連絡ください: support@intelsight.de",
|
||||
"support": "サポートが必要な場合は次へご連絡ください: support@aegis-sight.de",
|
||||
"license": "このソフトウェアはライセンス制で、有効なライセンスでのみ使用できます。"
|
||||
}
|
||||
}
|
||||
@ -95,10 +95,10 @@ class AboutDialog(QDialog):
|
||||
support = (
|
||||
lm.get_text(
|
||||
"about_dialog.support",
|
||||
"Für Support kontaktieren Sie uns unter: support@intelsight.de",
|
||||
"Für Support kontaktieren Sie uns unter: support@aegis-sight.de",
|
||||
)
|
||||
if lm
|
||||
else "Für Support kontaktieren Sie uns unter: support@intelsight.de"
|
||||
else "Für Support kontaktieren Sie uns unter: support@aegis-sight.de"
|
||||
)
|
||||
license_text = (
|
||||
lm.get_text(
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren