avc975

Registered Member
Joined
Dec 29, 2021
Messages
67
Reaction score
45
Hello Guys,
I have been successfully running an offer for the last 3-4 years and getting amazing results until last month.
What am I doing ?
I use a safe site to submit to the ad platforms and divert the traffic by cloaking the money page, that is where I make money.
I use a script (HTML/JavaScript) and host it to create my money page. But since the last month google chrome has started marking the sites as deceptive site.
No matter how many links I change, every time I host the script to a new domain and it starts getting traffic, within 10-15 mins the urls starts showing the red screen. And I start loosing my money on ads.
So, I have tried everything, from using various good hosting providers to bulletproof hosting and changing the urls multiple times. But none of them seems to be working. As i know for sure that this has nothing to do with hosting, its chrome that is catching my script and showing the warning.
My cloaker is good my safe pages are excellent the hosting is good, I mean everything but still the issue stays with the script.
So what can I do to the script or how can I change the script or make it fresh so that chrome cannot catch it and flag it.
I know a few people who do this job or even create a new script for you for like $50-$60. But I am not sure how good they will be. Also I am skeptical about getting a job done by someone I don't know.
I know there are a lot of experts here and these are very tiny issues for them. So a little bit of guidance would be appreciated.
Please suggest me what steps should I take to get this issue resolved.
All suggestions and comments are welcome!

Thanks
 
Apparently your script has been busted and marked as o sort of malware. The fact that it has been tagged in chrome it's like the script has no future.
It is a discussion about using javascript in cloaking (I personally am against js closking though not totally), the problem is that the best browser fingerprint is only available in client scripts, like js.
It is obvious that you need to look for a different approach with your cloaking script, each provider having pros and cons.
 
Last edited:
Please test step by step what's triggering Google Safe Browsing. The first thing I will change are the links. Run the script without any links inserted into the page. Change images, change wordings, the URL etc. Test everything one by one and you will know.
 
I once had a site with this warning. I used CPA content lockers in game hacks niche for over an year and the site was tagged as deceptive. All browsers started showing this warning. I abandoned the domain and switched to a new site. When the domain expired, it was still showing the warning despite not having any site on that domain.

You can change the entire site and keep marking the site as safe, so that the warning goes away. The best case scenario is always to abandon the site as it was flagged and under the radar.
 
Your campaign is being reported so as your hosting/domain. So, better up your game by running multiple campaigns on multiple accounts at the same time.
 
you should use php or node and a get parameter that when inputted it shows your black page and sets a cookie. so the black page is either shown only when the parameter is there or cookie is there, in this way bots or reports should be prevented for red flags, this doesn't always bypass manual reports tho, if they include the whole link in the report and not only the domain.
 
you should use php or node and a get parameter that when inputted it shows your black page and sets a cookie. so the black page is either shown only when the parameter is there or cookie is there, in this way bots or reports should be prevented for red flags, this doesn't always bypass manual reports tho, if they include the whole link in the report and not only the domain.
a good way to solve this last issue would be to change the get parameter key to a new one every few hours, so even if they include the full url with the key as well, it is no longer working and when checking, it won't show shit.
 
a good way to solve this last issue would be to change the get parameter key to a new one every few hours, so even if they include the full url with the key as well, it is no longer working and when checking, it won't show shit.
I don't fully understand what you are suggesting, probably because I think that the script should rather rely on post than get. But as I already mentioned, I am inclined to think that the issue comes from a javascript being seen as a malware, in which case refactoring won't help at all as long as it calls the same parameters or even a cross domain resource.
Also, IMO cookies should be used in a very limited way as they will create a sort of fingerprint, especially if the cloaked sites that are busted are being analyzed in a ML environment (G does it for sure), except the case they are diversified per domain name (thus a pattern cannot be detected).
 
I host the script to a new domain
the issue could be that you are using the same hosting for the new domain
use several hosting options so your ip changes as well
its not only the domain, but also the hosting company
 
