| Server IP : 185.86.4.75 / Your IP : 216.73.216.143 Web Server : Apache System : Linux lotom.com.tr 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64 User : lotomcom ( 10006) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/lotom.com.tr/httpdocs/onnumara/ |
Upload File : |
<?
$tekler=array(
1=>(1),
2=>(3),
3=>(5),
4=>(7),
5=>(9),
6=>(11),
7=>(13),
8=>(15),
9=>(17),
10=>(19),
11=>(21),
12=>(23),
13=>(25),
14=>(27),
15=>(29),
16=>(31),
17=>(33),
18=>(35),
19=>(37),
20=>(39),
21=>(41),
22=>(43),
23=>(45),
24=>(47),
25=>(49),
26=>(51),
27=>(53),
28=>(55),
29=>(57),
30=>(59),
31=>(61),
32=>(63),
33=>(65),
34=>(67),
35=>(69),
36=>(71),
37=>(73),
38=>(75),
39=>(77),
40=>(79),
);
$ciftler=array(
1=>(2),
2=>(4),
3=>(6),
4=>(8),
5=>(10),
6=>(12),
7=>(14),
8=>(16),
9=>(18),
10=>(20),
11=>(22),
12=>(24),
13=>(26),
14=>(28),
15=>(30),
16=>(32),
17=>(34),
18=>(36),
19=>(38),
20=>(40),
21=>(42),
22=>(44),
23=>(46),
24=>(48),
25=>(50),
26=>(52),
27=>(54),
28=>(56),
29=>(58),
30=>(60),
31=>(62),
32=>(64),
33=>(66),
34=>(68),
35=>(70),
36=>(72),
37=>(74),
38=>(76),
39=>(78),
40=>(80),
);
$salla=rand (1, 40);
$salla1=rand (1, 40);
if ($secim=="tek"){
$tahmin[$f]=$tekler[$salla];
$s=0 ;
while ($s<$f){
if ($tahmin[$s]==$tahmin[$f]){
$secim="tek";
include("tekcift.php");
}
$s++;
}
}
if ($secim=="cift"){
$tahmin[$f]=$ciftler[$salla1];
$s=0;
while ($s<$f){
if ($tahmin[$s]==$tahmin[$f]){
$secim="cift";
include("tekcift.php");
}
$s++;
}
}
?>