Moderator: 2020vision
by forum1 » Wed Oct 05, 2011 10:12 am
by forum1 » Thu Oct 06, 2011 1:57 pm
by dgs2001 » Fri Oct 07, 2011 8:59 am
by forum1 » Fri Oct 07, 2011 9:05 am
by negapo » Fri Oct 07, 2011 2:30 pm
by negapo » Fri Oct 07, 2011 2:49 pm
by negapo » Fri Oct 07, 2011 3:02 pm
<script type="text/javascript">
<!--
page = new PageEvent();
page.setLive(false);
globals.setUserLogged(true);
page.setParticipants('Dundalk', 'Derry City');
globals.initPrefferedOdds(0);
page.tabs.setScopes({});
page.setBettingType(1, 2);
globals.initBetTypeScopeDefault({"7":1});
globals.setDefaultOddsFormat(1);
globals.setExchangeDisplayOptions(false);
globals.initBetCommission({"7":0.96,"39":0.95,"42":0.95,"44":0.95,"113":0.95,"127":0.99}, true);globals.initBookies([1,8,9,10,12,17,19,21,23,26,27,30,31,32,34,38,40,43,53,55,57,68,70,71,73,74,78,80,81,88,90,92,93,99,101,103,105,106,107,111,112,113,114,115,119,120,121,124,125,129,140,141,147,154,156,157]);globals.initUserData({"email":"MYEMAILHERE"});globals.initOddsWatchData([]);globals.initTimeZone(1, 2);
page.tabs.displayPage();
//-->
</script>
by alrodopial » Fri Oct 07, 2011 4:18 pm
by negapo » Sat Oct 08, 2011 6:23 pm
by negapo » Sat Oct 08, 2011 6:28 pm
Sub Test()
Const strTest As String = "qwerty123456uiops"
MsgBox RE6(strTest)
End Sub
Function RE6(strData As String) As String
Dim RE As Object, REMatches As Object
Set RE = CreateObject("vbscript.regexp")
With RE
.MultiLine = False
.Global = False
.IgnoreCase = True
.Pattern = "[0-9][0-9][0-9][0-9][0-9][0-9]"
End With
Set REMatches = RE.Execute(strData)
RE6 = REMatches(0)
End Function
by negapo » Sun Oct 09, 2011 1:22 am
execScript("CodeHere", "JavaScript")
by alrodopial » Sun Oct 09, 2011 12:58 pm
by forum1 » Sun Oct 09, 2011 4:52 pm
by negapo » Mon Oct 10, 2011 9:49 am
Dim InternetExplorer As Object, HTMLObject As Object, Table As Object
Set InternetExplorer = CreateObject("InternetExplorer.Application")
With InternetExplorer
.Navigate "Web Site Address"
Do While .Busy: DoEvents: Loop
Do While .readyState <> 4: DoEvents: Loop
Set HTMLObject = .Document
Set Table = HTMLObject.getElementById("TableName")
'...
End With
InternetExplorer.Quit
Set InternetExplorer = Nothing
<script type="text/javascript">
<!--
page = new PageEvent();
page.setLive(false);
globals.setUserLogged(true);
page.setParticipants('Dundalk', 'Derry City');
globals.initPrefferedOdds(0);
page.tabs.setScopes({});
page.setBettingType(1, 2);
globals.initBetTypeScopeDefault({"7":1});
globals.setDefaultOddsFormat(1);
globals.setExchangeDisplayOptions(false);
globals.initBetCommission({"7":0.96,"39":0.95,"42":0.95,"44":0.95,"113":0.95,"127":0.99}, true);globals.initBookies([1,8,9,10,12,17,19,21,23,26,27,30,31,32,34,38,40,43,53,55,57,68,70,71,73,74,78,80,81,88,90,92,93,99,101,103,105,106,107,111,112,113,114,115,119,120,121,124,125,129,140,141,147,154,156,157]);globals.initUserData({"email":"MYEMAILHERE"});globals.initOddsWatchData([]);globals.initTimeZone(1, 2);
page.tabs.displayPage();
//-->
</script>
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.