There have been myth about google using analytics data for page authority - if a referal from another site is in the analytics this might be a sign of organic traffic from this site - and therefore activity...What do you mean referrer spam? I mean in which way it can be profitable?
There have been myth about google using analytics data for page authority - if a referal from another site is in the analytics this might be a sign of organic traffic from this site - and therefore activity...
IDK, have never seen it proven, but didn't try it. And I don't think, google is actually using analytics data for the serps directly. Perhaps passivly to train it's models, but not directly.
Yeah that's why I don't think this would workisn't it risky for them to calculate ranks based on refferals?
Yeah, forgot about this. Some are just spamming your logs to place ads. I guess, you will have to spam a lot of sites, though - it's doable, it's cheap to buy large lists of domains, let's say 9mio .de domains (idk how much coms are out there
Yup, you're absolutely right... it's easy to get a list of sites (and cheap) and then you just ping those sites (with a simple script), multiple times if necessary.Yeah that's why I don't think this would work
Yeah, forgot about this. Some are just spamming your logs to place ads. I guess, you will have to spam a lot of sites, though - it's doable, it's cheap to buy large lists of domains, let's say 9mio .de domains (idk how much coms are out there) are doable with a pretty simple script in hours from a cheap VPS, I guess.. These are basicly just pings, you don't even need to wait on a response.
Don't know about the conversion though and it's a bit unethical.
Yeah that's why I don't think this would work
Yeah, forgot about this. Some are just spamming your logs to place ads. I guess, you will have to spam a lot of sites, though - it's doable, it's cheap to buy large lists of domains, let's say 9mio .de domains (idk how much coms are out there) are doable with a pretty simple script in hours from a cheap VPS, I guess.. These are basicly just pings, you don't even need to wait on a response.
Don't know about the conversion though and it's a bit unethical.
Want to do affiliate marketing though haha, how to make that script? Would even pay some small cash to set it up or somethingYup, you're absolutely right... it's easy to get a list of sites (and cheap) and then you just ping those sites (with a simple script), multiple times if necessary.
I think we all get referral spam.
so wait i can do this in ubuntu 20 ssh commands? And in "yourspamreferer" i can just put path to an .txt file with all the domains? or howI guess, this is not really worth a guide, since it's basicly just one attribute in request call...
This should do the job...
Python:requests.get(url, headers={'referer': yourSpamReferer})
Please read the thread I mentioned... there's a list of 200k domains + script.Want to do affiliate marketing though haha, how to make that script? Would even pay some small cash to set it up or something
Alrady seen it but how to use that script, like i mean do i just put it into public_Html of my website that i host on vps or what? Not knowledgeable about running such scriptsPlease read the thread I mentioned... there's a list of 200k domains + script.
It's not too hard - this should be a working very basic - and slow - method. Can be pimped with just requesting the head (idk if it will still be shown in analytics, though), multithreading or async, lower timeouts and stuff like that. But might be enough for testing around.Want to do affiliate marketing though haha, how to make that script? Would even pay some small cash to set it up or something
import requests
domains = ["dom1.com","dom2.com","dom3.com"]
yourSpamReferer = "This is the the blabla ref text you want to spam"
for dom in domains:
r = requests.get("https://"+dom, headers={'referer': yourSpamReferer, timeout=1})
I think it's better to ask the OP of that thread as he has experience.Alrady seen it but how to use that script, like i mean do i just put it into public_Html of my website that i host on vps or what? Not knowledgeable about running such scripts
One of the original batch of functions in Scrapebox was using the ping function for referrer spam. Here's a really old video from @looplineAnyone got any good guide on doing referrer spam?
Does this function still exists? Got both softwares. Can i do this with those softwares? And would it show up in analytics of website webmasters?One of the original batch of functions in Scrapebox was using the ping function for referrer spam. Here's a really old video from @looplineYou can also use GSA to do it, look at the 'referrer' engines in 'where to submit'.
Yes it exists and it worksDoes this function still exists? Got both softwares. Can i do this with those softwares? And would it show up in analytics of website webmasters?
So you used bitly to redirect to your desired url then referrer spammed that bit.ly link? What were your results with sb/gsa?Yes it exists and it worksHave tested it with bitly ^^