Jump to content
MakeWebGames

Recommended Posts

Posted
I will tried following that still cant get it to work lol

What are you trying to install? you say modification, but explain what it is. Did you add the file into the array?

Posted (edited)

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
Posted
Got somewhere with it but now when i click play it just says i dont have enough money on a white screen like its not finding globals or something

Are you viewing the page via "index.php?page= " ?

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...