require('config/globalSettings.inc.php'); ?> $query = "SELECT artistemail, admin FROM artist WHERE artistid='".$_SESSION['userSes']."' AND artistenabled='1'"; $result = $mysqli->query($query); if($result->num_rows > 0) { while($row = $result->fetch_assoc()) { $loggedInUserEmail = $row['artistemail']; $admin = $row['admin']; } } $catId = $_GET['catId']; $genreId = $_GET['genreId']; if($catId==""){ $showAll = True; $catValid = True; } else{ $catValid = False; $query = "SELECT * FROM categories WHERE catid='$catId'"; $result = $mysqli->query($query); if($result->num_rows > 0) { $catValid = True; while($row = $result->fetch_assoc()) { $catName = $row['catname']; $catDescription = $row['catdescription']; } } else { $catValid = False; } } ?> $metaTitle = "Free $catName"; ?> require('includes/pageTop.inc.php');?> if($catValid==True){ ?>
Notice: Undefined variable: catDescription in /home/forge/fpsfiles.net/public/browseFiles.php on line 48
Notice: Undefined variable: fileDesc in /home/forge/fpsfiles.net/public/browseFiles.php on line 112
Genre:
Notice: Undefined variable: fileGenreName in /home/forge/fpsfiles.net/public/browseFiles.php on line 114
Format: | zip |
Support: |
if($fpscX9=="1"){
echo "X9 "; } if($fpscX10=="1"){ echo "X10 "; } if($fpscReloaded=="1"){ echo "Reloaded "; } ?> |
File Size |
Notice: Undefined variable: fileUniqueHash in /home/forge/fpsfiles.net/public/browseFiles.php on line 147 Warning: filesize(): stat failed for ../securefiles/files/.zip in /home/forge/fpsfiles.net/public/browseFiles.php on line 147 0.00Mb |
Downloads |
Notice: Undefined variable: fileDownloadCount in /home/forge/fpsfiles.net/public/browseFiles.php on line 153 |
No content has been uploaded for this category please try another.
} ?> }else{?>Try using the menu above to find a category that works.
}?> require('includes/pageBottom.inc.php');?>