
Originally Posted by
BluStudio
Yes ofc...but wait a little bit to implement it since it was made for my webdesign site which uses mysql.
Magicswe please PM me with your msn/Y! msg address.
PM sent, i have a feeling that this project might evolve and go big! :)
EDIT: EDIT AGAIN lawl, Which files to modify to only fix the news problem? :)
EDIT2: When i put MUKorea folder (template) in Templates and add patch in admin panel the index.php loads but the website doesn't show any images and doesn't load any css file.
EDIT3: Nice Game master list feature instead of show account name :) (semi advanced users only)
Open public_content.php
Replace:
PHP Code:
$content .= " <td class='table_header_col'>Account</td>";
$content .= "</tr>";
$gm = mssql_query("Select Name,AccountID FROM Character WHERE CtlCode=32 OR CtlCode=8 OR CtlCode=16");
With:
PHP Code:
$content .= " <td class='table_header_col'>Rank</td>";
$content .= "</tr>";
$gm = mssql_query("Select Name,char_rank FROM Character WHERE CtlCode=32 OR CtlCode=8 OR CtlCode=16");
Save
Open enterprise manager and open Characters in design mode. Add new row
|char_rank|varchar|50||X|
Save Now open it in view/edit mode and add the desired rank title/name result:

NOTICE TO BLUEMAN IF YOU DON'T LIKE ME ADDING THIS THING TELL ME AND I'LL REMOVE ASAP :)
EDIT 4
I noticed that the guild rank doesnt exclude the GM guild so in public_content.php find this line
PHP Code:
$rank_query = mssql_query("Select Top 20 G_Name,G_Score,G_Master FROM Guild ORDER BY G_Score DESC");
Change to:
PHP Code:
$rank_query = mssql_query("Select Top 20 G_Name,G_Score,G_Master FROM Guild Where G_Name !='[COLOR="red"]GMGUILD[/COLOR]' ORDER BY G_Score DESC");
Change the value in red to your staff guild name
notice, all things i've posted in this post like GM ranking stuffs and Guild rank stuff are easy simple fixes until Blueman have time to fix then, i suggest you not to modify anything if you don't know what you're doing.
I don't have time to implent config inis for fixes for easier use since a) i dont have time b) I'll let Blu fix his files since i would most likely create some nice loop holes :P These fixes however are secure since it's not any "changes" and only some minor modifications use on your own risk. And as always ill remove my lame "fixes" Blue on your request.
Sorry for the english its 7:39 AM been up all night i'm not really awake atm lol