kendine göre düzenle download.php örneği

<?php
include("wp-config.php");
$no=$_GET['id'];
$sorgu=mysql_query("select link from wp_posts where ID=$no");
$al=mysql_fetch_assoc($sorgu);
$link=$al['link'];

?>
<html><head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="refresh" content="0;URL=<?=$link;?>" />
</head>
</html>