<?php
/**********************************************************
* ______ ______ ___ _______ ___ ___ _______ *
* | _ \ | _ \ | | | _ || Y || _ | *
* |. | \|. | \|. | |. 1___||. || 1___| *
* |. | |. | |. |___ |. |___ |. \_/ ||____ | *
* |: 1 |: 1 |: 1 ||: 1 ||: | ||: 1 | *
* |::.. . /|::.. . /|::.. . ||::.. . ||::.|:. ||::.. . | *
* `------' `------' `-------'`-------'`--- ---'`-------' *
* _______ _______ *
* .--.--. | _ | | | *
* | | | |___| | __ |___| | *
* \___/ _(__ | |__| / ___/ *
* |: 1 | |: 1 \ *
* |::.. . | |::.. . | *
* `-------' `-------' *
* *
* Script: DDLCMS v3.2 *
* Author: Little Dragon *
* Email: hide@address.com *
* Website: http://www.ddlcms.com *
* *
* Please direct bug reports, suggestions or feedback *
* to the DDLCMS forums: *
* *
* http://www.ddlcms.com/forums *
* *
* DDLCMS is a commercial grade content management *
* system for DDL site owners. It is provided free *
* of charge, provided: *
* *
* 1. You keep the linkback to http://www.ddlcms.com *
* in the footer. *
* *
* 2. You keep the sponsored links to Sharingzone.net *
* on your site. *
* *
* By using this script, you agree that you will not *
* modify, remove, or replace any encoded parts of *
* this script. All encoded parts MUST remain intact *
* for your site to remain in good standing. *
* *
**********************************************************/
if(!defined('WWWROOT'))
{
define('WWWROOT', substr(dirname(__FILE__), 0, -5));
}
function get_micro()
{
list($usec, $sec) = explode(' ', microtime());
return ((float)$usec + (float)$sec);
}
$start = get_micro();
require(WWWROOT . 'killthreat.php');
require(ADMINDIR . 'edit.php');
$e = new edit();
$e->open();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><?php echo $site_name; ?> - Admin Board</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<link rel="stylesheet" href="<?php echo $site_url; ?>/admin/styles/adminstyles.css" type="text/css" />
<script type="text/javascript" src="<?php echo $site_url; ?>/ddlcms.js"></script>
<script type="text/javascript">
<!-- Begin
var checkflag = "false";
function check(field) {
if (checkflag == "false") {
for (i = 0; i < field.length; i++) {
field[i].checked = true;}
checkflag = "true";
return "Uncheck All"; }
else {
for (i = 0; i < field.length; i++) {
field[i].checked = false; }
checkflag = "false";
return "Check All"; }
}
// End -->
</script>
<script type="text/javascript" src="<?php echo $site_url; ?>/admin/wysiwyg.js"></script>
</head>
<body>
<div id="dhtmltooltip"></div>
<script type="text/javascript">
var offsetxpoint=-60 //Customize x offset of tooltip
var offsetypoint=20 //Customize y offset of tooltip
var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all['dhtmltooltip'] : document.getElementById? document.getElementById('dhtmltooltip') : ''
function ietruebody(){
return (document.compatMode && document.compatMode!='BackCompat')? document.documentElement : document.body
}
function ddrivetip(thetext, thecolor, thewidth){
if (ns6||ie){
if (typeof thewidth!='undefined') tipobj.style.width=thewidth+'px'
if (typeof thecolor!='undefined' && thecolor!='') tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}
function positiontip(e){
if (enabletip){
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
//if the horizontal distance isnt enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth)
//move the horizontal position of the menu to the left by its width
tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+'px' : window.pageXOffset+e.clientX-tipobj.offsetWidth+'px'
else if (curX<leftedge)
tipobj.style.left='5px'
else
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetxpoint+'px'
//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight)
tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+'px' : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+'px'
else
tipobj.style.top=curY+offsetypoint+'px'
tipobj.style.visibility='visible'
}
}
function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility='hidden'
tipobj.style.left='-1000px'
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}
document.onmousemove=positiontip
</script>
<center>
<table border="0" cellpadding="0" cellspacing="0" width="970">
<tbody>
<tr>
<td colspan="2">
<h1><img src="<?php echo $site_url; ?>/admin/images/admin.png" height="30" width="30" valign="middle">
<?php echo $site_name; ?></h1>
<a href="<?php echo $site_url; ?>/admin/" target="_top" title="<?php echo $site_name; ?>: Administration Panel" class="h1"><b>Administration Panel</b></a> |
<a href="<?php echo $site_url; ?>" title="View Site in a new window" target="_blank">View Site >></a>
</td>
</tr>
<tr>
<td colspan="2" height="15">
</td>
</tr>
<tr>
<td colspan="2" class="bar">
<a target="_self" href="<?php echo $site_url; ?>/admin/ddl.php" class="topmenulink">DDL</a> |
<a target="_self" href="<?php echo $site_url; ?>/admin/tsadmin/admin.php" class="topmenulink">Topsites</a> |
<a target="_self" href="<?php echo $site_url; ?>/admin/instantLEadmin.php" class="topmenulink">Instant LE</a> |
<a target="_self" href="<?php echo $site_url; ?>/admin/news.php" class="topmenulink">Page Maker</a> |
<a target="_self" href="<?php echo $site_url; ?>/admin/autosubmitter.php" class="topmenulink">AutoSubmitter</a> |
<a target="_self" href="<?php echo $site_url; ?>/admin/?logout" class="topmenulink">Log Out</a>
</td>
</tr>
<tr>
<td colspan="2" height="15">
</td>
</tr>