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 <%= Danbooru.config.base_tag_query_limit %> <%= Danbooru.config.base_tag_query_limit*2 %>
Favorite Limit 10,000 20,000 Unlimited
Favorite Groups 3 5 10
Page Limit 1,000 2,000 5,000
Saved Searches 250 250 1,000
See Censored Tags No Yes Yes
Max API Requests Per Second 15 30 60
API Regen Per Second 1 2 4
Database Timeout 3 sec 6 sec 9 sec
Variable Posts Per Page 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.is_anonymous? %>

<%= link_to "Sign up", new_user_path %> or <%= link_to "login", new_session_path(url: new_user_upgrade_path) %> first to upgrade your account.

<% elsif 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 %> <% content_for(:html_header) do %> <% end %>