T.ME/BIBIL_0DAY
CasperSecurity


Server : Apache/2
System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User : gositeme ( 1004)
PHP Version : 8.2.29
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/gositeme/.cursor-server/data/User/History/-78a2ecb2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/gositeme/.cursor-server/data/User/History/-78a2ecb2/qQDS.html
<!doctype html>
<html class="no-js" lang="">
<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>GoCodeMe - Save Your Website Code with GoSiteMe.com</title>
    <meta name="description" content="GoCodeMe - The ultimate platform for saving and managing your website code using your GoSiteMe.com webhosting account. Store, organize, and deploy your projects seamlessly.">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap" rel="stylesheet">
    <link rel="shortcut icon" href="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4OCAxMDIuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODggMTAyLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDY4MkI0O30KCS5zdDF7ZmlsbDojMzFCN0U5O30KCS5zdDJ7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI4OCw1Mi42IDg4LDUyLjYgMzguNCwzIDI0LjIsMTcuMiA1OS43LDUyLjYgMjQuMyw4OCAzOC40LDEwMi4yIAkJCSIvPgoJCTwvZz4KCQk8Zz4KCQkJPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSI4NSw0OS42IDg1LDQ5LjYgMzUuNCwwIDIxLjIsMTQuMiA1Ni43LDQ5LjYgMjEuMyw4NSAzNS40LDk5LjIgCQkJIi8+CgkJPC9nPgoJPC9nPgoJPGxpbmUgY2xhc3M9InN0MiIgeDE9IjQwLjMiIHkxPSIxMDMuOCIgeDI9IjkwLjEiIHkyPSI1NC4yIi8+Cgk8Zz4KCQk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxMC41LDc0LjQgMTQuMSw3OCA0Mi40LDQ5LjYgMzguNyw0NS44IAkJIi8+CgkJPHBvbHlsaW5lIGNsYXNzPSJzdDEiIHBvaW50cz0iMzguNyw0NS45IDE0LjIsMjEuMyAwLDM1LjQgMTQuMiw0OS42IDAsNjMuOCAxMC42LDc0LjQgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K" />
    <style>
        * { 
            box-sizing: border-box; 
            margin: 0; 
            padding: 0;
        }
        
        html { 
            font-size: 10px; 
            font-family: 'Open Sans', sans-serif; 
            color: #1d2a3b;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
        }
        
        body {
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        
        .container { 
            max-width: 1200px; 
            margin: 0 auto; 
            padding: 0 2rem;
        }
        
        .container.card { 
            margin-top: 8rem; 
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 20px; 
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            text-align: center; 
            padding: 5rem 4rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
            position: relative;
            overflow: hidden;
        }
        
        .container.card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #667eea, #764ba2, #667eea);
            background-size: 200% 100%;
            animation: shimmer 3s ease-in-out infinite;
        }
        
        @keyframes shimmer {
            0%, 100% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
        }
        
        .title-main { 
            font-size: 4.8rem; 
            font-weight: 700; 
            margin-top: 0; 
            margin-bottom: 1.5rem;
            background: linear-gradient(135deg, #667eea, #764ba2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .subheading{ 
            font-size: 2rem; 
            font-weight: 600; 
            margin-bottom: 3rem;
            color: #4a5568;
        }
        
        .main-image {
            margin: 3rem 0;
            position: relative;
        }
        
        .hero-icon {
            font-size: 12rem;
            margin-bottom: 2rem;
            display: block;
            animation: float 6s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }
        
        .tagline {
            font-size: 2.4rem;
            color: #667eea;
            margin-bottom: 2rem;
            font-weight: 600;
            letter-spacing: 1px;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin: 4rem 0;
        }
        
        .feature-item {
            padding: 2rem;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .feature-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .feature-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            display: block;
        }
        
        .feature-title {
            font-size: 1.6rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #2d3748;
        }
        
        .feature-desc {
            font-size: 1.4rem;
            color: #718096;
            line-height: 1.5;
        }
        
        .card .text { 
            font-size: 1.8rem; 
            letter-spacing: 0.5px;
            line-height: 1.6;
            color: #4a5568;
            margin-bottom: 3rem;
        }
        
        .cta-section {
            margin-top: 4rem;
        }
        
        .cta-button {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white; 
            padding: 2rem 4rem; 
            text-decoration: none; 
            border-radius: 50px; 
            font-weight: 600; 
            font-size: 1.8rem;
            display: inline-block; 
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
        }
        
        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }
        
        .cta-button:hover::before {
            left: 100%;
        }
        
        .secondary-button {
            background: rgba(255, 255, 255, 0.2);
            color: #667eea;
            padding: 1.5rem 3rem;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.6rem;
            display: inline-block;
            margin-left: 2rem;
            transition: all 0.3s ease;
            border: 2px solid rgba(102, 126, 234, 0.3);
        }
        
        .secondary-button:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
        }
        
        footer { 
            color: rgba(255, 255, 255, 0.8); 
            font-size: 1.4rem; 
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
            padding: 3rem 0 2rem;
            margin-top: auto;
        }
        
        footer .logo img { 
            width: 145px; 
            padding-left: 11px;
            filter: brightness(0) invert(1);
        }
        
        footer .left-side { 
            display: flex; 
            align-items: center;
            gap: 1rem;
        }
        
        .stats-section {
            display: flex;
            justify-content: center;
            gap: 4rem;
            margin: 3rem 0;
            flex-wrap: wrap;
        }
        
        .stat-item {
            text-align: center;
        }
        
        .stat-number {
            font-size: 3.6rem;
            font-weight: 700;
            color: #667eea;
            display: block;
        }
        
        .stat-label {
            font-size: 1.4rem;
            color: #718096;
            margin-top: 0.5rem;
        }
        
        @media screen and (max-width: 1024px){ 
            .container {max-width: 90%;} 
        }
        
        @media screen and (max-width: 768px){ 
            html {font-size: 8px;} 
            .container { max-width: 95%;} 
            .container.card {margin-top: 4rem; padding: 3rem 2rem;} 
            .card .text { font-size: 1.6rem;} 
            .features-grid { grid-template-columns: 1fr; }
            .stats-section { gap: 2rem; }
            .cta-button, .secondary-button { display: block; margin: 1rem 0; }
        } 
        
        @media screen and (max-width: 480px){ 
            html {font-size: 7px;} 
            .container {max-width: 95%;} 
            .title-main {font-size: 4rem;} 
            .subheading{font-size: 1.6rem;} 
            .card .text { font-size: 1.4rem;} 
            footer {flex-direction: column; gap: 1rem;} 
            .hero-icon { font-size: 8rem; }
        } 
    </style>
