Hey everyone..
I just wanted to point out something.. I dont know how many of you are checking up the progress here, but I did, and it excites me, watch this:
A month ago I made a note of the member/files statistics
Number of files 234, Number of members 393, Number of authors 63, That was september 24I just made another note:
Number of files 353, Number of members 769, Number of authors 102, Now it is october 26 (one month later)Notice that the number of memebers nearly doubled!! I’ve uploaded only 10 files and earned over 90 credits already.
If the number of members keeps on growing like this and I uplad 5 or so file each month..
We can al do the math (aim your calculations over a year).
Thats what I want to say and Im curious how you al doin, uploads, ernings etc.
Haha. The title of this thread looks like forum spam.
Wheres the link to http://getrichonline.allmoneysites.kz
- Attended a Community Meetup
- Australia
- Author was Featured
- Bought between 100 and 499 items
- Envato Staff
- Exclusive Author
- Has been a member for 6-7 years
Richardson – we should give you a commission for this stuff! And then we can create a FlashDen pyramid scheme 
Meanwhile, I couldn’t do the maths! I’m a bit slow
Maybe we should make some kind of predictor, so you can type in how many files you’re planning to produce over a certain time, and it will predict how much money you’ll make based on how much you’ve been selling so far? That would be cool!
This seems a bit crazy but anyway:
//multiple of current members
var members:Number = 1
var credits:Number = 0
var months:Number = 12
var creditsPerMultiple:Number = 90
var months:Number = 12
for (var i:Number = 0; i<months; i++) {
//each multiple of members add credits
credits += members * creditsPerMultiple:
//double members
members = members*2
}
//this is without being an exclusive author
var cash:Number = credits*0.25
//kerching
trace('cash = '+cash)- Attended a Community Meetup
- Australia
- Author was Featured
- Bought between 100 and 499 items
- Envato Staff
- Exclusive Author
- Has been a member for 6-7 years
I can’t believe you just did that so quickly. That would have taken me about three weeks!
Honestly – I’m amazed. No wonder you’re so good at programming – you’re a mathematical genius! You and Collis should have a little maths party and test large prime numbers 
Worst party…ever!
We are geeks ‘tis true. You’d never think i went to art college.
- Attended a Community Meetup
- Australia
- Author was Featured
- Bought between 100 and 499 items
- Contributed a Blog Post
- Exclusive Author
- Featured in a Magazine
- Has been a member for 6-7 years
- Referred between 1 and 9 users
I’m not sure how the algorithm works, but here’s the equivalent in Ruby:
members, credits, multiple = 1, 0, 90 for month in (1..12) credits += members * multiple members = members * 2 end puts 0.25 * credits
Take that ECMAScript! 
(Actually I really like ECMAScript, I just wanted to show off some Ruby)
You win at internet
I can’t believe you just did that so quickly. That would have taken me about three weeks! Honestly – I’m amazed. No wonder you’re so good at programming – you’re a mathematical genius! You and Collis should have a little maths party and test large prime numbers![]()
Yup it looks pretty good indeed.. Im fine-tuning it a bit more.. Fun.
Thats brings me an idea!
Lets make an competition who makes the best mathematical formula in flash
Like an kwantum-dynamics calculator or something 
(Ill opload an normal calculater soon by the way)
EDIT // that Ruby sure is one big mystery for me.. is it server or client-side? //
I don’t think I’ll be getting rich here.
I only upload audio files. 
I’ve uploaded 12 files and sold 40 credits worth.
