Poster's Sportsbook Poll: OctoberView Poll Results
1. 5Dimes 450 total points 5Dimes Review
2. Pinnacle 408 total points Pinnacle Review
3. Heritage 227 total points Heritage Review
4. Bookmaker 138 total points Bookmaker Review
5. BetIslands 129 total points BetIslands Review
SBR Top-Rated Sportsbooks Recommended List
1. Pinnacle Sports SBR Rating A+ Pinnacle Sports Review
2. 5Dimes SBR Rating A+ 5Dimes Review
3. BookMaker SBR Rating A+ BookMaker Review
4. Legends SBR Rating A+ Legends Review
5. Bodog SBR Rating A Bodog Review
 
 
View New Posts
 
LinkBack Thread Tools
Old 09-27-07, 09:26 AM   #1
pico
USC ml
 
pico's Avatar
Joined: 04-06-07
Posts: 27,217
 
Message Me
Default

check out the new page. i donno, i am used to the old style, i don't see much improvement

imo, it seems less professional. the website looks more kid friendly with colored buttons.
Give Points Quick reply to this message
Old 09-27-07, 02:30 PM   #2
ShamsWoof10
 
ShamsWoof10's Avatar
Joined: 11-15-06
Posts: 4,811
 
Message Me
Default Pinnacle's new format...

Am I smokin' too much or did Pinny. slightly alter the format of their site...?

I don't like it! The old way was perfect!

Give Points Quick reply to this message
Old 09-27-07, 02:35 PM   #3
vanman
 
vanman's Avatar
Joined: 02-08-07
Posts: 1,166
 
Message Me
Default

The old site was better but the drop down menus for football(soccer as americans call it)is a big improvement,limits could be higher.
Give Points Quick reply to this message
Old 09-27-07, 02:39 PM   #4
jjgold
Stawell
 
jjgold's Avatar
SBR PRO
Joined: 07-20-05
Posts: 117,606
 
Message Me
Default

Site is hurting as is the book

Volume down about 60% from the ban

It shows in the new layout, I would think monet is tight there now as cash not coming in like it use to.
Give Points Quick reply to this message

SBR Founder Join Date: 7/20/2005

Old 09-27-07, 02:41 PM   #5
ShamsWoof10
 
ShamsWoof10's Avatar
Joined: 11-15-06
Posts: 4,811
 
Message Me
Default

Well glad to know I wasn't seeing things... I looked at it for an hour and kept trying to refresh it thinking there was a problem in the server...

I don't like it either it does look B rated...

Agree with the post below me as well...


Last edited by ShamsWoof10; 09-27-07 at 02:47 PM.
Give Points Quick reply to this message
Old 09-27-07, 02:46 PM   #6
rjt721
 
rjt721's Avatar
SBR PRO
Joined: 02-06-07
Posts: 7,758
 
Message Me
Default

The layout is insignificant. Look at Greek - I can't think of a more outdated and uglier interface, yet it's one of the few great books.
Give Points Quick reply to this message
700pts

SBR POKER TOURNEY3rd Place 1/28/2011

1165pts

TOP SPORTSBOOK
WINNER
01/18/2011

145pts

SBR POKER TOURNEY5th Place 2/8/2012

370pts

SBR POKER TOURNEY2nd Place 1/27/2012

175 pts

3-QUESTION
SBR TRIVIA WINNER 02/02/2012

175 pts

3-QUESTION
SBR TRIVIA WINNER 01/30/2012

Old 09-27-07, 03:03 PM   #7
pico
USC ml
 
pico's Avatar
Joined: 04-06-07
Posts: 27,217
 
Message Me
Default

i used to love the drop down menu. i think pinnacle has a patent on that (i read that somewhere, forgot where now). now they have javascript drop down menu from the top. i do a lot of scrolling down when i bet now, which i don't enjoy that much.

call me old fashioned, but i like the old layout. the new layout makes it look more like bogdog type of books. the old style is very professional, less flashy...give you an impression of solid book. now it seems like they're desperate for attention or something.

what the hell were those web designers thinking??? they forgot the fundamental rule in engineering "Keep It Simple Stupid".
Give Points Quick reply to this message
Old 09-27-07, 03:38 PM   #8
White_Tiger
 
