Go Back   Sports Handicapping Forum > Welcome Forums > Main Street

Main Street Gambling forums, online sportsbooks, players talk, sports talk, offshore betting, poker, off-topic, etc!

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 06-03-2008, 09:46 AM
Moderator
 
Join Date: Jul 2003
Location: New Zealand
Posts: 35,976
Rewards: 1,112
Anyone know the answer to this?

On certain betting sites such as 5dimes.com/tracking/Affiliate.asp?AffID=AF000189&mediaTypeID=220&AffUrlID=229" target="_blank">5dimes, BJ, pinny, Bookmaker.com/?cmpid=4437" target="_blank">Bookmaker etc etc.....when u are logged in, are doing something else and it logs u out after a short time....you then have to log back in to continue what you were doing, which is abit of a pain in the ass.

Anyone know is there any settings u can adjust so there it will never log u out of any site?
Is there any way around this?
__________________
CM Posted 2003 till 2012 records (updated daily) :

NHL : +161 (units)
NFL : +3
MLB : +55
NBA : -20
WNBA : +23
Aussie NBL Hoops : +96
Cricket : +69
Golf : -5
Rugby union and rugby league : +126
Soccer : -5
Netball : +8
AFL (Aussie Rules) : +71

Total : +582 units


1 unit or less = small bet, 1-3 = medium, 3+ = large

Cappersmall Hall of Fame 2008
Reply With Quote
  #2  
Old 06-03-2008, 09:48 AM
Banned
 
Join Date: May 2004
Posts: 40,638
Rewards: 0
can just have it save ur password on your computer and then its a matter of like 2 clicks...its a setting with the site itself, not something you can control on your end i dont think
Reply With Quote
  #3  
Old 06-03-2008, 09:53 AM
Moderator
 
Join Date: Jul 2003
Location: New Zealand
Posts: 35,976
Rewards: 1,112
Quote:
Originally Posted by rjb1816
can just have it save ur password on your computer and then its a matter of like 2 clicks...its a setting with the site itself, not something you can control on your end i dont think
Yeah I do, do that. Understand why the sites do it for security reasons, but on one of my computers no one ever uses it but me.
They should have an option so u can always stay logged in.

If they are worried about security what they need to do is make u enter your password everytime u want to place a bet or use the cashier. I would rather that than be logged out all the time for being idle for 10 mins.....
__________________
CM Posted 2003 till 2012 records (updated daily) :

NHL : +161 (units)
NFL : +3
MLB : +55
NBA : -20
WNBA : +23
Aussie NBL Hoops : +96
Cricket : +69
Golf : -5
Rugby union and rugby league : +126
Soccer : -5
Netball : +8
AFL (Aussie Rules) : +71

Total : +582 units


1 unit or less = small bet, 1-3 = medium, 3+ = large

Cappersmall Hall of Fame 2008
Reply With Quote
  #4  
Old 06-03-2008, 10:04 AM
Moderator
 
Join Date: Jul 2003
Location: New Zealand
Posts: 35,976
Rewards: 1,112
The Greek does it....more should JMO.
__________________
CM Posted 2003 till 2012 records (updated daily) :

NHL : +161 (units)
NFL : +3
MLB : +55
NBA : -20
WNBA : +23
Aussie NBL Hoops : +96
Cricket : +69
Golf : -5
Rugby union and rugby league : +126
Soccer : -5
Netball : +8
AFL (Aussie Rules) : +71

Total : +582 units


1 unit or less = small bet, 1-3 = medium, 3+ = large

Cappersmall Hall of Fame 2008
Reply With Quote
  #5  
Old 06-03-2008, 06:49 PM
Registered User
 
Join Date: Feb 2005
Location: Cappers Mall
Posts: 5,860
Rewards: 1,077
This GreaseMonkey script should work to keep you logged in at almost any sportsbook.

What makes this script different is that it doesn't do a simple autorefresh, but rather makes a HEAD request every 5 minutes of the last frame (or the entire page if no frames exist) on the page.

