Official Documentation · v1.0

AEDTP WORLD

Business · Music · Education · Creation · Technology · World

AEDTP WORLD is a Ghana-based global platform founded in 2024, offering free music promotion, business distribution, technology tools, and creative services — including the AWFL Sitemap Builder developer tool.

What is AEDTP WORLD?

AEDTP WORLD is a multidisciplinary digital company founded in 2024, headquartered in Anloga, Ghana. The platform operates globally, connecting businesses, musicians, and creators with audiences across 150+ countries.

The name stands for: Adventure · Explore · Discover · Travel · Promote WORLD — reflecting its mission to take creators and businesses on a global journey.

🎵

Music

Free music promotion and distribution for artists, record labels, and music professionals worldwide. Downloadable music library.

🌍

Business

Global distribution, logistics, supply chain management, and marketing support for online businesses.

🎨

Creativity

A dedicated creativity hub for designers, artists, and content creators to showcase and distribute their work.

💻

Technology

Technology-driven solutions including a custom Search Engine, VPN service, and developer tools like AWFL Sitemap Builder.

📚

Education

Educational content and resources to help creators and businesses grow their knowledge and skills.

📱

Application

Downloadable AEDTP WORLD mobile application available for direct download, bringing all services to your device.

What AEDTP WORLD Can Do

Music Promotion Distribution SEO / Marketing Artist Sign-Up Beat Downloads VPN Service Search Engine Developer Tools

Distribution & Logistics

Fast, reliable, cost-effective distribution connecting clients to target markets globally. Supply chain management and customer support driven by cutting-edge technology.

Promotional Services

A full suite of promotional tools including search engine optimization, social media marketing, and lead generation to amplify product and music visibility worldwide.

Artist Services

Musicians can sign up as artists, upload music for free promotion, distribute beats and instrumentals, and access global reach through AEDTP WORLD's network.

AEDTP WORLD Search Engine

A custom-built global search engine hosted at aedtpworld.neocities.org — offering quick results and relevant information directly from AEDTP WORLD's ecosystem.

All music promotion and core discovery features on AEDTP WORLD are completely free. Premium/business services are available via sign-up.

AWFL Sitemap Builder

The AWFL Sitemap Builder is a PHP-based developer tool created by AEDTP WORLD. It provides a visual file-manager-style interface to automatically generate, update, and manage sitemap.xml files for websites — no manual XML editing required.

Only .html files are accepted into the sitemap. Other file types are intentionally ignored.

Core Capabilities

File Overview

File Purpose Location
sitemap.php Main AWFL Sitemap Builder UI. Displays folders/files near itself, lets user select directories, and builds sitemap.xml at the root. / (root)
list_files.php View and manage sitemap.xml contents. Provides Rebuild button (rescans disk, removes stale entries) and a toggle to preview raw sitemap XML. No delete button — manual deletion is intentional. / (root)
sitemap.xml Auto-generated sitemap file. Contains all indexed .html file URLs. Created and updated automatically. Never edited manually. / (root, auto-created)
sitemapbuilderawfl.php The generator tool. When opened in browser, provides a password-protected UI with buttons/tools to auto-generate sitemap.php and list_files.php. Can be stored anywhere. awflsitemapbuilder/ (or anywhere)

How It Works

Step 1 — Setup with sitemapbuilderawfl.php

1
Upload sitemapbuilderawfl.php

Place sitemapbuilderawfl.php anywhere on your server (e.g. inside /awflsitemapbuilder/).

2
Open in browser & log in

Navigate to the file in your browser. Enter the username and password to access the builder.

3
Generate the PHP files

Use the provided UI buttons to auto-generate sitemap.php and list_files.php.

4
Move files to root

Move the generated sitemap.php and list_files.php to your website's root directory.

Step 2 — Building the Sitemap (sitemap.php)

1
Open sitemap.php

Navigate to sitemap.php in your browser. It will display all folders/subfolders relative to where it is stored (root).

2
Select directories

Choose folders and subfolders to include. The UI displays them like a file manager.

3
Click BUILD

Only .html files are processed. sitemap.xml is auto-created/updated at root.

Step 3 — Managing with list_files.php

1
View HTML files by directory

All indexed .html files are displayed per directory path.

2
Rebuild sitemap

Use the Rebuild sitemap.xml button to rescan disk. Stale/missing entries are auto-removed.

3
View raw XML

Toggle the View sitemap.xml button to preview the raw sitemap code. No delete button exists — manual deletion of entries is intentional.

Builder Authentication

sitemapbuilderawfl.php is password-protected. You must log in before accessing any builder tools or generating files.

Default Credentials

Username aedtpworld
Password aedtpworld

These credentials are fixed and cannot be changed in the current version. Keep your sitemapbuilderawfl.php file secured on your server.

Notifications & Error Messages

If no valid .html files are found in any selected folder or root, the builder sends this notification:

AWFL SITEMAP BUILDER: [The sitemap is not built]
| ISSUES: [No HTML Files Found In The folders, sub folders and even in the root/domain]
| HOW TO FIX THE ISSUES: [1. Create at least a .html file in the folders, sub folders or even in the root/domain near sitemap.php.. 2. Make Sure To View The html files, When It Shows The html contents you created, It Means The html exists. Now You Can Build The Sitemap.xml using sitemap.php]
| POWERED BY AEDTP WORLD

Auto-Cleanup

Missing or deleted HTML files are automatically removed from the sitemap on every Build or manual Rebuild — no manual cleanup needed.

Directory Structure

After running AWFL Sitemap Builder, your directory will follow this structure:

# Root directory (where sitemap.php is placed) / ├── sitemap.php ← Main builder UI ├── list_files.php ← File listing & rebuild tool ├── sitemap.xml ← Auto-generated sitemap (do not edit manually) │ └── awflsitemapbuilder/ └── sitemapbuilderawfl.php ← Generator tool (password-protected) # Your website folders (example) ├── about/ │ └── index.html ├── blog/ │ ├── post-one.html │ └── post-two.html └── index.html

sitemapbuilderawfl.php can be stored anywhere on your server. The generated sitemap.php and list_files.php should be moved to root for proper operation.