Jacked lander, 202 going haywire...



+rep. I knew mine was sloppy, and this will come in handy.

Thx.. Since that page has PHP on it you can even do something basic with PHP to include an array of the sites that steal your shit, check against them and the same for the IP's. This would allow you to have 5 or 10 of them. I know it's kinda a one time deal but as someone stated never under estimate stupidity.

I vote for the fucker to be outted.... Address, Phone, Email ... give it all... Someone will find a creative usage for an email blast :)

If you really want to ruin someone put in a report about their company in RipOffReport.com. Almost always shows up in the top results when it's a start up and people read that shit.
 
Well, the jokers who copied me were from "Wam! Media Group" Wam! Media Group - how do I know this? Cuz the stupid fucks were visiting me from cp.wammediagroup.com/ while copying my page. I guess some people forget that some of us who do this shit actually know what the fuck we are doing.. LOL what a buncha dumbshits :action-smiley-052:. thanks for the free sales retards! :xmas-smiley-016:
 
Well, the jokers who copied me were from "Wam! Media Group" Wam! Media Group - how do I know this? Cuz the stupid fucks were visiting me from cp.wammediagroup.com/ while copying my page. I guess some people forget that some of us who do this shit actually know what the fuck we are doing.. LOL what a buncha dumbshits :action-smiley-052:. thanks for the free sales retards! :xmas-smiley-016:


They're very professional at Wam! Media Group, you know. And very proud of their business, apparently since they have private Whois.

Maybe they're not being found enough online. We should help them out by ranking this thread for them.

Wam! Media Group
Wam! Media Group
Wam! Media Group
Wam! Media Group
Wam! Media Group
 
Well, the jokers who copied me were from "Wam! Media Group" Wam! Media Group - how do I know this? Cuz the stupid fucks were visiting me from cp.wammediagroup.com/ while copying my page. I guess some people forget that some of us who do this shit actually know what the fuck we are doing.. LOL what a buncha dumbshits :action-smiley-052:. thanks for the free sales retards! :xmas-smiley-016:

What's funny is that they don't even rank for their name.

I wish I could say they are local to me and give you their address, but their site (even though still largely made with photoshop's slices) is out of the league of the Wam media group in my city (which spells theirs as Wham).
 
just a guess, the offer was a "Make Money Online" and you was going to advertise it through newspaper style LP with a number in its name?

Its actually the only profitable campaign they run ...
 
just a guess, the offer was a "Make Money Online" and you was going to advertise it through newspaper style LP with a number in its name?

Its actually the only profitable campaign they run ...

They are still thieves.... off with their heads. :ak:
 
Just because I was bored... Here is the basic PHP script with the ability to handle many options. Basically just put this at the bottom of your script where you would put the javascript mentioned above.

Code:
<?php
	// Enter IP(s) for those people you do NOT want to redirect
	
	// Multiple IP's
	//$ipBlacklist = array('xxx.xxx.xxx.xxx','xxx.xxx.xxx.xxx','xxx.xxx.xxx.xxx');
	
	// Single IP
	$ipBlacklist = array('123.123.123.123');
	
	// Enter a list of Domains that are stealing your content (do not include the www.)
	
	// Multiple Domains
	//$domainBlacklist = array('hisdomain.com','herdomain.com','assdomain.com');
	
	// Single Domain:
	$domainBlacklist = array('hisdomain.com');
	
	// Lets run some logic
	
	$visitor_ip = $_SERVER['REMOTE_ADDR'];
	
	$request_domain = parse_url($_SERVER['HTTP_REFERER']);
	
	$request_domain = str_replace('www.','',$request_domain['host']);
	
	$domainCheck = array_search($request_domain, $domainBlacklist);
	
	if(is_numeric($domainCheck)){
		// We are in here because it's loading a domain in our blacklist
		$ipCheck = array_search($visitor_ip, $ipBlacklist);
		if(!is_numeric($ipCheck)){
			// We are in here because the ip isn't in our blacklist
?>
			window.location = "http://www.mydomain.com";
<?php
		}
	}
?>

Disclaimer: I tried this in a basic environment where one web site requests a script from another, if they have some fucked up code on their site this may not work but for probably 99% of the situations it will work fine.
 
Yeah, I just saw that too. Probably just a fake site set up to get in to CPA networks anyway.


Yeah. Cause all their site content comes from two sources from what Ive seen.

Code:
http://www.designgururyan.com/why.php
Code:
http://webcache.googleusercontent.com/search?q=cache:6GCUlj4QPgMJ:monsterwavemedia.com/services.asp+%22Have+your+sales+or+lead+conversion+rates+been+slipping+causing+your+advertisements%22&cd=1&hl=en&ct=clnk&gl=us&client=firefox-a

Their related to monsterwavemedia.com. Got banned and ditched the site methinks. :xmas-smiley-010: