5000 affiliates stolen by cam models
Your monthly Chaturbate revenue average?
Collapse
X
-
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
-
I'm curious now what will happen with traffic and signups with iframes when lazyload is disabled.
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
Unfortunately the best method is to test yourself.
Last time I gave advice based on this premise some dude got all butt hurt because MY methods didn't work on HIS site and he assumed all methods should work 100% on any site, any time, any place, any situation.
See where that becomes a problem? Just test bro.Comment
-
ThisUnfortunately the best method is to test yourself.
Last time I gave advice based on this premise some dude got all butt hurt because MY methods didn't work on HIS site and he assumed all methods should work 100% on any site, any time, any place, any situation.
See where that becomes a problem? Just test bro.
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
As well my sign ups have pretty much stopped. I don't feel it is due to lazy load as the slowdown involves other platforms than Wordpress.
Something is certainly going on though.Comment
-
domain WL question
Can anyone help me to setup my CB WL via namecheap?
CB support not helped. DNS are set.
My problem: if i not type www before my WL name, then page not showing (ERR CONNECTION REFUSED). SSL are ok. GFY not allowed to share image or domain name, because im newbie. Thank youComment
-
A very good point. What works for me, might not work for you, so you have to test it yourself.Unfortunately the best method is to test yourself.
Last time I gave advice based on this premise some dude got all butt hurt because MY methods didn't work on HIS site and he assumed all methods should work 100% on any site, any time, any place, any situation.
See where that becomes a problem? Just test bro.
Comment
-
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
-
HiUse this in functions:
Or use a plugin: https://wordpress.org/plugins/disabl...g-for-iframes/Code:function disable_post_content_iframe_lazy_loading( $default, $tag_name, $context ) { if ( 'iframe' === $tag_name && 'the_content' === $context ) { return false; } return $default; } add_filter( 'wp_lazy_loading_enabled', 'disable_post_content_iframe_lazy_loading', 10, 3 );
I think WP only makes an iframe loading=lazy only if the height and width is defined, too.
where in my wordpress do I add this code ?Comment
-
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
I meant whales.. The models stealing paying members by instructing them to sign out and create a new account with their link thing that was being talked about on previous pages.. The 5000 part is because it was the 5000th post, old GFY thing..
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
Comment
-
Hm. I'll test it on some things later this week when I have more time.
What about using an older version of WP?
Or, what if you set loading="eager" in the iframe, does that work or does WP change it to lazy now?
I need to finish something important today but I'll find a solution eventually,
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
The only thing that WP officially says is that iframes won't lazy load if both height and width aren't defined, so if you can manage without needing both, then that is one solution.
I don't want to update to 5.7 right now, and it's the update on March 9th where it started lazy loading iframes, but setting loading="eager" in the iframe could turn it off, since not defining that also sets things to have the browser auto-decide. I just don't know if WP now completely parses out whatever is defined for loading as well or if it just adds it in when it's not defined. Someone here who has 5.7 can test it real quick if you want to. Just add in loading="eager" in the iframe (same part where things like height="whatever" are defined), and then view source to see if it stays eager, or goes to lazy, etc.
Chrome also turns off Chaturbate iframes for me sometimes, claiming that it takes up too many resources, and my laptop is pretty fast..
This affects other ad iframes, too, not just Chaturbate.
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
Wow. I thought silly girls didn't have that much sense.Comment
-
How can I test if wp is using lazy load on my iframes?The only thing that WP officially says is that iframes won't lazy load if both height and width aren't defined, so if you can manage without needing both, then that is one solution.
I don't want to update to 5.7 right now, and it's the update on March 9th where it started lazy loading iframes, but setting loading="eager" in the iframe could turn it off, since not defining that also sets things to have the browser auto-decide. I just don't know if WP now completely parses out whatever is defined for loading as well or if it just adds it in when it's not defined. Someone here who has 5.7 can test it real quick if you want to. Just add in loading="eager" in the iframe (same part where things like height="whatever" are defined), and then view source to see if it stays eager, or goes to lazy, etc.
Chrome also turns off Chaturbate iframes for me sometimes, claiming that it takes up too many resources, and my laptop is pretty fast..
This affects other ad iframes, too, not just Chaturbate.
Ive added ‘skip lazy’ to iframe code and when i turn on lazy load iframes via smush plugin . ‘ Skip lazy’ stops the iframe from lazy load but not sure how wp works and if its still lazy loading my iframes or cookies.
As still seeing 100% drop in sign ups. Meaning no sign ups at allComment
-
Something odd going on with Chaturbate.
Since wordpress update my iframe sign ups has fell 100%.
Actually all signs have stopped on all my sites with and without iframes.Comment
-
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
I'm wondering what the difference would be by just going back to WP 5.6?
WP knows that the iframe lazyloading will cause issues with some things and basically said "They can fix it themselves with PHP"
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
What is the specific issue with Lazy Load and Wordpress that affects sign ups?
I'm skeptical that Wordpress 5.7 is the problem. I have as many PHP sites as Wordpress and signups are down across them all.
I've used the code for turning it off posted at https://make.wordpress.org/core/2021...frames-in-5-7/ and seen no advantages yet.Comment
-
What is the specific issue with Lazy Load and Wordpress that affects sign ups?
I'm skeptical that Wordpress 5.7 is the problem. I have as many PHP sites as Wordpress and signups are down across them all.
I've used the code for turning it off posted at https://make.wordpress.org/core/2021...frames-in-5-7/ and seen no advantages yet.
Ive always switched lazy load off on iframes in the past.
Ive tested lazy load on and off via a plugin last year.
And lazy load iframe has a negative effect on iframe sign ups.
And as soon as Ive updated my wordpress to latest version the sign ups have stopped.
Ive tried adding the code to my function php but cause theme to crash so ive just add . class skip lazy . to iframe code and just testing that.
Still tho I can not find a way to see if wordpress is lazy loading my iframes or not as it may be different on each browser ectComment
-
Did it work? Some people said that plugins didn't take it out.
I've used the code for turning it off posted at https://make.wordpress.org/core/2021...frames-in-5-7/ and seen no advantages yet.
To answer the question above somewhere about how to tell, view the source and WP adds in loading="lazy" right after "<iframe ", I just tested it since someone updated WP that I was working on lol. To turn off lazyload, you just have to add in loading="eager" in the iframe. No plugin needed.
I mean, not everything is affected, but a lot of ad scripts are and possibly this, not sure yet.
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
So the lazy load for iframes is only for those placed in posts right?
From what I can see with themes like Robo Scripts there is no change in source to the way it incorporates iframes in WP 5.7.
The code for turning this off seems to specify posts only: "For example, if you would like to turn off lazy-loading by default for iframes within post content, you could use the following code snippet".
Certainly something is wrong with CB signups but I am not sure this is playing a part.Comment
-
It's in posts, excerpts, widgets, and pages that I know of.So the lazy load for iframes is only for those placed in posts right?
From what I can see with themes like Robo Scripts there is no change in source to the way it incorporates iframes in WP 5.7.
The code for turning this off seems to specify posts only: "For example, if you would like to turn off lazy-loading by default for iframes within post content, you could use the following code snippet".
Certainly something is wrong with CB signups but I am not sure this is playing a part.
Also, though, if loading isn't set in an iframe at all, that makes the browser decide if it's lazy or eager.
The accounts that I referred and see signup info for are all doing great and no drops at all, though, but I haven't looked at their sites for clues yet.
But, there are a lot of things that could be causing issues for people. Lately when I'm logging in, I see 502 (I think that's the number) errors, Chrome turns off embeds sometimes because they're taking too many resources, maybe someone is doing a great job with being a competitor, maybe some top models are stealing the whales, might be stuffing going on somewhere, outbidding the good sources, etc. Gotta start somewhere, and I do know that some ad scripts are having problems with this.
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
I've seen a huge drop off in my sign ups, I wonder if it has to do with cookies and chrome
https://www.pcmag.com/news/google-ef...s-out-in-aprilComment
-
Yeah, I was wondering about that, too. If CB sets a third party cookie in the iframe (I think it does, but not 100%) then if Chrome is blocking them, then that could be the reason.I've seen a huge drop off in my sign ups, I wonder if it has to do with cookies and chrome
https://www.pcmag.com/news/google-ef...s-out-in-april
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
There is no drop in my traffic and everything is working on vps so the only thing I can think of is the cookie issueComment
-
Join the BEST cam affiliate program on the internet!
I've referred over $1.7mil in spending this past year, you should join in.

