alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 Screenshot?Check your edit page; you may have more sessions than you think.The initial bankroll thing is coming too, but not tonight. I have to give more thought to that. It was a feature that I ended up abandoning a few weeks ago, actually. Link to post Share on other sites
alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 Oh wait. I think I know why it says you're down another BI. Checking... Link to post Share on other sites
alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 Yeah, fixed. You should have an extra session appearing in your edit box now that you can do what you like with. Link to post Share on other sites
tealsea 0 Posted November 19, 2007 Share Posted November 19, 2007 has anyone been able to add custom for the blinds, gives me an error everytime in firefox and iethis is the message i get Firefox can't find the server at swww.moniesapp.com.and all i did was click on the add button Link to post Share on other sites
potatoman 0 Posted November 19, 2007 Share Posted November 19, 2007 Yeah, fixed. You should have an extra session appearing in your edit box now that you can do what you like with.Still having same problem. Perhaps I am not filling out the form properly.I custom a stake for $2.40. I go to the add new season tab and enter the following:Game: SNGLimit: No LimitStakes: $2.40Buyin: $2.40Cash out $0.00 Link to post Share on other sites
alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 has anyone been able to add custom for the blinds, gives me an error everytime in firefox and iethis is the message i get Firefox can't find the server at swww.moniesapp.com.and all i did was click on the add buttonmy bad. 1 secedit. fixed. i accidentally typed an extra "s." good. Link to post Share on other sites
a__thekevlar__2 0 Posted November 19, 2007 Share Posted November 19, 2007 i doubt i'll be using it but still good work OP Link to post Share on other sites
alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 tyty. this is definitely a work in progress. again, feature requests will more than likely be honored. ty fcp for helping me test this. Link to post Share on other sites
yourboygsarida 0 Posted November 19, 2007 Share Posted November 19, 2007 lol 20 buyin downswongs....legit Link to post Share on other sites
alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 Still having same problem. Perhaps I am not filling out the form properly.I custom a stake for $2.40. I go to the add new season tab and enter the following:Game: SNGLimit: No LimitStakes: $2.40Buyin: $2.40Cash out $0.00Try one more time. I made a mistake earlier. Link to post Share on other sites
potatoman 0 Posted November 19, 2007 Share Posted November 19, 2007 Try one more time. I made a mistake earlier.Well, the easy fix seems to be just entering a third season. Things seem to work themselves out after that:) I'll keep you posted. Thanks for putting the work into this. Very cool. Link to post Share on other sites
alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 Lol sry. I guess I fail :-PGlad you're enjoying the app. Ty for the feedback. Link to post Share on other sites
potatoman 0 Posted November 19, 2007 Share Posted November 19, 2007 Well, it's working great now with just a few tiny errors. I'm just fooling around with it a bit now. I entered 10 sessions (sngs) with a duration of an hour each and under my stats, it has the following:Total Earnings: $14.8(good) Total Buy In: $24(good) Total Cash Out: $38.8(good)Average Earnings: $1.64( should be $1.48 yes?) Total Time: 10:00(good) Average Time: 1:06( huh?)Hourly Rate: $1.48(good) ROI: 62%(good) Total Sessions: 9 (should be 10) Link to post Share on other sites
alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 This is good info, thanks.I fixed the Total Sessions part. I'm still trying to figure out why the math is wrong for some of them. If anyone knows/cares, this is the PHP I wrote: //total time $t2 = mins($time); $clMins = $t2 + $clMins; $clTime = m2h($clMins); $clTime2 = m2h2($clMins); //total earnings $w1 = $co-$bi; $clEarn = $w1 + $clEarn; #$clEarn = $clEarn - $initBR; //total buy in $cumBI = $bi + $cumBI; //total cash out $cumCO = $co + $cumCO; // post loop $cumBI = $cumBI - $initBR; $cumCO = $cumCO - $initBR; //avg earnings $avgEarn = $clEarn/($num - 1); $avgEarn = number_format($avgEarn, 2, '.', ''); //total sessions $allSess = $num; //avg session time $avgMins = round(($clMins/($num-1)),2); $avgTime = m2h($avgMins); $pps = explode(":",$avgTime); $pps1 = substr($pps[1],0,2); $avgTime = "$pps[0]:$pps1"; //hourly rate $hrRate = $clEarn/$clTime2; $hrRate = number_format($hrRate, 2, '.', ''); //ROI $ROI = $clEarn/$cumBI; $ROI = number_format($ROI, 2, '.', ''); $ROI = $ROI * 100; Link to post Share on other sites
tealsea 0 Posted November 19, 2007 Share Posted November 19, 2007 my bad. 1 secedit. fixed. i accidentally typed an extra "s." good.lol that's what i figured but here's another thing, lolInvalid Format For Custom Stakes. Use small/big (eg: 50/100). like i said, i play 0.01/.02 and it doesn't matter how i try to enter it, it gives me that Link to post Share on other sites
potatoman 0 Posted November 19, 2007 Share Posted November 19, 2007 lol that's what i figured but here's another thing, lolInvalid Format For Custom Stakes. Use small/big (eg: 50/100). like i said, i play 0.01/.02 and it doesn't matter how i try to enter it, it gives me thatI was able to enter those stakes as 002/004..but I don't know how valid those values would be:) Link to post Share on other sites
alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 I added micro stakes to the Add, Edit and Settings page. I'll remove the 002/004 entry from your custom stakes. Link to post Share on other sites
potatoman 0 Posted November 19, 2007 Share Posted November 19, 2007 I added micro stakes to the Add, Edit and Settings page. I'll remove the 002/004 entry from your custom stakes.Very cool, thx. Link to post Share on other sites
tealsea 0 Posted November 19, 2007 Share Posted November 19, 2007 I added micro stakes to the Add, Edit and Settings page. I'll remove the 002/004 entry from your custom stakes.ty sirlol, this is the last thing i ask for, reallyin the drop down list, ultimate bet isn't there, just an fyi....and yes i'm probably one of very few that play there Link to post Share on other sites
alexruimy 0 Posted November 19, 2007 Author Share Posted November 19, 2007 UltimateBet is there now. Thx. Link to post Share on other sites
Craigdog 0 Posted November 19, 2007 Share Posted November 19, 2007 I'll try it, how do I get it? Link to post Share on other sites
SBriand 4 Posted November 19, 2007 Share Posted November 19, 2007 I'll try it, how do I get it?click on the link he posted... Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now