read my post well again. the whole point of using a keyword in a get parameter is to allow only people that actually have the key (i.e. from cpc) to view the content and you hide it from everyone else (example google) that uses bot and will visit your site without the keyword in the url.
I don't fully understand what you are suggesting, probably because I think that the script should rather rely on post than get. But as I already mentioned, I am inclined to think that the issue comes from a javascript being seen as a malware, in which case refactoring won't help at all as long as it calls the same parameters or even a cross domain resource.
Also, IMO cookies should be used in a very limited way as they will create a sort of fingerprint, especially if the cloaked sites that are busted are being analyzed in a ML environment (G does it for sure), except the case they are diversified per domain name (thus a pattern cannot be detected).
 
read my post well again. the whole point of using a keyword in a get parameter is to allow only people that actually have the key (i.e. from cpc) to view the content and you hide it from everyone else (example google) that uses bot and will visit your site without the keyword in the url.
Well, exactly that is a get parmeter passed in query strings or url path and exacly this type of approach I guess it is weak instead of post method (or else). Rotating some encrypted get param could work better though however relying on such methods with G is weak IMO, it is my opinion.
 
You cannot craft post request from the end user to visit your page. you can only share links. i.e. you can only give get parameters.
Well, exactly that is a get parmeter passed in query strings or url path and exacly this type of approach I guess it is weak instead of post method (or else). Rotating some encrypted get param could work better though however relying on such methods with G is weak IMO, it is my opinion.
 
Facing the same issue my offer page gets red flagged every 15 min ! If some one has a solution to this problem please guide !
Thanks
 
Hello Guys,
I have been successfully running an offer for the last 3-4 years and getting amazing results until last month.
What am I doing ?
I use a safe site to submit to the ad platforms and divert the traffic by cloaking the money page, that is where I make money.
I use a script (HTML/JavaScript) and host it to create my money page. But since the last month google chrome has started marking the sites as deceptive site.
No matter how many links I change, every time I host the script to a new domain and it starts getting traffic, within 10-15 mins the urls starts showing the red screen. And I start loosing my money on ads.
So, I have tried everything, from using various good hosting providers to bulletproof hosting and changing the urls multiple times. But none of them seems to be working. As i know for sure that this has nothing to do with hosting, its chrome that is catching my script and showing the warning.
My cloaker is good my safe pages are excellent the hosting is good, I mean everything but still the issue stays with the script.
So what can I do to the script or how can I change the script or make it fresh so that chrome cannot catch it and flag it.
I know a few people who do this job or even create a new script for you for like $50-$60. But I am not sure how good they will be. Also I am skeptical about getting a job done by someone I don't know.
I know there are a lot of experts here and these are very tiny issues for them. So a little bit of guidance would be appreciated.
Please suggest me what steps should I take to get this issue resolved.
All suggestions and comments are welcome!

Thanks

Your cloaker is getting detected somehow and it's automatically flagged as malware

Something's clearly wrong. You might wanna check your safe page for funny codes, you might have an infected template or somehow your cloaker is leaking
 
Hello Guys,
I have been successfully running an offer for the last 3-4 years and getting amazing results until last month.
What am I doing ?
I use a safe site to submit to the ad platforms and divert the traffic by cloaking the money page, that is where I make money.
I use a script (HTML/JavaScript) and host it to create my money page. But since the last month google chrome has started marking the sites as deceptive site.
No matter how many links I change, every time I host the script to a new domain and it starts getting traffic, within 10-15 mins the urls starts showing the red screen. And I start loosing my money on ads.
So, I have tried everything, from using various good hosting providers to bulletproof hosting and changing the urls multiple times. But none of them seems to be working. As i know for sure that this has nothing to do with hosting, its chrome that is catching my script and showing the warning.
My cloaker is good my safe pages are excellent the hosting is good, I mean everything but still the issue stays with the script.
So what can I do to the script or how can I change the script or make it fresh so that chrome cannot catch it and flag it.
I know a few people who do this job or even create a new script for you for like $50-$60. But I am not sure how good they will be. Also I am skeptical about getting a job done by someone I don't know.
I know there are a lot of experts here and these are very tiny issues for them. So a little bit of guidance would be appreciated.
Please suggest me what steps should I take to get this issue resolved.
All suggestions and comments are welcome!

Thanks
dis you get a solution for this?
 
Back
Top