</head>
<body>
    <section id="default-card" class="default-card">
        <div class="container card">
            <h1 class="title-main">GoCodeMe</h1>
            <p class="subheading">Save Your Website Code with GoSiteMe.com</p>
            <div class="main-image">
                <span class="hero-icon">💻</span>
                <div class="tagline">Code • Save • Deploy</div>
            </div>
            
            <p class="text">Welcome to GoCodeMe! The ultimate platform for saving and managing your website code using your GoSiteMe.com webhosting account. Experience seamless integration, powerful features, and professional-grade tools.</p>
            
            <div class="stats-section">
                <div class="stat-item">
                    <span class="stat-number">10K+</span>
                    <span class="stat-label">Projects Saved</span>
                </div>
                <div class="stat-item">
                    <span class="stat-number">99.9%</span>
                    <span class="stat-label">Uptime</span>
                </div>
                <div class="stat-item">
                    <span class="stat-number">24/7</span>
                    <span class="stat-label">Support</span>
                </div>
            </div>
            
            <div class="features-grid">
                <div class="feature-item">
                    <span class="feature-icon">🚀</span>
                    <div class="feature-title">Instant Deployment</div>
                    <div class="feature-desc">Deploy your code directly to GoSiteMe.com hosting with one click</div>
                </div>
                <div class="feature-item">
                    <span class="feature-icon">🔒</span>
                    <div class="feature-title">Secure Storage</div>
                    <div class="feature-desc">Enterprise-grade security with automatic backups and version control</div>
                </div>
                <div class="feature-item">
                    <span class="feature-icon">âš¡</span>
                    <div class="feature-title">Real-time Sync</div>
                    <div class="feature-desc">Your code stays synchronized across all your devices automatically</div>
                </div>
            </div>
            
            <div class="cta-section">
                <a href="aicoding.html" class="cta-button">🚀 Launch GoCodeMe Platform</a>
                <a href="https://gositeme.com" class="secondary-button">Learn More</a>
            </div>
        </div>
    </section>
    <footer class="container">
        <div class="left-side">
            <p>Powered by</p>
            <span class="logo"><a href="https://gositeme.com/"><img src="https://gositeme.com/wp-content/uploads/2022/02/logo_final_site.png" target="_blank"></a></span>
        </div>
        <p>Created at: Wed Jun 25 08:10:47 2025</p>
    </footer>
</body>
</html> 

CasperSecurity Mini