HEX
Server: Apache/2.4.65 (Debian)
System: Linux srv39710 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
User: root (0)
PHP: 8.4.11
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Upload Files
File: /var/www/www-root/data/www/peeer.click/disclaimer.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Disclaimer - AI Prompts 2026</title>
    <style>
        /* Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
            line-height: 1.7;
            color: #1a1a1a;
            background-color: #fefefe;
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px 60px;
        }
        
        /* Header */
        header {
            padding: 40px 0 30px;
            border-bottom: 2px solid #eaeaea;
            margin-bottom: 40px;
        }
        
        .logo {
            font-size: 28px;
            font-weight: 800;
            color: transparent;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            background-clip: text;
            text-decoration: none;
            display: block;
            margin-bottom: 20px;
        }
        
        .back-link {
            color: #4a5568;
            text-decoration: none;
            font-size: 14px;
            margin-bottom: 15px;
            display: inline-block;
        }
        
        .back-link:hover {
            color: #2d3748;
            text-decoration: underline;
        }
        
        /* Disclaimer Header */
        .disclaimer-header {
            margin-bottom: 40px;
        }
        
        .disclaimer-title {
            font-size: 2.2rem;
            font-weight: 800;
            color: #2d3748;
            line-height: 1.2;
            margin-bottom: 10px;
        }
        
        .last-updated {
            color: #718096;
            font-size: 14px;
            font-style: italic;
            margin-bottom: 20px;
        }
        
        /* Content */
        .content {
            font-size: 16px;
            margin-bottom: 50px;
        }
        
        .intro {
            font-size: 18px;
            color: #4a5568;
            font-weight: 500;
            margin-bottom: 30px;
            padding: 20px;
            background: #f7fafc;
            border-left: 4px solid #667eea;
            border-radius: 0 8px 8px 0;
        }
        
        h2 {
            font-size: 1.6rem;
            color: #2d3748;
            margin: 40px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #edf2f7;
        }
        
        h3 {
            font-size: 1.3rem;
            color: #4a5568;
            margin: 30px 0 15px;
        }
        
        p {
            margin-bottom: 20px;
            text-align: justify;
        }
        
        ul, ol {
            margin: 0 0 20px 30px;
        }
        
        li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 5px;
        }
        
        /* Disclaimer Sections */
        .disclaimer-section {
            margin-bottom: 35px;
            padding: 25px;
            background: white;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
        }
        
        .section-title {
            font-size: 1.4rem;
            color: #2d3748;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eaeaea;
        }
        
        /* Warning Boxes */
        .warning-box {
            background: #fff5f5;
            border: 2px solid #fc8181;
            border-radius: 8px;
            padding: 25px;
            margin: 30px 0;
        }
        
        .warning-title {
            color: #c53030;
            font-weight: 700;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .warning-title::before {
            content: "⚠️";
        }
        
        /* AI Specific Disclaimer */
        .ai-disclaimer {
            background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
            border: 2px solid #667eea;
            border-radius: 8px;
            padding: 30px;
            margin: 40px 0;
        }
        
        .ai-title {
            color: #2d3748;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .ai-title::before {
            content: "🤖";
        }
        
        /* Educational Content Disclaimer */
        .educational-box {
            background: #f0fff4;
            border: 2px solid #48bb78;
            border-radius: 8px;
            padding: 25px;
            margin: 30px 0;
        }
        
        .educational-title {
            color: #276749;
            font-weight: 700;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .educational-title::before {
            content: "📚";
        }
        
        /* Limitation of Liability */
        .liability-box {
            background: #fffaf0;
            border: 2px solid #ed8936;
            border-radius: 8px;
            padding: 30px;
            margin: 40px 0;
        }
        
        .liability-title {
            color: #9c4221;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .liability-title::before {
            content: "⚖️";
        }
        
        /* External Links */
        .links-box {
            background: #ebf8ff;
            border: 2px solid #4299e1;
            border-radius: 8px;
            padding: 25px;
            margin: 30px 0;
        }
        
        .links-title {
            color: #2c5282;
            font-weight: 700;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .links-title::before {
            content: "🔗";
        }
        
        /* Testimonials & Results */
        .results-box {
            background: #faf5ff;
            border: 2px solid #9f7aea;
            border-radius: 8px;
            padding: 25px;
            margin: 30px 0;
        }
        
        .results-title {
            color: #553c9a;
            font-weight: 700;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .results-title::before {
            content: "📊";
        }
        
        /* Accuracy & Updates */
        .accuracy-box {
            background: #e6fffa;
            border: 2px solid #38b2ac;
            border-radius: 8px;
            padding: 25px;
            margin: 30px 0;
        }
        
        .accuracy-title {
            color: #285e61;
            font-weight: 700;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .accuracy-title::before {
            content: "🎯";
        }
        
        /* User Responsibility */
        .responsibility-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin: 30px 0;
        }
        
        .responsibility-card {
            background: white;
            border-radius: 8px;
            padding: 25px;
            border: 2px solid #e2e8f0;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }
        
        .responsibility-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            display: block;
        }
        
        .responsibility-name {
            font-weight: 800;
            color: #2d3748;
            margin-bottom: 10px;
            font-size: 1.2rem;
        }
        
        /* Contact Section */
        .contact-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 40px;
            border-radius: 12px;
            margin: 50px 0;
            text-align: center;
        }
        
        .contact-title {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }
        
        /* Acceptance Section */
        .acceptance-box {
            background: #f7fafc;
            border: 2px solid #cbd5e0;
            border-radius: 8px;
            padding: 30px;
            margin: 40px 0;
            text-align: center;
        }
        
        .acceptance-title {
            font-size: 1.5rem;
            color: #2d3748;
            margin-bottom: 20px;
        }
        
        /* Footer */
        footer {
            margin-top: 60px;
            padding-top: 40px;
            border-top: 2px solid #eaeaea;
            text-align: center;
            color: #718096;
            font-size: 14px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .disclaimer-title {
                font-size: 1.8rem;
            }
            
            .content {
                font-size: 15px;
            }
            
            .disclaimer-section {
                padding: 20px;
            }
            
            .responsibility-grid {
                grid-template-columns: 1fr;
            }
        }
    </style>
</head>
<body>
    <header>
        <a href="/" class="logo">AI Prompts 2026</a>
        <div>
            <a href="/" class="back-link">← Back to Home</a>
        </div>
    </header>

    <main>
        <div class="disclaimer-header">
            <h1 class="disclaimer-title">Disclaimer</h1>
            <div class="last-updated">Last Updated: March 5, 2026</div>
        </div>

        <div class="content">
            <div class="intro">
                Please read this Disclaimer carefully before using the AI Prompts 2026 website. By accessing and using our website, you accept and agree to be bound by the terms and conditions of this Disclaimer.
            </div>

            <div class="warning-box">
                <div class="warning-title">Important Legal Notice</div>
                <p>The information contained on this website is for general informational and educational purposes only. All information on the site is provided in good faith, however, we make no representation or warranty of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability, availability, or completeness of any information on the site.</p>
            </div>

            <div class="disclaimer-section">
                <h2 class="section-title">1. No Professional Advice</h2>
                
                <p>The content provided on AI Prompts 2026 is for educational and informational purposes only and is not intended as professional advice of any kind. Specifically:</p>
                
                <div class="educational-box">
                    <div class="educational-title">Educational Content Only</div>
                    <p>Our website provides information about AI prompt engineering, techniques, and examples. This content is for educational purposes and should not be considered as:</p>
                    <ul>
                        <li>Professional consulting or advisory services</li>
                        <li>Legal, financial, or medical advice</li>
                        <li>Guaranteed methods for achieving specific results</li>
                        <li>Endorsement of any particular AI system or provider</li>
                    </ul>
                </div>
                
                <h3>1.1 Independent Verification</h3>
                <p>You should not rely upon the material or information on the website as a basis for making any business, legal, or any other decisions. Always seek appropriate professional advice for your specific situation.</p>
            </div>

            <div class="disclaimer-section">
                <h2 class="section-title">2. AI-Generated Content Disclaimer</h2>
                
                <div class="ai-disclaimer">
                    <div class="ai-title">Artificial Intelligence Limitations</div>
                    <p>Our website focuses on techniques for interacting with AI systems. It is crucial to understand that:</p>
                    
                    <ul>
                        <li><strong>AI Systems Have Limitations:</strong> All AI models have inherent limitations, biases, and may produce inaccurate, misleading, or false information</li>
                        <li><strong>No Quality Guarantee:</strong> We do not guarantee the quality, accuracy, or reliability of AI-generated content</li>
                        <li><strong>Dynamic Technology:</strong> AI technology evolves rapidly, and information on our site may become outdated</li>
                        <li><strong>Ethical Considerations:</strong> Users are responsible for the ethical use of AI-generated content</li>
                    </ul>
                    
                    <h3 style="margin-top: 20px; color: #2d3748;">Critical Thinking Required</h3>
                    <p>You must apply critical thinking and human judgment to all AI-generated outputs. Never use AI-generated content for critical decisions without human verification.</p>
                </div>
            </div>

            <div class="disclaimer-section">
                <h2 class="section-title">3. Limitation of Liability</h2>
                
                <div class="liability-box">
                    <div class="liability-title">No Liability for Damages</div>
                    <p>To the fullest extent permitted by applicable law, AI Prompts 2026 shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from:</p>
                    
                    <ul>
                        <li>Your access to or use of or inability to access or use the website</li>
                        <li>Any conduct or content of any third party on the website</li>
                        <li>Any content obtained from the website</li>
                        <li>Unauthorized access, use, or alteration of your transmissions or content</li>
                    </ul>
                    
                    <h3 style="margin-top: 20px; color: #9c4221;">Maximum Liability</h3>
                    <p>In no event shall AI Prompts 2026's total liability to you for all claims exceed the amount of fifty dollars ($50.00) or the amount you paid to AI Prompts 2026, if any, in the past six months for the services giving rise to the claim, whichever is greater.</p>
                </div>
            </div>

            <div class="disclaimer-section">
                <h2 class="section-title">4. External Links Disclaimer</h2>
                
                <div class="links-box">
                    <div class="links-title">Third-Party Links and Content</div>
                    <p>Our website may contain links to external websites that are not provided or maintained by or in any way affiliated with AI Prompts 2026.</p>
                    
                    <h3 style="margin-top: 20px; color: #2c5282;">Important Information About External Links</h3>
                    <ul>
                        <li><strong>No Control:</strong> We have no control over the content, nature, or availability of those sites</li>
                        <li><strong>No Endorsement:</strong> The inclusion of any links does not necessarily imply a recommendation or endorsement of the views expressed within them</li>
                        <li><strong>Third-Party Terms:</strong> When using third-party AI services (ChatGPT, Claude, DeepSeek, etc.), you must comply with their respective terms of service</li>
                        <li><strong>External Site Responsibility:</strong> We are not responsible for the protection and privacy of any information you provide while visiting such sites</li>
                    </ul>
                </div>
            </div>

            <div class="disclaimer-section">
                <h2 class="section-title">5. Testimonials and Results Disclaimer</h2>
                
                <div class="results-box">
                    <div class="results-title">No Guarantee of Results</div>
                    <p>The website may contain testimonials, examples, or case studies of results achieved by users. These are for illustrative purposes only and should not be interpreted as a guarantee that you will achieve the same or similar results.</p>
                    
                    <h3 style="margin-top: 20px; color: #553c9a;">Important Considerations</h3>
                    <ul>
                        <li><strong>Individual Results Vary:</strong> Your results may differ based on your skills, effort, and specific circumstances</li>
                        <li><strong>No Income Claims:</strong> We make no claims regarding income potential or financial results</li>
                        <li><strong>Forward-Looking Statements:</strong> Any forward-looking statements outlined on our website are simply our opinions and expectations</li>
                        <li><strong>Past Performance:</strong> Past performance does not guarantee future results</li>
                    </ul>
                </div>
            </div>

            <div class="disclaimer-section">
                <h2 class="section-title">6. Accuracy and Completeness</h2>
                
                <div class="accuracy-box">
                    <div class="accuracy-title">Information Accuracy Disclaimer</div>
                    <p>While we strive to keep the information on our website up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose.</p>
                    
                    <h3 style="margin-top: 20px; color: #285e61;">Technical and Temporal Limitations</h3>
                    <ul>
                        <li><strong>Rapid Technological Change:</strong> AI technology evolves quickly; information may become outdated</li>
                        <li><strong>No Technical Support:</strong> We do not provide technical support for AI systems mentioned on our site</li>
                        <li><strong>Platform Changes:</strong> Third-party AI platforms may change their interfaces, capabilities, or terms without notice</li>
                        <li><strong>Content Updates:</strong> We update content periodically but cannot guarantee all information is current</li>
                    </ul>
                </div>
            </div>

            <div class="disclaimer-section">
                <h2 class="section-title">7. User Responsibility</h2>
                
                <p>As a user of our website, you have certain responsibilities:</p>
                
                <div class="responsibility-grid">
                    <div class="responsibility-card">
                        <div class="responsibility-icon">🤔</div>
                        <div class="responsibility-name">Critical Evaluation</div>
                        <p>Apply critical thinking and verify information before acting on it</p>
                    </div>
                    
                    <div class="responsibility-card">
                        <div class="responsibility-icon">⚖️</div>
                        <div class="responsibility-name">Legal Compliance</div>
                        <p>Ensure your use of AI tools complies with applicable laws and regulations</p>
                    </div>
                    
                    <div class="responsibility-card">
                        <div class="responsibility-icon">🔒</div>
                        <div class="responsibility-name">Security</div>
                        <p>Protect your personal information and credentials when using AI services</p>
                    </div>
                    
                    <div class="responsibility-card">
                        <div class="responsibility-icon">🎯</div>
                        <div class="responsibility-name">Appropriate Use</div>
                        <p>Use AI tools ethically and for appropriate purposes</p>
                    </div>
                </div>
            </div>

            <div class="disclaimer-section">
                <h2 class="section-title">8. Intellectual Property</h2>
                
                <p>All content on this website, including but not limited to text, graphics, logos, images, and software, is the property of AI Prompts 2026 or its content suppliers and is protected by international copyright and intellectual property laws.</p>
                
                <h3>8.1 Prompt Templates License</h3>
                <p>Our prompt templates are provided under a Creative Commons Attribution-NonCommercial 4.0 International License unless otherwise specified. This means you may:</p>
                <ul>
                    <li>Share — copy and redistribute the material in any medium or format</li>
                    <li>Adapt — remix, transform, and build upon the material</li>
                </ul>
                <p>Under the following terms:</p>
                <ul>
                    <li>Attribution — You must give appropriate credit</li>
                    <li>NonCommercial — You may not use the material for commercial purposes</li>
                </ul>
            </div>

            <div class="disclaimer-section">
                <h2 class="section-title">9. Changes to This Disclaimer</h2>
                
                <p>We reserve the right to make changes to this Disclaimer at any time. We will notify users of any material changes by:</p>
                
                <ul>
                    <li>Posting the updated Disclaimer on this page</li>
                    <li>Updating the "Last Updated" date at the top of this page</li>
                    <li>Providing notice on our website for significant changes</li>
                </ul>
                
                <h3>9.1 Continued Use</h3>
                <p>Your continued use of our website after any changes to this Disclaimer constitutes your acceptance of the revised terms. If you do not agree to the new terms, you must stop using the website.</p>
            </div>

            <div class="acceptance-box">
                <div class="acceptance-title">Your Acceptance of This Disclaimer</div>
                <p>By using our website, you hereby accept this Disclaimer in full. If you do not agree with any part of this Disclaimer, you must not use our website.</p>
                <p style="margin-top: 15px; font-weight: 600; color: #2d3748;">Your continued use of the website following the posting of changes to this Disclaimer will be deemed your acceptance of those changes.</p>
            </div>

            <div class="contact-section">
                <div class="contact-title">Contact Us</div>
                <p>If you have any questions about this Disclaimer, please contact us:</p>
                <p style="margin-top: 15px;">
                    <strong>Email:</strong> legal@aiprompts2026.com<br>
                    <strong>Subject:</strong> Disclaimer Inquiry<br>
                    <strong>Response Time:</strong> 5-7 business days
                </p>
                <p style="margin-top: 20px; opacity: 0.9;">
                    For privacy-related inquiries, please see our <a href="/privacy-policy.html" style="color: #a5b4fc;">Privacy Policy</a><br>
                    For terms of use, please see our <a href="/terms-of-service.html" style="color: #a5b4fc;">Terms of Service</a>
                </p>
            </div>
        </div>
    </main>

    <footer>
        <div style="margin-bottom: 20px;">
            <strong>AI Prompts 2026</strong> • Complete AI Prompt Database
        </div>
        <div style="color: #888; font-size: 13px;">
            © 2026 AI Prompts 2026. All rights reserved.
        </div>
    </footer>
</body>
</html>