(02-05-2020 06:37 PM)Bobhenry Wrote: [ -> ] (02-05-2020 04:02 AM)solar33 Wrote: [ -> ]Thanks Bobhenry.
I just got an email about this and came here to see if there was any word of it...and Bingo.
I went to the sales page after getting the email and I have to admit that I started to get a bit enthusiastic about it.
Then I decided to see who the creator(s) were and that's when I scrolled all the way down to see Billy Darr's face at the bottom.
Any enthusiasm I had evapourated there and then.
Still, I may as well have a look since you have been kind enough to share it with us.
Reps added for your generosity.
Cheers!
Thanks, and I understand your point about the likes of Billy Darr and his ilk. However, the only point I'd make is that, IMO, increasingly these people are reselling other people's products, with their own names attached. Perhaps it's because it's easier to sell someone else's stuff than to carry on regurgitating your own nonsense. And the product developer gets the "benefit" (in their eyes) of having a "name" attached to their product.
That said, I agree with the various analyses of the Ripple product here: hard to see how it could work. I'm testing it at the moment and it's good for generating website hits - that's all.
That's a good point Bobhenry. New vendors will surely benefit from a 'big name' with a large list rather than going it alone.
Best leave no stone unturned.
It sure makes it easier and cheaper to turn those stones when we have the benefit of shares on this forum too.
Cheers!
FYI, Be real careful following any of these methods guys. They came from Ben Cummings and Traian Turco from their masterclass of a year ago. I have personal knowledge that Amazon is fully aware of some of these. They also rolled this out with several chrome extensions, all of which have been busted already! She meant well with this stuff but it is a bust.
Also FYI, Amazon is tracking all chatbot traffic now with a special tracking token. They are looking for direct chatbot to review traffic. This is new. Be careful, Amazon is nervous about regulators and will roll on sellersd as a sign of goiod faith effort.
ignore that last post, wrong thread, sorry
Thanks ...giving this a try
BIG thanks for code. For me it kept closing out... so I removed line 2: "tab closeallothers". Works fine now. Just thought I would update in case others where having same.
(02-04-2020 08:44 PM)Bobhenry Wrote: [ -> ]For those of you who how to use iMacros: this little routine will add points to your Ripple account automatically.
Instructions:
1) Create new iMacro for Chrome
2) Paste script below
3) Run Loop - I find 40 at a time works fine, but you could try going higher
SET !ERRORIGNORE YES
tab closeallothers
URL GOTO=http://rippleapp.vip/short_links
set !LOOP 2
TAG SELECTOR="HTML>BODY>DIV>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>TABLE>TBODY>TR:nth-of-type({{!LOOP}})>TD>A"
TAB T=2
SET !TIMEOUT_PAGE 10
wait seconds=3
TAG SELECTOR="HTML>BODY>SECTION:nth-of-type(2)>DIV>DIV>A>BUTTON"
wait seconds=3
Tab close
they are selling traffic exchange, really
No need to try, no any sales and always same user click the link . Waste time.
Hi,
Regards the Macro:
As of today I started getting an error message. i.e.
ripple.vip says:
Multiple Clicks On Same Link is Not Allowed.
Any idea how to have Macro fix this issue? Any help most appreciated.
NOTE: This might be a Ripple error as I get it when I try and run manually... have cleared cache
Thanks in advance.
(02-04-2020 08:44 PM)Bobhenry Wrote: [ -> ]For those of you who how to use iMacros: this little routine will add points to your Ripple account automatically.
Instructions:
1) Create new iMacro for Chrome
2) Paste script below
3) Run Loop - I find 40 at a time works fine, but you could try going higher
SET !ERRORIGNORE YES
tab closeallothers
URL GOTO=http://rippleapp.vip/short_links
set !LOOP 2
TAG SELECTOR="HTML>BODY>DIV>DIV>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>TABLE>TBODY>TR:nth-of-type({{!LOOP}})>TD>A"
TAB T=2
SET !TIMEOUT_PAGE 10
wait seconds=3
TAG SELECTOR="HTML>BODY>SECTION:nth-of-type(2)>DIV>DIV>A>BUTTON"
wait seconds=3
Tab close
(02-07-2020 07:03 AM)JeffreyL Wrote: [ -> ]Hi,
Regards the Macro:
As of today I started getting an error message. i.e.
ripple.vip says:
Multiple Clicks On Same Link is Not Allowed.
Any idea how to have Macro fix this issue? Any help most appreciated.
NOTE: This might be a Ripple error as I get it when I try and run manually... have cleared cache
Thanks in advance.
The way the script works is by loading the links page and then working its way down the list of links, reloading after each click. The issue, I think, is that the page updates while the link is being clicked, so that a new link appears at the top of the page, and the clicked link moves down. The counter in the script increments, and the link one place down is clicked, which is the same link that was previously clicked.
You can try playing with the loopp settings, pausing between runs so as to allow more links to come online. To be honest I think the whole site is utterly useless - this can generate traffic but is never going to get you sales. IMO.
Thanks for feedback, most appreciated. I did PM you. Yes, load of crap.
(02-07-2020 07:26 AM)Bobhenry Wrote: [ -> ] (02-07-2020 07:03 AM)JeffreyL Wrote: [ -> ]Hi,
Regards the Macro:
As of today I started getting an error message. i.e.
ripple.vip says:
Multiple Clicks On Same Link is Not Allowed.
Any idea how to have Macro fix this issue? Any help most appreciated.
NOTE: This might be a Ripple error as I get it when I try and run manually... have cleared cache
Thanks in advance.
The way the script works is by loading the links page and then working its way down the list of links, reloading after each click. The issue, I think, is that the page updates while the link is being clicked, so that a new link appears at the top of the page, and the clicked link moves down. The counter in the script increments, and the link one place down is clicked, which is the same link that was previously clicked.
You can try playing with the loopp settings, pausing between runs so as to allow more links to come online. To be honest I think the whole site is utterly useless - this can generate traffic but is never going to get you sales. IMO.