Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

santa-clause

Members
  • Posts

    705
  • Joined

  • Last visited

    Never

Posts posted by santa-clause

  1. > ~~So, you're not going to allow public contributions, yet you're going to host the project on Github?~~
    >
    >  
    >
    > ~~A tad bit strange, and very unconventional for the open source community, but it's your software, so whatever.~~
    >
    >  
    >
    > Edit:
    >
    >  
    >
    > It appears as though you're allowing contributions; you're just not allowing people to release the source code under their own name.
    >
    >  
    >
    > Sounds fair.

    Indeed i'm allowing contributions but they have to give credit to me or just mention the engine(if they also want to credit all the other people that may work on it in the future)

    [https://github.com/MrDamaru/CreativeForums/blob/master/LICENSE.md](https://github.com/MrDamaru/CreativeForums/blob/master/LICENSE.md)
  2. Progress of today:

    -I've put everything on github!!! :) ([https://github.com/MrDamaru/CreativeForums](https://github.com/MrDamaru/CreativeForums))

    -Trying some things out with theme system

    - Captcha verification added to registration (ddos would be easy without it because bcrypt is very intense for servers)

    Still looking for a webhost (for all the mods, themes,official downloads,…)

    Please comment your idea's for the mod system!!!
  3. >! This engine is provided 'as-is', without any express or
    >! implied warranty. In no event will the authors be held
    >! liable for any damages arising from the use of this engine.
    >! Permission is granted to anyone to use this engine for any purpose,
    >! including commercial websites, subject to the following restrictions:
    >! 1\. The origin of this software must not be misrepresented;
    >! you must not claim that you wrote the original software.
    >! If you use this engine, an acknowledgment
    >! in the website would be appreciated but
    >! is not required.
    >!  
    >! 2\. You are not allowed to redistribute it.

    Licensing will be open source, (i will put everything on github when my theme system is finished)

    Users will be allowed to edit the source codes for themselves but not release their source codes to the public.

    So that people can't claim my code as their own (some users won't listen i know)

    Users can develop modifications as well and they can release their mods on the website(the complexity and functionality of this system will depend on my host)

    Although if people edited the source without using mods they can still pm me with their changes and i'll look at it and maybe put it into the official engine if it's helpfull and usefull for the default engine and not better as a modification (for example a slideshow would be better as a mod or in a theme)

    Some more information about the theme system:

    So i will handle themes like smf does but with my own twist.

    You will have a themes folder where you install the themes (from default just one folder/theme: Default)

    Themes have a few files, css files and the header and footer (of the admin and user panel and the rest of the website)

    All images for that theme are also stored in that theme (smileys aren't saved in the theme)

    bootstrap is installed in the root directory so people can use it over all the themes without reinstalling in every theme.
  4. Progress of yesterday:

    -Made a global theme folder (this is a system where i am starting on to let people customize the theme easily)

    Progress of today:

    -Changed password encryption to the much safer bcrypt encryption! (it used to be md5  :huh: )

    Planned process for tomorrow:

    -Fix some issues with the theme system

    -Adding captcha
  5. I still play runescape, have a few 99's,maxed combat and such xD

    My name is Mr Damaru

    [![](http://sig.rsbandb.com/cs/4332/mr-damaru.png)](http://www.rsbandb.com/)

    BTW I'm premier member till somewhere in february next year xD
  6. Worked a bit on the admin panel and this is what i have untill now,

    Gonna finish up all other pages a bit then upload the hole engine on github and i hope you guys like it ;) (this will not be today - in a day or two)

    every idea is welcome, every tip in extra safety for users, theme addons, idea's for a modification system and more just comment it here please :D

    screenshot of admin panel:

    ![](http://eclipseorigins.com/community/filehost/140e526078e78dccbee9dbee378e46d3.png)

    €dit: Changed a lot today! almost all pages are working and updated for the new theme!

    Thinking about the change theme and addon system though.

    Todays changelog:

    -Admin panel made

    -Profile settings page made

    -Fixed almost all errors related to the global 'sidebar.php' file (deleted the file because it wasn't used….after a little update to the system :D)

    -Changed the theme a bit to have a dashboard and a table theme

    -Change marge-top of all containers to 70px in place of 50px

    -Removed Social icons (weren't visible anyway - where behind the top navbar)

    -Lots of other tweaks to theme and scripts

    Planned updates of tomorrow:

    -Changing all md5 encryptions to bcrypt

    -Checking all codes for safety issues

    -Trying to hack my own forum(or let someone else hack it)

    Known bugs:

    -Admin panel not checking for admin access

    -Problem with profile settings communicating to cookies

    ^ the bugs are discovered today and will be fixed tomorrow and probably i'll release the source then too ;)

    Some more screenshots!

    ![](http://eclipseorigins.com/community/filehost/778547b61f5a0d099432926c0338014f.png)

    ![](http://eclipseorigins.com/community/filehost/c1086b7de320e85b60c61526d76dc5c6.png)
  7. Tnx guys :D

    I'm gonna work on the admin and user panel today do some tweaks on the theme and make the forum engine a bit more user friendly :D.

    Some little tweaks for now ;) :

    ![](http://eclipseorigins.com/community/filehost/3c0ecb3c6ff248364a9d60246c389ff0.png)

    ![](http://eclipseorigins.com/community/filehost/46f5370ccfdf801c4096c1449259e2f5.png)
  8. > You should use bootstrap!

    Well, i should…... :p

    > A bit off topic post, but how exactly do forum engines like so work? Is it hosted off of a remote server, if so then do you just sync the hostnames to the main IP? Argh, reading up on these so I can get a decent looking forum for my game when it goes public.

    Well i just use php, html and mysql and a bit of javascript

    I encrypt passwords and stuff with bcrypt, encrypt some other important data too.

    But it's simply a call for data from the mysql server and send updated topics,posts and new topics and posts

    The boards and forums simply get the hole list from the mysql server with boards for the forum homepage.

    And for the boards it gets a list of all Topics and limits it to 20 or more (depends on user settings)

    and for paging in boards i simply use a number in the url with the page and it starts from that page * 20 (or other user defined limit)
  9. > I think most people willing to put time into a project would like to see what work has already been done. Really excited to see what you come up with, but nobody wants to put time into a GUI on a 'promised' game.
    >
    >  
    >
    > All the best, dude! :)
    >
    > Nayte

    Well we're still working on the engine so not much to see at the moment.

    I'm currently still working at the basics of the game maps, movement, interface engine, particles,…

    Kind Regards,

    Santa
  10. This projects looks good,

    How did you actually manage to make a bugged jukebox?

    And a tip: Maybe add a server status in the topic ;)

    Some things i noticed in the game(and some improvements i recommend):

    >! Improvements:
    >! -Maybe add a browser in the menu (in place of the ugly buttons just add a browser with the buttons and news,…. written in html and php...)
    >! -Edit the bye displaying thing that triggers on closing app so it displays only once(you probably made it trigger @closeform event and exit button press event or something like that idk)
    >!  
    >! Things i noticed:
    >! -It's displaying bye :'(, i hope you'll get back soon 2 times
    >! -It says there's a newer update but there isn't because i just downloaded the newest (it's confusing maybe it was true idk)
  11. > I might sound like a total noob right now (which I kind of am) but for some reason I can't seem to find modRendering, I'm using EO 3.0 - Electrified Events which (from what I know) was the first Eclipse Engine using DirectX 8\. If the rendering module simply is named something else in EO 3.0 and somone knows it, please answer me. I have found a class module called cGDIpRenderer, however, since I don't want to mess something up I would rather take the safe before the unsafe and ask here on the forums first. cGDIpRenderer is located in the client.vbp if anyone wants to know.

    Actually this engine was made for CS:DE, Mirage Source, Eclipse Advance and all other things that are based on CS:DE.

    But ir should also work on eo3.0 with some customizations
×
×
  • Create New...