Moderator: 2020vision
by osknows » Mon Sep 20, 2010 3:15 pm
by Ian » Mon Sep 20, 2010 5:28 pm
by osknows » Mon Sep 20, 2010 6:00 pm
by osknows » Mon Sep 20, 2010 6:40 pm
by danjuma » Mon Sep 20, 2010 9:33 pm
osknows wrote:link to updated version, http://www.mediafire.com/?20a8um9up2we59k
by sebaku » Tue Sep 28, 2010 9:49 am
by danjuma » Fri Oct 08, 2010 5:42 pm
by Ian » Sun Oct 10, 2010 9:34 pm
by danjuma » Sun Oct 10, 2010 10:24 pm
Ian wrote:They do appear to have changed their site because the string Os looks for to determine where the odds start is no longer there. Also, I think they may no longer have any code where a bookmaker doesn't have a price for a selection - I can't see where Os takes that into account in his existing code.
by Ian » Mon Oct 11, 2010 9:36 am
If UBound(v) > 1 Then
' outputtext (htm)
head = Split(v(0), "javascript:goBk('")
ReDim arr(0 To UBound(v), 1 To UBound(head) + 1)
For m = 1 To UBound(head)
arr(0, m + 1) = Split(head(m), "'")(0)
Next
For k = 1 To UBound(v)
DoEvents
n = k ' CLng(Left(v(k), 1))
arr(n, 1) = Split(Split(v(k), " name=")(1), """")(1)
w = Split(v(k), "');"">")
For m = 1 To UBound(w)
arr(n, m + 1) = Split(w(m), "</td><td")(0)
arr(n, m + 1) = Trim(Application.WorksheetFunction.Clean(arr(n, m + 1)))
If arr(n, m + 1) Like "[0-9]*" Then 'Format as 0.00
If IsNumeric(arr(n, m + 1)) Then
arr(n, m + 1) = Format(arr(n, m + 1) + 1, "0.00")
Else
arr(n, m + 1) = Format(Evaluate(arr(n, m + 1)) + 1, "0.00")
End If
End If
Next
Next
by lindemann » Mon Oct 11, 2010 1:29 pm
by lindemann » Mon Oct 11, 2010 2:40 pm
by danjuma » Mon Oct 11, 2010 3:27 pm
by Ian » Mon Oct 11, 2010 4:27 pm
by lindemann » Mon Oct 11, 2010 5:05 pm
The strength of Gruss Software is that it’s been designed by one of you, a frustrated sports punter, and then developed by listening to dozens of like-minded enthusiasts.
Gruss is owned and run by brothers Gary and Mark Russell. Gary discovered Betfair in 2004 and soon realised that using bespoke software to place bets was much more efficient than merely placing them through the website.
Gary built his own software and then enhanced its features after trialling it through other Betfair users and reacting to their improvement ideas, something that still happens today.
He started making a small monthly charge so he could work on it full-time and then recruited Mark to help develop the products and Gruss Software was born.
We think it’s the best of its kind and so do a lot of our customers. But you can never stand still in this game and we’ll continue to improve the software if any more great ideas emerge.