By only submitting a HEAD request, the amount of data that's actually transmitted is extremely small (on the order of 300-400 bytes). The 5 minute timer is reset every time any page is requested from the site.

This script should effectively keep you logged-in to any HTTP-based site (sportsbook or otherwise, it most likely won't work properly with HTTPS sites) that times you out after a period of inactivity. It should do this without interfering in any way with your browsing

To install, you'll need the the FireFox add-in GreaseMonkey

install the add-in by clicking the "Install Now" button, then restart Firefox and install

(If you want to uninstall, go to Tools/Manage User Scripts, select "Stay Logged-In", and click Uninstall.)

To add new sportsbooks, you'll want to right click on the GreaseMonkey icon at the bottom right of your FireFox browser window (the icon that looks kind of similar to Donkey Kong), select "Manage User Scripts ..." and select "Stay Logged-In To Any Book" from the left panel.

Under "Included Pages" window click "Add" and then enter the url of the book twice
__________________
You Can't Win ,
If You're Afraid To lose


don't take life too serious.
None of us gets out alive ..


GIDDY UP
Reply With Quote
  #6  
Old 06-03-2008, 07:09 PM
Registered User
 
Join Date: Oct 2002
Posts: 12,209
Rewards: 1,886
any site that involves finances will not allow you to log on indefinitely
Reply With Quote
  #7  
Old 06-03-2008, 07:18 PM
Cunt Worship
 
Join Date: Mar 2003
Location: Lewes, DE
Posts: 37,826
Rewards: 4,600
poker clients allow you to be logged in indefintely...not sure why sportsbooks cant do the same thing
Reply With Quote
  #8  
Old 06-03-2008, 07:19 PM
Cunt Worship
 
Join Date: Mar 2003
Location: Lewes, DE
Posts: 37,826
Rewards: 4,600
Quote:
Originally Posted by dave nz
The Greek does it....more should JMO.
sportsbook dot com does as well
Reply With Quote
  #9  
Old 06-03-2008, 11:53 PM
Moderator
 
Join Date: Jul 2003
Location: New Zealand
Posts: 35,976
Rewards: 1,112
Quote:
Originally Posted by Kramer
This GreaseMonkey script should work to keep you logged in at almost any sportsbook.

What makes this script different is that it doesn't do a simple autorefresh, but rather makes a HEAD request every 5 minutes of the last frame (or the entire page if no frames exist) on the page.

By only submitting a HEAD request, the amount of data that's actually transmitted is extremely small (on the order of 300-400 bytes). The 5 minute timer is reset every time any page is requested from the site.

This script should effectively keep you logged-in to any HTTP-based site (sportsbook or otherwise, it most likely won't work properly with HTTPS sites) that times you out after a period of inactivity. It should do this without interfering in any way with your browsing

To install, you'll need the the FireFox add-in GreaseMonkey

install the add-in by clicking the "Install Now" button, then restart Firefox and install

(If you want to uninstall, go to Tools/Manage User Scripts, select "Stay Logged-In", and click Uninstall.)

To add new sportsbooks, you'll want to right click on the GreaseMonkey icon at the bottom right of your FireFox browser window (the icon that looks kind of similar to Donkey Kong), select "Manage User Scripts ..." and select "Stay Logged-In To Any Book" from the left panel.

Under "Included Pages" window click "Add" and then enter the url of the book twice
Thanks for that, I'll look into it.
__________________
CM Posted 2003 till 2012 records (updated daily) :

NHL : +161 (units)
NFL : +3
MLB : +55
NBA : -20
WNBA : +23
Aussie NBL Hoops : +96
Cricket : +69
Golf : -5
Rugby union and rugby league : +126
Soccer : -5
Netball : +8
AFL (Aussie Rules) : +71

Total : +582 units


1 unit or less = small bet, 1-3 = medium, 3+ = large

Cappersmall Hall of Fame 2008
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:49 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.