Replace that file (public/members.php) with this one.
Yes it does, I'm going from memory here.. I'm fairly certian MapleBit caches the gd images, stores them for say 24 hours (or something), GMS does this on it's ranking also btw. MapleBit only then replaces the old character images with the new for each of these scheduled updates, so the webserver isn't constantly under stress by endlessly updating every single picture of the characters to have the correct equipment showing 24/7. MapleStory itself doesn't update what equipment you're wearing until you log off, change channels, or go into the cash shop right? So it would be pretty unnecessary to have the web site forever updating them like that. What MapleBit does now with the rankings works completely fine for me personally.
Last edited by Linkerzz; 09-03-16 at 05:12 PM.
It's an external script actually, not MapleBit.
The said script draws the image using the GD library, a caching system is a must to preserve CPU, otherwise the entire machine will be taken down pretty quick.
The image will expire 12 hours after being generated and will be generated again, as GreenElf said :)
For some reason it seems like the person you quoted didn't even bother to read but rather replied for the sake of advertising his business. No problem with advertising it, just that make sure you read the comments and actually contribute instead of repeating something so obvious that's been said right before you said it.
PHP<3
Looking for PHP developers for code reviews, PM me
Doing some spring cleaning!
3/9/16:
- Remove the following functions:
getNav, mysql_escape, get_small_gravatar, sql_sanitize, sanitize_space, and countOnline
- Fix duplicate error for adding/editing vote sites.
- Fix error language on the vote site page
Last edited by greenelfx; 09-03-16 at 07:23 PM.
thanks, noob friendly website
Last edited by Dorki; 29-03-16 at 04:24 PM.
I'm trying to put SQL details but it's not working for me.
Any help?...
Edit:
That's the specific error I get, I am using root password for SQL to prevent hackers.
Connect failed: Access denied for user 'root'@'10.2.1.45' (using password: YES)
Alright, that's what there
How can I know what's my database name, expect that I filld everything exactly like mine and put it back into the host and still same.//SQL Information
$host['hostname'] = 'localhost'; // Hostname [Usually locahost]
$host['user'] = 'root'; // Database Username [Usually root]
$host['password'] = '123456'; // Database Password [Leave blank if unsure]
$host['database'] = 'mapleblade'; // Database Name