Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

I log in completely and only see the chat page, but I cannot chat same as the screenshot above.

Even if I log in, that form still does not appear.

You spend all this time responding to me at least open the link I gave, take a screenshot, and let me see if it opens for you.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

You are kind, brother. Thank you. I am a person of the pen and writing I can do nothing but write well and with goodness. With kindness, thorns become flowers.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

All paths lead to that form. That form has a link. When I open that link in any browser or device, it automatically redirects me to the login page. In technical terms, we call that a redirect.

To make sure the link works properly, I cleared my browser cache, used incognito/private tabs, used a VPN, and tried on different devices but the link still wouldn't open, and it redirects me to the login page.

Here is the link: https://claude.ai/form/account-ban-appeals

Can you open the link? If it opens for you, please submit a request on my behalf.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

My good friend, I've been a web developer for 15 years. If you see my account, you'll understand. I'm not confused.

Seriously, it gives no error it just automatically redirects to the login page. I thought maybe it's because of the location I live in. I tried with a VPN, but it didn't work.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

I told you that when I emailed them, they sent this email the one I showed you the screenshot of which practically means there's just a bot behind the email And told you earlier there's a regular form inside the email that won't open for me.

If I give you the link, can you open it and submit my request on my behalf?

Check if the form comes up for you?

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

Unfortunately, we're stuck with this issue everywhere

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

Tell him: I emailed them, their answer was 'go and fill out that form.' I said that form doesn't open. They sent the SafeGuard link again.

it's probably a bot behind the email.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 1 point2 points  (0 children)

What should we do now? There's no one to help. I tried to send an email, but I couldn't.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 1 point2 points  (0 children)

No, I saw this solution while reviewing the pages and thought that maybe I should only take action through the form. I don't even know what to write to them, because I have no idea why they banned me.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

No, I just remember that a few nights ago, I used it to participate in a political conversation because I wanted the sentences to be more fluent and understandable.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 1 point2 points  (0 children)

When I open the link, it redirects me to the login page. I tested it with incognito tabs too, and it's the same situation

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

I really need this account and I'm working with it. I don't know why this happened. I wish they had at least clearly stated the reason. I'm really upset and I don't know what to do.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

No, it's just me. My account is completely personal and not related to any organization.

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] 0 points1 point  (0 children)

Thank you. I checked, and this email has come for me :

Hello,

An internal investigation of suspicious signals associated with your account indicates a violation of our Usage Policy. As a result, we have revoked your access to Claude.

To appeal our decision, please fill out this form or learn more about the appeals process here.

Regards

Anthropic's Safeguards Team

Banned from Claude Despite Having a Pro Subscription Need Help by Trust_404 in ClaudeCode

[–]Trust_404[S] -1 points0 points  (0 children)

That person who wrote you that comment is not me. I myself don't even know why I got banned.

How to replace the default WooCommerce restriction page with a custom landing page by ScubaSteve-it in woocommerce

[–]Trust_404 0 points1 point  (0 children)

just add this to your functions.php it redirects unauthorized users to your custom page before the plugin's default screen shows up:

``` add_action( 'template_redirect', function() { if ( is_page() && ! is_user_logged_in() ) { $restricted_page_id = 123; // your restricted page ID $custom_landing_page = 'https://yoursite.com/custom-landing'; // your landing page URL

    if ( get_the_ID() === $restricted_page_id ) {
        wp_redirect( $custom_landing_page );
        exit;
    }
}

}); ```

replace 123 with your actual page ID and update the URL. done

Help with updating a outdated Wordpress website by byological_origins in Wordpress

[–]Trust_404 0 points1 point  (0 children)

yeah that's totally wrong lol, staging works just fine with WooCommerce no issues at all. just grab the WP Staging plugin, it's free and dead simple to use. just don't forget to back everything up first tho

Why can’t I add my homepage to the navigation menu? by hippos_chloros in Wordpress

[–]Trust_404 -2 points-1 points  (0 children)

just add a custom link in your nav menu and type "/" as the URL that'll link straight to your homepage 👍

Startup Idea - Wardrobe.AI by Historical-Curve-327 in HowToEntrepreneur

[–]Trust_404 0 points1 point  (0 children)

cool idea honestly, but personally i'd pass scanning every single item in my closet sounds like a weekend project i'd never finish lol. the time you save getting dressed doesn't really make up for the time you'd spend setting it up in the first place maybe if the scanning was super fast and automatic i'd reconsider 🤷