Quote Originally Posted by Foxxy
It would work, but I think it might be labor intensive. You would have to keep changing the teaser content on a regular basis to give it the look of a live site, and you would have to manually activate and deactivate accounts as people joined/lapsed. If you had several thousand members, it could consume a lot of your time.
Well the cool thing is, you can add a bunch of videos at once when you have time, then utilize Vshare's awesome import feature. You upload the videos to the import folder via ftp while you're sleeping. One day when you have some time, you import them into the process queue, as many as you like.

Then you set a cron job to run the cron.php file say once a day, or however often you like. Once the videos are imported into the process queue, your cron job will keep adding them at the pace you set in the crontab. So if you for example import 100 videos into the process queue, and set the cron job to run every six hours, you have almost a month of four videos a day being added to your front end.

Plus, of course, you WILL have some free users adding videos as well. You can even offer a reward to people who upload X-number of videos to your front end, with a month of free membership in your membership site.... although you might want to make sure your front end isn't "all that" because then no one will join your member's area :)

I think I just talked MYSELF into doing this :)