BUZZHEAVIER
Motherfucking file hosting service
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.
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 |
<!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>
Need more advanced features like:
Contact support to discuss your requirements.
You can manage your custom landing page template from the settings page: