View file autoindex_new_WapAdmin.InFo_by_mysteryo/config.php

File size: 1.21Kb
<?php
//Enable compression? (1 or 0)
$zip = 1;
//Number of files on the page:
$filestr = 9;
//The number of folders on the page:
$dirstr = 9;
//Filelist
$allfile = 'thm,nth,mp3,amr,wav,mmf,mid,jpg,JPG,gif,GIF,png,PNG,3gp,avi,mp4,sis,sisx,sys,jar,txt,zip,rar';
//The length and height of the image for preview
$neww = 40;
$newh = 40;
//Number of comments per page:
$kommstr = 9;

// PCLZIP
$pclzip = 'pclzip.lib.php';
// ID
$mp3 = 'id.php'; // ibid should be pear.php


// Top
$top = '<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Downloads</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="konon">'.$_SERVER['HTTP_HOST'].'<br/></div>';
// Bottom
$foot = '<div class="footer"><div class="footer"><div class="footer">'.$_SERVER['HTTP_HOST'].'</div></div></div></body></html>';


if(substr_count($_SERVER['HTTP_USER_AGENT'], 'MSIE'))
{header('Content-type: text/html; charset=utf-8');}
else
{header('Content-type: application/xhtml+xml; charset=utf-8');}
header('Cache-control: no-cache');
?>