DSX Version 7-1.2.4 (DS7) "Pure SEO" Content Management System.

While this CMS is considered "Black Hat", it is what it is and it works.
Search Engines have priorities in what ranks and what doesn't rank and
the single most important things anyone who wants the Top Ten knows are,
that your pages have to load fast, your content has to be abundant, thick and most
of all Hypertext Links.

DSX Delivers on all aspects of Fast Ranking "Pure SEO" tactics that I've developed
over the last 20+ years as a Professional SEO Expert and I stand behind my work.
I'm offering DSX 7-1.2.4 at a Very affordable price because it's very small at this
point and that makes it relatively easy for you to make more of it or if you're patient,
wait for the next version with far more features; File Editor, Firewall, Backend Utilities
and more..


Installation & Troubleshooting

Firstly, you should have the ability to use MySQL via PhpMyadmin, MySQL Workbench or Cpanel.
You will have to have a pre-existing User that can Create Database.
The Install will ask for the Host, User Name and Password and allow you to choose the
name for the new database. If a pre-existing database with the same name exists, it's advised
you create a different name or delete the pre-existing database beforehand.

Installation:

Unzip the files to your http server wherever you plan on installing to.
There are no limits on how many installations you can create or how you
navigate to them, Root, Subdomain & Subdirectories all work the same.

BEFORE YOU DO ANYTHING ELSE....

If you're running on localhost, you may have to change folder permissions depending
on how you unzip / install. www-data must have control over the directory, so if
you run into any installation issues regarding the overwrite procedure simply:

sudo chown -R www-data:www-data /path/to/installation/ * do not forget the trailing slash.

During development this issue arose several times, so I've packaged all files with the permissions
set, if you edit them, you may have to change permissions depending on your host and user configuration.

The Installation Page:
You will be asked for the Database Host, Database User, Database Password, Database Name and The URL you
are installing to. The url is important as it is the url that will be submitted to Google and Bing upon
successful installation. You should see a brief page when the site submits that it has been created.

Hatcher Options:
The Hatcher is a "Big Player" in the CMS, it creates and deploys the Website and contacts the Search Engines
every time it's run.
The Sitemap (sitemap.xml) is generated as if each page was created throughout the day, so it may cause some
question if a page that hasn't yet been created is being submitted.

*See Also: Set Default Time Zone

I Highly Recommend setting a cron job to run at 11:59 each day as such:

crontab -e
59 23 * * * /path/to/admin/hatcher.php

Examples:
Crontab & Php
crontab -e 59 23 * * * /usr/bin/php -q /path/to/admin/hatcher.php >/dev/null 2>&1

Crontab and cUrl
crontab -e 59 23 * * * /usr/bin/curl https://www.yourwebsite.com/admin/hatcher.php

If you're not comfortable with crontab, you can call the file from the command line as well,
or just open it in your browser.

CLI: php /path/to/admin/hatcher.php
Browser: https://www.yourwebsite.com/admin/hatcher.php

Set Default Time Zone:

You can edit the default time zone in admin/config.php
This will not effect the bogus file creation times, it only sets
the actual time the sitemap is submitted.

// Set Default Time Zone
date_default_timezone_set('America/Los_Angeles'); // Your Time Zone
$TIMESTAMP = date('m/d/Y h:i:s a', time()); // Real Time
// End Timezone Config

Editing and Modification:
Edit and modify at your leisure, I only recommend you make sure to back up everything,
keep your original zip file handy and keep an eye on your file ownership and permissions.
I've left as many comments in the files as I felt useful, if your confused, feel free to
contact me.
