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 |
05-05-2022, 02:27 AM | #351 |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
Geo Block on the stripcash API and Iframe
-- How do you geo block models server side?
-- How do you geo block when using the iframe? (lite-iframe.stripcdn.com) The documentation states there's a parameter called "country" to be passed on to the querystring. It is unclear where to get the country from nor which format. The documentation also states that if this parameter is not passed on, then the IP of the user is used. This surely works on a client side implementation but my understanding is that this is not working on server side sites (php). Furthermore if you use an iframe to show the model feed. So any hints from wenmasters or/and stripcash ? Thanks |
05-06-2022, 06:01 AM | #352 | |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
All other cam sites APIs ask that you pass the IP of the current user so they can return relevant data. For example, Chaturbate API v2 will return a list of models when you pass client_ip=x.x.x.x (where x.x.x.x is the ip of the visitor, like 12.12.12.12)
Same goes with Whalehunter or AWE (which also have an end point for a given model). With StripChash it is different: - The only API endpoint StripCash supplies at the time I'm writing is a method to get a list of models: https://go.xlviiirdr.com/api/models - The doc (https://stripcash.com/documentation/models-list) gives a list of parameters, 2 of those seem to be used for geo blocks : country and region. Quote:
Can you also pass this to the iframe like so: lite-iframe.stripcdn.com/modelname?country=fr I feel like I am in the 6th sense. Can anyone see me?!?! |
|
05-06-2022, 09:19 AM | #353 |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
I found out how do do this: as I assumed, pass the country code like so to filter the list by geo blocks: country=XX
I've done a couple of tests and it worked: adding country=co then models with geobans like [co] disappeared from the response. Another way is to add fields=geobans to your querystring and then add a piece of code to filter out models in the response that have a geoban in the country where your visitor is. I'll go with option 1 since the logic is on the API side. Anyway if you don't specify a value, the documentation states it's going to take the ip of the caller by default, which, in the case of a server side implementation (LAMP for example) is going to be the ip of the server (which is not what you want). That's for the list page. Don't take my word for it, verify for yourself and/or ask your AM. |
05-10-2022, 04:35 AM | #354 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
we'll improve our API documentation to make it more clear.
for geobans, it's enough to use 1 parameter "fields=geobans" (it will both extract model blocked country info + user GEO). For widgets, it's same way |
05-10-2022, 06:43 AM | #355 |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
dzhanova is 100% right : fields=geobans will add geo bans info to the response.
It is important to note that it is not applying any geo filters, it merely enrich the json response. without fields=geobans you get: Code:
{"count":1,"total":5187,"models":[{"id":57297042,"username":"testmodelname"]} Code:
{"count":1,"total":5187,"models":[{"id":57297042,"username":"testmodelname"],"geobans":{"blockedCountries":["ru"],"blockedRegions":{}}} - add country=xx (replace xx by the 2 letters country code of the current visitor) This is the preferred solution because the business logic is on the API side. country=ru will have the API ruturn all models except those who have geo banned Russia. - add some code on your website where you handle the JSON response to compare current user location with list of geo bans returned. This is a poor solution. ** disclaimer : all the above is based on my tests + info I read in the doc (country parameter) |
05-10-2022, 08:02 AM | #356 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
we noticed that geoban works not in all cases, as it should. we're on fixing this.
@drexl thank you for this investigation and tests! the info you provide helps us to improve. |
07-04-2022, 02:22 PM | #357 |
Confirmed User
Industry Role:
Join Date: Apr 2019
Posts: 788
|
Dear Partner,
We want to share insight into the Junes StripCash and StripChat updates. Stripcash releases for your attention : - Uniq Member categorization based on spending You can set up three categories based on spending and monitor which cohort of users are actively spending with you. This way, you can track if your whales are still with you or missing from a given period. You can find this setting in the statistics/option part. After running the report, add these three columns to your table: Low spenders Medium spenders High spenders - Creative builder Build creatives easier: /links-and-creatives/ad-creatives-builder - Model signups from whitelabels redirect to /become-a-model instead of /signup/model for more comprehensive model onboarding. - VR device tracking is now possible under client device grouping. We will update this grouping to include all the actual VR devices worldwide. - Fixed the responsive issues with the news page - We have improved our Machine Learning to exclude thumbs where we don't have models in the camera. - We have marked the tags where machine learning is enabled here: /links-and-creatives/links-builder. The Computer Vision will prioritize the models within the title if it detects the anal or blowjob action. - Language detection rules are now available for API users; add &forceClient=1 parameter to your request. It is suggested to use it as its the best-converting logic. Stripchat product-related releases for your attention : - We have removed the duplicates of models on the Index within Recommended and Last Picks buckets. This release improved the engagement of the index page by keeping every bracket unique. - We show an extra signup thumb on the guest's favorite page in case he has at least one favorite. This release improves the conversion rate for guests who prefer not to register but still collect favorites. - The VR device users now can zoom on the models to "pull them closer." We will release further positioning customizations shortly. We have also enabled emoticons for VR users. |
07-06-2022, 10:52 PM | #358 | |
Confirmed User
Industry Role:
Join Date: Jun 2016
Posts: 111
|
Quote:
|
|
07-07-2022, 02:29 AM | #359 |
Confirmed User
Industry Role:
Join Date: Apr 2019
Posts: 788
|
I don't think u can do this with a whitelabel. But I have not really knowlage about these things.
|
07-08-2022, 04:18 AM | #360 | |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
Quote:
|
|
07-08-2022, 04:23 AM | #361 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
you can use GA code with your white label
|
08-01-2022, 12:00 PM | #362 |
Confirmed User
Industry Role:
Join Date: Apr 2019
Posts: 788
|
Dear Partner,
We want to share insight into the Julys StripCash and StripChat updates. Stripcash releases for your attention : New postbacks - model registration, model bonus reached From now you can track your model referral earnings via postback. Slider script: now affiliates can control the skip button We have added the skip option to the video slider script Preparation for the End of Summer Promotion We will enable our promotion close to the end of August, focusing on retention and new user acquisition. Various bug fixes and other improvements Stripchat product-related releases for your attention : Search by advanced filters From now on the user can search within Tip Menu/Private Activities/ShowTopics and Categories. To test out this feature, try to search on the site for example : Oil. Stripcash will support this feature in the coming weeks to support different case scenarios: Category: stripchat.com/girls/oil-show Tip Menu: stripchat.com/search/menu/oil Private Activities: stripchat.com/search/private-menu/oil Show Topic: stripchat.com/search/topic/oil Clear chat for everybody Models now can clear the public chat; all messages from the model and viewers disappear. This is a valuable tool for quick reaction to spam, etc., in rooms. Translate Chats by Request for Models Models now can translate the member's messages in the chat—a great tool to increase conversion and retention. Battleship game Remember this game where you and your opponent try to destroy each other's ships by guessing their positions? Models can launch the game where viewers must take paid shots at models' ships to win a prize. Stripcash will support this category as we believe these "Battleship Rooms" can increase the conversion rate in specific case scenarios. I appreciate the last point - I hope more minigames will be implemented in future, cause I think this is something highly interested by users. Good updates. |
09-06-2022, 08:33 AM | #363 |
Registered User
Industry Role:
Join Date: Sep 2020
Posts: 7
|
Dear Partners,
I hope you are all doing well. I need your help and bits of advice, please. I’m in the process of (re)building my webcam adult site so I can start making money as an affiliate (hopefully). Previously, I had my adult webcam site done by the guys from Roboscripts.net, and everything was set up, including the WP Plugin, which worked fine. But because I was busy with other stuff, I had to pull off for some time. Now I’m stuck as I need to get my website back online. I need to add the WP plugin to my page, but I don’t know where best to get the right one. And would anyone knows what happened to guys from Roboscripts.net? Can you please help me by directing me to the right channel so I can get my adult webcam site running too? Many thanks for your help. |
09-06-2022, 09:14 AM | #364 | |
Confirmed User
Industry Role:
Join Date: Sep 2010
Location: Caribbean
Posts: 2,639
|
Quote:
__________________
|
|
09-06-2022, 09:45 AM | #365 |
Registered User
Industry Role:
Join Date: Sep 2020
Posts: 7
|
Thank very much friend. much appreciated.
|
09-06-2022, 02:29 PM | #366 | |
Confirmed User
Join Date: Jan 2003
Posts: 928
|
Quote:
Does that script work with whitelables? Have not seen yet. |
|
09-06-2022, 02:46 PM | #367 |
Confirmed User
Industry Role:
Join Date: Sep 2010
Location: Caribbean
Posts: 2,639
|
Yes, you can choose to send directly to the affiliate program or to your whitelabel
__________________
|
09-06-2022, 02:56 PM | #368 | |
VIP
Industry Role:
Join Date: Jul 2013
Posts: 22,105
|
Quote:
__________________
|
|
09-09-2022, 04:03 PM | #369 |
Registered User
Industry Role:
Join Date: Sep 2020
Posts: 7
|
Thanks for the precious help
|
10-04-2022, 09:12 AM | #370 |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
message sent to partners
stripcash sent a message to partners along the lines of "don't use models content without permission".
That goes without saying. In fact as an affiliate it is a pain to see other affiliates do this, for obvious reasons. My question is : did you also send a message to models and studios to remind them that there is such a thing as an affiliate program and that some material is provided to us by stripchat themselves in agreement with model's agreement and terms.? |
10-12-2022, 07:12 AM | #371 | |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
Quote:
|
|
10-12-2022, 07:34 AM | #372 | |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
Quote:
Great news! I suggest also sending a communication to studios, models and dmca agents : Chaturbate works with an opt out feature and though this is no doubt helpful there are still a number of them who file notices while still being opted in would you believe. Another thing that might be confusing for them is that even if they opt out, the link to their page might still be indexed in Google. Although clicking on such a link would only show either nothing or a default online model, that alone can trigger a notice. Sorry for talking about the most depressing aspect of the business. Thank you for the headsup on this great feature. |
|
10-12-2022, 08:12 AM | #373 |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
Feature request
Hello,
I have a feature request for the product team please. Could you add the twitter:card tags to whitelabels, at the moment it is only implemented for stripchat and xhamsterlive. I can provide some use case if that is required. Thank you. |
10-18-2022, 10:58 PM | #374 |
Confirmed User
Industry Role:
Join Date: Nov 2021
Posts: 122
|
I think that from november 1st something is changing on stripcash API, wait for that sate before making radical changes!
|
11-14-2022, 10:36 PM | #375 |
Registered User
Industry Role:
Join Date: Nov 2022
Posts: 32
|
We have perfect experience with Stripchat
|
11-15-2022, 04:04 AM | #376 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
hey, thank you for all the ideas, our team will consider them
|
11-15-2022, 04:04 AM | #377 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
|
11-22-2022, 05:06 PM | #378 |
"Assassins"
Industry Role:
Join Date: Dec 2001
Location: At home
Posts: 17,277
|
Anybody available to help set up a White Label? martymar @ gmail
__________________
|
12-22-2022, 10:26 AM | #379 |
Confirmed User
Industry Role:
Join Date: Dec 2016
Posts: 1,009
|
Anybody else getting refunds on Stripcash, or it is just me?
|
12-22-2022, 10:56 AM | #380 |
Confirmed User
Join Date: Jan 2002
Location: Ny
Posts: 4,090
|
Noticed one the other day.. but nothing out of the ordinary.. get refunds on all the cam programs
__________________
Hey surfers how about some The Best Porn Sites |
01-17-2023, 01:51 AM | #381 |
Confirmed User
Join Date: Dec 2002
Posts: 572
|
Are these guys still alive I'm waiting for a WL approval?
Greeting Beaver |
01-17-2023, 03:00 AM | #382 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
Hi! did you send docs required to your manager?
1) signed agreement 2) screenshot of domain registrant +domain name |
01-17-2023, 05:32 AM | #383 |
Confirmed User
Join Date: Dec 2002
Posts: 572
|
|
01-17-2023, 11:56 AM | #384 |
Confirmed User
Industry Role:
Join Date: Jan 2014
Location: Netherlands
Posts: 122
|
stripchat number 1 love them
sexcamplace.com |
01-18-2023, 05:36 AM | #385 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
your WL approved, will be live soon!
|
01-18-2023, 05:37 AM | #386 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
We love you, too!!
|
01-18-2023, 07:21 AM | #387 |
Confirmed User
Industry Role:
Join Date: Jan 2014
Posts: 129
|
We were loving Stripchat until two whales from different signup routes and countries, disappeared in the space of three days. Felt suspicious.
|
01-18-2023, 08:41 AM | #388 |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
Congrats on your WL Beaver1
It's a great affiliate program. |
01-18-2023, 04:19 PM | #389 | |
Confirmed User
Industry Role:
Join Date: Oct 2003
Location: L.A.
Posts: 5,740
|
Quote:
And ePassporte.
__________________
Blog Posts - Contextual Links - Hardlinks on 600+ Blog Network
* Handwritten * 180 C Class IPs * Permanent! * Many Niches! * Bulk Discounts! GFYPosts /at/ J2Media.net |
|
01-19-2023, 12:53 AM | #390 |
Confirmed User
Join Date: Dec 2002
Posts: 572
|
|
01-19-2023, 07:42 AM | #391 | |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
Quote:
so rather than regret - better concentrate on attracting new ones |
|
01-19-2023, 09:58 AM | #392 |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
I just noticed a new column in the Analytics: blocked for review.
Does anyone know what that is? I have a first time sale that is 'blocked for review'. |
01-20-2023, 07:07 AM | #393 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
the user was blocked to review from fraud system, i'll investigate further on him
|
01-20-2023, 07:15 PM | #394 |
Confirmed User
Industry Role:
Join Date: Aug 2006
Posts: 4,517
|
Content creators beware - Stripchat are criminal shitbags that support piracy and copyright infringement. They earn money from content theft.
__________________
no sig, sorry |
01-25-2023, 02:04 AM | #395 |
Confirmed User
Industry Role:
Join Date: May 2019
Posts: 180
|
I'm sorry you had some bad experience but we don't support anything mentioned
|
01-25-2023, 01:20 PM | #396 |
Richest man in Babylon
Industry Role:
Join Date: Jan 2002
Location: Posts: 10,002
Posts: 5,612
|
I'm going to begin testing Stripchat with some of the traffic I would send to CB. I have actually already had them enabled on one of my old Robo sites. About 7000 unique for 5 signups but no revenue.
Is everyone using WL as end points? What's the best way to get it to work as compared to Chaturbate? I will probably email my rep and touch base as well. |
01-31-2023, 02:07 PM | #397 | |
Whale Hunter
Industry Role:
Join Date: Jan 2016
Posts: 931
|
Quote:
|
|
01-31-2023, 05:00 PM | #398 | |
Confirmed User
Industry Role:
Join Date: Feb 2021
Posts: 373
|
Quote:
__________________
TubeOrigin |
|
02-01-2023, 12:56 AM | #399 |
Confirmed User
Industry Role:
Join Date: Dec 2016
Posts: 1,009
|
WTF is this - just checked my whitelabels:
Code:
rel="canonical" href="https://girls.chat/"> |
02-01-2023, 09:07 AM | #400 |
Too lazy to set a custom title
Industry Role:
Join Date: Dec 2009
Location: Google
Posts: 12,399
|
That's fucked up for sure, what about conversion?
__________________
Most Affordable Firewall & Malware Protection for Linux Servers |