[Solved] Running constant scripts [closed]

Your question seems terribly inconsistent, but it appears that you have the completely wrong approach. To have expiring items, you do not manually deactivate them when the expiry date comes or something like that. You simply have the expiry date as part of the item (say, a column in your database) and you select items … Read more

[Solved] Javascript Ad Banner Rotator for my website? [closed]

In the future, try to give this a shot for yourself and ask more specific questions. I don’t see why you don’t want to use a service if you’re not writing it anyway. However, since you are, here’s my suggestion. Javascript: var banners = [ { “img”: “tnl-banner-steve-jobs-01.png”, “url”: “http://news.stanford.edu/news/2005/june15/jobs-061505.html”, “weight”: 1 }, { “img”: … Read more

[Solved] Android app revenue

Answering your questions: About 1M developers search for this answer – there is no one answer to that How much the advertiser is willing to pay for this click (depending on Geos devices etc…) There are, but you have to be pretty large for that. some networks guarantee cpm based on users location and velocity … Read more

[Solved] How to block “adblock”

encode your javascript to Base64 or bytes , then use the decode to the text ,insert the javascript text to the html, no by the urls, windows or, iframe. May be this would be work , try this. 4 solved How to block “adblock”