GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Does anyone know how to implement AVS from go.cam? (https://gfy.com/showthread.php?t=1389920)

blackmonsters 04-23-2026 10:06 AM

Does anyone know how to implement AVS from go.cam?
 
I'm lost.
I signed up two weeks ago and still don't know what to do.
The front page says "just use this code"; but then I can't find the data to use in my account.

Chrome blocks their downloads as suspicious.

:helpme

Duced 04-23-2026 12:24 PM

Are you using the standard or hosted implementation?

Never used the service but signed up, I can try and help you debug?

blackmonsters 04-23-2026 12:33 PM

Quote:

Originally Posted by Duced (Post 23444422)
Are you using the standard or hosted implementation?

Never used the service but signed up, I can try and help you debug?

I'll try the hosted.

Duced 04-23-2026 12:39 PM

Quote:

Originally Posted by blackmonsters (Post 23444425)
I'll try the hosted.

Surely the hosted frontend way is better for simplicities sake?

The JavaScript can handle event watching their triggers.

fuzebox 04-23-2026 01:49 PM

Hosted implementation is super easy.

Add a domain at https://go.cam/account/avs/hostedImplementation/

copy and paste the code under "automatic implementation" at the bottom once you've added a domain (edit the domain to bring it up again)

blackmonsters 04-23-2026 02:17 PM

Quote:

Originally Posted by fuzebox (Post 23444435)
Hosted implementation is super easy.

Add a domain at https://go.cam/account/avs/hostedImplementation/

copy and paste the code under "automatic implementation" at the bottom once you've added a domain (edit the domain to bring it up again)


Nothing there for me saying "automatic implementation".
"Pending validation" is there.

.

Duced 04-23-2026 04:52 PM

Quote:

Originally Posted by blackmonsters (Post 23444441)
Nothing there for me saying "automatic implementation".
"Pending validation" is there.

.

You not got screenshots or error logs? Their code is open source so we can pin point it ...

blackmonsters 04-24-2026 05:30 AM

It's all done now.
I just needed to click "edit" on the domain to see all the info that I needed.

:error

:)

Duced 04-24-2026 07:53 AM

And that's it folks ...... it's what we call rubber duck debugging!!!!!

https://media1.giphy.com/media/v1.Y2...KLYi/giphy.gif



https://en.wikipedia.org/wiki/Rubber_duck_debugging

fris 04-24-2026 10:13 AM

iloveducks

NatalieK 04-24-2026 01:03 PM

been verified & have everything ready but not understanding any of the integration or how to use it on our site :(

blackmonsters 04-24-2026 04:34 PM

Quote:

Originally Posted by NatalieK (Post 23444574)
been verified & have everything ready but not understanding any of the integration or how to use it on our site :(

Login.
Click "My account" at the top right and select "Hosted implementation".
Now click the edit icon for the domain.
Scroll down the page until you see the javascript code.
Copy and paste the code right after the opening body tag on your site.
Now click the red button to "validate" your site by uploading the file they give you to
the domain root directory.

You can add a callback script to your site if you want.
Here is a simple one that counts the number of age verified surfers :
Change the script and file name so bots don't find it.

PHP Code:

<?php
//go.cam callback

$num file_get_contents("callback_count.txt");
$num +=1;
file_put_contents("callback_count.txt",$num);

echo 
"OK";
exit();

?>

:)


All times are GMT -7. The time now is 02:43 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123