White_Tiger's Avatar
Joined: 08-29-07
Posts: 465
 
Message Me
Default

I Miss Pinny will go right back to them if they re-open to US.
Give Points Quick reply to this message
Old 09-27-07, 09:15 PM   #9
LLXC
 
LLXC's Avatar
SBR PRO
Joined: 12-10-06
Posts: 8,395
SBR Points: 1436
 
Message Me
Default

I prefer the old school feel.
Give Points Quick reply to this message
Old 09-27-07, 09:25 PM   #10
20Four7
'Where will Timmy T be in 5 years?
 
20Four7's Avatar
Joined: 04-08-07
Posts: 6,349
SBR Points: 1424
 
Message Me
Default

Quote:
Originally Posted by LLXC View Post
I prefer the old school feel.
I agree, after a 21 hour shift I came home and felt lost betting some euro hockey.
Give Points Quick reply to this message
Old 09-27-07, 09:45 PM   #11
bigboydan
 
bigboydan's Avatar
Joined: 08-10-05
Posts: 53,906
 
Message Me
Default

As long as the book pays then I don't care what the format of the site looks like.
Give Points Quick reply to this message

SBR Founder Join Date: 8/10/2005

Old 09-27-07, 09:47 PM   #12
pico
USC ml
 
pico's Avatar
Joined: 04-06-07
Posts: 27,217
 
Message Me
Default

Quote:
Originally Posted by bigboydan View Post
As long as the book pays then I don't care what the format of the site looks like.
i don't understand pinnacle. you have a great website, why you want to **** with it?
Give Points Quick reply to this message
Old 09-27-07, 09:51 PM   #13
Ganchrow
Nolite te bastardes carborundorum.
 
Ganchrow's Avatar
Joined: 08-28-05
Posts: 5,003
 
Message Me
Default

For all those using GreaseMonkey for FireFox, here's a Pinnacle autologin script that works with the new setup:
Code:
// ==UserScript==
// @name           Pinnacle Login
// @namespace      Pinnacle
// @include        http://www.pinnaclesports.com/default.aspx
// ==/UserScript==
var txtCustID = document.getElementById('ctl00_MCPH_LF_UserName');
var txtPassword = document.getElementById('ctl00_MCPH_LF_Password');
txtCustID.value = 'USER_ID';	// ***insert userid***
txtPassword.value = 'PASSWORD';	// ***insert password***
window.addEventListener(
    "load",
    function() **
	var btnSubmit = document.getElementById('ctl00_MCPH_LF_LB');
	btnSubmit.click();
    **,
    true
);
Just enter your user id and password in the appropriate locations and you'll be good to go.
Give Points Quick reply to this message

SBR Founder Join Date: 8/28/2005

Old 09-28-07, 12:51 AM   #14
betplom
:-)
 
betplom's Avatar
Joined: 09-20-06
Posts: 13,084
 
Message Me
Default A quick overview of the new look Pinnacle Sports Book and Casino

A quick overview of the new look Pinnacle Sports Book and Casino
Give Points Quick reply to this message
Old 09-28-07, 01:57 AM   #15
pico
USC ml
 
pico's Avatar
Joined: 04-06-07
Posts: 27,217
 
Message Me
Default

well, even though i don't like the layout, but the wagering system is still the same. as long as i am making money, i don't really care what the layout is.
Give Points Quick reply to this message
Old 09-28-07, 03:34 AM   #16
aca
 
aca's Avatar
SBR PRO
Joined: 03-20-06
Posts: 2,095
SBR Points: 8045
 
Message Me
Default

I like this layout change!

Nice move piny!
Give Points Quick reply to this message
135pts

SBR POKER TOURNEY6th Place 2/6/2012

145pts

SBR POKER TOURNEY5th Place 1/30/2012

Old 09-28-07, 07:15 AM   #17
jjgold
Stawell
 
jjgold's Avatar
SBR PRO
Joined: 07-20-05
Posts: 117,606
 
Message Me
Default

I would predict Pinny will be back to usa market, they will have to or close down.
Give Points Quick reply to this message

SBR Founder Join Date: 7/20/2005

Old 09-28-07, 09:08 AM   #18
cloudagh
 
