if(rand(1,5)==5){
for($i=0;$i<6;$i++) $otd_lot[$i]=create_lot($otd_lot);
$bonus = create_lot($otd_lot);
} else {
$sres = sql_fetch("select idx from table_name where (regdate > $stdate and $eddate > regdate) order by idx asc limit 1 ");
$eres = sql_fetch("select idx from table_name where (regdate > $stdate and $eddate > regdate) order by idx desc limit 1 ");
$vip = rand($sres[idx],$eres[idx]);
$res = sql_fetch("select * from table_name where (regdate > $stdate and $eddate > regdate) and idx='$vip' ");
for($i=1;$i<46;$i++){
if($res[chk.$i] == 1){
$otd_lot[$k] = $i;
$k++;
}
}
$bonus = create_lot($otd_lot);
}
위 소스는 로또 번호추첨 소스의 일부이며 생성된 로또 번호를 가지고 1~5등을 선발하는 구조입니다.
create_lot는 로또 번호를 하나씩 생성해주는 함수구요..
보시면 아시겠지만... 여러분들이 추측하시는 그런 비밀은 없습니다.
여러번 당첨되시는 분들은 저도 놀랍지만.. 정말 운이 좋으신 분들이네요..
OTD는 비리가 없는 청정 지역입니다. ㅋㅋ
소신을 가지고 하시다 보면 언젠간 보상받는 날들이 올꺼라고 믿습니다.
그럼 다들 즐거운 하루 되시길 기원하며 로또 대박나세요 ^^
ps. 소스를 공개하면서 아실분은 아시겠지만..
1등 당첨확률은 기존 2/3에서 4/5로 높게 조정이 되었습니다. ^^
역시 VIP가 존재했군여..