i just took a quick look and noticed that your old scripts checks the table "voterecord" when adding VP or whatever and the new script does it with a table called "votingrecords". so i guess that could be the problem.
Printable View
Just wanted to give a quick shoutout to these two servers for their creative MapleBit websites! I'm glad people have extended upon MapleBit to make it their own
http://i.imgur.com/djOZfcS.jpg
http://i.imgur.com/osIzusv.jpg
@greenelfx Did ya check out Xepheus? They did some pretty cool upgrades with MapleBit I must say. Xepheus | Official Site
No, they ripped a design from Dungeon Fighter Online | NEOPLE
The Xepheus site is MapleBit in the core but a lot of it is changed so it works with ripped site.
The only major thing that is still MapleBit with the site is how the site is structured internally (folder structure is the same, index.php?base=main&page=blabla (although I'm using seo-friendly urls), etc.), much of the code has either been reworked, removed or redone. Honestly, I removed so much stuff that vanilla MapleBit is honestly a better option, the Xepheus site code is really messy, disorganized, half-complete, and a whole bunch of the code works specifically for us and there are very few settings that can be changed on the fly (like vote sites, etc.).
Is there anyway to change the framed C icon that shows before your server name on the website tab?
Hello,
Today I tried to install the cms when installing I have this message displayed how I do I have no DB in cms?
Help me!!! :*:
https://forum.ragezone.com/cache.php...leBitERROR.png
You need to first have a MapleStory database before running the MapleBit installation, because MapleBit checks for characters table during installation.
You need to first download a MapleStory source, run the SQL provided with it, and then run MapleBit installer.
Good luck.
I find that because I have not searched the net to find.
This error indicates that you do not have the accounts table created in your database. You should first execute any MapleStory source SQL before attempting to install MapleBit.
If you need help doing this, please post in Java Help.
Is there a way to change the timezone, for when users who vote before the time limit and it shows the "Vote at this time --- blah blah"
Put this in your vote page:
You may switch out the parameter with any of these items: PHP: List of Supported Timezones - ManualCode:date_default_timezone_set('America/Los_Angeles');
Is there a way to prevent GM's being shown on the rankings?
I'm using XiuzSource and the GM rank is 3, but they're showing on the rankings.
I'm an admin which is rank 4, and I'm not showing on the rankings.
There's probably some ranking sql being loaded in some rankings.php file if that's the name. Find a query selecting from characters in the sql and change WHERE gm < 4 to WHERE gm < 3.
EDIT: Looked at it on git, it calls to $gmlevel, which is loaded from your properties. I'm not sure what all else it's used for so you can either hardcode it to be 4 in the query or change 'gmlevel' to 4.
11/8/15:
- Fixed vulnerability that allowed users to change their email to one that had already been used (minor)
- Cleaned up HTML markup on the register page (minor)
Not necessary to upgrade at this time, as these are both minor changes. A regular major release will be created by the end of November. If you want to see any bugs fixed before this, please let me know.
im confused, when I install I add who to make admin but what the heck is password to log in?
Hello I have a few questions about customizing my MapleBit website. Sorry if they are stupid questions, I am trying to learn HTML but still coming up short on these:
- How do I add images in the body of the Home page? (For example to insert an image before News >>, Ranking>>, etc)
- Is it possible to make my banner overlap with the Nav bar? Or add images on/around the nav bar?
- I want to move the editable box at the bottom of the body to the top but have no idea how if possible
Once again sorry if they are dumb questions. I like customizing websites a lot but usually rely on editing image heavy websites instead of confusing code lol, but ive decided to commit to MapleBit because its really the best CMS out there. I would really appreciate the help if anyone can.
if you like working on website, i'd suggest that you start by learning HTML / CSS. once you get the hang of it, the (basics of the) languages are really easy.
https://www.codecademy.com/learn/web