cloudagh's Avatar
SBR PRO
Joined: 04-09-07
Posts: 447
 
Message Me
Default

I'd like to see a "Bet the Board" kind of screen at Pinny, where you could get multiple leagues on one screen. Otherwise, the new layout is mostly neutral to me.
Give Points Quick reply to this message
200pts

SBR POKER TOURNEY4th Place 1/25/2012

Old 09-28-07, 09:25 AM   #19
pico
USC ml
 
pico's Avatar
Joined: 04-06-07
Posts: 27,217
 
Message Me
Default

Quote:
Originally Posted by cloudagh View Post
I'd like to see a "Bet the Board" kind of screen at Pinny, where you could get multiple leagues on one screen. Otherwise, the new layout is mostly neutral to me.
all the wager style are the same, they just changed the layout. the thing i hate the most is that the drop down menu only works when you click on the tiny + sign next to the sports. i guess it is good for me because when i am high or drunk, i'll have a really hard time making a wager
Give Points Quick reply to this message
Old 09-28-07, 09:53 AM   #20
swifty
 
swifty's Avatar
Joined: 02-22-06
Posts: 673
 
Message Me
Default

Quote:
Originally Posted by 20Four7 View Post
I agree, after a 21 hour shift I came home and felt lost betting some euro hockey.
Agree,
Give Points Quick reply to this message
Old 09-28-07, 11:23 AM   #21
Tchocky
 
Tchocky's Avatar
Joined: 02-14-06
Posts: 2,207
 
Message Me
Default

It's going to take some time to get used to it but I think it's better overall. Tennis bettors can now get live scores on all matches in progress.
Give Points Quick reply to this message
Old 09-28-07, 11:26 AM   #22
pico
USC ml
 
pico's Avatar
Joined: 04-06-07
Posts: 27,217
 
Message Me
Default

pinnacle is not that great in soccer. they tend to take games offline too early. now i have to use other books to get my bet in.
Give Points Quick reply to this message
Old 08-12-08, 07:52 PM   #23
Ganchrow
Nolite te bastardes carborundorum.
 
Ganchrow's Avatar
Joined: 08-28-05
Posts: 5,003
 
Message Me
Default

Someone just PM'd regarding this script for FF3.

The only real difference is that you need to add the following two includes:

Code:
// @include        http://www.pinnaclesports.com/*
// @include        https://www.pinnaclesports.com/*
In other words,
Code:
 // @include        http://www.pinnaclesports.com/default.aspx
