Update stalker.php
Browse files- stalker.php +5 -0
stalker.php
CHANGED
|
@@ -30,6 +30,11 @@ curl_close($n3);
|
|
| 30 |
|
| 31 |
$i6 = json_decode($h5, true);
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
if (isset($i6["js"]["cmd"])) {
|
| 34 |
$d7 = $i6["js"]["cmd"];
|
| 35 |
header("Location: " . $d7);
|
|
|
|
| 30 |
|
| 31 |
$i6 = json_decode($h5, true);
|
| 32 |
|
| 33 |
+
// ID देखने के लिए पूरा डेटा स्क्रीन पर प्रिंट करने का कोड
|
| 34 |
+
echo "<pre>";
|
| 35 |
+
print_r($i6);
|
| 36 |
+
echo "</pre>";
|
| 37 |
+
|
| 38 |
if (isset($i6["js"]["cmd"])) {
|
| 39 |
$d7 = $i6["js"]["cmd"];
|
| 40 |
header("Location: " . $d7);
|