channel.htm 654 B

123456789101112131415161718
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=gbk" />
  5. <script type="text/javascript">
  6. var querystring = location.search.substr(1);
  7. if(querystring.indexOf('/') != -1) {
  8. var e = querystring.split('/');
  9. var url = '../../admin.php?frames=yes&action=cloudaddons&operation=download&addonids=' + e[0] + '&md5hash=' + e[1] + '&timestamp=' + e[2];
  10. try {
  11. top.location.href = url;
  12. } catch(e) {}
  13. }
  14. </script>
  15. </head>
  16. <body>
  17. </body>
  18. </html>