by itself will no longer work (in general) and may in fact be removed (although this isn't strictly necessary).

To do this, just right click the GreaseMonkey icon, select "Manage User Scripts", highlight the Pinnacle autologin script, and then make sure the include above is properly added. If you like, you can also remove the
Code:
 //http://www.pinnaclesports.com/default.aspx
from the list oif includes when selecting "Manage User Scripts" (or not, it won't actually make a difference.

You might also want to edit the script in the same manner and just add the @include line manually (although it's not strictly necessary if you already have it installed) in order that were someone to newly install the script the coirrect include would be automatically added.

Anyway, here's how the script should look in totality:
Code:
// ==UserScript==
// @name           Pinnacle Auto-Login
// @description    Logs into Pinnacle
// @namespace      http://forum.sbrforum.com
// @include        http://www.pinnaclesports.com/*
// @include        https://www.pinnaclesports.com/*
// @author         ganchrow@sbrforum.com
// @version        0.11
// ==/UserScript==

/********************************************************************
//Apparent legacy code
//var txtCustID = document.getElementById('ctl00_MCPH_LF_UserName');
//var txtPassword = document.getElementById('ctl00_MCPH_LF_Password');
********************************************************************/

var txtCustID = document.getElementById('UserName');
var txtPassword = document.getElementById('Password');
txtCustID.value = 'USER_ID';	// ***insert userid***
txtPassword.value = 'PASSWORD';	// ***insert password***
window.addEventListener(
    "load",
    function() **
	var btnSubmit = document.getElementById('ctl00_MCPH_LF_LB');
	btnSubmit.click();
    **,
    true
);

Last edited by Ganchrow; 08-14-08 at 11:36 PM. Reason: modified script based on newe Pinnacle login code
Give Points Quick reply to this message

SBR Founder Join Date: 8/28/2005

Old 08-12-08, 08:02 PM   #24
Brock Landers
What'ya want from me?
 
Brock Landers's Avatar
Joined: 06-30-08
Posts: 24,601
 
Message Me
Default

Quote:
Originally Posted by jjgold View Post
Site is hurting as is the book

Volume down about 60% from the ban

It shows in the new layout, I would think monet is tight there now as cash not coming in like it use to.
the stupid bastards show quietly start accepting US customers, this "ban" didn't stop many or any other top notch books..
Give Points Quick reply to this message
Old 08-12-08, 08:10 PM   #25
durito
escarabajo negro
 
durito's Avatar
SBR PRO
Joined: 07-03-06
Posts: 12,734
 
Message Me
Default

The people they need from the US have found ways to play there or moved. They won't be going back short a legal change.
Give Points Quick reply to this message
Old 08-14-08, 10:42 PM   #26
calm
FREE GRUMPERZ
 
calm's Avatar
Joined: 01-04-08
Posts: 70
 
Message Me
Default

Quote:
Originally Posted by Ganchrow View Post
Someone just PM'd regarding this script for FF3.

The only real difference is that you need to add the following include:

Code:
// @include        http://www.pinnaclesports.com/*
In other words,
Code:
 // @include        http://www.pinnaclesports.com/default.aspx
by itself will no longer work (in general) and may in fact be removed (although this isn't strictly necessary).

To do this, just right click the GreaseMonkey icon, select "Manage User Scripts", highlight the Pinnacle autologin script, and then make sure the include above is properly added. If you like, you can also remove the
Code:
 //http://www.pinnaclesports.com/default.aspx
from the list oif includes when selecting "Manage User Scripts" (or not, it won't actually make a difference.

You might also want to edit the script in the same manner and just add the @include line manually (although it's not strictly necessary if you already have it installed) in order that were someone to newly install the script the coirrect include would be automatically added.

Anyway, here's how the script should look in totality:
Code:
// ==UserScript==
// @name           Pinnacle Auto-Login
// @description    Logs into Pinnacle
// @namespace      http://forum.sbrforum.com
// @include        http://www.pinnaclesports.com/*
// @author         ganchrow@sbrforum.com
// @version        0.1
// ==/UserScript==
var txtCustID = document.getElementById('ctl00_MCPH_LF_UserName');
var txtPassword = document.getElementById('ctl00_MCPH_LF_Password');
txtCustID.value = 'USER_ID';    // ***insert userid***
txtPassword.value = 'PASSWORD';    // ***insert password***
window.addEventListener(
    "load",
    function() **
    var btnSubmit = document.getElementById('ctl00_MCPH_LF_LB');
    btnSubmit.click();
    **,
    true
);
Strange, this still wasn't working. I looked at Pinny's source code, and found I needed to change these two lines:
Code:
var txtCustID = document.getElementById('ctl00_MCPH_LF_UNL');
var txtPassword = document.getElementById('ctl00_MCPH_LF_PL');
I'm on a mac, so maybe that's causing the differences? I wouldn't think that our sites would have different source code though?

Now the script is at least working, but Pinny keeps telling me log-in failed. WTF?!

Edit: LOL. If I add https:// to the included sites, it works. It errors out on the homepage, takes me to the log-in failed screen, and then logs in properly.

Last edited by calm; 08-14-08 at 10:46 PM.
Give Points Quick reply to this message
Old 08-14-08, 11:31 PM   #27
Ganchrow
Nolite te bastardes carborundorum.
 
Ganchrow's Avatar
Joined: 08-28-05
Posts: 5,003
 
Message Me
Default

It looks like they may have just recently (within the last 24 hours) made a change to their login code. Try changing the lines as follows:

Code:
var txtCustID = document.getElementById('UserName');
var txtPassword = document.getElementById('Password');
And of course adding the
Code:
// @include        https://www.pinnaclesports.com/*
as well (as you've apparently already done).

I assume this was done to better facilitate logins through either of the HTTP and HTTPS protocols.

(Above script has been further modified to reflect these changes.)
Give Points Quick reply to this message

SBR Founder Join Date: 8/28/2005

 


Thread Tools



All times are GMT -5. The time now is 05:27 AM.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41