<?php
function downloadScribd($link){
$getID = explode("/",str_replace("http://","",$link));
exit("<script>window.location='
http://www.scribd.com/mobile/documents/".$getID[2]
."/download?commit=
Download+Now&secret_password=K4pT3N';</script>");
}
echo "<form name='f' method='post' action=''>
<input type='text' name='link'>
<input type='submit' name='submit' value='Download'>
</form>";
if(isset($_POST['submit'])){
downloadScribd($_POST['link']);
}
?>
http://anambaskab.go.id/scribd.php
Source: http://explorecrew.org
All content of this web is for education purphose only. Any
consequences in views of the use of scripts, techniques, codes,
tutorials, and everything imaginable on this website are purely the
responsibility of the user, NOT ExploreCrew. If you agree about this,
continue reading. If you do not agree, please leave.
Comments
Post a Comment
Để lại góp ý của bạn để blog của mình hoàn thiện hơn :))