I've got a friend who is the admin of a big unofficial university forum. Until now, the mods and admins were paying for the server expenses themselves but with the Greek crisis and the constantly growing userbase of the forum, that was no longer possible. So they decided to put some ads on the forum. They started with adf.ly but the money was not that much (using banner ads for outgoing links) so they removed it. I suggested they go for AdSense since I was using on this blog for years with no problems (although I haven't yet reached the money needed for a postal check payment).
AdSense was making some good money for them. They were going to make more than the server costs and they would be able to keep the extra to cover future server expenses. Until one day the AdSense account was disabled for "suspicious clicks" or something like that.
And now I wonder if Google is trying to make money by randomly closing accounts, which I doubt since stopping cooperations like that will eventually make you loose money both for making a bad name for yourself and because closing an account means that you loose precious placements for your ad network. So what is going on? Do their algorithms suck? Are they giving false positives? Because I am 100% sure that my friend wasn't clicking on the links. I had stressed a million times that doing so would get his account banned and I got him scared enough to watch every click he made in the forums not to accidentally click an ad. He also told every moderator not to click on ads without a reason. To our knowledge there was a mod that was clicking on some ads because Google was showing ads that he considered really interesting so those were genuine clicks. Even if Google thought that those weren't genuine clicks, he was a moderator so he should look like a normal forum member as far as Google is concerned. He was not connected to the AdSense account in any way.
I a few words: no one had access to that Adsense account and the admin who had access never clicked on an ad.
After asking for account reopening they answered that the clicks were examined by both a program and a human and that future communications regarding the issue will be IGNORED. How rude! And how can a human give false positives? I can only suppose that someone, a moderator or a simple user, did a lot of clicks but since it wasn't the administrator, and since there was nothing in the forum asking people to click on the ads why are they closing down the account, practically stealing the 40 euros in the balance? If they doubted the legitimacy of some clicks they could simply not pay for those clicks instead, or at least give a warning with advice on the actions the admin should take! They behavior is practically driving people away!
No wonder why people all over the internet are complaining about absurd account terminations in AdSense and not in other ad networks. After reading all those complaints I removed AdSense from my blog and I replaced it with adf.ly. My friend is considering adBrite and infolinks. I still haven't tried either but I am waiting for approval on infolinks to test it out.
Oh and to give them some credibility, adf.ly actually paid my friend, so I think you can trust them.
Tuesday, October 4, 2011
Monday, September 19, 2011
PAL on Fundry
I decided to give Fundry a try so I put PAL there
Powered by Fundry
This way you can fund new features that you want and I will not be able to withdraw the funds until users agree that I've implemented that feature. :-)
I wish Fundry supported Bitcoin payments too... :-/
Powered by Fundry
This way you can fund new features that you want and I will not be able to withdraw the funds until users agree that I've implemented that feature. :-)
I wish Fundry supported Bitcoin payments too... :-/
Categories:
My Progs,
My Progs: PAL,
Portable Applications
Friday, August 26, 2011
Skype Home Page Killer
Are you annoyed by that retarded Skype Home Page that opens every time with the newest versions of Skype? Yeah me too... I've searched around and didn't find a way to disable it so I made a tiny script (two lines of AutoIt3 code) that starts up with your computer, waits for Skype to start and when the annoying page appears it closes it and terminates.
I made an installer for easy uninstallation when Microsoft (which bought Skype recently) decides to remove that annoying feature/bug. You can get HomeKiller from here. :-) (source code included, should be in installation directory)
Good riddance... Oh and it should work no matter what language you use for Skype!
PS: It seems I didn't search enough as there is another script that looks like it does the same thing already out there... Hehe...
I made an installer for easy uninstallation when Microsoft (which bought Skype recently) decides to remove that annoying feature/bug. You can get HomeKiller from here. :-) (source code included, should be in installation directory)
Good riddance... Oh and it should work no matter what language you use for Skype!
PS: It seems I didn't search enough as there is another script that looks like it does the same thing already out there... Hehe...
Categories:
My Progs,
My Progs: HomeKiller
Thursday, July 14, 2011
TorJump v2
Tor Browser Bundle version 1.3.25 was released and TorJump wasn't working with it correctly. I updated it to work with the new version. Previous version will display a notification about not being up to date when you try to set them up or use them for the first time after being set up. Old versions that have already been run at least once will not display a warning and will continue running with the old version of Tor Browser Bundle.
Download the new version from here. The source code is here.
Download the new version from here. The source code is here.
Categories:
Internet,
My Progs,
My Progs: TorJump,
Security and Privacy
Thursday, July 7, 2011
TorJump
Seeing more and more sites disappearing whether because some government took down their DNS records or arrested their owners only made me wonder why don't people use Tor's hidden services for objectionable websites (or even Freenet when possible). And the answer is obvious: they don't use them because most people don't even know about Tor (I'll start capitalizing that correctly from now on. I even started using KiB instead of KB) and very few people are actually willing to install Tor just to visit a website. So how do we make hidden services more accessible to everyone? By making TorJump, a one-click wrapper for Tor of course!
But first of all, what is Tor? Tor is an anonymity network. It allows people to make TCP connections (that's the most common protocol in the Internet, you use it when visiting any page) to any destination IP anonymously, hiding their true IP address from the websites they visit and not allowing their ISP to spy on their connections. So Tor is primarily meant to protect those that access publicly available information, from governments, mostly.
Secondly, what are hidden services? Tor, in an attempt to protect not only those accessing the information but also those that want to provide information, created a protocol to make hidden services (hidden websites in most cases) possible. Anyone, can now host a website (while hiding the server's IP address) that is not visible on the clearnet (the clearnet is the normal World Wide Web) and is only accessible via the Tor network. The hostnames of those sites aren't like what you've got used to. They are composed of 16 random alphanumerical characters (unique for each service/website) and have a .onion suffix. (like this: http://kpvz7ki2v5agwt35.onion which will lead you to the hidden wiki if you access it via Tor). The sum of all those hidden sites is sometimes called the Torland or the Onionland and those that frequent them or run them are sometimes called Torizens.
So, finally, what is TorJump? It's a wrapper for the Tor Browser Bundle. First you set it up to jump to a specific hidden site (like the hidden wiki) and then you share it with anyone you want, to help him/her easily access that hidden site. It will still be a single executable that you can rename and publish on the Internet. When someone runs it, it will start downloading the latest Tor Browser Bundle, extract it to a folder next to the executable and start it up by setting the homepage to the URL you specified when you set TorJump up. Additionally, two more tabs will open every time: the main TorProject page, which explains what is Tor, and a page with the latest news about TorJump.
TorJump can be downloaded from here and the AutoIt3 source code can be found here.
Any feature requests or ideas? Leave a comment.
But first of all, what is Tor? Tor is an anonymity network. It allows people to make TCP connections (that's the most common protocol in the Internet, you use it when visiting any page) to any destination IP anonymously, hiding their true IP address from the websites they visit and not allowing their ISP to spy on their connections. So Tor is primarily meant to protect those that access publicly available information, from governments, mostly.
Secondly, what are hidden services? Tor, in an attempt to protect not only those accessing the information but also those that want to provide information, created a protocol to make hidden services (hidden websites in most cases) possible. Anyone, can now host a website (while hiding the server's IP address) that is not visible on the clearnet (the clearnet is the normal World Wide Web) and is only accessible via the Tor network. The hostnames of those sites aren't like what you've got used to. They are composed of 16 random alphanumerical characters (unique for each service/website) and have a .onion suffix. (like this: http://kpvz7ki2v5agwt35.onion which will lead you to the hidden wiki if you access it via Tor). The sum of all those hidden sites is sometimes called the Torland or the Onionland and those that frequent them or run them are sometimes called Torizens.
So, finally, what is TorJump? It's a wrapper for the Tor Browser Bundle. First you set it up to jump to a specific hidden site (like the hidden wiki) and then you share it with anyone you want, to help him/her easily access that hidden site. It will still be a single executable that you can rename and publish on the Internet. When someone runs it, it will start downloading the latest Tor Browser Bundle, extract it to a folder next to the executable and start it up by setting the homepage to the URL you specified when you set TorJump up. Additionally, two more tabs will open every time: the main TorProject page, which explains what is Tor, and a page with the latest news about TorJump.
TorJump can be downloaded from here and the AutoIt3 source code can be found here.
Any feature requests or ideas? Leave a comment.
Categories:
Internet,
My Progs,
My Progs: TorJump,
Security and Privacy
Subscribe to:
Posts (Atom)
Popular Posts
-
This article probably also applies to: VGN-FZ38M Yeap I bought it. I though that since it had an NVidia card and it was Centrino based etc i...
-
It seems that the most popular article on this blog is " How to make portable applications " written back in 2007. Reading it aga...
-
The other day, while browsing Wikipedia, I wondered how hard it must be to have weird fetishes without being able to share them with someone...