Jump to content

Search the Community

Showing results for tags 'emre'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CRIMESTATE
    • Foruminfos
    • User Verifizierungen
    • Donator Rang
    • Reports
    • Bugs | Verbesserungsvorschläge
  • Premium Sections
    • Vendor
    • 🦊 MediFuchs 🦊
    • Hit-N-Run
    • 💸 Cash-2-Coin 💸
    • 🌐 SOLTURA.NET 🌐
    • ❄️ OTT ONKEL ❄️
    • Hafenkiosk by KoljaGoldstein020
  • COMMUNITY
    • Vorstellungen
    • Offtopic
    • Anfängerbereich
    • Fragen & Antworten
    • Free Accounts/Stuff
    • Leaks
    • Real Life Crime
    • International
    • Szene News
    • Cracking
  • Marktplatz
    • Biete
    • Suche
    • Gewinnspiele
    • Versteigerungen
    • Marktplatzprofile
    • Treuhand Erstellen

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Title

Found 1 result

  1. @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;900&family=Inter:wght@300;400;500;600;700&display=swap'); .crime-statement { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #0a0a0f; background-image: radial-gradient(circle at 20% 50%, rgba(255, 0, 0, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 0, 0, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.02) 0%, transparent 50%); color: #b8b8c0; padding: 40px 30px; border-radius: 2px; position: relative; overflow: hidden; max-width: 100%; margin: 0 auto; } .crime-statement::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(2px 2px at 20% 30%, rgba(255, 255, 255, 0.1) 50%, transparent 50%), radial-gradient(2px 2px at 60% 70%, rgba(255, 255, 255, 0.08) 50%, transparent 50%), radial-gradient(1px 1px at 90% 10%, rgba(255, 255, 255, 0.12) 50%, transparent 50%); background-size: 200px 200px; animation: stars 100s linear infinite; pointer-events: none; opacity: 0.5; } @keyframes stars { from { transform: translateY(0); } to { transform: translateY(-200px); } } .crime-logo-transition { position: relative; z-index: 1; margin-bottom: 40px; display: flex; align-items: center; justify-content: center; gap: 30px; padding: 30px 0; flex-wrap: wrap; } .logo-container { position: relative; display: flex; align-items: center; justify-content: center; } .logo-bn { max-height: 60px; width: auto; filter: grayscale(100%) brightness(0.7); opacity: 0.5; transition: all 0.5s ease; } .logo-bn:hover { filter: grayscale(50%) brightness(0.8); opacity: 0.7; } .logo-arrow { font-size: 40px; color: #ff3333; animation: arrow-pulse 1.5s infinite; text-shadow: 0 0 20px rgba(255, 51, 51, 0.5); } @keyframes arrow-pulse { 0%, 100% { transform: translateX(0); opacity: 0.5; } 50% { transform: translateX(10px); opacity: 1; } } .logo-cstate { max-height: 60px; width: auto; filter: drop-shadow(0 0 20px rgba(255, 51, 51, 0.5)); animation: logo-glow 2s ease-in-out infinite alternate; } @keyframes logo-glow { from { filter: drop-shadow(0 0 20px rgba(255, 51, 51, 0.5)); } to { filter: drop-shadow(0 0 30px rgba(255, 51, 51, 0.8)); } } .crime-header { position: relative; z-index: 1; margin-bottom: 30px; text-align: center; } .crime-title { font-family: 'Orbitron', monospace; font-size: 28px; font-weight: 700; color: #ffffff; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 10px 0; text-shadow: 0 0 30px rgba(255, 51, 51, 0.5); } .crime-subtitle { font-size: 12px; color: #666; text-transform: uppercase; letter-spacing: 3px; font-weight: 400; } .crime-divider { height: 1px; background: linear-gradient(90deg, transparent, #ff3333, transparent); margin: 30px 0; opacity: 0.3; position: relative; z-index: 1; } .crime-admin-proof { position: relative; z-index: 1; margin: 30px 0; text-align: center; } .crime-admin-image { max-width: 100%; height: auto; border: 1px solid rgba(255, 51, 51, 0.3); border-radius: 4px; box-shadow: 0 0 40px rgba(255, 51, 51, 0.2); } .crime-admin-caption { margin-top: 15px; font-family: 'Orbitron', monospace; font-size: 11px; color: #ff3333; text-transform: uppercase; letter-spacing: 2px; opacity: 0.8; } .crime-content { position: relative; z-index: 1; } .crime-text { color: #a8a8b0; font-size: 14px; line-height: 1.8; margin: 20px 0; font-weight: 400; } .crime-highlight { color: #ff3333; font-weight: 600; text-shadow: 0 0 10px rgba(255, 51, 51, 0.3); } .crime-strong { color: #ffffff; font-weight: 600; } .crime-box { background: rgba(13, 13, 18, 0.8); border: 1px solid rgba(255, 51, 51, 0.2); border-left: 3px solid #ff3333; padding: 20px; margin: 25px 0; position: relative; backdrop-filter: blur(10px); transition: all 0.3s ease; } .crime-box:hover { background: rgba(13, 13, 18, 0.95); border-color: rgba(255, 51, 51, 0.4); transform: translateX(2px); } .crime-box-header { color: #ff3333; font-family: 'Orbitron', monospace; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; } .crime-box-icon { width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 51, 51, 0.2); border: 1px solid rgba(255, 51, 51, 0.4); font-size: 11px; } .crime-box-content { color: #888; font-size: 13px; line-height: 1.6; } .crime-warning { background: rgba(20, 10, 10, 0.8); border-color: rgba(255, 51, 51, 0.4); } .crime-success { background: rgba(10, 20, 10, 0.8); border-color: rgba(51, 255, 51, 0.3); border-left-color: #33ff33; } .crime-success .crime-box-header { color: #33ff33; } .crime-success .crime-box-icon { background: rgba(51, 255, 51, 0.2); border-color: rgba(51, 255, 51, 0.4); } .crime-list { list-style: none; padding: 0; margin: 20px 0; } .crime-list li { color: #888; font-size: 13px; padding: 10px 0; padding-left: 30px; position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .crime-list li:last-child { border-bottom: none; } .crime-list li::before { content: '▸'; position: absolute; left: 0; color: #ff3333; font-weight: bold; text-shadow: 0 0 5px rgba(255, 51, 51, 0.5); } .crime-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; margin: 30px 0; } .crime-stat { background: rgba(13, 13, 18, 0.6); border: 1px solid rgba(255, 51, 51, 0.1); padding: 20px; text-align: center; transition: all 0.3s ease; } .crime-stat:hover { background: rgba(13, 13, 18, 0.8); border-color: rgba(255, 51, 51, 0.3); transform: translateY(-2px); } .crime-stat-value { font-family: 'Orbitron', monospace; color: #ff3333; font-size: 28px; font-weight: 700; display: block; text-shadow: 0 0 20px rgba(255, 51, 51, 0.5); } .crime-stat-label { color: #666; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-top: 8px; } .crime-badge { display: inline-block; background: #ff3333; color: #000; padding: 4px 12px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin: 0 5px; animation: pulse 2s infinite; } .crime-badge-success { background: #33ff33; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } } .crime-footer { text-align: center; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255, 51, 51, 0.1); position: relative; z-index: 1; } .crime-signature { font-family: 'Orbitron', monospace; color: #666; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; } .crime-team { color: #ff3333; font-weight: 700; font-size: 13px; margin-top: 10px; } @media (max-width: 600px) { .crime-statement { padding: 20px; } .crime-logo-transition { flex-direction: column; gap: 20px; } .logo-arrow { transform: rotate(90deg); } @keyframes arrow-pulse { 0%, 100% { transform: rotate(90deg) translateX(0); opacity: 0.5; } 50% { transform: rotate(90deg) translateX(10px); opacity: 1; } } .crime-stats { grid-template-columns: 1fr; } } → Kapitel geschlossen. Black-Network.to → CState.to ✓Access Granted - volle kontrolle. Vollständige Übernahme der black-network.to Infrastruktur erfolgreich abgeschlossen. [ blacknet - Admin Panel ] Die Plattform black-network.to war über Jahre hinweg ein Ort voller Schatten, Scam-Strukturen und fragwürdiger Kontrolle durch Emre. Zahlreiche User wurden manipuliert, Gelder verschwanden über interne Treuhänder. Nach direktem Zugriff auf Server, Datenbank und interne Inhalte haben wir als cstate.to entschieden: Totale Bereinigung. 160K PMS WAREN NOCH GESPEICHERT 9.2K USER SEIT CRIMEMARKET NEU Start ! Critical Information Alle Inhalte wurden mehrfach überschrieben und sicher gelöscht. Chats, Wallet-Logs, User-Historien - alles entfernt. Archive existieren nur verschlüsselt unter Kontrolle von Krypton. Wir führen keine Scam Plattform fort. Dies ist ein klares Statement gegen interne Scams und für eine saubere Szene. Daher gilt: Emres Kapitel ist endgültig beendet. Die Domain leitet ab sofort direkt auf diesen Beitrag weiter. Vollständige Transparenz und Offenheit Anti Scam Mechanismen aktiv Automatische PM Purging > alle 14 Tage Rotierende Logs – Zero Trust Architecture Keine Hidden Panels oder Backdoors & regelmäßige Security Checks. → Für ehemalige Black-Network User Ehemalige Black-Network-User sind bei cstate.to willkommen. Bekannte Mitglieder („alte Hasen“) können ihre früheren Ränge mit Nachweisen neu beantragen. 👉 User Verifizierungen An die Presse & Szene-Beobachter (inkl. Tarnkappe.info): Dies ist kein normaler Forenwechsel. Es ist ein kontrollierter Bruch mit der Vergangenheit. Verantwortung statt Vertuschung. Kontakt: @ Krypton ADMIN VERIFIED - CrimeState official - CSTATE.TO // AUGUST 2025
×
×
  • Create New...