Moderator: 2020vision
by alrodopial » Mon Dec 08, 2008 11:14 pm
by GaryRussell » Tue Dec 09, 2008 8:12 am
by alrodopial » Thu Jul 28, 2011 3:36 pm
Private Function getPage(strUrl)
Dim web
Const WinHttpRequestOption_EnableRedirects = 6
Set web = Nothing
On Error Resume Next
Set web = CreateObject("WinHttp.WinHttpRequest.5.1")
If web Is Nothing Then Set web = CreateObject("WinHttp.WinHttpRequest")
If web Is Nothing Then Set web = CreateObject("MSXML2.ServerXMLHTTP")
If web Is Nothing Then Set web = CreateObject("Microsoft.XMLHTTP")
web.Option(WinHttpRequestOption_EnableRedirects) = True
web.Open "GET", strUrl, False
web.SetRequestHeader "REFERER", strUrl
web.SetRequestHeader "User-Agent", "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
web.SetRequestHeader "Accept", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"
web.SetRequestHeader "Accept-Language", "en-us,en;q=0.5"
web.SetRequestHeader "Accept-Charset", "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
web.Send
If web.Status = "200" Then
getPage = web.ResponseText
Else
getPage = ""
End If
End Function
by osknows » Thu Jul 28, 2011 10:52 pm
by osknows » Thu Jul 28, 2011 11:28 pm
by alrodopial » Thu Jul 28, 2011 11:48 pm
OVERFLOW: hidden">Sweeting Ryan (USA)</DIV></TD>
by alrodopial » Thu Jul 28, 2011 11:54 pm
osknows wrote:Also, you can get the live tennis scores directly using
http://www.livexscores.com/xml/tinplay.txt?
where <TIME> is the current timestamp to ensure the page is not cached. Eg
http://www.livexscores.com/xml/tinplay. ... 4778238531
by alrodopial » Fri Jul 29, 2011 12:02 am
by forum1 » Mon Oct 03, 2011 2:50 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.