Просмотр файла reklama/reklama/mag.php

Размер файла: 846B
  1. <?
  2.  
  3.  
  4.  
  5. $xfile = @file("j_mag.txt");
  6. $random_num = rand (0,count($xfile)-1);
  7. $mag_j = explode(":",$xfile[$random_num]);
  8.  
  9. $xfile = @file("j_mag_kat.txt");
  10. $random_num = rand (0,count($xfile)-1);
  11. $mag_j_kat = explode(":",$xfile[$random_num]);
  12.  
  13.  
  14. $xfile = @file("m_mag.txt");
  15. $random_num = rand (0,count($xfile)-1);
  16. $mag_m = explode(":",$xfile[$random_num]);
  17.  
  18. $xfile = @file("top.txt");
  19. $random_num = rand (0,count($xfile)-1);
  20. $top = explode(":",$xfile[$random_num]);
  21.  
  22.  
  23. $mag_java = "<a href=\"http://mag.su/gamedef.php?gid=$mag_j[0]&amp;pi=034\">$mag_j[2]</a><br/>";
  24. $mag_melo = "<a href=\"http://mag.su/poly.php?pi=034&amp;sort=time\">$mag_m[0]</a><br/>";
  25. $mag_kateg = "<a href=\"http:$mag_j_kat[2]\">Ява:$mag_j_kat[0]</a><br/>";
  26. $mag_top = "<a href=\"http://mag.su/gamedef.php?gid=$top[0]&amp;pi=034\">$top[1]</a><br/>";
  27. ?>