PDA

View Full Version : dk3.com



cc2001
June 18th, 2001, 02:38
DK3.com do offer unlimited free space and lots of good features,
but the speed is soooooooo ~slow..
how have u been with it?
really slow for me

martian
June 18th, 2001, 05:24
They were fast for me, untill they began to use those ads...

Satelk
June 18th, 2001, 10:03
Never got my php scripts to work, always connection timed out.

DustyM
June 18th, 2001, 14:56
DK3 isn't taking new accounts now either ...

Sultan
June 19th, 2001, 02:02
Now they use annoying ads that sometimes eructs a popup window :mad:

gyrbo
June 19th, 2001, 08:38
Originally posted by Sultan
Now they use annoying ads that sometimes eructs a popup window :mad:
So a popup AND a banner????

Sultan
June 19th, 2001, 13:23
As far as I know they insert ad as a <span> tag with style="position:absolute" so that it always locates in the bottom of the page.
Then they put into this object iframe tag with flycast.com's ad.

Yesterday I could see several times a popup window after one of the ads, now there no popup windows. Perhaps something was written in my cookies.
You can examine thier file staticlogo.js which makes this dirty task.

Sultan
June 19th, 2001, 13:36
By the way, if the size of your window less then 500x400, no ads appear.

Besides, I've just tried Netscape - no ads too!

Unknownguy
June 19th, 2001, 13:50
I don't have any problems with Dk3.
For me my site loads really fast.
I never really have any problems with my php scripts.
The FTP server is sometimes a little slow but thats all.

gyrbo
June 19th, 2001, 14:31
You can also just move the ad to -100, that way noone will see it.

Cracker
June 19th, 2001, 19:34
Originally posted by Sultan
If the size of your window less then 500x400, no ads appear.

I guess this is their way of supporting frames websites. I've heard Fortunecity has something like this as well.

Coolin
June 19th, 2001, 20:22
It's interesting how DK3 went from an adless host to having some of the most annoying banners ever.

Sultan
June 19th, 2001, 22:13
> You can also just move the ad to -100, that way noone will see it.

How? Could you give me a cue?

meow
June 19th, 2001, 22:51
I think he means this.
span.Do_Not_Do_It { position: absolute; bottom: -100px }

Or like so <span style="...">

I'm not suggestion that you should try.

el crapo
June 19th, 2001, 23:04
actually the easiest way to get rid of the banner is after putting the </html> code put <xml> right after it and thats it.

But do this with your own precaution. I'm not suggesting you do this. Your account will probably get deleted if you do.

flin
June 20th, 2001, 10:31
This is the code from staticlogo.js:

function removead(){
crosslogo.style.visibility='hidden'
}

if (document.body.clientWidth >= 500)
{
if (document.body.clientHeight >= 400)
{

var logowidth=490
var logoheight=75
var staticlogo=new Image(logowidth,logoheight)

staticlogo.src=""

var logolink="http://humanux.com"

var fadeintoview=0

var visibleduration=0


var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (ns4)
setTimeout("window.onresize=regenerate",400)
}


var fadeset=''
if (fadeintoview)
fadeset="filter:alpha(opacity=0)"

if (ie4)
document.write('<span id="logo" style="'+fadeset+';position:absolute;top:100;width:'+staticlogo.wid th+';height:'+staticlogo.height+'"></span>')

function bringintoview(){
if (logo.filters.alpha.opacity<=95)
logo.filters.alpha.opacity+=5
else{
clearInterval(viewit)
if (visibleduration!=0)
setTimeout("logo.style.visibility='hidden'",visibleduration*1000)
}
}

function createlogo(){
staticimage=new Layer(100)
staticimage.left=-300
staticimage.top=120
staticimage.document.write('<IFRAME SRC="http://ad-adex3.flycast.com/server/iframe/3662212_Humanuxcom/12968414_WebHostingTag/123" scrolling="no" marginwidth=0 marginheight=0 frameborder=0 vspace=0 hspace=0 WIDTH=468 HEIGHT=60></IFRAME>')
staticimage.document.close()
staticimage.visibility="show"
regenerate2()
staticitns()
}

if (ns4)
window.onload=createlogo;
else if (ie4)
crosslogo=document.all.logo
else if (ns6)
crosslogo=document.getElementById("logons6")

if (ie4||ns6){
w=ns6? window.innerWidth-logowidth-18 : document.body.clientWidth-crosslogo.style.pixelWidth-5
h=ns6? window.innerHeight-logoheight-5 : document.body.clientHeight-crosslogo.style.pixelHeight-5
crosslogo.style.left=w
crosslogo.style.top=h
}

function logoit(){
var w2=ns6? pageXOffset+w : document.body.scrollLeft+w
var h2=ns6? pageYOffset+h : document.body.scrollTop+h
crosslogo.style.left=w2
crosslogo.style.top=h2
}
function logoit2(){
staticimage.left=pageXOffset+window.innerWidth-staticimage.document.width-18
staticimage.top=pageYOffset+window.innerHeight-staticimage.document.height-5
}

function insertimage(){
crosslogo.innerHTML='<table BORDER="0" WIDTH="490" HEIGHT="70" BACKGROUND="http://www.dk3.com/images/bag3.gif" cellspacing="1" cellpadding="3"><tr><td WIDTH="100%" HEIGHT="63"><a href="javascript:removead()"><img src="http://www.dk3.com/images/trans1.gif" width="16" height="60" border="0" ></a><IFRAME SRC="http://ad-adex3.flycast.com/server/iframe/3662212_Humanuxcom/12968414_WebHostingTag/123" scrolling="no" marginwidth=0 marginheight=0 frameborder=0 vspace=0 hspace=0 WIDTH=468 HEIGHT=60></IFRAME><a href="http://www.dk3.com/dk3page.pl?id=privacy&ad=no"><img src="http://www.dk3.com/images/trans1.gif" width="485" height="10" border="0" alt="This Humanux.com members site works with a third party that serves ads to this site, for more information please read our Privacy Policy"></a></td></tr></table>'
if (ie4){
if (fadeintoview)
viewit=setInterval("bringintoview()",100)
else{
if (visibleduration!=0)
setTimeout("crosslogo.style.visibility='hidden'",visibleduration*1000)
}
}
}

if (ie4){
window.onscroll=logoit
window.onresize=new Function("window.location.reload()")
window.onload=insertimage
}
else if (ns6){
startstatic=setInterval("logoit()",100)
window.onload=insertimage
window.onresize=new Function("window.location.reload()")
if (visibleduration!=0)
setTimeout("crosslogo.style.visibility='hidden';clearInterval(startstati c)",visibleduration*1000)
}


function staticitns(){
startstatic=setInterval("logoit2()",90)
if (visibleduration!=0)
setTimeout("staticimage.visibility='hide';clearInterval(startstatic)",visibleduration*1000)
}

}
}

GameSource
June 21st, 2001, 19:33
lmao
"Error, no keyboard, press F1 to continue. " <---My favorite DOS error, good one el crapo

Coolin
June 21st, 2001, 23:14
Woah, the ad itself is like 30% of my entire page's size.

gyrbo
June 22nd, 2001, 07:48
You can remove thet ad(I think) by using:


<script language="javascript"><!--
crosslogo.style.visibility='hidden';
// --></script>

Place this code at the end of you document.