Everything posted by Dmill2016
-
Youtube style user payment system help
That is a very good system. They will probably have most of the custom work built in, like you said it will need some custom work but it is a great start. Thank you for that.
-
Youtube style user payment system help
Google adsense have a tracking system that picks up multiple clicks from the same IP and blocks them. I get notified then can close their account. There are plenty of affiliate platforms but the rewards are rather poor and I wanted a way for people to earn good money from their videos hence why I wanted to just split the majority of the adsense revenue with them. But a complete tracking system integrated into an admin panel that allows users to log in to their own accounts and draw out the money they have earned is a tricky thing to find. Never mind the system needed to automatically calculate the amount they have earned and put it in to their account. Mind boggled at the moment.
-
Youtube style user payment system help
The main issue with the system is seeing which adverts have been clicked on which videos, how much has been earned by that user and then paying the user accordingly. This is a nightmare and would take too much time so like Youtube, I wanted a system where people can log in to their account and monitor how much has been gained and transfer it out when ever they want. The other option would be to accrued points which can be exchanged for cash or items but cash is what most people would exchange for anyway.
-
Background image not working on moble
Try adding the following in to your code as Android can have issues with background size -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
-
Youtube style user payment system help
Hello, I am in the process of creating a video sharing network and have seen some great themes and set-ups on platforms such as Wordpress. The main issue I am having is that Youtube offers it's users the ability to get a cut of profits from the adverts that show on their specific videos. I have looked everywhere for a way to set this up on my new site but i cannot find anything and am starting to tear my hair out now. Does anyone have an idea on how this can be done. I know that type of back end system needed is rather complex but there must be some form of software(s) that can provide this type of service. I have been trying to find a way for people to accrued points instead which they can exchange for prizes but cannot find a system like that either which I will have main control over. The money incentive is the main issue I have though and will be a key part to the business.