- Nov 14, 2013
- 500
- 157
We will make that update this weekUpdate for bot search via keyword?
We will make that update this weekUpdate for bot search via keyword?
Looking forward for thatWe will make that update this week
Yes, is still workingis this still working
The bot should not click in links created by javascript (adsense) unless you use the command "javascript" to click ithow do you make the bot NOT clicking on adsense url's ?
All the commands compares if element contains your value, so if you have short url or only the domain name, it will click in the first link that have it in the url@tvm77 I'm having problems with 2 Clicks module. It is making random clicks on external social share links on websites. Even with "Run in visible" mode unchecked, you can see the pages pop-up on the screen.
There is no "random_click" command in the source code, so I am not sure why it is making clicks on social share links.
You might be able to send traffic but careful if you use just public proxiesCan i use this for live stream games in nimo.tv And i wont get ban? Will they know that im sending fake views?
All the commands compares if element contains your value, so if you have short url or only the domain name, it will click in the first link that have it in the url
Is not a bug, the referrer in the first visit is the what you have set in the referrers box, but after the click the referrer will be the url of the current pageI still have a problem with some modules like 2_random_clicks or 2clicks where the links entered in the URL List tab show in the Referrer field when I click the Result tab
Here is a screenshot that shows the result tab. I have blanked out some data, but essentially the urls that show up under the Referrer column are not correct. They are showing the same visit links that I entered in the URL List.
![]()
https://prnt.sc/obtf9j
How do we fix this bug?
Is not a bug, the referrer in the first visit is the what you have set in the referrers box, but after the click the referrer will be the url of the current page
Hey guys, I have the software working, but I'm noticing a few things using the "Visit URL and click random link".
First- around 90% of the URL and Referrer are coming up "about:blank", and nothing is showing in analytics for those.
Second- When the URL and referrer are showing, this does show up in analytics, but it's averaging 10 seconds on page, and most don't click through to the second page. Some show an immediate bounce. I have the time on page set up a minimum of 60 seconds.
Is there anything I can do to make this work better?
Is the YouTube module working yet?
Or is it still in beta?
about:blanks are usually due to a dead proxy during a particular visit. It happens from time to time if you are using a Proxy service pool.
Use the 2Clicks module if you want to emulate secondary page visits for better control. Keep in mind that random clicks will click anything on a site, including external links like social media links which ads no value to time spent on internal site. So if you want your visits to show more then one internal link clicked, you have more control with 2clicks module vs random click module.
For time on page, you will have to modify the sleep({9|10|11}) in the source code to any value you want, like sleep({30|45|60}) right below the random_click command. This will help dictate the specific amount of time you want after each page is clicked.
The Browser Maximum Time really just controls how long the module runs. The module sets its own rules on how long to sleep/wait after each action, therefore, that is where you need to make the modification.