'' ORDER BY timestamp DESC LIMIT $maxarts"; $result = mysqli_query($newcon, $sql); $a = -1; $halves = [0,1]; $thirds = [2,3,4,9,10,11,12,13,14]; $quarts = [5,6,7,8]; $bigout = ""; $output[1] = "
Play Something at the Arcade!
"; $output[3] = "
A Blatant Plea For Help
"; while ($row = mysqli_fetch_array($result)) { $a++; if($a == 1 || $a == 3) $a++; if(in_array($a, $halves)) $dsize = "half"; if(in_array($a, $thirds)) $dsize = "third"; if(in_array($a, $quarts)) $dsize = "quart"; $imgurl = ""; $id = $row['id']; $base = $id % 10; $title = $row['title']; $subhead = $row['subhead']; $imgurl = $row['imgurl']; if(!$imgurl) $imgurl = "https://divvyo.com/media/default" . $base . ".jpg"; if($dsize == "quart") { $newimgurl = ""; $output[$a] = "
{$newimgurl}{$title}
"; } else { $newimgurl = "
"; $output[$a] = "
{$newimgurl}{$title}
"; } } $bigout = "
{$output[0]} {$output[1]}
"; $bigout .= "
"; $bigout .= "
{$output[2]}{$output[3]}{$output[4]}
"; $bigout .= "{$output[5]} {$output[6]} {$output[7]} {$output[8]}"; $bigout .= "
"; $bigout .= "
{$output[9]}{$output[10]}{$output[11]}
"; $bigout .= "
{$output[12]}{$output[13]}{$output[14]}
"; ?> Politics and Other Games at divvyo.com
OLDER POSTS