Просмотр файла eforum25/klip.php

Размер файла: 1.26Kb
  1. <?php
  2. include "config.php";
  3. $encoding=explode(":",$lang[1]);
  4. $url=str_replace("klip.php","","$SERVER_NAME$SCRIPT_NAME");
  5. $forum_name[$f]=strip_tags($forum_name[$f]);
  6. $forum_desc[$f]=strip_tags($forum_desc[$f]);
  7.  
  8. header("Content-Disposition: attachment; filename=forum-$f.klip");
  9. header("Content-Type: application/download");
  10. ?>
  11. <klip>
  12.  
  13. <owner>
  14. <author><?php print $SERVER_NAME;?></author>
  15. <copyright><?php print $SERVER_NAME;?></copyright>
  16. <email><?php print 'info@'.$SERVER_NAME;?></email>
  17. <web><?php print $SERVER_NAME;?></web>
  18. </owner>
  19.  
  20. <identity>
  21. <title><?php print $forum_name[$f];?></title>
  22. <version>1.0</version>
  23. <lastmodified><?php print date('Y.m.d:Hi');?></lastmodified>
  24. <description><?php print $forum_desc[$f];?></description>
  25. </identity>
  26. <locations>
  27. <defaultlink><?php print 'http://'.$url;?></defaultlink>
  28. <contentsource><?php print 'http://'.$url.'rdf.php?f='.$f;?></contentsource>
  29. <icon><?php print 'http://'.$url.'pics/b1.gif';?></icon>
  30. <kliplocation><?php print 'http://'.$url.'klip.php?f='.$f;?></kliplocation>
  31. </locations>
  32. <setup>
  33. <refresh>15</refresh>
  34. <language><?php print $encoding[1];?></language>
  35. </setup>
  36.  
  37. <messages>
  38. <loading>Getting data...</loading>
  39. <nodata>No items to display.</nodata>
  40. </messages>
  41.  
  42. </klip>