Jump to content
MakeWebGames

Mc 2 To Redux help


Glasses

Recommended Posts

Just a highlow mod i added it to the the mod folder change the

 

include_once "globals.php";

To

if ( !defined($_CONFIG['define_code']) ) {

echo 'This file cannot be accessed directly.';

exit;

}

 

 

 

Edit: got that to work :P

 

Added

'Highlow' => 'Mods/highlow.php', to index.php

 

Am i missing something?

Appreciate if you can help

 

EDIT: Just got it to work :P

Edited by Glasses
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...