Thread: BHD Heartbeat
View Single Post
  #4  
Old 12-26-2018, 03:23 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,920

Well you'd upload the files to your ftp and put the paths there. Something like (using tio coop status page for example):
Code:
if(file_exists("./mapimages/".$Server['MissionFile'].".jpg")) {
	echo "<img src=\"./mapimages/".$Server['MissionFile'].".jpg" />";
} else {
	echo "<img src=\"./mapimages/nophoto.jpg\" />";
}
If you'd like help I can but I'd need the file and/or ftp to upload it.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote