Jump to content
MakeWebGames

Mod issue


uprentiss

Recommended Posts

Yeah I have some mods and it says like

 

Open index.php

Find where it says

<h3>General Info:</h3>";

 

well i open index php n that line isnt int here at all

not to mention the other mods i have do the same thing when it says to isntall them the part i try to find is never there

Link to comment
Share on other sites

Yeah I have some mods and it says like

 

Open index.php

Find where it says

<h3>General Info:</h3>";

 

well i open index php n that line isnt int here at all

not to mention the other mods i have do the same thing when it says to isntall them the part i try to find is never there

These are the first few lines of that file....

<?php

$housequery=1;

include_once "globals.php";

echo "<h3>General Info:</h2>";

3rd line down is what you are looking for.

Link to comment
Share on other sites

look at lines 1-5 and you should find

 

<?php

$housequery=1;

include "globals.php";

print "<h3>General Info:</h3>";

$exp=(int)($ir['exp']/$ir['exp_needed']*100);

 

and your wanting

print "<h3>General Info:</h3>";

only difference from what I've posted is this is from MCv2.0.2

and what Mystical had posted is from MCv2.0.3

which is all found in the index.php

and if I am correct I do belive the redux index file would be the same

Edited by Wickidnezz
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...