KatoCan is a File hosting site without download limits!
Go check it out
http://www.katocan.com/katocan/
Enjoy you all get it first before it goes public cause im on the team.
KatoCan - Rapidshare Alternative
- Bjørn
- Manasource
- Posts: 1475
- Joined: 09 Dec 2004, 18:50
- Location: North Rhine-Westphalia, Germany
- Contact:
Hmm, the website says to click the ad to start downloading but that doesn't work for me. However, I could just copy/paste the URL that should open in a new window to get my file:
In short, I don't think your service is going to work. I don't expect the onbeforeunload event to work for opening a pop-up by default on current browsers. Also, "forcing" a click on the advertisement for each download won't get your much value for each click if your ad service provider is somewhat intelligent.
But then again, maybe you're lucky and able to keep it up when usage grows, as well as having a simplistic advertiser who'll simply pay you as if the clicks were actually made by interested users.
Code: Select all
window.onbeforeunload = openDL;
function openDL(){
NewWindow('dload.php?id=13&dlid=qsfebsenaaeqsq','dl','1','1','no','center')
}
But then again, maybe you're lucky and able to keep it up when usage grows, as well as having a simplistic advertiser who'll simply pay you as if the clicks were actually made by interested users.