View Full Version : Script for Random Exit Console
Exxxotica
04-02-2001, 10:05 PM
Would anybody have a script, or know where to get one....that will allow me to popup random exit consoles?
ThaKiller
04-03-2001, 01:50 AM
sandman runs a toplist network which supports random exit consoles. you should ask him, I'm quite sure he will give it to you.
Exxxotica
04-03-2001, 04:05 AM
Thanks http://bbs.adultwebmasterinfo.com/ubb/smile.gif
ludwik
04-03-2001, 05:24 AM
<SCRIPT LANGUAGE="JavaScript">
<!--
function randomconsole {
im=new Array(5);
im[0]='http://www.something1.com'
im[1]='http://www.something2.com'
im[2]='http://www.something3.com'
im[3]='http://www.something4.com'
im[4]='http://www.something5.com'
o=Math.floor(Math.random()*im.length);
open(im[o],'console','toolbar=no,location=no,directories=no, scrollbars=yes,resizable=yes,status=no,menubar=no, ');
}
//-->
</SCRIPT>
battuss
04-03-2001, 06:07 AM
<SCRIPT LANGUAGE="JavaScript">
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.site.com";
}
if (ad==2) {
url="http://site.com/";
}
var f = 1;
function exit() {
if (f==1) open(url,"_blank"); }
</SCRIPT>
Exxxotica
04-04-2001, 01:31 AM
You guys are great!
Wow thats killer stuff... I wish my cjs were doing better..
Exxotica how are you??
Exxxotica
04-05-2001, 02:01 AM
Doing quite well thank you http://bbs.adultwebmasterinfo.com/ubb/smile.gif
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.