Файл: inc/head.php
Строк: 78
<?php
ob_start();
$sid=trim($_GET['sid']);
$login=$lg.'@'.$sr;
header("Content-type: text/html; charset=utf-8");
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified:".gmdate("D, d M Y H:i:s")."GMT");
header("Pragma: must-revalidate");
date_default_timezone_set ("Asia/Jakarta");
$jam=date("H:i:s",time());
echo '<!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>'.$title.' | '.$jam.'</title> <meta name="description" content="Wap4FTP is a Advanced free wapftp client for your mobile phone. Supports editing, archiving, extracting your files to your ftp server directly from mobile phones." />
<meta name="keywords" content="wap, ftp, client, wapftp, online, free, server, archiving, extracing, files, mobile, phones, Wap4FTP pranamoelya" />
<meta name="copyright" content="(c) pranamoelya 2010" />
<meta name="author" content="pranamoelya" />
<meta name="email" content="contact (at) Wap4FTP (dot) Co (dot) De" />
<meta name="Charset" content="UTF-8" />
<meta name="Distribution" content="Global" />
<meta name="Rating" content="General" />
<meta name="Robots" content="INDEX,FOLLOW" />
<meta name="Revisit-after" content="1 Day" />
<link rel="stylesheet" href="'.$dftp.'/theme/'.$tema.'/style.css" type="text/css" />
<link rel="shortcut icon" href="./favicon.ico"></head><body><div class="logo" align="center">';
include('buzzcity2.php');
echo "</div><div class="header" align="center"><b>$login</b></div>";echo('<div class="maintxt">');
echo '<div class="menu" align="center">'; include 'inc/ads.php';
echo("</div><div class="fmenu" style="text-align:left"> <a href='javascript:history.back(2)'>Back</a> <a href="$dftp/go.php?k=$k&d=$rd&n=$rn" accesskey="5" title="go">Jump</a> <a href="$dftp/faq.php">Help</a> <a href="$dftp/exit.php?k=$k" accesskey="0" title="logout">Exit</a></div>");
?>