I Am Making An Internet Macro Based On Socialmediadaily.pdf

street slang

Newbie
Joined
Dec 2, 2008
Messages
17
Reaction score
84
If you don't know what social media daily is, do a google search and download the pdf it is really an easy and great read for anyone looking for a step by step domination of social media.

Basically here is what I am creating.

A macro to create an email account
Register to all the social sites listed in the ebook with the email account
Activate the registrations.
Create profile, upload video, audio, images etc and post content all linking back to the money site
Submit rss feeds
Social bookmark each site.
Maybe even a forum poster.

It 's over 500 sites in total.

I have gotten pretty good at creating macros with imacros and am curently testing automate6.

I plan to release this free to the community and should be done by Monday.

Question is would you like it as an imacro macro? Or as an Automate 6 macro.

Let me know
 
Street Slang,

What an awesome project to take on.

If you can pull this off you will have many friends.

As I have never used Automate 6; I would have to vote for Imacro, however I will adjust to whichever platform works.

Seriously
 
Hi that is awesome. I would Prefer iMacro. I'm working on the same type of thing but for craigslist.
Already seeing good results from it.
 
Thanks

I have actually already begun because I want to use this method for a project I am working on. 100 sites so far registered. I am just taking a break and probably wont be replying back to this thread till later today.
 
This is a great idea and the automation process looks efficient and helps save time :)

I'm not sure what an imacro is although I did look it up in g00gl3, and apparently there is an imacro add-on for firef0x. Is this what you meant when you said imacro vs automate 6?

I'm actually trying to visualize how to run the macro :o

Also, when you said "500 sites in total", did you mean that the macro completes the process for 500 social networking sites?

Looking forward to it :)
 
This is a great idea and the automation process looks efficient and helps save time :)

I'm not sure what an imacro is although I did look it up in g00gl3, and apparently there is an imacro add-on for firef0x. Is this what you meant when you said imacro vs automate 6?

I'm actually trying to visualize how to run the macro :o

Also, when you said "500 sites in total", did you mean that the macro completes the process for 500 social networking sites?

Looking forward to it :)

Thanks for the reply I am doing manually about 100 sites per day registering as it is all done by hand within the macro (iopus imacro). Basically you will open a text file fill out your information save it then run the macro and manually type the captcha. How ever I am looking into intergrating and online image to txt converter that will automate the captcha process.

Yes the macro will complete the process of registering, confirming and posting of over 500 social sites and maybe 2000 high pr forums.
 
That sounds awesome. I have read the socialmediadaily stuff but never done it as it sounds too labor intensive.

Tp
 
Captcha bypass would be EPIC

If you're looking to convert image --> text look into OCR (I use ABBY Finereader and it works great.. not sure if this could somehow be incorporated into the macro)
 
To street_slang:

Yes . . I posted a thread about socialmediadaily awhile back. See thread below:
http://www.blackhatworld.com/blackhat-seo/social-networking-sites/47918-insights-howie-schwartz-fans.html

Michelle MacPhearson is a close associate of Howie Schwartz. They are both teaching marketing tactics involving the use of Social Media (Web 2.0) to boost your position in the organic search results on Google.

I would love to see a multi-auto-submission tool based on Howie's and Michelle's teachings. Howie has some online tools in his "Black Hat Lab" which are available to a limited number of his students. And another friend of Howie's - Ross Goldberg has recently released a semi-automated multi-submission tool on his Internet Marketing Revolution site, but it costs around $300 bucks.

So yeah . . . It would be great if you produced something along those lines. I would suggest that you also include a pinger in your tool as well.

Please keep us informed as you develop this much needed product.

Cheers! - "Wiz"
 
Last edited:
I was thinking about doing this, but props to you street_slang for actually doing it. I'd vote for the Imacros version because you can use it in FF with FoxyProxy and be undetectable
 
Just a quick boost StreetSlang... The whole idea is awesome. Wht a time saver. I also follow Howie and doing it all by hand gets real old, real fast.

imacro would make your tool compatible across win / mac / and linux firefox.. So if I were you I'd use imacro
 
Hi Street-
This is a big project you're undertaking. The fact you seem willing to share whatever you come up with with awesome. I'll definitely be keeping my eye on this thread.
 
Really looking forward to this and really appreciate your efforts.
I finished reading the report a few days ago and was wondering
how to find the time to do it all.

Your help would be a real time saver.

Thanks.
 
That is awsome I am looking forward to this also. I had started doing this twice now and got stuck. I was trying to create the macro with Winautomation (good software) but I could not get the mouse to image to work correctly and was having to use a mouse click by screen coordinates. I then found it did not work if used on another computer unless there scree deminsions were the same. So I would love to see how you do this and it might help me learn some ways around the problem I am having.

Have you used Winautomation I heard really great reviews and it was the best. I am now hearing great stuff about Automate6 although they look virtually the same from the screen shots. Any comments by anyone who has used both? Also have not used iMacros how does it compare in terms of ease of use. Does it work for a non programming noob is what I am asking.

Thanks
Niches

Bookmarking this page to come back to soon.
 
I am doing the same thing with Automate 6; however, I am only doing about 50-75 sites per user email. I want to sell the accounts at $50 a pop. I wanted to find out will this be a good service to provide?
 
I just stumbled across this thread, and it made my day. These macros could eliminate the need for another outsourcer. Street Slang is my hero!
 
How will you deal with captcha? that's user entry so the macro will simply copy the user entry.

Try doing it in C, as roboform has an API you can easily use.

just do:

-load site
-call api to fill form
-goto captcha box for user
-wait 5-7 seconds for user to type captcha (let them chose)
-submit
-loop for all sites.

easy enough to do. If the SDK was available in Java i'd have done it by now, but my C socket programming isn't up to scratch atm!
 
How will you deal with captcha? that's user entry so the macro will simply copy the user entry.

Try doing it in C, as roboform has an API you can easily use.

just do:

-load site
-call api to fill form
-goto captcha box for user
-wait 5-7 seconds for user to type captcha (let them chose)
-submit
-loop for all sites.

easy enough to do. If the SDK was available in Java i'd have done it by now, but my C socket programming isn't up to scratch atm!

From reading different post on the forum, there is a site call decaptcher.com that you could purchase captcha breaking API's (pretty cheap). Once you embed the API, it will break the captcher for you. My problem is embedding the API. I am confused on the actual process, but writing the script with Automate 6 is not that difficult.
 
Last edited:
Back
Top