http://www.habbopeople.co.uk/Alert1.2.3/agh.php I Made It So the Habbo Window Pops Up Around It But Now I Have Loads Of Errors Anyone Help Me?
Printable View
http://www.habbopeople.co.uk/Alert1.2.3/agh.php I Made It So the Habbo Window Pops Up Around It But Now I Have Loads Of Errors Anyone Help Me?
Where did you download that system from, it looks good :P
That free template site, I've seen it before.Quote:
Originally Posted by bomb-head
No thats just a template and you have to go into the file and edit what you want it to say, but looking at THIS, it looks like in the /secure directory contains a file where you can just tpye in what you want the alert box to say.Quote:
Originally Posted by Nick.
I Got The Alert System From Googleit You Should Find It On Habbodiscussion Forum I Need Help With The Code Pls
can u give me an exact link to download it plz
I was thinkin same thing lolQuote:
Originally Posted by bondie.
You Cant Download The Habbo Window Alert I Will Probobly Sort A Download For People When I Can If You Can Help Me Please Do
=[ i want 1 :(
Edit**: DOWNLOAD << theres the download link.
Aww thanks bruv ure awesome, :)Quote:
Originally Posted by bomb-head
Thanks bond :D (i went to +rep you but it said i need to spread some around :P)
Beat u 2 it :)
Thanks :D
so does this php need fixing still :s
Im going to try mine now..
The Alert System Is Fine I Mucked It Up By Trying To Habbo Ize It
cud u plz send me a copy of it when u get it working thnxQuote:
Originally Posted by .:.:jjm261:.:.
I Would If Somebody Could Help :(
What exactly is the problem again?
It Keeps Showing Up With Stuff Like Php Errors
url ill look xD
How did you get the image on ?
yeh but what php errors and then we could try and fix it.Quote:
Originally Posted by .:.:jjm261:.:.
for free :P ;) were niceQuote:
Originally Posted by bomb-head
The Following Errors Happen
Quote:
Warning: Cannot modify header information - headers already sent by (output started at /home/habbopeo/public_html/Alert1.2.3/agh.php:3) in /home/habbopeo/public_html/Alert1.2.3/agh.php on line 87
Wheres that showing up cos when i go to that link i dont get no errors :S
post the agh file, ill scan through it :)Quote:
Originally Posted by bomb-head
I Need To Sort Out The Alert Every Time A New Alert Is Posted It Happens
Please post it, i may no wots rong :s
Yeh if you just post the file me and bondz will helpQuote:
Originally Posted by bondie.
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
It Should Be The Same As googlits But I Changed It A Bit