Heisenberg submitted a new resource:
You must be registered for see links
- BBcode: Play Zippyshare Full LinkvB Version: 4.1.8
Step 1: create a file "get.php" with the following contents:
Code:[COLOR=#000000] [/COLOR]<? function GetBetween($content,$start,$end){ $r = explode($start, $content); if (isset($r[1])){ $r = explode($end, $r[1]); return $r[0]; } return ''; } function getmicrotime($e = 0) { list($u, $s) = explode(' ',microtime()); return bcadd($u, $s, $e); } $time = getmicrotime(); $link = $_REQUEST['id']; if(strlen($link)>15){ $wwwid =...
You must be registered for see links
Last edited: