[METHOD] Triple Traffic Loop @ ******

TheSomeone

Newbie
Joined
Jul 25, 2011
Messages
22
Reaction score
8
Hello. First, I want to thank You for inspiration. This forum helped me discover that black hat SEO is very funny and interesting for me. So, to start posting with You, I want to share very simple, noob friendly method. I'm gray hat for eight yers, but not in SEO - to now, hacking only (exploits writting, bugs research, cracking and another funny things). So you can think about me as SEO newbie.

So, method:

1. Create account on any hosting service - may be free hosting, of course, but should have PHP. (not-noob note: You can also use hosting without PHP scripting, using JS redirect or pure HTML redirect. You can also hack in any server if You want and put there You script, but it's stupid for this target).
2. Create blank file named some.php and upload it on Your hosting.
3. Create ****** link to our some.php file.
4. Put into Your some.php file this content:
Code:
<?php
header("Location: XYZ");
?>
Replace XYZ with Your ****** link.
You can also create new ****** link redirecting to another ****** link redirecting to some.php that redirecting to first ****** link that redirects to second ****** link (...) to boost "power" of loop.

Now, spread Your ****** looped link with any black hat method. You can, for example, post project on any freelancer site ("i can't load that page behind 200 redirects! I'll pay 100$ for link of final site") or what You want.

You can also include auto-destruction method on some.php to prevent ****** detection (if they detect something like this):

Code:
<?php
if(!file_exists("asdf")){
$A = fopen("asdf", "a");
fputs($A, "1000"); // You script will works 1000 times. Change it if You want.
fclose($A);
}
$A = file_get_contents("asdf");
if($A == 0){
unlink("some.php");
exit(0);
}
$A--;
$B = fopen("asdf", "w");
fputs($B, $A);
fclose($B);
header("Location: XYZ");
?>
Have fun.


EDIT: Harder to block by bots and harder to detect code. But You still can take ban if You will not be smart.

Code:
<?php
set_time_limit(0);
if(!file_exists("asdf")){
$A = fopen("asdf", "a");
fputs($A, "1000"); // You script will works 1000 times. Change it if You want.
fclose($A);
}
$A = file_get_contents("asdf");
if($A == 0){
echo file_get_contents("ANYANOTHERLEGALHTML.html");
exit(0);
}
if(isset($_POST['nb'])){
$A--;
$B = fopen("asdf", "w");
fputs($B, $A);
fclose($B);
sleep(10); // 10 seconds, You can change it.
header("Location: XYZ");
}
if(!isset($_POST['nb'])){
echo '<form method = "POST" name = "theform"><input type = "hidden" name = "nb" value = "asdf"></form>
<script language = "JavaScript">
document.theform.submit();
</script>';
}
?>
 
Last edited:
it does work but you will get banned really fast because it's forbidden to create "redirect loops". (6. "Do not create 'redirect loops' with similar services (or ******) to generate revenue." ****** Terms & Conditions)
 
So You can use bot blocking system to make detection harder and auto destroyer / auto redirector.
 
Modification to prevent block:

Code:
<?php
if(!file_exists("asdf")){
$A = fopen("asdf", "a");
fputs($A, "1000"); // You script will works 1000 times. Change it if You want.
fclose($A);
}
$A = file_get_contents("asdf");
if($A == 0){
echo file_get_contents("ANYANOTHERLEGALHTML.html");
exit(0);
}
if(isset($_POST['nb'])){
$A--;
$B = fopen("asdf", "w");
fputs($B, $A);
fclose($B);
header("Location: XYZ");
}
if(!isset($_POST['nb'])){
echo '<form method = "POST" name = "theform"><input type = "hidden" name = "nb" value = "asdf"></form>
<script language = "JavaScript">
document.theform.submit();
</script>';
}
?>

F**k the terms, this is Black Hat.
 
Last edited:
But if nearly every visitor of you will click at like 3 ****** links in a very short time period they will detect you and ban you. This system will end in a ban ;)
 
In very short time period? So have to use small inside delay. Next modification:

Code:
<?php
set_time_limit(0);
if(!file_exists("asdf")){
$A = fopen("asdf", "a");
fputs($A, "1000"); // You script will works 1000 times. Change it if You want.
fclose($A);
}
$A = file_get_contents("asdf");
if($A == 0){
echo file_get_contents("ANYANOTHERLEGALHTML.html");
exit(0);
}
if(isset($_POST['nb'])){
$A--;
$B = fopen("asdf", "w");
fputs($B, $A);
fclose($B);
sleep(10); // 10 seconds, You can change it.
header("Location: XYZ");
}
if(!isset($_POST['nb'])){
echo '<form method = "POST" name = "theform"><input type = "hidden" name = "nb" value = "asdf"></form>
<script language = "JavaScript">
document.theform.submit();
</script>';
}
?>
 
Why not redirect from adfly to linkbee then back to adfly and so on...But I think that
with adfly it log your IP and after all ads that are in the adfly ad system have been
shown to your IP it then redirects you to the adfly home page and you stop getting paid
for the clicks
 
Absolutely agree with Hyacin. They can detect loops. TheSomeone, please share if that works.
 
Any success with this methods?Please share your success story too.
 
Triple Traffic Ban. lol

You can get people to click on different adfly links without sending them into Ban loops for yourself. Very creative though.
 
great share, i think youll be banned, but thats a real BH share ! Great! Anyone any ideas to use it (perhaps with other sites?) to make safe use of it?
Lets make a mindmap and start thinking ! :D
 
really gr8 share. but they are also smart people. ;) you'll get banned :/
 
Back
Top