Размер файла: 846B
- <?
-
-
-
- $xfile = @file("j_mag.txt");
- $random_num = rand (0,count($xfile)-1);
- $mag_j = explode(":",$xfile[$random_num]);
-
- $xfile = @file("j_mag_kat.txt");
- $random_num = rand (0,count($xfile)-1);
- $mag_j_kat = explode(":",$xfile[$random_num]);
-
-
- $xfile = @file("m_mag.txt");
- $random_num = rand (0,count($xfile)-1);
- $mag_m = explode(":",$xfile[$random_num]);
-
- $xfile = @file("top.txt");
- $random_num = rand (0,count($xfile)-1);
- $top = explode(":",$xfile[$random_num]);
-
-
- $mag_java = "<a href=\"http://mag.su/gamedef.php?gid=$mag_j[0]&pi=034\">$mag_j[2]</a><br/>";
- $mag_melo = "<a href=\"http://mag.su/poly.php?pi=034&sort=time\">$mag_m[0]</a><br/>";
- $mag_kateg = "<a href=\"http:$mag_j_kat[2]\">Ява:$mag_j_kat[0]</a><br/>";
- $mag_top = "<a href=\"http://mag.su/gamedef.php?gid=$top[0]&pi=034\">$top[1]</a><br/>";
- ?>