Recent content by craigmoney

  1. C

    {IMACROS} Follow another Twitter User's followers Quickly!

    freaking form is stripping out line breaks! Guess they updated their forms on here. Quite annoying, pasted it in and formatted and wasted like 30 mins. Oh well, you will have to decipher it...unless the moderators see this and can reset line breaks on the form here!
  2. C

    {IMACROS} Follow another Twitter User's followers Quickly!

    People were commenting on a few issues, I refined the script just a little but mostly created some comments to help explain what is going on for the less code savvy people. If you plan on using iMacros, you should invest some time in learning javascript. Just youtube tutorials on plain...
  3. C

    Best Method to convert twitter followers into website visitors

    Where are you getting these stats? This is quite low surely it isn't accurate?
  4. C

    {IMACROS} Follow another Twitter User's followers Quickly!

    You have to save this as a js extension not an iim. Then run it with iMacros.
  5. C

    Twitter Auto Follow + Twitter Auto Tweet IMACROS Script for my friends of BHW ... :)

    The Auto Tweet was exactly what I was looking for thanks! I spent a while trying to figure out a way of doing this. Your approach was quite the creative one! I really like the elaborate html selector ;) And for anyone that wants to use a csv to write your tweets here is code I am using with the...
  6. C

    so my plan for client

    I agree, this so called "SEO" enterprise companies aren't more than marketing sales men selling snake oil! Big companies are stupid and live in the "office" behavior so as long as you create some pretty reports and show some movement in rankings, not landing first page mind you, they are will to...
  7. C

    Is this the best approach for hosting PBN sites?

    I came across some issues with these cheap hosting companies with WordPress sites. I think they were using window servers so my database kept crapping out and so I had to move my hosting else where. It's a good idea to make sure they are setup on Linux if you are using WordPress installations...
  8. C

    How do I 301 redirect the homepage (and only the homepage) to a different URL?

    This worked great for me! I even have multiple lines of RedirectMatch 301 for things that aren't the homepage.
  9. C

    {IMACROS} Follow another Twitter User's followers Quickly!

    You could drop the imarco version of WAIT SECONDS=90 into the marco part of the javascript. But if you set your relay speed in the options settings to medium, it will run more human like speed and you shouldn't have to worry about it. var macro = 'CODE:' + 'TAG POS={{i}} TYPE=BUTTON...
  10. C

    iMacro Twitter Follows - what the fuck is going on?!

    {{!LOOP}} is set when you use the Play(Loop) button in the extension. If you use {{!LOOP}} and just push play it will only play once since it set {{!LOOP}} to 1. You have to use the Play Loop Option and it will loop through whatever you set it to. For example TAG POS={{!LOOP}} Current: 1 Max...
  11. C

    {IMACROS} Follow another Twitter User's followers Quickly!

    Modified the code a bit. Sets followCount to only if you follower someone. Before it just ran a set amount of times regardless if it followed someone or skipped someone. This way you are for sure to get the full followCount amount of followers each time you run it. //Set Followers Count...
  12. C

    Best Method to convert twitter followers into website visitors

    Im starting to get quite a few twitter followers, but they don't seem to be visiting my website. Some of my tweets point to my website and I am not seeing any traffic coming from twitter in my google analytics. Any suggestions on how to convert my followers into website visitors?
  13. C

    {IMACROS} Follow another Twitter User's followers Quickly!

    Yes, you have to use javascript. Here's a quick js I wrote that detects followers and ignores it goes to the next. Just save it as a .js in your imacros. followCount is how many times to loop. followCount = 25; i = 5; for (f=1; f<=followCount; f++ && i++){ e =...
  14. C

    Dallas Texas Locals? I have a huge mailing list and a few sites, need strategies!

    I have about 6k mailing list targeted toward the beauty industry. I also have a data feed wholesale account with a company. I think launching a site, adding the data feed into the site (shopping site) and doing mass mailing might get a huge pay day. But I need some help, maybe someone who has...
Back
Top