Anyway to decode this script?
Somebody please help
Collapse
X
-
PHP Code:<?php
$url = 'http://www.videoget.in/tube.php?' . $_GET['id'] . '';
$XnP3g6CaJ = file_get_contents($url);
$XnP3g6CaJ = str_replace('(www.videoget.in)', '(' . $_SERVER['HTTP_HOST']. ')', $XnP3g6CaJ);
echo $XnP3g6CaJ;Last edited by frostymarvelous; 15.12.15, 11:19.Perfection comes at a cost
I accept liberty!
Comment