View Full Version : Question from the noob.....
Err yah.. On thinkhabbo.com they have a thing where the dj types a message and it popsup on your screen like a error message thing.. how they do this?
dani342us
26-02-2006, 08:49 PM
Ip Alert. You can get this from the radio panels at RadioPanels.com
Flisker
26-02-2006, 11:31 PM
Yup xD
Sygon.
27-02-2006, 03:17 PM
:o Sams not a noob
- Sy
Craig
27-02-2006, 04:53 PM
Sam do you have my 9hc you OWE me? I mean you blocked me off msn [Although you denied it] and you promised me this a few weeks ago!
Patience is a virtue.. I havent bloked you i just havent been on.. Im always on Maplestory xD
Sygon.
28-02-2006, 11:21 AM
Patience is a virtue.. I havent bloked you i just havent been on.. Im always on Maplestory xD
We love free games, how was that ngoempire thingy
Craig
28-02-2006, 04:21 PM
Patience is a virtue.. I havent bloked you i just havent been on.. Im always on Maplestory xD
Pardon? You had blocked me on Saturday yet had Daza+Dan still on. And it is a virtue but when I go out of my way to give you the pay asap you could do the same in return.
Splinter
28-02-2006, 07:26 PM
its just basic javascript "/
<script language="javascript">
alert('Text here "/');
</script>
i dont want it to pop up all the time splinter. Just when the dj types the message n presses enter it pops up then when they precc cance; it goes forever :P Like a pop up dj says
Flisker
10-03-2006, 06:34 AM
well Googleit on habboforum.com has one in the webdesign section But...
Habbo forum is down :S
The easiest way to do this would probably to just have a JavaScript which keeps opening a file and alerts if the file says something (then keeps checking for changes).
<script type="text/JavaScript">
<!-- Begin
var previous;
if(navigator.appName == "Microsoft Internet Explorer") {
type = new ActiveXObject("Microsoft.XMLHTTP");
} else {
type = new XMLHttpRequest();
}
loadAlert();
function loadAlert(){
type.open('GET', 'alert.txt', true);
type.onreadystatechange = displayData;
type.send();
}
function displayData(){
if (type.readyState == 4) {
if(type.responseText != '' || type.responseText == previous_message) {
alert(type.responseText);
previous = type.responseText;
setTimeout('time_increase()', 3500);
}
}
//-->
</script>
Nets knows everything -.-
---MAD---
10-03-2006, 05:45 PM
just have the dj says bit refresh every 30 seconds or so. That should be alot easier and less hassle :)
Dont have a box for dj says <3
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.