![]() |
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 |
They should do it like Israel. Technically block all pornsites on internet provider level.
So when you book you internet tariff you can simply choose if you want to have it unblocked. It also would be smarter as then also the offshore pirate sites are IP blocked. Putting the responsibility on pornsite owners seems really to bully them, end of the day most small sites will suffer most and be pushed out of the market and the big players will just get even fatter. |
Quote:
Quote:
|
Quote:
Quote:
Quote:
https://www.wibw.com/2025/01/14/kris...site-operator/ Besides the image content, Paragraph 22 of the lawsuit says : "22. For illustration, on sexart.com’s “About Us” page, it advertises an “unrivalled collection of erotic 4K movies [that] brings together the best naturally sexy models, so whether you prefer voluptuous sirens or perky cheerleader types, you are sure to find your dream girl in action here.” One can “[w]atch genuine lesbians lick each other to intense orgasms, and horny cuties give their male lovers the ride of their lives. There’s plenty of superb group sex too, as [Defendant’s] adventurous beauties live out their wildest fantasies." Quote:
|
Quote:
😎🍿 |
Quote:
ban cell phones & internet without safe guard until 18, then would be ok :2 cents: |
Quote:
the internet was never intended to be child friendly. it is not a place for kids to peruse unsupervised, it never has been. this is the equivalent of dropping your kid off at a bookstore that contains an adult section then bitching when they wander in there while you're not paying attention. |
Quote:
Quote:
|
|
Robbie? Nothing? Crickets?
|
Quote:
But okay I will play along: no nudity, nice words only. Good to go? And what about X, Instagram, etc? Places that show nudity or near nudity? If they also have to age verify....it will be interesting to see how they fight it. But as far as the processors go: using that old argument of 'I'm not selling it I'm just collecting the money for it' wouldn't work in a strip club or whorehouse so why would it work for digital media? Supposedly 2257 had a safe harbor provision that the tubes thought they were following by NOT reviewing every video. What happened to all of that? The real thing here, I think, is how strcit Visa and MC will be. Enforcement is an issue with millions of websites but if Visa/MC lay down 'the law' then everyone who wants processing will have to follow it. What a shit show, eh? :) |
I'm just wondering what kind of free site is actually gonna pay $0.30 per user or even $1k–$5k a year / domain just for people to jerk off on it?
Is there a McDonald’s near you guys? |
|
Quote:
In a way, we are all really lucky that the new laws are coming into effect now that the technology exists to do whats required. Cheers. Quote:
|
Quote:
Also pirate sites are unaffected and will even profit, like Robbie said it's aimed against the legal porn industry. |
Quote:
TikTok and Insta are pure softporn, especially TikTok is full of 16 year old girls showing off camel toe and twerking in yoga pants. Insta isn't much better, would bet 90% off their in platform traffic circles around women who wear bikinis and sexy dresses. Because that's the easiest way to get followers and likes these days. But yes porn is the main problem for kids. :) |
|
Quote:
"and free if you host it on your servers" is this the certifications... so your same customer could cost you multiple times if not hosted on your own server? looks a good choice though :thumbsup |
Quote:
|
Did anyone talk to a lawyer to confirm what will be actually enough? If the tour has to be completely SFW or if its fine to blurr the images/videos, so nothing explicit can be seen on the free tour?
But either way, if this is implemented on a large scale, the only ones who will profit from this are the websites hosted offshore, who won't give a fuck about it. And regular surfers will move to those websites...because 99% of people simply won't feel comfortable to verify with their ID on a random porn site. They will rather go elsewhere, so it will be a big loss for the legal side of the business, anyway. |
Quote:
The best people to ask is the regulator (OFCOM)... but they can't answer this question either! |
All times are GMT -7. The time now is 06:31 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123