[Tool/Web/Other] FractalBB | SA:MP CMS and Forum software
#1

NEW UPDATE!
Why are you making this post?
Basically since I started the project I've been concentrating all of my efforts on other things rather than adding new features to the software, I also began to realize keeping the source code obfuscated and having a licensing system was kind of stupid considering it was basically free anyway with the free hosting I was providing and how I made the licenses free. So I decided to make the project open source so others can use it for whatever they want and people can help to contribute to the project.

The project is licensed under the DBAD (Don't be a dick) license which you can view here, which fyi even if you don't care you should read it because it is an awesome license! If you do need some support however I'm always happy to help just send me a PM

GitHub: https://github.com/Howelley/FractalBB
Demo: http://demo.my-server.me

Some extra notes:
Код:
Prior to installation you should run: chmod -R 0777 application system install index.php
If you need any information that isn't mentioned here than check out the projects website or take a look at the development thread

The install screen:
View an image here:

Here are some screenshots:
Home page


Forum


User Control Panel - Editable to suit your needs in the Admin panel


Admin Dashboard


Sidebar Modules: Name, Author and Description from config file


Ban viewer
Reply
#2

Haven't checked anything but it looks pretty cool, nice work there!
Reply
#3

Nice one! Though! It looks good but it's more in our favor when used!

Tested. Friendly panels.
Reply
#4

so far it does look good. good work
Reply
#5

Very nice.
Reply
#6

You just need to add a "how to install" for people who don't know install it ^^
Reply
#7

Quote:
Originally Posted by StreetGT
Посмотреть сообщение
You just need to add a "how to install" for people who don't know install it ^^
Yea maybe, I was going to impliment something where the installer just creates a blank text file which can be used to determine if the installation script has been ran or not.
Reply
#8

is this a ucp ?
Reply
#9

Quote:
Originally Posted by Namer
Посмотреть сообщение
is this a ucp ?
It's forum software, UCP too but not for admins, Admins have there login details and it must be entered in UCP so its ACP as well as the UCP.
Reply
#10

than its great man really +rep
Reply
#11

This is really nice
Reply
#12

I love it
Reply
#13

Running it on /localhost/ using WAMP server.

WITHOUT .htaccess in the main folder - still can't get it working, I've edited the base_url to things, and it won't work.

WITH .htaccess in the main folder - it just refuses to open, shows error 500.

Where am I going wrong? Sorry for this!
Reply
#14

Ahh is mod rewrite enabled?
Reply
#15

Nothing works in it.. I've installed it properly but the forums won't work etc.
Reply
#16

Quote:
Originally Posted by Spydah
View Post
Nothing works in it.. I've installed it properly but the forums won't work etc.
Well it does have you done everything already written here? Set your .htaccess using the included file, ensuring your webserver has mod_rewrite enabled. And also you have to make sure that your base_url is set in the application/config/config.php
Reply
#17

Quote:
Originally Posted by NewerthRoleplay
View Post
Well it does have you done everything already written here? Set your .htaccess using the included file, ensuring your webserver has mod_rewrite enabled. And also you have to make sure that your base_url is set in the application/config/config.php
When I set my base_url I get a double url... Example: http://localhost/fractalbb/localhost/fractalbb/online

...

Nothing works only the index page, and I did everything.
Reply
#18

this cms can't added a theme ??
Reply
#19

All my .htaccess file contains is -
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|user_guide|templates|modules|install|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
Being absolutely clueless about this syntax, I am simply waiting for a solution from your side
Reply
#20

Quote:
Originally Posted by Rajat_Pawar
View Post
All my .htaccess file contains is -
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|user_guide|templates|modules|install|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
Being absolutely clueless about this syntax, I am simply waiting for a solution from your side
Okay instead of going to /forum and getting a blank page. What happens if you visit: index.php/forum

This can help us to see whether or not it is a server issue, if it does work then it means mod_rewrite is not enabled. If it is on a local server and you are using WAMP for example... You should consider doing the following:
Code:
Left click on wamp tray icon -> Apache -> Apache modules -> rewrite_module (server restart)
Hope this helps, Connor.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)