![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Industry Role:
Join Date: May 2013
Posts: 1,526
|
Age Verification Script
Hello
Hoping this is the best Forum to solicit some help 1) I am looking for an age verification script that I can use for escort sites, many of the Tubes now have Home Page Pop ups that you agree your are over 18 to enter This website contains age-restricted materials! Agreement that you are over 18 years old By clicking on the "I Agree" button, and by entering this website you agree with conditions and certify under penalty of perjury that you are an adult. What I need is an internal one within the site where a model must upload a Document from an approved Government Agency , I.E- Drivers license, passport, etc and then an area within the site , after creating an account , where they take a selfie holding that form of documentation , any any other suggestions 2) also need a bitcoin company that can collect money and transfer to accounts within the Unied States, I dont have any experience in crypto world , so help needed here also Thanks Ross [email protected] skype- ross.bleustein Any help appreciated
__________________
Label Dollars-Top Converting Games |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Feb 2023
Posts: 56
|
Here, I made one for you:
Put this before </head>: Code:
<style> .gfy_tsd_hidden { display: none; } #gfy_tsd_overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: gray; z-index: 500; opacity: 0.7; overflow-y: hidden; } #gfy_tsd_modal_container { background-color: white; padding: 1rem 2rem; top: 30%; width: 70%; position: relative; margin: 0 auto; border-radius: 5px; box-shadow: 0px 0px 5px 5px #504d4d; } #gfy_tsd_modal_title { margin-top: 5px; font-weight: bold; font-size: x-large; color: black; } #gfy_tsd_modal_text { margin-top: 10px; font-size: normal; } #gfy_tsd_buttons_container { margin-top: 15px; display: flex; flex-direction: row; gap: 15px; } #gfy_tsd_buttons_container button { padding: 1rem 2rem; border: 0; color: white; } #gfy_tsd_buttons_container button.accept { background-color: green; } #gfy_tsd_buttons_container button.deny { background-color: red; } </style> Code:
<div id="gfy_tsd_overlay" class="gfy_tsd_hidden"> <div id="gfy_tsd_modal_container"> <p id="gfy_tsd_modal_title">Agreement that you are over 18 years old</p> <p id="gfy_tsd_modal_text">By clicking on the "I Agree" button, and by entering this website you agree with conditions and certify under penalty of perjury that you are an adult.</p> <div id="gfy_tsd_buttons_container"> <button id="gfy_tsd_accept" class="accept" type="button">I Agree</button> <button id="gfy_tsd_deny" class="deny" type="button">No</button> </div> </div> </div> <script> (() => { if (!localStorage.getItem('age_agg')) { document.getElementById('gfy_tsd_overlay').classList.remove('gfy_tsd_hidden'); } document.getElementById('gfy_tsd_accept').onclick = () => { localStorage.setItem('age_agg', 'yes'); document.getElementById('gfy_tsd_overlay').classList.add('gfy_tsd_hidden'); } document.getElementById('gfy_tsd_deny').onclick = () => { window.location.href = 'google.com'; } })(); </script> |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Available for Coding Work
Industry Role:
Join Date: Jun 2008
Posts: 1,432
|
The popup consent thing is fairly easy to add, as per the post above, it is a simple code, however the model verification is a bit more work and you might have to use a coder, such as myself (shameless plug) or any other of the coders around here
![]() Re crypto to FIAT, there are a couple companies that offer that type of service, i have not used or worked with any yet.
__________________
<developer> MechBunny ![]() ![]() Email: vlad [at] faxite.com Telegram: @dangerouscoding |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Industry Role:
Join Date: May 2013
Posts: 1,526
|
Info
Many thanks Guys
__________________
Label Dollars-Top Converting Games |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Confirmed User
Join Date: Jan 2003
Posts: 962
|
I am reaching but maybe id.me ? The irs uses it now.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
bored
Industry Role:
Join Date: Aug 2003
Location: Metaverse
Posts: 4,675
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |