Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

ghost's Avatar
0 0

ya, im with ifastnet, and they say they won't put any ads on your site, but after like 2weeks, there's some ads on my site and the code doesn't show up when i login to the cpanel. Any suggestions covering em up? end3r


ghost's Avatar
0 0

Yes, use DOM scripting to cover up you entire page and then write over that

<div id='hack'>

Entire page date including <html><head> etc 

</div>

<script>content = document.getElementById("hack").innerHTML;
document.documentElement.innerHTML = content;
</script>```

ghost's Avatar
0 0

now my page is just white.. end3r


ghost's Avatar
0 0

Link me


ghost's Avatar
0 0

how is that supposed to work i got the same problem


ghost's Avatar
0 0

Basically it writes over the page the contents of that div