BZZHR

Fast and reliable file hosting service.

Custom Landing Page Guide

Overview

Custom landing pages allow you to personalize how your download pages look. You can upload your own HTML template that will be shown to users when they view your files.

Technical Requirements

Available Variables

Your template can use these variables that will be automatically replaced with actual file information:

Variable Description Example
{AppName} Domain name buzzheavier.com
{Name} File name document.pdf
{DownloadLink} File download URL https://buzzheavier.com/d/abc123
{Size} File size 24.5 MB
{Views} View count 1,234
{Downloads} Download count 567
{SHA256} SHA-256 file hash 9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08
{MD5} MD5 file hash 098f6bcd4621d373cade4e832627b4f6
{Note} User added message Additional information about the file

Example Template

<!DOCTYPE html>
<html>
<head>
    <title>{Name} - {AppName}</title>
</head>
<body>
    <h1>{Name}</h1>
    <p>Size: {Size}</p>
    <p>Views: {Views} | Downloads: {Downloads}</p>
    <p>SHA256: {SHA256}</p>
    <p>MD5: {MD5}</p>
    <p>Note: {Note}</p>
    <a href="{DownloadLink}">Download File</a>
</body>
</html>

Advanced Features

Need more advanced features like:

Contact support to discuss your requirements.

Managing Templates

You can manage your custom landing page template from the settings page: