Any fix ?
Did you install the MU Core? Or just copy pasted it?
Anyway you can turn on the debug in the config.ini in MUCore then you can see what query is missing :D
and may I ask if you have a Ranking database?
Hmmm kinda weird I went to my website too and it seems it's not working now LOL
pages_modules/ranking.php
Line 170 onwards:
Personally I don't think it's a serious problem to warrant a fix.PHP Code:
</tr>
<tr>
<td align="left" class="iR_status">';
if ($get_config->char_status == '1') {
echo '<div id="s_' . $cache_count . '"><a href="javascript:void(0)" onclick="get_data(\'s_' . $cache_count . '\',\'#s_' . $cache_count . '\', \'get.php?aG=' . base64_encode(crypt_it($r_cache[10], $core['config']['crypt_key'])) . '\', null, \'data=s_' . $cache_count . '\');">Check Status</a></div>';
}
echo '</td>
<td align="left" class="iR_status">';
This is caused probably by the encrypt settings, It's too much a hassle to track down, so I won't bother to fix it if I were you.
nemoma ^______^
@epocal
i fixed it long time ago, but if you don't want it's ok :D
See ---> it works ;)
![]()
Here you are Link 1 : get_ranking - Download - 4shared - NineCatalin Catalin
Here you are Link 2 : Download get_ranking.rar from Sendspace.com - send big files the easy way
Yea I did configured db2 with password host etc.
Yea I did replaced with your fixed php files and restarted PC.
And still not working :|
EDIT : WTF cleaned Firefox cookies and reset it and now it works :))
NEW Problem : after I pasted your php files I got my template bugged :
The menu image is doubled :O
WHy ?
looool :D
Help me fix it bro :))
EDIT : I think your get.php file bugged my template ... something about header or smth ?