I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..
Comment
-
Comment
-
My half 2019 Earnings On Chaturbate

My income stream sometimes is growing sometimes is going down. 2021 is going great!Comment
-
Happy for everyone that are doing great.
I am down from 250 on average to around 110$ which is not a big deal.
But at least 6 whales are missing since the start of March.
I`ll be waiting 1 more month and ask CB what is going onTOP 3 Money Makings Sites After Tests
Chaturbate - The biggest website with the most model diversity. I had a mixed view due to their support but since then they returned a huge whale to me and even added my cut from his new account!
StripCash - 10 082 clicks on affiliate links. 2,68% sign up rate (270 signups). They also have insanely good support and a lot of glamour models.
CamSoda - $150 PPS. Some stats for 1 February 2021 - 12 February 2021: 5098 clicks - 119 Free sign-ups - 7 Paids signups - $1050 ProfitComment
-
Ive lost alot of whales and waited months and asked Chaturbate whats going on 3 times already.
They do not care.
Anyone with basic stat knowledge can see the big spenders are stolen.
Chaturbate is shit
Comment
-
You are totally right.
After exactly 1 week normal number of hits now down again 50%, and over the whole month of march until today $48 revenue...

Comment
-
That would be great idea to ask CB. I had a whale who disappeared around March 2020. He spent really good money. Recently, I asked about this whale CB support. After a month they came back to me saying that he doesn't have any new registered account. But guess what... he suddenly started to spend again and at the same pattern. You might say he was gone for a vocation for a year but I am saying it is something to do with CBComment
-
Well, "whales" come and go on every affiliate program. I have whales on every cam program I promote and most of them disappeared after a while. People just change things in their life or they find another new way to have fun or just they find another site that they like more. It's a normal thing. I promote CB since 2012 I had thousands of whales that disappeared and I always got new ones. Is the life's cycle!Comment
-
Totally agree!Well, "whales" come and go on every affiliate program. I have whales on every cam program I promote and most of them disappeared after a while. People just change things in their life or they find another new way to have fun or just they find another site that they like more. It's a normal thing. I promote CB since 2012 I had thousands of whales that disappeared and I always got new ones. Is the life's cycle!
The problem is that when someone switches account they are not immediately transferred to the affiliate who sent him in the first place.
I know this cause I have had CB transfer accounts under me but this should all be automatic.
And 6-7 whales out of the top 20 to disappear on pretty much the same day is kind of strange.TOP 3 Money Makings Sites After Tests
Chaturbate - The biggest website with the most model diversity. I had a mixed view due to their support but since then they returned a huge whale to me and even added my cut from his new account!
StripCash - 10 082 clicks on affiliate links. 2,68% sign up rate (270 signups). They also have insanely good support and a lot of glamour models.
CamSoda - $150 PPS. Some stats for 1 February 2021 - 12 February 2021: 5098 clicks - 119 Free sign-ups - 7 Paids signups - $1050 ProfitComment
-
Im at the point where I have to cookie stuff my own website with chaturbate cookies to stop my website from being cookie stuffed by everyone else. lol.
.
Promoted Chaturbate for a long time and put alot of work into it but after seeing most big spenders vanish (always when they start to spend more) and now since wordpress update my sign ups have dropped 90%. so rather promote adverts like popads ect , and make small profits than promote Chaturbate and always worry if and when your spender will be stolen.
The only way to promote chaturbate is to have so much traffic you cant keep count how many whales you lose as your gaining more all the time. But that to me is just ignorance to the fact you're rowing a boat with a leak.Comment
-
Comment
-
Comment
-
Comment
-
-
Comment


Comment