Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[BETA] MapleByte CMS

Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
I chose meekrodb because it handles sql injections for me and it is a lot cleaner than the pdo commands. it is really simple to use and i integrated it into the cms and removed all the pdo callings. I had been having problems with pdo like I couldn't make it flexible in the class I was making

Looked over the MeekroDB docs today, looks like I'll be switching CypeReboot over to that as well.
 
may web.very maple.pls.
Loyal Member
Joined
Aug 12, 2009
Messages
1,810
Reaction score
606
:) It really helps me since I like using arrays a lot lolol
 
Junior Spellweaver
Joined
Jul 1, 2008
Messages
138
Reaction score
39
I have this thread subscribed just so I can go back and look at the first page.

Rest assured I'll be using this when I get back into the Private server game, with all the credits in tact. I'm looking at you, large amount of the RaGeZONE community, you silly silly theives! :)

Again, Nice work Akira.
 
Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
:) It really helps me since I like using arrays a lot lolol

Heh..I renamed meekrodb.2.2.class to meekrodb.2.2.class.php, and it took me about 15 minutes to realize that I just made the file meekrodb.2.2.class.php.php, and I was calling meekrodb.2.2.class.php....

Btw: Do you know why this isn't iterating to every news item?
PHP:
	$gn = DB::query("SELECT * FROM `cype_news` ORDER BY `id` DESC LIMIT 4") or die(mysql_error());
	foreach ($gn as $n){
		$gc = DB::query("SELECT * FROM `cype_ncomments` WHERE `nid`='".$n['id']."' ORDER BY `id` ASC") or die();
		$cc = DB::count();
		$title = $n['title'];
		$maxlength = 33;
		echo "
			<img src=\"assets/img/news/".$n['type'].".gif\" alt='".$n['type']."' class='text-left' />
			[".$n['date']."]
			<a href=\"?cype=main&page=news&id=".$n['id']."\">";
		if(strlen($title) > $maxlength){
			echo stripslashes($title);
		}else{
			echo stripslashes($title);
		}
		echo "
			</a>
			<span class=\"commentbubble\">
			<b>".$cc."</b>
			<img src=\"assets/img/news/comment.png\" alt=\"Comment\"/></span><br/>";
}
Edit: Oops, forgot to declare the array in the SQL query!
 
Last edited:
may web.very maple.pls.
Loyal Member
Joined
Aug 12, 2009
Messages
1,810
Reaction score
606
did you download the correct wampserver?
WAMPSERVER (32 BITS & PHP 5.4) 2.4 or WAMPSERVER (64 BITS & PHP 5.4) 2.4
 
Junior Spellweaver
Joined
Jul 28, 2009
Messages
119
Reaction score
5
Few Bugs:

- Everyone can use Admin CP
- You cant click on Full Ranking on Home Page, above Downloads
- News,events,updates on homa page, when you click on then nothing happen...
- and top 5 ranking does not work propertly..
 
Divine Celestial
Loyal Member
Joined
Sep 29, 2008
Messages
804
Reaction score
219
may web.very maple.pls.
Loyal Member
Joined
Aug 12, 2009
Messages
1,810
Reaction score
606
why anybody help me in my progblem ?


mkay this is what I want you to do for me, left click you wampserver icon in your system tray and go to:
PHP-> version (and tell me which version is checked)
then go to
Apache-> version (and tell me which version is checked)

After doing that implement this CMS to it and go to "localhost/" and screenshot me what you get.
 
Newbie Spellweaver
Joined
Sep 13, 2012
Messages
41
Reaction score
2
php5.3.13
aphce 2.2.22

How to upgrade to PHP 5.4
Wampserver:
  • Move your "www" folder to you desktop and uninstall your Wampserver
  • Download WampServer 2.2E or higher:
  • 64x Bits:
  • 32x Bits:
  • Install it

Xampp:
  • Move your htdocs folder to your desktop and uninstall Xampp
  • Download Xampp 1.8.1 or higher:
  • Install it

you need php 5.4 to use it stated in first post
 

Rey

The Shrewd
Loyal Member
Joined
Oct 29, 2011
Messages
1,336
Reaction score
196
epic released Akira !
 
Newbie Spellweaver
Joined
Feb 15, 2007
Messages
83
Reaction score
0
a great release indeed, a few things that bothered me though:
1. Ranking images were taken out.
2. Donation page is not coded properly, was kinda neglected.
3. Vote page is only by a pop up, 'don't show this again' message won't close properly (website stays dark) and you gotta refresh the website, and if you accidently click that message you won't be able to vote until the cookie removes.
 

Rey

The Shrewd
Loyal Member
Joined
Oct 29, 2011
Messages
1,336
Reaction score
196
a great release indeed, a few things that bothered me though:
1. Ranking images were taken out.
2. Donation page is not coded properly, was kinda neglected.
3. Vote page is only by a pop up, 'don't show this again' message won't close properly (website stays dark) and you gotta refresh the website, and if you accidently click that message you won't be able to vote until the cookie removes.

i agree with ur 3rd point about the voting thingy .. i hope some1 fix it :)
 
may web.very maple.pls.
Loyal Member
Joined
Aug 12, 2009
Messages
1,810
Reaction score
606
ehh.. I'll see what I can do :/ I'll most likely make a release with the fixes then release the new design.
 

Rey

The Shrewd
Loyal Member
Joined
Oct 29, 2011
Messages
1,336
Reaction score
196
ehh.. I'll see what I can do :/ I'll most likely make a release with the fixes then release the new design.

thank you akira for ur hard work.

oh and another suggestion : can u try to separate the images ? cus they are merged and its kinda hard to edit :) thank you !
 
Junior Spellweaver
Joined
Jul 1, 2008
Messages
138
Reaction score
39
I have confidence that MapleByte could become the next Cype, it's little tweaks and fixes that are going to get it there. This is a revolutionary CMS design that has the potential to carve a path as one of the most iconic MapleStory Management Systems available. My suggestions? Though you cancelled Ranking due to Personal reasons, I think you should re-evaluate and consider getting back at it! The Front Page Rankings and Random GM windows that are seen in system like Cype and ButsagsCMS have always been a personal favorite of mine, not mandatory but very, very cool. Once you get the voting optimized and working all up to snuff MapleByte will become a work of art the likes of which hasn't been seen in years.

I'm glad the Maplestory section still has people like you, Akira. Again, you have my support and best of luck :D:
 
Back
Top