I have searched google about this topic but it was not clear. If any one can help me on how to put a fake page rank, it will be great.
it has something to do with redirect there are many fake pagerank checker nowadays, if you're intention is too deceive they would know.
You could easily check if it's fake or not using google, just query: sitename.ext If what appears isn't the site, it means it's fake & redirected Knowing so, I wouldn't faking a page rank, still, it's your choice dude
it has something to do with redirecting in .hta access and then using a cloaking software or something.. i am not clear on how to use the cloaking software
Its something like this in PHP <?php $seref=array("google","msn","live","altavista","ask","yahoo","aol","cnn","weather","alexa"); $ser=0; foreach($seref as $ref) if(strpos(strtolower($_SERVER['HTTP_REFERER']),$ref)!==false) { $ser="1"; break; } if($ser=="1" && sizeof($_COOKIE)==0) { header('HTTP/1.1 301 Moved Permanently'); header('Location: http://www.highprsite.com/'); exit; } else { your own site } ?> Code (markup):
There need to be the urge to know everything and how everything works, be it good things or bad things. That's how things go, u nutsack!
LMAO! Now you have a valid reason. Should of stated that in the first place. =) It's good to understand how things work that's how you figure things out..
Buyers that are looking for PR should know how to check if its real PR Alot of people just like to feel good they have a fake high PR
btw what does this line do? $seref=array("google","msn","live","altavista","ask","yahoo","aol","cnn","weather.........
Reading the code will give you a little understanding If the ref is google, msn, live, etc set $ser as 1 if $ser is 1, redirect them to a high PR site