Upgrade Account

<% unless params[:user_id] %>

Want more searching power? Upgrade your account and become a power user of the best database of anime artwork on the internet.

Basic Gold Platinum
Cost Free $20

One time fee

$40

One time fee

Tag Limit 2 6 12
Favorite Limit 10,000 20,000 Unlimited
Page Limit 1,000 2,000 5,000
Tag Subscriptions No Yes Yes
See Censored Tags No Yes Yes
API Hourly Limit 3,000 10,000 20,000
Database Timeout 3 sec 6 sec 9 sec
Variable Posts Per Page No Yes Yes
Name Changes No Yes Yes
<% end %>
<% if params[:user_id] %>

You are gifting this account upgrade to <%= link_to user.pretty_name, user_path(params[:user_id]) %>.

<% else %>

You can also upgrade someone else's account for the same price. The easiest way is to go to their profile page and look for a "Gift Upgrade" link.

<% end %>
<% if Danbooru.config.stripe_publishable_key %> <% if CurrentUser.safe_mode? %> <%= render "stripe_payment" %> <% else %> <%= render "stripe_payment_safebooru" %> <% end %> <% end %>
<%= render "users/secondary_links" %> <% content_for(:page_title) do %> Upgrade - <%= Danbooru.config.app_name %> <% end %>