uprentiss Posted January 10, 2012 Share Posted January 10, 2012 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 Quote Link to comment Share on other sites More sharing options...
Mystical Posted January 10, 2012 Share Posted January 10, 2012 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. Quote Link to comment Share on other sites More sharing options...
uprentiss Posted January 10, 2012 Author Share Posted January 10, 2012 thats in the index file? sorry to be so noobish but I am trying to learn its just not working out as i expected Quote Link to comment Share on other sites More sharing options...
Mystical Posted January 10, 2012 Share Posted January 10, 2012 What version of mccodes are you using? What I posted comes from version 2.03. Quote Link to comment Share on other sites More sharing options...
Wickidnezz Posted January 10, 2012 Share Posted January 10, 2012 (edited) 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 January 10, 2012 by Wickidnezz Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.