Rexiew Script Documentation

🚀 Quick Start Guide

  1. Download: Get the latest version from /script
  2. Upload: Extract and upload all files to your web server
  3. Install: Visit /install and follow the setup wizard
  4. Configure: Customize your site at /customize
  5. Security: Delete install.php after installation

📋 System Requirements

🎨 Customization

Rexiew includes a powerful customization system that preserves your changes during updates:

Visual Theme Builder

Visit /customize to access the visual theme builder where you can:

Custom CSS

For advanced users, add custom CSS that will be preserved during updates:

🔄 Updates

Keep your installation secure and up-to-date:

Automatic Updates

  1. Visit /update in your admin panel
  2. Check for available updates
  3. Create automatic backup
  4. Apply update with one click

What Gets Preserved

🛡️ Security

Security best practices for your installation:

📁 Directory Structure

rexiew/
├── public/                # Web accessible files
│   ├── styles/custom/     # 🔒 Your customizations (update-safe)
│   ├── images/custom/     # 🔒 Your images (update-safe)
│   └── actions/           # Core functionality
├── config/                # 🔒 Your configurations (update-safe)
├── misc/                  # Core utilities
├── db-queries/           # Database operations
└── crons/                 # Background tasks

⚖️ Licensing

Rexiew is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).

You are free to:

Attribution Requirements:

🆘 Support

Need help with your installation?

💡 Pro Tips

  • Always test customizations on a staging site first
  • Create backups before major changes or updates
  • Monitor your site's performance and resource usage
  • Keep your database optimized for best performance
  • Use a CDN for better global loading speeds