diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..d03b340 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,113 @@ + +# Installation Guide + +This guide will walk you through the process of installing the application on your own web hosting. + +## 1. Server Requirements + +Before you begin, ensure your hosting environment meets the following requirements: + +* **Web Server:** Apache with `mod_rewrite` enabled. +* **PHP:** Version 7.4 or higher. +* **Database:** MySQL or MariaDB. +* **PHP Extensions:** PDO (specifically `pdo_mysql`). + +## 2. Installation Steps + +Follow these steps to get the application up and running: + +### Step 1: Upload Files + +Upload all the files and folders from this project to the root directory of your web server (e.g., `public_html`, `www`, `htdocs`). + +### Step 2: Create a Database + +Using your hosting control panel (like cPanel or phpMyAdmin), create a new database and a database user. Grant the user full privileges to the database. Make a note of the following: + +* Database Name +* Database Username +* Database Password +* Database Host (usually `localhost` or `127.0.0.1`) + +### Step 3: Configure the Database Connection + +Open the `db/config.php` file and update the database credentials with the ones you created in the previous step. + +```php + PDO::ERRMODE_EXCEPTION, + PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, + ]); + } + return $pdo; +} +``` + +### Step 4: Run the Setup Script + +In your web browser, navigate to `http://your-domain.com/db/setup.php`. This will create the necessary tables in your database. You should see a success message. + +### Step 5: Secure Your Installation + +For security reasons, it is highly recommended that you **delete the `db/setup.php` file** after you have run it. + +### Step 6: Log In to the Admin Area + +You can now log in to the admin area at `http://your-domain.com/admin.php`. The default credentials are: + +* **Username:** `admin` +* **Password:** `password` + +### Step 7: Change the Admin Password + +Immediately after logging in, you should change the default admin password. You can do this by navigating to the "Change Password" section in the admin area. + +You can also change the admin username and password by editing the `admin/config.php` file: + +```php + Templates +
  • + Template Directory +
  • Logout
  • diff --git a/assets/images/Affiliate-Marketing-Beginners.png b/assets/images/Affiliate-Marketing-Beginners.png new file mode 100644 index 0000000..3905373 Binary files /dev/null and b/assets/images/Affiliate-Marketing-Beginners.png differ diff --git a/assets/images/Affiliate-landing-page.png b/assets/images/Affiliate-landing-page.png new file mode 100644 index 0000000..5190115 Binary files /dev/null and b/assets/images/Affiliate-landing-page.png differ diff --git a/assets/images/Blog-Promotions.png b/assets/images/Blog-Promotions.png new file mode 100644 index 0000000..75c8fd3 Binary files /dev/null and b/assets/images/Blog-Promotions.png differ diff --git a/assets/images/Comprehensive-SEO.png b/assets/images/Comprehensive-SEO.png new file mode 100644 index 0000000..8ca0657 Binary files /dev/null and b/assets/images/Comprehensive-SEO.png differ diff --git a/assets/images/Content-Repurposing.png b/assets/images/Content-Repurposing.png new file mode 100644 index 0000000..0544b6a Binary files /dev/null and b/assets/images/Content-Repurposing.png differ diff --git a/assets/images/Customer-Loyalty.png b/assets/images/Customer-Loyalty.png new file mode 100644 index 0000000..8aae54b Binary files /dev/null and b/assets/images/Customer-Loyalty.png differ diff --git a/assets/images/Default-Load-Your-Cover-Here.png b/assets/images/Default-Load-Your-Cover-Here.png new file mode 100644 index 0000000..b1e5a7f Binary files /dev/null and b/assets/images/Default-Load-Your-Cover-Here.png differ diff --git a/assets/images/Email-Mastery.png b/assets/images/Email-Mastery.png new file mode 100644 index 0000000..fb1bde4 Binary files /dev/null and b/assets/images/Email-Mastery.png differ diff --git a/assets/images/High-Converting.png b/assets/images/High-Converting.png new file mode 100644 index 0000000..335ddec Binary files /dev/null and b/assets/images/High-Converting.png differ diff --git a/assets/images/Lead-Magnet.png b/assets/images/Lead-Magnet.png new file mode 100644 index 0000000..20d53ff Binary files /dev/null and b/assets/images/Lead-Magnet.png differ diff --git a/assets/images/Social-Media.png b/assets/images/Social-Media.png new file mode 100644 index 0000000..50c520e Binary files /dev/null and b/assets/images/Social-Media.png differ diff --git a/assets/images/Webinars-Marketing.png b/assets/images/Webinars-Marketing.png new file mode 100644 index 0000000..7cef0ed Binary files /dev/null and b/assets/images/Webinars-Marketing.png differ diff --git a/assets/images/templates/Default Load Your Cover Here.png b/assets/images/templates/Default Load Your Cover Here.png new file mode 100644 index 0000000..b1e5a7f Binary files /dev/null and b/assets/images/templates/Default Load Your Cover Here.png differ diff --git a/published/692e364f95b0c.html b/published/692e364f95b0c.html new file mode 100644 index 0000000..adf4745 --- /dev/null +++ b/published/692e364f95b0c.html @@ -0,0 +1,207 @@ + + + + + + Minimalist Modern Title Happy To Be Here + + + + + +
    +
    +
    + +
    +
    + Ebook Cover +
    +
    +

    Minimalist Modern Title Happy To Be Here

    +

    A compelling description for the minimalist modern template.A compelling description for the minimalist modern template.A compelling description for the minimalist modern template.A compelling description for the minimalist modern template.A compelling description for the minimalist modern template.A compelling description for the minimalist modern template.A compelling description for the minimalist modern template.A compelling description for the minimalist modern template.

    +
    +
    +
    + +
    +
    +

    Shooting Stars

    +

    Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine.

    Learn More + + +
    +
    +
    +
    + + + +
    +
    +

    The Catalyzer

    +

    Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine.

    Learn More + + +
    +
    +
    +
    + + +
    +
    +

    Neptune

    +

    Blue bottle crucifix vinyl post-ironic four dollar toast vegan taxidermy. Gastropub indxgo juice poutine.

    Learn More + + +
    +
    +
    +
    +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/published/692f51dfba560.html b/published/692f51dfba560.html new file mode 100644 index 0000000..e84abe7 --- /dev/null +++ b/published/692f51dfba560.html @@ -0,0 +1,170 @@ + + + + + + Minimalist Modern Title + + + + + +
    +
    +
    + +
    +
    + Ebook Cover +
    +
    +

    Minimalist Modern Title

    +

    A compelling description for the minimalist modern template.

    + +
    +
    +
    +
    +
    + + + \ No newline at end of file diff --git a/templates/data.php b/templates/data.php index 1508062..7aab8c6 100644 --- a/templates/data.php +++ b/templates/data.php @@ -4,42 +4,42 @@ $templates = [ 'id' => 1, 'name' => 'Minimalist Modern', 'description' => 'A clean, modern design with a large feature image.', - 'preview_image' => 'assets/images/Social-Media-eBook.png', + 'preview_image' => 'assets/images/Content-Repurposing.png', 'file' => 'templates/template-1.html', ], [ 'id' => 2, 'name' => 'Bold & Blue', 'description' => 'A vibrant design with a prominent blue call-to-action.', - 'preview_image' => 'assets/images/Marketing.png', + 'preview_image' => 'assets/images/Social-Media.png', 'file' => 'templates/template-2.html', ], [ 'id' => 3, 'name' => 'Classic Serif', 'description' => 'An elegant, text-focused design for a classic feel.', - 'preview_image' => 'assets/images/Signals-of-Strain-eBook.png', + 'preview_image' => 'assets/images/Webinars-Marketing.png', 'file' => 'templates/template-3.html', ], [ 'id' => 4, 'name' => 'Minimalist Modern (Dark Theme)', 'description' => 'A clean, modern design with a large feature image.', - 'preview_image' => 'assets/images/Social-Media-eBook.png', + 'preview_image' => 'assets/images/Customer-Loyalty.png', 'file' => 'templates/template-4.html', ], [ 'id' => 5, 'name' => 'Bold & Blue (Dark Theme)', 'description' => 'A vibrant design with a prominent blue call-to-action.', - 'preview_image' => 'assets/images/Marketing.png', + 'preview_image' => 'assets/images/Blog-Promotions.png', 'file' => 'templates/template-5.html', ], [ 'id' => 6, 'name' => 'Classic Serif (Dark Theme)', 'description' => 'An elegant, text-focused design for a classic feel.', - 'preview_image' => 'assets/images/Signals-of-Strain-eBook.png', + 'preview_image' => 'assets/images/Lead-Magnet.png', 'file' => 'templates/template-6.html', ], ]; diff --git a/templates/template-1.html b/templates/template-1.html index 27fe1a0..a9549fc 100644 --- a/templates/template-1.html +++ b/templates/template-1.html @@ -1,7 +1,7 @@ Back to Templates
    - Ebook Cover + Ebook Cover

    Minimalist Modern Title

    diff --git a/templates/template-2.html b/templates/template-2.html index ecb5f41..c06f15b 100644 --- a/templates/template-2.html +++ b/templates/template-2.html @@ -1,7 +1,7 @@ Back to Templates
    - Ebook Cover + Ebook Cover

    Bold & Blue Title

    diff --git a/templates/template-3.html b/templates/template-3.html index 35c9912..0153be3 100644 --- a/templates/template-3.html +++ b/templates/template-3.html @@ -1,7 +1,7 @@ Back to Templates
    - Ebook Cover + Ebook Cover

    Classic Serif Title

    An elegant and classic description, perfect for a timeless serif-style ebook.

    diff --git a/templates/template-4.html b/templates/template-4.html index 2b890d5..753dee9 100644 --- a/templates/template-4.html +++ b/templates/template-4.html @@ -18,7 +18,7 @@
    - Ebook Cover + Ebook Cover

    Minimalist Modern Title (Dark Theme)

    diff --git a/templates/template-5.html b/templates/template-5.html index 6acc4e8..fa13122 100644 --- a/templates/template-5.html +++ b/templates/template-5.html @@ -18,7 +18,7 @@
    - Ebook Cover + Ebook Cover

    Bold & Blue Title (Dark Theme)

    diff --git a/templates/template-6.html b/templates/template-6.html index 07e8591..651a5bb 100644 --- a/templates/template-6.html +++ b/templates/template-6.html @@ -19,7 +19,7 @@
    - Ebook Cover + Ebook Cover

    Classic Serif Title (Dark Theme)

    An elegant and classic description, perfect for a timeless serif-style ebook.