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] MapleBitCMS

Junior Spellweaver
Joined
Mar 16, 2013
Messages
167
Reaction score
19
Bootstrap isn't meant to look fantastic, it's meant to be responsive (if I am correct....). Anyways, it still looks good, even without custom graphics.
of course not, but bootstrap looks nice. (if you use correctly)
 
Junior Spellweaver
Joined
Apr 3, 2013
Messages
177
Reaction score
24
I keep getting password or username is wrong please try again when the password is correct. Any ideas? help?

I also regsiter off the website and it doesnt put it in the Database.
 
Experienced Elementalist
Joined
May 10, 2013
Messages
213
Reaction score
6
@nukehead1

I am sorry to hear that, but MapleBit is in Beta, errors are going to be encountered, report the error to Greenelfx.
 
Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
When did you download the website? This issue was resolved a while ago.
EDIT: Hey! Looks like you're right. Working on this now.
EDIT3: Found a fix.
EDIT4: This problem has been fixed. I thought I had fixed it earlier, but now it is definitely fixed :p

EDIT2: Added further comment improvements:
rgDNkFW - [BETA] MapleBitCMS - RaGEZONE Forums


k0P7qdo - [BETA] MapleBitCMS - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Dec 24, 2013
Messages
85
Reaction score
21
When did you download the website? This issue was resolved a while ago.
EDIT: Added further comment improvements:
rgDNkFW - [BETA] MapleBitCMS - RaGEZONE Forums


k0P7qdo - [BETA] MapleBitCMS - RaGEZONE Forums
This is all nice, but maybe in the next few reversions you can work on the design part of the website.
 

Attachments

You must be registered for see attachments list
Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
This is all nice, but maybe in the next few reversions you can work on the design part of the website.

I agree that the design needs a lot more work, but I'm not a designer. This is what I'll have to make do with until either I get a friend to design it for me, or someone wants to give it a shot. Until then, there's a lot of functionality that I want to write. One of the goals of this project is to help me learn more about programming, which is why I'm focusing a lot on functionality.
EDIT:
ylSEfbw - [BETA] MapleBitCMS - RaGEZONE Forums

Author now gets passed to the quoting function! Also made the date show up in a nicer way (more readable way)

EDIT2 (1/14): Won't be making any exciting updates this week, working on fixing up some bugs. So far, I've fixed several installation bugs, UCP editing bugs, ticket creation bugs, and more to come as I discover them.
 

Attachments

You must be registered for see attachments list
Last edited:
Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
Forget what I said about no cool updates this week.
Here's what I've been working on lately:
iYyHOq3 - [BETA] MapleBitCMS - RaGEZONE Forums


Explanation: The Admin panel checks github for an update (using json api)
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
May 10, 2013
Messages
213
Reaction score
6
@greenelfx
I got these errors with the newest version.

( ! ) Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\wamp\www\sources\admin\main.php on line 21
Call Stack
#TimeMemoryFunctionLocation
10.0007258976{main}( )..\index.php:0
20.0979552464include( 'C:\wamp\www\sources\admin\main.php' )..\index.php:39
30.0996559096 ( )..\main.php:21

( ! ) Warning: file_get_contents( failed to open stream: Invalid argument in C:\wamp\www\sources\admin\main.php on line 21
Call Stack
#TimeMemoryFunctionLocation
10.0007258976{main}( )..\index.php:0
20.0979552464include( 'C:\wamp\www\sources\admin\main.php' )..\index.php:39
30.0996559096 ( )..\main.php:21

 
Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
greenelfx
I got these errors with the newest version.

( ! ) Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\wamp\www\sources\admin\main.php on line 21
Call Stack
#TimeMemoryFunctionLocation
10.0007258976{main}( )..\index.php:0
20.0979552464include( 'C:\wamp\www\sources\admin\main.php' )..\index.php:39
30.0996559096 ( )..\main.php:21

( ! ) Warning: file_get_contents( failed to open stream: Invalid argument in C:\wamp\www\sources\admin\main.php on line 21
Call Stack
#TimeMemoryFunctionLocation
10.0007258976{main}( )..\index.php:0
20.0979552464include( 'C:\wamp\www\sources\admin\main.php' )..\index.php:39
30.0996559096 ( )..\main.php:21

It appears that openssl isn't enabled on your webserver, so I'm assuming you're using wamp/xampp.
To solve this, go to wamp/bin/apache/apache2.4.version/bin/php.ini
Remove the ; before extension=php_openssl.dll

;extension=php_openssl.dll
to
extension=php_openssl.dll

I'll be adding a check to see if file_get_contents and openssl are enabled in the coming revisions.
 
Experienced Elementalist
Joined
May 10, 2013
Messages
213
Reaction score
6
No problem, glad I could help with this CMS!
 
Joined
Jul 12, 2011
Messages
1,229
Reaction score
475
Brought further CKEditor integration today with inline editing (with ajax).
piCWKUZ - [BETA] MapleBitCMS - RaGEZONE Forums


Click the text
G9klm8E - [BETA] MapleBitCMS - RaGEZONE Forums


Reload, and voila.
Ulo1sJX - [BETA] MapleBitCMS - RaGEZONE Forums


What is can be used for:
hBwKHyB - [BETA] MapleBitCMS - RaGEZONE Forums


Enjoy!
edit: This is potentially unsafe, but I will be doing some research on making this more secure.
edit2: fixed


Added comment feedback bars to news, events, and gmblogs. Also removed some pesky font color tags.
Here's what it looks like:
MF8OH8h - [BETA] MapleBitCMS - RaGEZONE Forums


As you can see, the users are angry! This is reflected in the status bar above:
asAS3fT - [BETA] MapleBitCMS - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Feb 18, 2009
Messages
9
Reaction score
0
Can anyone help me with this error? I put my username and password correctly and still keeps popping up what is wrong, then I squeeze F5 and opens the panel.

error:
MafqV3e - [BETA] MapleBitCMS - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Back
Top