"; $sel11=explode("~",$select); //print_r($sel11); $select1=$sel11[0]; $selectdate=$sel11[1]; $selectgame1=$sel11[2]; $selectgame2=$sel11[3]; //echo "select1=$select1*** selectdate=$selectdate ** selectgame1=$selectgame1 ** selectgame2=$selectgame2
"; $select=$select1; $val=$select; //echo "val=$val
"; $tagval=$val; include "game_times.php"; $tz1 = getenv('TZ'); // Get current server time zone setting putenv("TZ=EST5EDT"); // Change to US Eastern time zone or whatever you want $lt1 = (localtime(time(),"TRUE")); $ltt1=$lt1['tm_hour']; putenv("TZ=$tz"); // Change it back to the original server time zone //$tz = array ( 'PST' => -8); //$pacific_time = time() + ($tz['PST'] * 3600); $tz1 = array ( 'EST' => -5); $pacific_time1 = time() + ($tz1['EST'] * 3600); $lt1 = localtime($pacific_time1, TRUE); if ($lt1['tm_isdst']) $pacific_time1 += 3600; $pacific_date1=gmstrftime('%Y-%m-%d', $pacific_time1); $pacific_time1=gmstrftime('%T', $pacific_time1); //echo "$pacific_date1 ****** $pacific_time1
"; #---- create expiry date $value =$val; #---collect the league information $leagueqry=mysqli_query($link,"select league_no,league_id,league_name from ats_league1 where league_name='$value' "); list($lno,$lid,$lname)=mysqli_fetch_array($leagueqry); ?>
Line moves :-

One of the oldest forms of sports handicapping a game is watching the money moves at the Sportsbooks and the "Line Moves" software at ATS Database keeps track of where the money is moving. Either you need to watch the NFL line moves on game day or the changes from a busy day in college sports either football or basketball, the ATS Database line moves feature will track where the money is being laid down. In fact, you can monitor baseball line moves and hockey lines moves as well. One of the worst feelings in the world is getting hooked because you didn't have the right line and the ATS Database line moves software is a valuable betting tool that is free of charge and will improve your sports betting experience. Plus, when you click on the game matchup you want to monitor, the line moves software will tell you exactly the history of that betting line and when the money was on the move!


To see Today Line Moves: Click Here CFL |
NFL |
MLB |
NBA |
NHL |
CFB |
CBB
CFL | NFL | MLB | NBA | NHL | CFB | CBB CFL | NFL | MLB | NBA | NHL | CFB | CBB

Current Streaks For ATS Steamers For Current Streaks For ATS Steamers For Current Streaks For ATS Steamers For
Line Moves For

SpMoneyLine = Spread Moneyline

='08') $cur_year=date('Y'); else $cur_year=date('Y')-1; $next_year=$cur_year+1; } else { $cur_year=date('Y'); } if($value=='NFL') { $start_month='09' ;$end_month='02'; $end_date=$next_year.'-'.$end_month; } elseif($value=='NBA') { $start_month='10' ;$end_month='06'; $end_date=$next_year.'-'.$end_month; } elseif($value=='NHL') { $start_month='10' ;$end_month='06'; $end_date=$next_year.'-'.$end_month; } elseif($value=='CFL') { $start_month='06' ;$end_month='11'; $end_date=$cur_year.'-'.$end_month; } elseif($value=='NCAAF') { $start_month='08' ;$end_month='02'; $end_date=$next_year.'-'.$end_month; } elseif($value=='NCAAB') { $start_month='10' ;$end_month='04'; $end_date=$next_year.'-'.$end_month; } $start_date=$cur_year.'-'.$start_month; $dateclause="( left(date,7) between '$start_date' and '$end_date' )"; function formatdate($sqldate) { list($yyyy, $mm, $dd) = explode('-',$sqldate); $date = date('m-d-Y', mktime(0,0,0,$mm,$dd,$yyyy)); return $date; } $lqry=mysqli_query($link,"select league_no from ats_league1 where league_name='$value' "); list($lno)=mysqli_fetch_array($lqry); $leagueqry=mysqli_query($link,"select league_no,league_id,league_name from ats_league1 where league_name='$value' "); list($lno,$lid,$lname)=mysqli_fetch_array($leagueqry); #--collect the schedule from thegreek_schedule which is taken from $dateqry=mysqli_query($link,"select distinct game_date from thegreek_schedule where game_date between '$startdate' and '$enddate' and league_no=$lno and (team1 not like '%Teams%' and team2 not like '%Teams%') and (team1 not like '%Live%' and team2 not like '%Live%') and (game_status!='3' or game_status!='2') and game_no1<'1001' and game_no2<'1002' order by game_date,game_no1 "); $dnum=mysqli_num_rows($dateqry); if($dnum) { $date_array=array(); while($drow=mysqli_fetch_array($dateqry)) { $date_array[ ]=$drow['game_date']; } ?> "; /*$gameqry=mysqli_query($link,"select * from thegreek_schedule where game_date ='$selectdate' and league_no=$lno and (game_status!='3' and game_status!='2') and game_no1='$selectgame1' and game_no2='$selectgame2' order by game_date,game_time "); $rnum=mysqli_num_rows($gameqry); if($rnum) { $i=0; while ($row=mysqli_fetch_array($gameqry)) { $home_cris=""; $road_cris=""; $date11=$row['game_date']; $date = formatdate($date11); $home_gameno=$row['game_no2']; $road_gameno=$row['game_no1'];*/ $date11=$selectdate; $date = formatdate($date11); $home_gameno=$selectgame2; $road_gameno=$selectgame1; //echo "select * from thegreek_schedule where game_date ='$date11' and league_no='$lno' and game_no1='$game_no1' and game_no2='$game_no2' and (game_status='0' or game_status='1')
"; $gameqry=mysqli_query($link,"select * from thegreek_schedule where game_date ='$selectdate' and league_no='$lno' and game_no1='$selectgame1' and game_no2='$selectgame2' and (game_status='0' or game_status='1') "); $count=mysqli_num_rows($gameqry); while ($row=mysqli_fetch_array($gameqry)) { $home_team=$row['team2']; $road_team=$row['team1']; /*new added */ $game_total=$row['game_total']; #--game total $game_time=$row['game_time']; #--game total $road_spread=$row['team1_spread']; #---road team spread $home_spread=$row['team2_spread'];#---home team spread $road_ML=$row['team1_ML'];#---road team moneyline $home_ML=$row['team2_ML'];#---home team moneyline $tot_overmoney=$row['tot_overmoney'];#---total point over money $tot_undermoney=$row['tot_undermoney'];#---total point under money $team1sp_money=$row['team1_spmoney']; $team2sp_money=$row['team2_spmoney']; } /*$i++; if($i%2==0 && $i%4!=0) { $bgcolor="#E8E8E8"; } elseif($i%3==0) { $bgcolor="#FFCCCC"; } elseif($i%4==0) { $bgcolor="#FFCC99"; } elseif($i%5==0) { $bgcolor="#CCCC99"; } else { }*/ ?>
LEAGUE :
DATE :
Game Time Teams Line Moves MoneyLine Spread SpMoneyLine Game Total O/U money Game Time Teams Line Moves Spread SpMoneyLine MoneyLine Game Total O/U money
()

()








()

()










LEAGUE :
No Matches Found For Current Date