![]() |
Easiest solution is to have two sites, one site that is open to the world, and a 2nd site where you re-direct everyone that you block access to your first site from, that you funnel to your 2nd site that has nothing but a clothed tour and join page links for XXX sites that people need to sign up on to get access to nude content on.
Simple as. |
Quote:
Quote:
To your PornLaw comment, & yes, I do believe, it will be through the world, & why not, when it becomes viable & takes to the EU & most of the US, I´d have thought the world will take this on. & your own comment, hence why we were happy to go .xxx, before knowing the .com to my site was taken, the .xxx was always an idea we were going to go anyway... to only show my content to surfers looking for porn. We should protect the youth of today, just making surfing simple, so when looking for porn, you find it, when surfing for a big bush, you can find a green tree growing for education :2 cents: Quote:
no problem for those with current sites, making a SFW site, like a blog, I´ll probably remove all my filthy images & keep it clean & therefore not need an AV for my blog, shall be accessible & read for anyone, but of course, the filthy text we write without AI, it´s noticably dirty :thumbsup |
Quote:
As the brokest dude in gfy's history, with daily reminders about it and who's fault it is for us in case we ever forgot for a moment, it's hard to compute how you feel qualified to give this reply... especially in this thread 🤣 That reply is the richest you've been so far. Translate that into a 💰. You're in a privileged position here at the moment as a non-American. Hurry tho, because once we make y'all the 51st state your moment will be up and AV laws will replace the vaccine as your excuse for stuff. |
Quote:
Quote:
Quote:
you did post regarding TV! While I personally find TV strange & different, TV´s have a life too & if they want to be as they are, then free will, as is wanting to be a different sex... Trump´s an ass, he´s destroying the US & the world movement of commodities :2 cents: It´s not politics here, so your post shouldn´t even be posted here :helpme And let´s not forget, the "brokest dude" here´s probably DV, the thread owner, so let´s not go down finances :thumbsup #justsaying |
Quote:
https://i.pinimg.com/736x/d2/41/ab/d...2d93fd55e6.jpg Quote:
Is TV the new politically correct term for trannies? Either way, Huggles will be fine. He knows that when we come to liberate, he gets Brian's house. |
Quote:
I don´t think anyone found your "joke" funny :Oh crap politically correct or fuckness... :helpme |
Quote:
|
Quote:
|
Quote:
The flow might look like this: User from Florida? Yes. - > SFW Tour -> Ready To Join=Yes? -> AgeVerify>18=Yes? -> Create Token - > Complete Purchase -> Bind Token - > Proceed to Members area. The idea is that now if the feds knock on your door, they will ask to see that your paying member was actually age verified. It sounds complicated but it is actually not too hard to do. |
Quote:
|
Wonder what will happen with the adult profiles of X/Twitter
|
I'll simply remove all HC pics from the tour, this should be fine for the beginning.
|
Quote:
Quote:
Quote:
|
Quote:
And shouldn't the cc processors (CCBill, Epoch, merch accounts, etc) be doing the age verification anyway? |
Quote:
A law that is impossible to enforce. You should stop being a fearmonger, saw your X account and you posted very clickbait article with the tittle "House of Reps orders ban on porn websites, calls for ISP sanctions" then you click and was in NIGERIA.. really????. Everything you post is fear. |
Quote:
|
Quote:
Quote:
|
Quote:
Every 3-4 years a "anti-porn" law is going to "terminate" the industry and here we are making more money than the prior year, elections are next year, politicians are just doing campaigns. They real "law" is the cc processor and the only one you should fear is your industry "peers".:2 cents: |
Quote:
Then if you have a SFW tour with little to no nudity or sex acts displayed (descriptions are apparently fine) then when it comes time to get behind the pay wall that's when the age verification should kick in, and that should be the responsibility of the payment processors who are actually accepting the money and holding the cc info. :2 cents: |
Quote:
Up until a few months ago, I though this law would be overturned. But with the recent SCOTUS decisions I am doubting that now and now especially how they sent this back to the Fifth Circuit in Texas. This isn't a 6-3 Republican court. This is a 5-4 court and it can go either way on any issue. |
Quote:
https://www.politico.com/news/2024/0...nudes-00174487 |
Quote:
actually, I do agree with this, it should be down the the payment company, however... sadly, it´s not. It is down to the site owner to have AV to verify the age of the surfer. I would have thought it´s because every porn sites needs the AV even free porn sites, whether payment is processed or not. |
If anyone wants out, see sig . . .
|
Quote:
ChatGPT: [Project Drop] Universal Age Verification System for Adult Sites A Million-Dollar SaaS Idea Built for the New Laws [hr] https://i.ibb.co/nWBh17b/deh.png The Problem New age verification laws are cracking down across the U.S., UK, and beyond. Adult site owners are scrambling. Traffic is dropping. Lawsuits are looming. Most of them:
[hr] The Opportunity What if you built a drop-in age verification system that works for any adult site? Not just a WordPress plugin — but a universal copy/paste script they can use in 60 seconds. Think Google Analytics... but for age compliance. [hr] Flow Diagram: How It Works Code:
User visits site MVP Flow (Backend + Frontend)
[hr] Tech Stack Recommendation Code:
Frontend JS → Vanilla JS or React Client Integration (One Line of Code) Code:
<script src="https://yourdomain.com/agegate.js" defer></script>
[hr] Admin Panel for Site Owners
[hr] Monetization Plan Code:
Free → $0 → Click-to-confirm modal only What’s Next I’m building this to help adult site owners stay compliant and online — fast. If you're interested in:
DM me or reply here. Let’s talk. [hr] Let me know if you want a custom landing page, pitch deck, or actual MVP repo next. Prompt: More ChatGPT: Phase 1: System Architecture Overview Frontend (Embed on Any Site) 1 JavaScript snippet to load everything: html Copy Edit <script src="https://yourdomain.com/agegate.js" defer></script> Shows age gate modal Handles UI logic and token storage (cookie/localStorage) Backend (Your SaaS Service) REST API for: GeoIP lookup Age verification initiation/status Token issuance Token validation Admin panel for client sites to: Register site Get their embed code Monitor verification logs Customize branding (optional) Phase 2: Technology Stack Layer Tech (recommended) Frontend JS Vanilla JS or React (for modal) Backend API Node.js + Express or FastAPI (Python) Auth/Tokens JWT (signed, expiring access tokens) DB PostgreSQL (store verifications, tokens) CDN/Deploy Vercel/Render for frontend, Railway/Render for backend GeoIP IPinfo, MaxMind, or ipapi Age Check Yoti API, Veriff API Phase 3: Flow in Code Terms 1. User Loads the Page Your script loads, checks location: js Copy Edit fetch('https://your-api.com/geoip?ip=USER_IP') .then(res => res.json()) .then(({ requiresVerification }) => { if (requiresVerification) showAgeGateModal(); }); 2. User Completes Verification Modal pops up → embedded Yoti SDK: js Copy Edit Yoti.startVerification({ client_id: "your_client_id" }) Once verified, your backend gets the callback. 3. Backend Issues Token js Copy Edit const jwt = sign({ user_id: anonId, age_verified: true, region: "US-FL" }, JWT_SECRET, { expiresIn: "30d" }); Stored as: json Copy Edit { token: "abc123...", site_id: "example.com", verified_at: "2025-04-04T12:00", verification_method: "Yoti" } 4. Client Site Receives Verified Token You set a secure cookie or give them: js Copy Edit window.localStorage.setItem("ageToken", token); 5. On Purchase or Member Login Client sends: http Copy Edit POST /validate-token Authorization: Bearer abc123... You verify: js Copy Edit jwt.verify(token, JWT_SECRET) If valid: allow access. Phase 4: Admin Dashboard for Clients Allow clients to: Add domains View token logs Get their embed code Manage plans (Stripe integration) Use: React + Tailwind Supabase/Auth for quick user management Stripe for billing/subscription Phase 5: Monetization Plan Free plan: Basic click-to-enter modal Starter: $19/mo — token + soft compliance Pro: $49–99/mo — ID verification, analytics, legal templates Agency: $499+/mo — white-labeled, multi-site dashboard What’s Next I can: Sketch the full code repo structure Draft your first frontend embed script Write your backend API endpoint structure Design the admin dashboard Build a landing page for sales Which piece do you want to dive into first? |
Quote:
Paying with a CC is kind of age verification. They can't be made responsible for your free tour and that seems to be the main target of the law. |
Quote:
|
I do love when people use the argument "there are millions of porn sites all over the world it's impossible to enforce"
Some of us own public brands based in western countries with millions of dollars in revenue that we pay taxes on, and our name on the company filings. Obviously these threads aren't for Fernando Fucksticks in eastern europe doing $100/mo with his chaturbate whitelabel. Also I hate that a DVTimes news spam thread is getting traction. |
Quote:
Or is it TM'd already? :1orglaugh |
Quote:
|
Quote:
|
The worst part about all of this is... none of it will bring back Gorilla Gras. The greatest adult entertainment website of all time.
RIP. |
nvm 8char
|
Quote:
|
And nobody seems concerned thinking about old men in their 80s drooling while seeing pussies of girls in their 20s. :stoned
|
Quote:
The whole thing will be moot IF the Supreme Court rules in our favor. But if they don't...then we will all have to do something for AV I was told that blocking won't work, that having a "clean" tour won't work (because there is porn in the members area) Pretty much every common sense thing you can think of...won't work. And that's because it's not about keeping kids off of porn sites. It's about shutting us down. And the math doesn't work for paying for AV either. This isn't 1999 and we're all making so much money we don't know what to do with it. We all know that "Free" porn on torrents and now tube sites destroyed sales. So now there just isn't enough money. I did some quick math with our traffic analytics, and figured our little site would spend $2,000 PER DAY with the cheapest AV solution. I can't afford that. |
Quote:
With a clean tour & no porn seen until payment is accepted, allowing access to the subscriber to the members area, should be enough to stay within the law to only accepting credit card payment after AV has been approved. Due to the clean tour, most of your traffic would not need to be approved, this would only be those stepping into the payment "join subscription". The $2000 a day is very unlikely, unless you have 2000 subscribers daily, if so, the loss of 50cents a subscriber is little to lose :thumbsup |
Quote:
|
Quote:
All the current laws are 100% about optics and we’re the ones paying the price for it. If you look at all the state laws, you’ll understand that it’s impossible to comply with all of them.. and thats by design. Our industry is under attack. Plain and simple |
Quote:
|
Quote:
Why do kids of 12 need mobiles, yes, to contact their parents, cool, yes maybe to speak with a friend, but nothing wrong with getting on a bike and going around their house & knocking on the door... why do kids sit in their bedrooms texting & surfing all day & night, not out enjoying life :Oh crap Rich parents give these presents to their kids & then the blame porn sites for being because their children surfed some porn site... PUT PARENTAL CONTROL on the internet & the phone... LOCK it to just calling friends & family! You don´t send your kid into the tobacconist for your cigs or beer, they go into a newsagents for sweets! Half the kids surfing porn probably turn out to be great people anyway, and half probably steal from the local shops & rob the next door neighbours, hey, blame the porn, although those kids stealing, would probably steal without a phone or seeing porn! :helpme |
All times are GMT -7. The time now is 06:53 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123