mirror of
https://github.com/Cvolton/GMDprivateServer.git
synced 2025-09-06 21:12:10 +00:00
Compare commits
2 Commits
97cf2b09da
...
3000830e00
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3000830e00 | ||
![]() |
0fb3494ff2 |
@@ -13,6 +13,8 @@ $lvlstring = ""; $userstring = ""; $songsstring = ""; $lvlsmultistring = []; $ep
|
||||
$orderenabled = true; $ordergauntlet = false; $isIDSearch = false;
|
||||
$params = array("unlisted = 0");
|
||||
$morejoins = "";
|
||||
$sug = "";
|
||||
$sugg = "";
|
||||
|
||||
if(!empty($_POST["gameVersion"])){
|
||||
$gameVersion = ExploitPatch::number($_POST["gameVersion"]);
|
||||
@@ -90,12 +92,12 @@ if(!empty($_POST["gauntlet"])){
|
||||
$params[] = "levelID IN ($str)";
|
||||
$type = -1;
|
||||
}
|
||||
if(!empty($_POST["len"])){
|
||||
if(isset($_POST["len"])) {
|
||||
$len = ExploitPatch::numbercolon($_POST["len"]);
|
||||
}else{
|
||||
$len = "-";
|
||||
}
|
||||
if($len != "-" AND !empty($len)){
|
||||
if($len != "-"){
|
||||
$params[] = "levelLength IN ($len)";
|
||||
}
|
||||
if(!empty($_POST["featured"])) $epicParams[] = "starFeatured = 1";
|
||||
|
Reference in New Issue
Block a user