Status
Not open for further replies.
Code:
#TOP 5 SITES FROM PR AND ALEXA!
http://WareztheGFX.com		2	29,810		#		#
http://CysForum.com		2	123,943		#		#
http://gillwarez.com		1	75,091		#		#
http://platinumw.org		1	103,043		#		#
[COLOR=Red]http://dasmartshare.com		1	413,630		#		#
[/COLOR]


Code:
http://warezsoul.org		1	226,745		#		#
http://warezgang.com		1	202,321		#		#
RED one is funny Top site.
 
dude some hacking and server problem gillwarez.com
lost some of rank at alexa .
we will recover soon

gillwarez was around 42 k before it got hacked
but we are recovering now
 
Cyber hack i ment to leave a note to say that if your astats are incorrect please tell me due to you cant trust pr checkers etc around the web..
 
see this is the issue, nothing is certain atm we have to cross check it all now :( im gonna have to code a fucking page rank checker to make sure this shit is correct :/
 
every pagerank checkers uses different code to work out the GOOGLE MAGIC BYTES and sometimes they mess up :( i will go threw tyhis unless my partner picks a site as he knows all your sites :/ mhahahha
 
@kamrul genius check the PR of link i gave its not http://www.devilsfunhouse.org

ITS http://www.devilsfunhouse.org/forum/
PR2
Alexa: 95,799

ok


@litewarez bro i gona put ur link on my forum giving details again

Name: Devil's Funhouse
URl: http://www.devilsfunhouse.org/forum/
PR2 ( plz check the link of my forum not http://www.devilsfunhouse.org)
Alexa: 95,799
1 year old domain
Google indexed pages: 48k

Kind Regards

My site deserves to be in
#TOP 6 SITES FROM PR AND ALEXA!


39592bfb65.png


About 36% of totall traffic is from search engines
 
WareztheGFX won't do a LE. You're acting like you've got the worlds biggest site. I mean "I am going to code my own pr checker", seriously dude.
 
Strspeed your cheaky and if you must know i have to develop one anyone for litewarez webmasters!


And just to show you that I CAN code my own pagerank checker here the one i started but is not yet finished!!

PHP:
class google_pagerank{
	
	var $domain = '';
	var $resource = false;
	
	function __construct($domain){
		$this->domain = $domain;
	}
	
	/*Google*/
	public function getPageRank(){
		$this->hash = $this->CheckHash($this->HashUrl($this->domain));
		$UrlData = array(
			'client'	=> 'navclient-auto',
			'ch'		=> $this->hash,
			'features'	=> 'Rank',
			'q'			=>'info:'.$this->domain
		);
		$UrlData = http_build_query($UrlData,'','&');
		$this->getPage = sprintf("http://google.com/search?%s",$UrlData); 
		/*Parse the results*/
		$this->gResults = $this->GetDataFromDomain($this->getPage);
		$this->_pos = strpos($this->gResults,"Rank_");
		return ($this->_pos === false) ? false : substr($this->gResults, $this->_pos + 9);
	}
	private function StrToNum($Str, $Check, $Magic){
		/* Once Removed*/
	}
	private function HashURL($String){
		/*Twice Removed*/
		$T2 = (((($Check1 & 0xFFFFC000) << 4) | ($Check1 & 0x3C00)) << 0xA) | ($Check2 & 0xF0F0000 );
		return ($T1 | $T2);
	}
	private function CheckHash($Hashnum){
		$CheckByte = 0;
		$Flag = 0;
		$HashStr = sprintf('%u', $Hashnum);
		$length = strlen($HashStr);
		for($i = $length - 1;  $i >= 0;  $i --){
			$Re = $HashStr{$i}; 
			if(1 === ($Flag % 2)){
				$Re += $Re;
				$Re = (int)($Re / 10) + ($Re % 10);
			} 
			$CheckByte += $Re;
			$Flag ++;
		}
		$CheckByte %= 10;
		if (0 !== $CheckByte){
			$CheckByte = 10 - $CheckByte;
			if(1 === ($Flag % 2)){
				if(1 === ($CheckByte % 2)){
					$CheckByte += 9; 
				}
				$CheckByte >>= 1;
			}
		}
		return '7'.$CheckByte.$HashStr;
	}
	/*End Google*/

	/*Global Functions*/
	private function GetDataFromDomain($Url){
		$this->resource = curl_init($Url);
		/*Settings*/
		$this->CurlOptions = array(
			CURLOPT_RETURNTRANSFER	=> true,
			CURLOPT_HEADER			=> false,
			CURLOPT_FOLLOWLOCATION	=> false,
			CURLOPT_ENCODING		=> "",
			CURLOPT_USERAGENT		=> "Litewarez (Curl Client)",
			CURLOPT_AUTOREFERER		=> true,
			CURLOPT_CONNECTTIMEOUT	=> 120,
			CURLOPT_TIMEOUT			=> 120,
			CURLOPT_MAXREDIRS		=> 10,
			CURLOPT_SSL_VERIFYHOST	=> 0,
			CURLOPT_SSL_VERIFYPEER	=> false,
			CURLOPT_VERBOSE			=> 1
		);
		curl_setopt_array($this->resource,$this->CurlOptions);
		return curl_exec($this->resource);
	}
}
?>


And to be honest i did not expect the response i have.. and have you heard me once gloat about it lol! at the end of the day im waiting for my partner to confirm it as he was already discussing something else where with a big site and i haven't spoke to him!

ive made my mind up here just waiting for him to confer with me
 
Status
Not open for further replies.
Back
Top