Nice one ^^^ all now make design korea mu :lol:
Printable View
Secure how much ?
http://planetrenders.net/renders/thu...earch=muonline
there is some nice renders :) maybe it will help you
update please no ripp....
http://fanhosting.info/images/j4pl2ukx60v2o4ene1s8.png
Then is it in the download package?
Problem with md5 db... u cant login in existent account and when u try to create get this error:
still nice work...Code:<br />
<b>Warning</b>: mssql_query() [<a href='function.mssql-query'>function.mssql-query</a>]: message: Disallowed implicit conversion from data type varchar to data type varbinary, table 'MuOnline.dbo.MEMB_INFO', column 'memb__pwd'. Use the CONVERT function to run this query. (severity 16) in <b>C:\xampp\htdocs\blumu\Modules\public_register.php</b> on line <b>84</b><br />
<br />
<b>Warning</b>: mssql_query() [<a href='function.mssql-query'>function.mssql-query</a>]: Query failed in <b>C:\xampp\htdocs\blumu\Modules\public_register.php</b> on line <b>84</b><br />
error in admin module: edit servers dont work properly...
error in guild ranking module: guild master's name is not displayed...
error in game master module: is displayed only ranking (1,2...), no gm name (maybe my db only) (displaying account gm is a bad ideea anyway)...
despite fast local loading, YSlow for Firebug confer Overall Grade: D (Ruleset applied: Classic(V1))
[QUOTE]
A
Make fewer HTTP requests
This page has 8 external background images. Try combining them with CSS sprites.
F
Use a Content Delivery Network (CDN)
There are 9 static components that are not on CDN.
* http://localhost/blumu/Templates/MU%...yles/style.css
* http://localhost/blumu/Templates/MU%...ges/header.png
* http://localhost/blumu/Templates/MU%...tainer_top.png
* http://localhost/blumu/Templates/MU%...ner_middle.png
* http://localhost/blumu/Templates/MU%...s/left_top.png
* http://localhost/blumu/Templates/MU%...eft_middle.png
* http://localhost/blumu/Templates/MU%...eft_bottom.png
* http://localhost/blumu/Templates/MU%.../separator.png
* http://localhost/blumu/Templates/MU%...ner_bottom.png
You can specify CDN hostnames in your preferences. See YSlow FAQ for details.
F
Add Expires headers
There are 9 static components without a far-future expiration date.
* (no expires) http://localhost/blumu/Templates/MU%...yles/style.css
* (no expires) http://localhost/blumu/Templates/MU%...ges/header.png
* (no expires) http://localhost/blumu/Templates/MU%...tainer_top.png
* (no expires) http://localhost/blumu/Templates/MU%...ner_middle.png
* (no expires) http://localhost/blumu/Templates/MU%...s/left_top.png
* (no expires) http://localhost/blumu/Templates/MU%...eft_middle.png
* (no expires) http://localhost/blumu/Templates/MU%...eft_bottom.png
* (no expires) http://localhost/blumu/Templates/MU%.../separator.png
* (no expires) http://localhost/blumu/Templates/MU%...ner_bottom.png
C
Compress components with gzip
There are 2 plain text components that should be sent compressed
* http://localhost/blumu/MU-Home.html
* http://localhost/blumu/Templates/MU%...yles/style.css
A
Put CSS at top
A
Put JavaScript at bottom
A
Avoid CSS expressions
N/A
Make JavaScript and CSS external
Only consider this if your property is a common user home page.
A
Reduce DNS lookups
A
Minify JavaScript and CSS
A
Avoid URL redirects
A
Remove duplicate JavaScript and CSS
F
Configure entity tags (ETags)
There are 9 components with misconfigured ETags
* http://localhost/blumu/Templates/MU%...yles/style.css
* http://localhost/.../header.png
* http://localhost/.../container_top.png
* http://localhost/.../container_middle.png
* http://localhost/.../left_top.png
* http://localhost/.../left_middle.png
* http://localhost/.../left_bottom.png
* http://localhost/.../separator.png
* http://localhost/.../container_bottom.png
Components
ComponentsThe page has a total of 10 components and a total weight of 667.9K bytes
in public_member.php u use:
but, since $md5 was never declared the result will always be true for the first if.PHP Code:if($md5 == 0 && $member_login == 0)
{
$member_login = mssql_query("SELECT memb_guid FROM MEMB_INFO WHERE memb___id='$member_user' AND memb__pwd='$member_pass'");
$member_login = mssql_num_rows($member_login);
}
elseif( $member_login == 0)
{
solution:
declare $md5=0 or 1 in configuration.php file.
PHP Code:if($md5 == 0 && $member_login == 0)
{
$member_login = mssql_query("SELECT memb_guid FROM MEMB_INFO WHERE memb___id='$member_user' AND memb__pwd='$member_pass'");
$member_login = mssql_num_rows($member_login);
}
elseif($md5 == 1 && $member_login == 0)
{
Have you fixed that one hole I showed you bluman? lol
Ok complete bug report.
Unable to edit some configurations in admin panel, For example change md5 on/off Add points/on off hit submit it loads like it's done when page refresh it goes back old settings (You can however edit it via the tables in MSSQL)
Ranking page displaying GM's (fixed myself) GM ranking doesnt exist at all lol and codes not working as in it shows 2 empty rankings 1 and 2 but no data. (I couldn't find the php file for this one so i couldn't fix it)
I have a question, all sites are "html" where are these stored? Since i'm unable to find GM rankings.
You cant add news either you cant type anything it doesn't let you select the box and start typing.
Tested using Safari, Internet explorer and Firefox latest versions.
I really like this design blue and the way you coded it I would be really happy if you continued your work, if this site proves to be secure enough, this is the one i will use forever.
The html links were places in index.php but i couldnt find their defined destination so im really curious on how you built this ^^
Thats only header magicswe for some security purposes.
yeah i understood that. I just only need to know where its content are stored since im unable to find the content shown on gm rank :S
Edit found new bug, guild rank doesnt show master.
edit again, im also curious on where to edit ads, i tried index.php located in theme folder but it doesnt look like the correct section even though it includes the ads box.