ichbineinberliner
Newbie
- Feb 3, 2024
- 41
- 10
I've been researching different ways people run the two-site method to bypass Stripe bans, and I came across something interesting.
The site in question: https://onlyshoes.fr/ (blackhat) → redirects to https://onlyshoees.com/ (whitehat).
Has anyone here seen or implemented something similar? Would love to hear insights from those who’ve tested this type of setup!
The site in question: https://onlyshoes.fr/ (blackhat) → redirects to https://onlyshoees.com/ (whitehat).
How Their Setup Works:
- You add a product to the cart on onlyshoes.fr (blackhat site).
- Clicking "checkout" triggers a series of redirects:
- onlyshoes.fr/pages/processorder
- Redirects to onlyshoees.com/?type=processorder&nbv529:6
- Final checkout: onlyshoees.com/checkouts/... (Stripe-powered)
- The whitehat site (onlyshoees.com) looks clean—no copyrighted images or brand names—just generic versions of the same products.
What I’m Trying to Figure Out:
- How is this guy handling referral URLs to prevent Stripe from seeing the original blackhat source?
- What kind of redirection method is he using to avoid detection?
- Could this be JavaScript redirects, meta refresh, or server-side cloaking?
- Is Stripe actually blind to the original traffic source, or is this method just buying time before a ban?
Has anyone here seen or implemented something similar? Would love to hear insights from those who’ve tested this type of setup!