BUZZHEAVIER

Motherfucking 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
{SHA1} File hash 8f434346648f6b96df89dda901c5176b10a6d83b
{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>SHA1: {SHA1}</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: