100+ Backlinks everytime you update your blog!

Status
Not open for further replies.
I am currently testing for over 2 weeks with 10 free WProbot blogs on 000Webhost and none of them are banned(yet).
I use wprobot to rip my feeds (every 2-4 hours)of my main site, then rewrite it and then post them to the statusnet sites with WPStatusnet.
I update my mail site 5-10 times a day with ''unique'' content.
Currently i have 300index links.(started with 5)
Also i renamed all strings and stuff in the Rewrite and WPstatusnet plugin to avoid detection a bit.

Edit:
i want to clear this out:for every one of my 10 blogs, i rip the rss feeds of my main site, then every blog rewrites unique content, and then post it to the statusnet sites(with links to my main site.)



Each post should take at least a second, given the time it takes to contact the StatusNET webserver, establish a connection, post the content, and verify it was posted

000Webhost times out PHP applications after 10 seconds, so in all reality there's a huge limitation here. Any shared host, even paid ones, are going to time out applications after a max of probably 30 seconds.

Think about a situation like this. Someone uploads some huge program, like XRumer, and runs it at full speed. Then, two more people do it on the same server. Obviously this is just going to blow up the server's bandwidth and potentially crash it. So any hosting service with a clue is going to timeout PHP programs and possibly ban people trying to talk to too many different servers at the same time.

How many sites do you post to at a time?
 
Put this in your htacces and theres np at all
php_value memory_limit 256M
php_value max_execution_time 720
php_value max_input_time 60

Free servers like 000Webhost should have the ability to change those disabled. There's something in their server app that does it. It also disallows the use of SET_TIMEOUT().

I never tried those, but it would make for a fun experoment with a junk account, thanks.
 
status mass looked like i great idea.. and i wanted in but i think something is wrong.. site has been down for quite some time now :/
 
status mass looked like i great idea.. and i wanted in but i think something is wrong.. site has been down for quite some time now :/

StatusMass is not down, we are limiting use of it to those that can contribute something to help the bigger cause.

We still need a few people willing to set up their own sites as part of our network as well as people to do seo work on the new sites.

Statusmass is so powerful that we need to limit the amount of people using it as I am already seeing many of the established stausnet sites implementing measures to close their registrations or sandboxing new accounts. The only way to keep this going and seeing the long term benefit is by establishing a trusted network of sites and by using it responsibly.


UPDATE:
I can't keep up with the private messages so you can now go to http://statusmass.com and register there if you want to be part of the project.
 
Last edited:
Ok, i have put all the urls from my tabs into a html file. get a plugin for firefox called 'snap link plus'... it lets you right click and drag a box over all the links you want to open in tabs. Most of the links will take you right to the registration page i hope, not tested it!
Code:
https://addons.mozilla.org/en-US/firefox/addon/48728

I used another firefox plugin called auto fill forms, you can modify this prog to auto fill passwords too, you will also need to tell it how to fill in the Nickname field in... Do this by going to the plugin options, create a profile then go to 'main' and add a password field. Then modify the username field to have this in the 'Field rule' box.(?:username)|(?:Nickname)

Code:
https://addons.mozilla.org/en-US/firefox/addon/4775
Took me an hour to do this, hopefully i have made it a bit quicker for you! Hope i haven't over complicated it, i am crap at explaining stuff.

Html file in here: View attachment 4192

virus total for zip
Code:
http://www.virustotal.com/analisis/89b0ed25da179e38efd6b3d52dde8eeeb3d8f95de7f92c1567ed3d1e4c787944-1267651324

Thanks bro, you cut my time, literally in half.:mod:
 
And having that many links from a handful of sites is not going to be that valuable. I think each website should only do like 1 post a day to that in order to keep it low-key, otherwise these services will take action and we will all lose out.

do the math 50 blogs X 20 posts a day = 1,000 postings X 100 BHW users = 100,000 posts per day... i think that will throw up red flags on all the servers.

But if we each run our own server/ clone, develop a small network keep it to 1 or 2 posts per site plus all the other servers out there, we can use this for a very long time. Either way you look at it 1 post per day at the end of the week you still have 7 posts per site X 50 sites? = 350 links a week

This is a great idea, I completely agree. I like this method and will keep it on the downlow so I dont pull up red flags. I plan to keep my sites for the long haul.
 
@Moronic_Kaos,

I have had good success with the statusnet plugin. I have had no problem posting to 20 different StatusNet sites at a time with it. I just wanted to let you know my experience with it. I have implemented it on several sites now and have had very good results with my autoblogs.

Thanks.

~The Internet Viking~

I bolded this reply so that will attract NEWBIES EYES to read it. God knows it works for me.

Anyways, for those of you that are confused as to how he is able to post to 20 different StatusNet sites when the plugin only shows/allow 5. To increase this number is very simple.

1. Go to your WP admin area
2. Scroll down to "Plugins" and click the "Installed"
3. Scroll down (again) to WP Status.net and click the "edit" link below it. You will see a box area with text in it. This is php code. Scary PHP code :confused: JK.
4. Perform a "Find" by pressing both CTRL button and the letter "f"
5. Search for the number 5 (Five)<--------Spelled Correctly?:33:
6. It should find 7 cases of the number 5. It should be the last one.

This is code you need to find and change.


[/I]
<?php
$num = count($options[statusserver]) + 3;
if ($num == 3)
{
$options[statustype][0] = "status";
$options[statusserver][0] = "myxavier.com";
$options[statuspath][0] = "api";

$options[statustype][1] = "status";
$options[statusserver][1] = "identi.ca";
$options[statuspath][1] = "api";

$num = 5;
}
for ($i = 0; $i < $num; $i++)
{
?>[/I]

[/B]

See this portion of the code : $num = 5; That 5 is why only 5 are showing up for the plug in. Change it to whatever your wittle hart desires and you are good to go. Make it interesting in put in a million. Thats 1000000. Then update me on what happens.

Ill try to make a video out of it, still learning on how to do this.

Thanks for taking the time to read this. Please thank @moronic_kaos, and @TheInternetViking posts in this thread. At least 1 for each. [/B]
 
@Moronic_Kaos,

I have had good success with the statusnet plugin. I have had no problem posting to 20 different StatusNet sites at a time with it. I just wanted to let you know my experience with it. I have implemented it on several sites now and have had very good results with my autoblogs.

Thanks.

~The Internet Viking~

I bolded this reply so that will attract NEWBIES EYES to read it. God knows it works for me.

Anyways, for those of you that are confused as to how he is able to post to 20 different StatusNet sites when the plugin only shows/allow 5. To increase this number is very simple.

1. Go to your WP admin area
2. Scroll down to "Plugins" and click the "Installed"
3. Scroll down (again) to WP Status.net and click the "edit" link below it. You will see a box area with text in it. This is php code. Scary PHP code :confused: JK.
4. Perform a "Find" by pressing both CTRL button and the letter "f"
5. Search for the number 5 (Five)<--------Spelled Correctly?:33:
6. It should find 7 cases of the number 5. It should be the last one.

This is code you need to find and change.



<?php
$num = count($options[statusserver]) + 3;
if ($num == 3)
{
$options[statustype][0] = "status";
$options[statusserver][0] = "myxavier.com";
$options[statuspath][0] = "api";

$options[statustype][1] = "status";
$options[statusserver][1] = "identi.ca";
$options[statuspath][1] = "api";

$num = 5;
}
for ($i = 0; $i < $num; $i++)
{
?>


See this portion of the code : $num = 5; That 5 is why only 5 are showing up for the plug in. Change it to whatever your wittle hart desires and you are good to go. Make it interesting in put in a million. Thats 1000000. Then update me on what happens.

Ill try to make a video out of it, still learning on how to do this.

Thanks for taking the time to read this. Please thank @moronic_kaos, and @TheInternetViking posts in this thread. At least 1 for each.
 
Hey all thanks for the info. I really appreciate it. Just one question, alright these will give us a lot of backlinks but then wont Google mark them as spam? Anyone getting better ranks after implementing this technique?
 
Did anyone else get their account deleted in 15 minutes after creating? I didn't even get any people added to it and it was gone.
 
im sorry i cant understand it at all
i think i should read it more time
 
Guys i have created account in identi.ca, bleeper.de, and chirup.com and add the feed to twitterfeed as instructed. But why it seems in those accounts I can't see the automatic status update after I updated my blog post?
 
Good Morning all,

I am willing to create a script which will register you at all the sites if someone wants to pm me the registration URLS and parameters i dont mind spending some time building it.

Let me know

Cheers
 
Good Morning all,

I am willing to create a script which will register you at all the sites if someone wants to pm me the registration URLS and parameters i dont mind spending some time building it.

Let me know

Cheers


HTML:
https://chirup.com/main/register
http://grupr.us/main/register
http://haktweet.com/main/register
https://mb.0nl1ne.at/main/register
http://menti.name/laconica/main/register
https://identi.ca/main/register
http://squeak.im/main/register
http://cielo.com/register/
http://www.qwip.it/main/register
http://laconica.iminyourfeeds.com/main/register
http://laconica.svenbilt.com/main/register
http://bleeper.de/main/register
http://rapichat.com/main/register
http://masbloggers.com/main/register
http://twyka.com/main/register
http://www.naijapulse.com/main/register
http://gappa.in/main/register
http://my.ilounge.ph/main/register
http://www.cakap.my/main/register
http://microblog.ourcoffs.org.au/main/register
http://www.campusfever.com/component/comprofiler/registers
https://secure.g3ng.com/main/register
http://www.saigonica.com/main/register
http://3pm.by/index.php/main/register
http://plasr.com/main/register
http://www.cleantechnetwork.fr/main/register
http://microdeo.de/main/anmelden
http://mb.milaro.net/main/register
http://www.ghesboro.it/main/register
http://wiewatenwaar.nl/main/register
http://kvitre.no/main/register
http://adevarul.com/register
http://decimeya.com/index.php/main/register
https://mozilla.status.net/main/register
http://pbj.ca/main/register
http://wowtweet.net/main/register
http://auttr.com/register
 
this is a great thread with awesome replies. Thanks a heap.

combine this with your fully automated blog and you have yourself a great promoter.
 
This helps a lot, more than anything i have seen before, thanks.

Do you need friends on the sites it posts on?
 
Status
Not open for further replies.
Back
Top