Yeh if you just post the file me and bondz will helpOriginally Posted by bondie.

Yeh if you just post the file me and bondz will helpOriginally Posted by bondie.
Please post it, i may no wots rong :s
Yep....
You Also May Steal My Hard Work Darlin Anyway
PHP Code:<?
require('config.php');?>
<script language='JavaScript1.2'>
var dragswitch=0
var nsx
var nsy
var nstemp
function drag_dropns(name){
temp=eval(name)
temp.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
temp.onmousedown=gons
temp.onmousemove=dragns
temp.onmouseup=stopns
}
function gons(e){
temp.captureEvents(Event.MOUSEMOVE)
nsx=e.x
nsy=e.y
}
function dragns(e){
if (dragswitch==1){
temp.moveBy(e.x-nsx,e.y-nsy)
return false
}
}
function stopns(){
temp.releaseEvents(Event.MOUSEMOVE)
}
//drag drop function for IE 4+////
/////////////////////////////////
var dragapproved=false
function drag_dropie(){
if (dragapproved==true){
document.all.showimage.style.pixelLeft=tempx+event.clientX-iex
document.all.showimage.style.pixelTop=tempy+event.clientY-iey
return false
}
}
function initializedragie(){
iex=event.clientX
iey=event.clientY
tempx=showimage.style.pixelLeft
tempy=showimage.style.pixelTop
dragapproved=true
document.onmousemove=drag_dropie
}
if (document.all){
document.onmouseup=new Function('dragapproved=false')
}
function hidebox(){
if (document.all)
showimage.style.visibility='hidden'
else if (document.layers)
document.showimage.visibility='hide'
}
</script>
<div style='width:338;left:285px;top:163px;height:121;position:absolute' id=showimage>
<table border='0' width='338' cellspacing='0' cellpadding='0' align='center'>
<tr>
<td width='100%' onMousedown='initializedragie()'><img border='0' src='/images/signtop.gif' width='338' height='30'></td>
</tr>
<tr>
<td width='100%' onMousedown='initializedragie()'>
<table border='0' width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td width='1%' background='/images/sign_lt.gif'><img src='/images/sign_lt.gif' width="15" height="97" border='0'></td>
<td width='100%' bgcolor='#EFEFEF'> <font size='1' face='Verdana' color='#000000'><font face='Verdana' size='1' color='#000000'><center></font></font>
<?php
$alertQuery = mysql_query("SELECT * FROM alert WHERE active='Y'");
if(mysql_num_rows($alertQuery) =="1"){
$alertData = mysql_fetch_array($alertQuery);
if($alertData[direct] ==""){
if($_COOKIE["$alertData[ID]"] !="Y"){
setcookie($alertData[ID], "Y");
Echo"
alert('$alertData[message]');";
}
}else{
if($_SERVER["REMOTE_ADDR"] == $alertData[direct]){
setcookie($alertData[ID], "Y");
Echo"
alert('$alertData[message]');";
}
}
}
?>
<br>
<a href='#' onClick='hidebox();return false'><center><br><img src="/images/okay.gif" width="38" height="23" border="0"></a></center>
<td width='1%' background='/images/sign_rt.gif'><img src='/images/sign_rt.gif' width="16" height="97" border='0'></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width='100%' onMousedown='initializedragie()'><img border='0' src='/images/signbt.gif' width='338' height='13'></td>
</tr>
</table>
</div>
<META HTTP-EQUIV='refresh' content='10;URL=agh.php'>
This is basically the same as organised its identical O.O
Want to hide these adverts? Register an account for free!