· 6 years ago · Apr 04, 2019, 04:14 PM
1 <link href='http://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
2<style>
3body {background:url('https://ak0.picdn.net/shutterstock/videos/18125800/thumb/12.jpg') no-repeat fixed;
4 -webkit-background-size: 100% 100%;
5 -moz-background-size: 100% 100%;
6 -o-background-size: 100% 100%;
7 background-size: 100% 100%;;color:#fff;font-family: 'Share Tech Mono';margin-left:5%;
8 margin-right:5%;}
9input[type=text] , input[type=file] , input[type=password] {background:none;border-top:none;border-left:none;border-right:none;color: #02BC8C ;border-bottom:2px solid #02BC8C;font-family: 'Share Tech Mono';margin:6px;padding:6px; -moz-border-radius: 7px; border-radius: 7px;width:35%;}
10textarea {
11 background:none;border-top:none;border-left:none;border-right:none;color: #02BC8C ;border:2px solid #02BC8C;font-family: 'Share Tech Mono';margin:6px;padding:6px; -moz-border-radius: 7px; border-radius: 7px;
12 width:40%;
13 height:150px;
14}
15input[type=submit] {background:#02BC8C;color:white;border:1px solid #02BC8C;font-family: 'Share Tech Mono';padding:2px 8px; -moz-border-radius: 10px; border-radius: 10px;width:35%;}
16.fak {background: #02BC8C ;color:#fff;border:1px solid #02BC8C;font-family: 'Share Tech Mono';padding:2px 8px; -moz-border-radius: 7px; border-radius: 7px;width:15%;}
17a {text-decoration:none;color:#02BC8C}
18 #tabnet{
19 margin-left:15px auto 0 auto;
20 margin-right:15px auto 0 auto;
21 border: 1px solid #02BC8C;
22 width: 100%;
23 }
24 th {
25 background: #02BC8C;
26 color:#2F302F;
27 }
28 td {
29 border-bottom: 1px solid #02BC8C;
30 padding: 3px;
31 }
32 #c {
33 text-align: center;
34 }
35</style>
36<title>Alexa+MozRanks V.2</title>
37<table width=100% height=100%>
38<td align="center">
39<b>
40<center><font new size="7">EXPLOIT KITA ORG</font><br>Sharing [IT] Exploit<br><br><font color="#02BC8C">null</font>@localhost:/<font color="#02BC8C">null</font># id
41uid=0(<font color="#02BC8C">null</font>) gid=0(<font color="#02BC8C">null</font>) groups=0(<font color="#02BC8C">null</font>)
42<br><br>
43
44<center> Use AlexarRanks [Fitur] Or Use MozRank [FITUR] Or USE 2 FITUR
45<br><br>
46<form method="post">
47<textarea name="url_form" cols="40" rows="8" style="width: 400px">
48<?=$_REQUEST['url_form'];?>
49</textarea >
50<br />
51<input type="radio" name="alexa"> [Alexa-Ranks]
52<input type="radio" name="moz"> [DA/PA+MozRanks]<br>
53<input type="submit" style="margin-top: 5px; font-size: 18px" value="Check Metrics" />
54</form>
55</center>
56
57<!-- Want to recoded? Try to include copyright!! By Html404#Res7ockCrew --!>
58
59<?php
60//Html404 - RES7OCK CREW
61$url1 = explode("\r\n",$_POST['url_form']);
62if($_POST['alexa']){
63 echo '<div style="margin: auto; width: 50%; min-width: 400px">
64<table width="500" cellpadding="5" cellspacing="5">
65<thead style="text-align: left">
66<tr><th>WEB</th><th>RANKS</th><th>COUNTRY</th><th>RANK</th></tr></thead>
67<tbody>';
68foreach ($url1 as $url){
69 $p = parse_url($url);
70$xml = simplexml_load_file('http://data.alexa.com/data?cli=10&dat=snbamz&url='.$p['host']);
71
72$rank = isset($xml->SD[1]->POPULARITY)?$xml->SD[1]->POPULARITY->attributes()->TEXT:0;
73
74$negara = isset($xml->SD[1]->COUNTRY)?$xml->SD[1]->COUNTRY->attributes()->NAME:0;
75
76$web = (string)$xml->SD[0]->attributes()->HOST;
77
78$negara1 = isset($xml->SD[1]->COUNTRY)?$xml->SD[1]->COUNTRY->attributes()->RANK:0;
79
80echo "<tr><td> ".$web." </td><td> ".$rank."</td><td>".$negara." </td><td> ".$negara1."</td></tr>";
81}
82
83echo '</tbody></table>
84<br><br>';
85}
86
87if($_REQUEST['moz']) {
88$urls = trim($_POST['url_form']);
89$urls = explode("\n", $urls);
90$urls = array_filter($urls, 'trim');
91}
92if(!$urls) {
93exit;
94}
95?>
96<div style="margin: auto; width: 50%; min-width: 400px">
97<table width="500" cellpadding="5" cellspacing="5">
98<thead style="text-align: left">
99<tr><th>ID</th><th>URL</th><th>DA</th><th>PA</th><th>MR</th><th>EL</th></tr></thead>
100<tbody>
101<?php
102$hitung = 0;
103$urlx = array();
104$verif_url = array_chunk($urls,80);
105foreach($verif_url as $chunk) {
106sleep(2);
107unset($url);
108$url = $chunk;
109$seo = API_MOZ($url);
110if($seo['error'] != '') {
111echo "Error[SEOMoz]: ".$seo['error']."<br>";
112} else {
113foreach($seo as $index => $data) {
114$urls['pa'] = number_format($data['pa'], 0, '.', '');
115$urls['url'] = $data['url'];
116$urls['da'] = number_format($data['da'], 0, '.', '');
117$urls['title'] = $data['title'];
118$urls['external_links'] = $data['external_links'];
119$urls['mozrank'] = number_format($data['mozrank'], 2, '.', '');
120$hitung++;
121echo "<tr><td>";
122echo $hitung;
123echo "</td><td>";
124echo str_replace("http://","",$urls['url']);
125echo "</td><td>";
126echo $urls['da'];
127echo "</td><td>";
128echo $urls['pa'];
129echo "</td><td>";
130echo $urls['mozrank'];
131echo "</td><td>";
132echo $urls['external_links'];
133echo "</td>";
134echo "</tr>";
135$urlx[] = $urls;
136}
137}
138}
139?>
140</tbody></table>
141<br><br>
142<?php
143$_SESSION['urlx'] = $urlx;
144if(!empty($urlx)) { }
145?>
146</center>
147</div>
148<?php
149// Document code by Moz
150// www.stateofdigital.com
151function API_MOZ($objectURL) {
152// cek https://moz.com/products/api/keys untuk mendapatkan accessID dan secretKey nya
153// your accessID
154$accessID = "mozscape-4f3765f6c2";
155// your secretKey
156$secretKey = "72c60c0d7f5bc0fad86ab432eaaf32ce";
157$expires = time() + 600;
158$stringToSign = $accessID."\n".$expires;
159$binarySignature = hash_hmac('sha1', $stringToSign, $secretKey, true);
160$urlSafeSignature = urlencode(base64_encode($binarySignature));
161$cols = 68719476736+34359738368+536870912+32768+16384+2048+32+4;
162$requestUrl = "http://lsapi.seomoz.com/linkscape/url-metrics/?Cols=".$cols."&AccessID=".$accessID."&Expires=".$expires."&Signature=".$urlSafeSignature;
163$batchedDomains = $objectURL;
164$encodedDomains = json_encode($batchedDomains);
165$options = array(CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS =>$encodedDomains);
166$ch = curl_init($requestUrl);
167curl_setopt_array($ch, $options);
168$content = curl_exec($ch);
169curl_close( $ch );
170$response = json_decode($content,true);
171$count = 0;
172if(isset($response['error_message'])) {
173$list = array('error'=>$response['error_message']);
174} else {
175foreach($response as $metric) {
176$list[$count]['url'] = $objectURL[$count];
177$list[$count]['subdomain'] = $metric['ufq'];
178$list[$count]['domain'] = $metric['upl'];
179$list[$count]['pa'] = $metric['upa'];
180$list[$count]['da'] = $metric['pda'];
181$list[$count]['mozrank'] = $metric['umrp'];
182$list[$count]['title'] = $metric['ut'];
183$list[$count]['external_links'] = $metric['ueid'];
184$count++;
185}
186}
187return $list;
188}
189?>
190© Design By HTML404 2018