{% extends "partial/layout.html.twig" %} {% block title %}{{ pageTitlePrepend }} {{ t("account", "account")|title }}{% endblock %} {% block description %}{{ pageTitlePrepend }} {{ t("upgrade_meta_description", "Your Account") }}{% endblock %} {% block keywords %}{{ pageTitlePrepend|lower }}{{ t("upgrade_meta_keywords", ", account, paid, membership, upload, download, site") }}{% endblock %} {% block selected_navigation_link %}upgrade{% endblock %} {% block body %}
{% if msg_page_errors is defined %}
Error!
{% if msg_page_errors is defined %}{{ msg_page_errors|join('. ') }}{% endif %}
{% elseif msg_page_successes is defined %}
Success!
{% if msg_page_successes is defined %}{{ msg_page_successes|join('. ') }}{% endif %}
{% endif %}

Premium Plans

Enjoy the benefits of a PREMIUM account right now!

{% for pricingRow in pricingRows %} {% set price = pricingRow['price']|split('.') %}

{{ pricingRow['_label'] }}

{{ SITE_CONFIG_COST_CURRENCY_SYMBOL}}{{ price[0] }}.{{ price[1] }}

{{ SITE_CONFIG_COST_CURRENCY_SYMBOL }}{{ pricingRow['_per_day_cost'] }} {{ t('upgrade_boxes_per_day', 'per day')|title }}:
Non-Recurring
  • Maximum Speed
  • Daily bandwidth: {{CoreHelper.formatSize(UserHelper.getDailyLimitBW(2),'both',true,0) }}
  • Play videos Online
  • No advertising
  • Download without delay
{{ PluginHelper.outputPaymentLinks({'days': pricingRow['_days'], 'price': pricingRow['price'], 'user_level_pricing_id': pricingRow['id'], 'user_level_package_id': packageLevelId})|raw }}
{% endfor %}

Your purchase is 100% safe. All transactions are secure and encrypted.

{% if upgradePagePluginMiddle|length > 0 %} {% for pluginKey,upgradePagePluginMiddleItem in upgradePagePluginMiddle %} {{ upgradePagePluginMiddleItem['response_html']|raw }} {% endfor %} {% endif %} {% endblock %}