Page 4 of 4 FirstFirst 1234
Results 31 to 35 of 35
  1. #31
    Join Date
    Dec 2005
    Posts
    1,733
    Tokens
    201
    Habbo
    Bomb-Head

    Latest Awards:

    Default

    Quote Originally Posted by bondie.
    Please post it, i may no wots rong :s
    Yeh if you just post the file me and bondz will help

  2. #32
    Join Date
    Jul 2005
    Location
    -
    Posts
    2,995
    Tokens
    0

    Latest Awards:

    Default

    Yep....

  3. #33
    Join Date
    Oct 2005
    Location
    Up North
    Posts
    1,002
    Tokens
    93

    Latest Awards:

    Default

    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'>

  4. #34
    Join Date
    Dec 2005
    Location
    XX
    Posts
    2,308
    Tokens
    2,015

    Latest Awards:

    Default

    This is basically the same as organised its identical O.O


  5. #35
    Join Date
    Oct 2005
    Location
    Up North
    Posts
    1,002
    Tokens
    93

    Latest Awards:

    Default

    It Should Be The Same As googlits But I Changed It A Bit

Page 4 of 4 FirstFirst 1234

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •