view exchange program in visual basic

MR logic

Newbie
Joined
Jan 19, 2014
Messages
6
Reaction score
0
anybody know any tutorials about making a youtube view exchange program so you watch someone's video and then they watch it for credits. I am a beginner but any links to websites or youtube videos are greatly appreciated


I have searched for tutorials but can't seem to find any
 
a program not a site for example U2Bviews
 
What you're talking about isn't even remotely a basic program. You would need a solid knowledge of both application programming (C++, C#, or Visual Basic) and some web stuff to tie it all together (PHP and SQL). That's just for the program itself. If you want it to be useful, you need to know a bit about referrers, not to mention your users exploiting it (adding credits without views for instance).

Then, assuming you have a complete program that is moderately tamper proof, you'll have to go about distributing it. Most people aren't going to trust a downloadable executable.

It's for these reasons that websites are so much more popular. They're far harder to exploit technically (so long as you have a decent design) and a lot more people are willing to visit a website than download an application.
 
Very ambitious project but quite difficult. And then I've realized YouTube only accepts viewers from a limited number of clients such as Google Chrome, Internet Explorer, Firefox, Opera, Safari and a few other browsers. If you try to make your own custom viewer the views will just get frozen at 301 views. That's why the better approach would be to build a custom add-on for existing browsers.
 
Back
Top