Go Back   Novahq.net Forum > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: Scott
Forum: Web design and Programming 02-02-2020, 06:26 PM
Replies: 23
Views: 5,629
Posted By Scott
Would it be possible to send me the updated...

Would it be possible to send me the updated version of the status script you're using? I can see if it's something with the script because I don't think it's the heartbeat as the info from it...
Forum: Web design and Programming 01-12-2019, 10:37 AM
Replies: 23
Views: 5,629
Posted By Scott
Glad you got it working, BTW how is the heartbeat...

Glad you got it working, BTW how is the heartbeat working out for you guys? I see MANY more BHD servers using it now which is great and will really help keep the lobbies up and running for years (fyi...
Forum: Web design and Programming 01-11-2019, 08:12 AM
Replies: 23
Views: 5,629
Posted By Scott
Hi Blade, it would look something like this: ...

Hi Blade, it would look something like this:


if(file_exists("../mapimages/".$Server['MissionFile'].".jpg")) {
echo "<a...
Forum: Web design and Programming 01-02-2019, 09:28 PM
Replies: 23
Views: 5,629
Posted By Scott
That'll work as long as they are exact :)

That'll work as long as they are exact :)
Forum: Web design and Programming 01-02-2019, 02:19 PM
Replies: 23
Views: 5,629
Posted By Scott
Guess I should update my script at some point... ...

Guess I should update my script at some point...

Line 166

If(!empty($_POST['verify_password']) && $_POST['verify_password']==true) {


Line 176

If(empty($_COOKIE['phUploader']) ||...
Forum: Web design and Programming 01-02-2019, 01:28 PM
Replies: 23
Views: 5,629
Posted By Scott
in phuploader.php set: $random_name=true; ...

in phuploader.php set:

$random_name=true;

to

$random_name=false;

Change Line 198 to:
Forum: Web design and Programming 12-31-2018, 08:49 AM
Replies: 23
Views: 5,629
Posted By Scott
Sorry just got back from Christmas break......

Sorry just got back from Christmas break... You're right, it should be:


if(file_exists("./mapimages/".strtolower($Server['MissionFile']).".jpg")) {
echo "<img...
Forum: Web design and Programming 12-27-2018, 11:24 AM
Replies: 23
Views: 5,629
Posted By Scott
If you're on Linux, the file name needs to have...

If you're on Linux, the file name needs to have the same case as the map name. Like MapName.bms is not the same as mapname.bms on Linux. If you make sure all the photos are lower case you can use...
Forum: Web design and Programming 12-26-2018, 03:23 PM
Replies: 23
Views: 5,629
Posted By Scott
Well you'd upload the files to your ftp and put...

Well you'd upload the files to your ftp and put the paths there. Something like (using tio coop status page for example):

if(file_exists("./mapimages/".$Server['MissionFile'].".jpg")) {
echo...
Forum: Web design and Programming 12-12-2018, 08:11 AM
Replies: 23
Views: 5,629
Posted By Scott
It should be possible if you have the map images...

It should be possible if you have the map images for sure. Your code would look something like this:

if(file_exists("/pathto/mapimages/".$Server['MissionFile'].".jpg")) {
echo "<img...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -5. The time now is 04:24 AM.




Powered by vBulletin®