Instant 13434 BackLinks

Jus now checked at the results file. Every links are Still the same without changed {unknown} to url. And i noticed that when in progress it counted only unknown. Success and Failure shows 0.

Fix it if you've some time...

Thanks again!:D


This Cute Utility is Awesome!!! Just tested it with my affiliate site. It works really great and Avast Found two links of 13431 links Contains TROJAN

I think it'll be better if you modify this program to schedule upto 200 Links per day. So that i assume that we will be under radar.
 
Jus now checked at the results file. Every links are Still the same without changed {unknown} to url. And i noticed that when in progress it counted only unknown. Success and Failure shows 0.

Fix it if you've some time...

Thanks again!:D

if you are use "header level working..." you will get only UNKNOW results, because the program does't check is your link at some site or not.

choose "check for active backlink..." mode to get only GOOD sites (sites with your backlink)


 
Last edited:
When you use a BlackHat technique, it's also good to be cautious so as not to get penalized by Google.

As far as I can tell, getting 13,434 Backlinks in 1 hour is like headbutting yourself in the face in terms of caution.
I hope some members could provide me with some feedback to prove me wrong though! (No way I'm touching this until I get some decent feedback showing results).


<EDIT>

SciFi, give us a VirusTotal!


BlackHat SEO aims short term results. Yes, there is always a risk. Yes, there is never 100% guarantee.

No one is obliged using this. It's simple: hit it or not.
 
For Scrapebox users simply have a text file with your domain in the format :

yourdomain.com

Then open Scrapebox rapid indexer and load the test file into "Load your Website" and then move to the "load Indexer Services" button and find the "Fixed_Links" txt file and load into Scrapebox and then hit start and let it do its stuff.

If you read the "Fixed_Links" you will see most have http:// or www in front of the {website} bit your supposed to replace.

Alot of these links wont stick nor will they get indexed but some of them will, and they are free
 
how to easily edit the {website} ... cause there must be more than 10k links in the txt :D
Just open with notepad and use edit>replace.
It is a lot of links so the replace might take a few minutes, but so what.
Have a cup of coffee and do some other stuff while its working.
 
Just open with notepad and use edit>replace.
It is a lot of links so the replace might take a few minutes, but so what.
Have a cup of coffee and do some other stuff while its working.
Download TextPad you will find it some what faster then notepad it also will not crash on huge txt files
 
hi guys
I wrote a simple multi-threaded program for this kind
of links list. the program will replace {website} in link with your site name and make a GET request. just put your links base in "urls.txt" file at program folder and go.

Screen:



it can operate in two modes:
1. with verification of active backlink (slowly)
2. at http protocol headers level (very fast mode)

results are saving in "results" folder
download:
Code:
http://www.sendspace.com/file/rq6dqy

Performs Registry Activities: The executable reads and modifies registry values. It may also create and monitor registry keys.

http://anubis.iseclab.org/?action=result&task_id=1eca0c093fe5a67445998d4145b203195&format=html

2 Posts and people just load it? - To be sure , run it on a VM /VPC/Sandboxie
 
Real quick I want to make sure I understand this 100% I am new to the whole backlinking secene. Thank You

I have the first link in the text file as a example
Code:
[URL]http://01213pcom1s12.superihost.com/?{website[/URL]}
now do I change this to this
Code:
[URL]http://01213pcom1s12.superihost.com/?www.AdGuruSoftware.com[/URL]
or is this incorrect thank you for your help

second after I have done this to all of the links inside of the text file what do I do with it

Just simple visit the url
Code:
[URL]http://01213pcom1s12.superihost.com/?adgurusoftware.com[/URL]
or...
im not quite sure for someone to clarifie this would be amazing thank you so much
 
hi i made a auto script for this in php..

PHP:
<?php
$website = "twitter-music.info";

$res = file_get_contents('Fixed_Links.txt');
$res = str_replace('{website}',$website,$res);

$links = explode("\n", $res);

$i = 0;
$count = 0;

while($i < 2){
 if($links[$count]){
   $get = file_get_contents($links[$count]);
   if($get){ echo "<font color='green'>".$links[$count]." - OK!</font><br>"; }
   else{ echo "<font color='red'>".$links[$count]." - FAIL!</font><br>"; }
  ++$count;
 }else{
  $i = 2;
 }

}
?>


it takes long time though :/
 
Back
Top