Hi,
Is there a way to specify how to create link wheels? I suppose its just a question of breaking it down into multiple steps and programming them...
* create accounts on web 2.0 sites
* specify path of spin article
etc...
Just wondering if anyone has given any thought to how it can be done...
Ron


I'm pretty new with this software, so I can't provide specifics...as I'm just learning how to do a simple login...lol
But I know that it is possible.
When it comes to scripting any program, you need to break down the steps of the process into the smallest bit sized chunks possible.
So for a link wheel, you would first need a set of 30 or 40 sites that you want to build the wheel's with.
Then the content you would want to input.
Finally, the link's to your money site.
Having these things, we then would need to do the following:
1. The program needs to first create a new email address for the project.
2. Then it would need to randomly (i'm not sure if this is possible) pick 8 to 10 resources out of your excel file.
3. Then it would create - and activate - the 8 or so of the sites.
4. Input the content into each site. Then, starting on the second site, putting the links back into the previous created site.
You are going to need a lot of variables. Also, I recommend puting each part into a module. For example, each "step" is it's own exe, and then you have a master exe that runs them all in order.
This is so you can easily swap out sections that break. The more simple the single exe, the better, because that provides you with extreme flexibility.
What you ask isn't easy, (at least I don't think so), but it is doable and once you finish programming the thing, oh man...lol, you will DOMINATE!
I'll be watching this topic to find out how to do it myself!
Rob