[MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

Page 6 of 8 FirstFirst 12345678 LastLast
Results 76 to 90 of 108
  1. #76
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Quote Originally Posted by Komakech View Post
    The fact you'd even consider using XAMPP says a lot by itself. It takes almost no time to set up a LAMP stack and go from there, XAMPP is horrible in so many ways and more of a hinderance than a help. I even prefer running a virtual machine that has Ubuntu and a LAMP stack to simulate my live server, just have a shared folder system to drop your files into...

    The fact you have completely misunderstood the article you posted probably means you should spend less time tell other's to learn English and perhaps should begin retaking your English lessons. Before you begin argumentatively pushing a point that you clearly do not know enough about maybe consider how you word it and don't be so rude to people. No matter how good you think you are, there is always someone who is better than you and I.

    Yet again back on topic, Good news on having more time to develop it, I can't wait to look through this and see how simple it is to add to. I have a feeling this project could go quite far if it is simple to add plugins to.
    It's better to setup your own individual packages rather than using a compiled packages.

  2. #77
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts
    Quote Originally Posted by iGalaxy View Post
    @rayBoccino Had some stuff to share with you. Firstly, if you research a bit, you will find that MVC is not something which you should use because PHP doesn't work the way MVC does. Moreover, achieving separation of concerns would be enough
    Do you ever know what is MVC? Is a pattern with a three-way concepts.
    Model, View, Controllers.
    -> Models handles the Data, and the Mappers (database interactor functions to control the data of your project)
    -> Views, your front-end code.
    -> Controllers, the classes that handles the requests, actions, and do something like:
    project.yoursite.somedomain/controller/action/parameter/value/parameter/value[...]

    Okay. I must disagree you. PhP is a good language to do a MVC. And I repeat... What are u talking about?

    Quote Originally Posted by iGalaxy View Post
    @rayBoccino I do, take a view at this post:http://blog.ircmaxell.com/2014/11/a-...c-for-web.html
    @Komakech My current set location on RaGEZONE doesn't necessarily have to make you think I'm stupid or whatever.
    @ησвяαιη Uh, if you cannot understand English, I cannot help you. You better start taking English classes.
    Who are you? Ray is a good developer. Putting a good SASS/SCSS Engine likely the Web Material Design.. Its awesome. And the first HabboCMS with MVC xD
    Last edited by FatalLulz; 03-03-15 at 05:44 AM. Reason: Double posting.

  3. #78
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Quote Originally Posted by sant0ro View Post
    And the first HabboCMS with MVC xD
    No no no no no no, really wrong there :P

  4. #79
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts
    Ray I have some questions to you
    -> are you using helpers? (Helpers is were you allocate the miscellaneous and general classes to do exactly what the name says help your code)
    - using pdo?
    - using recursively functions?
    (Like: function Foo(Bar $ABC)
    {
    $ABC->class*(Foo->__self());
    }
    Only PHP 5.6 xD
    )
    And are you using Design Patterns?
    And Data Patterns?
    Ahh and do you will use
    PHP-GTK for something?

    Explaining better

    final abstract class Bar {
    get __self() {
    return self::class;
    }

    private virtual function something ($something = $_STRING.empty)
    {
    return $something.=&$something;
    }
    }

    public class Bar
    {
    set __class() {
    new stdClass();
    }

    public static function Foo(Bar $ABC)
    {
    return $ABC->__class(+new Foo('this will go to the something function'));
    }
    }
    Last edited by FatalLulz; 03-03-15 at 05:39 AM. Reason: Double posting.

  5. #80
    Valued Member Ray Boccino is offline
    MemberRank
    May 2012 Join Date
    130Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Quote Originally Posted by sant0ro View Post
    Ray I have some questions to you
    -> are you using helpers? (Helpers is were you allocate the miscellaneous and general classes to do exactly what the name says help your code)
    - using pdo?
    - using recursively functions?
    (Like: function Foo(Bar $ABC)
    {
    $ABC->class*(Foo->__self());
    }
    Only PHP 5.6 xD
    )
    And are you using Design Patterns?
    And Data Patterns?
    Ahh and do you will use
    PHP-GTK for something?

    Explaining better

    final abstract class Bar {
    get __self() {
    return self::class;
    }

    private virtual function something ($something = $_STRING.empty)
    {
    return $something.=&$something;
    }
    }

    public class Bar
    {
    set __class() {
    new stdClass();
    }

    public static function Foo(Bar $ABC)
    {
    return $ABC->__class(+new Foo('this will go to the something function'));
    }
    }
    So many gimmicks lol

    • I will not be using features beyond PHP 5.4 to avoid problems with not so experienced users still using older versions.
    • There is a PDO driver available if you prefer it over MySQLi.
    • No helpers, I'll use them if the code gets repetitive, but it looks okay so far.


    And for all the other gimmicks, I'm not using them, at least not for a HabboCMS, I don't find them necessary at all. PHP-GTK... really??

  6. #81
    Developer iGalaxy is offline
    MemberRank
    Jul 2013 Join Date
    C:/xampp/htdocsLocation
    488Posts

    Re: [MVC][Self-Updating] Kunta 4.0 [PHP/Node.js]

    I personally spoke to the Author of that post and argued with him a lot about how good MVC is but he always had a defending point. If I did not mention, he's an intern engineer of PHP and he obviously knows way more than us. Anyways, if you do not want to take my advice, I have no problem with it. End of the day, it is your project and not mine. I was just sharing what I found out. It's always take/ignore procedure to suggestions. I am pretty sure all that flaming above was not necessary and my post itself could have been ignored because the person whom I was talking to was Ray Boccino. I hope I made myself clear.
    @Komakech I personally use XAMPP because I like how easy it is to just install it without having taking the trouble to set it all up. However, whenever I have a VPS, I make sure I use LAMP (I always choose Linux over Windows). I am pretty sure there is nothing wrong in using XAMPP as it serves it task.

  7. #82
    TheJacob was here. TheJacob is offline
    MemberRank
    Jun 2010 Join Date
    Toronto, CanadaLocation
    326Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    @iGalaxy XAMPP packages a development environment, not a production environment. However, you are correct with your previously mentioned assertions about the MVC design pattern -- which everyone up until this post has misinterpreted. The following should serve as a clarification to iGalaxy's statements surrounding the MVC design pattern and PHP as a language.

    @sant0ro @Ray Boccino @ησвяαιη @Komakech @chingis collectively you have misinterpreted iGalaxy's assertions. You cannot implement the MVC design pattern strictly in PHP for web based applications and the article that iGalaxy has provided in an earlier post explains the reasoning behind that statement (link is available here).

    Quote Originally Posted by chingis View Post
    MVC is a design pattern, PHP is a language. You can implement a multitude of design patterns in any language.
    If we ignore the fact that you can now create desktop applications with PHP then your statement is incorrect. You cannot implement the MVC design pattern strictly in PHP for web based applications. Recall that the MVC design pattern is a proposed solution for facilitating the implementation of user interfaces; furthermore, HTTP is a stateless protocol. With that being said, to implement a MVC design pattern the View module must be able to observe and display any changes in the Model module to the client. This is not possible if the View module is implemented on the server-side as its not able to manipulate the previously sent content (HTML, or some other intermediary) when the state of the Model module changes.

    Keep in mind that you can conceptually implement MVC, however you are not implementing the MVC design pattern itself. One solution to implementing this design pattern in a web based environment is to implement the View module in JavaScript.

    With all of that being said this is a ridiculous debate over nuances in how one interpreted another. I hope that anyone developing any web based application that is supposed to act as a content management system inherently implements the MVC design pattern as a concept into their software design.
    Last edited by TheJacob; 13-03-15 at 04:42 PM. Reason: Clarified one of my statements.

  8. #83
    Developer iGalaxy is offline
    MemberRank
    Jul 2013 Join Date
    C:/xampp/htdocsLocation
    488Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Quote Originally Posted by TheJacob View Post
    @iGalaxy XAMPP packages a development environment, not a production environment. However, you are correct with your previously mentioned assertions about the MVC design pattern -- which everyone up until this post has misinterpreted. The following should serve as a clarification to iGalaxy's statements surrounding the MVC design pattern and PHP as a language.

    @sant0ro @Ray Boccino @ησвяαιη @Komakech @chingis collectively you have misinterpreted iGalaxy's assertions. You cannot implement the MVC design pattern strictly in PHP for web based applications and the article that iGalaxy has provided in an earlier post explains the reasoning behind that statement (link is available here).



    If we ignore the fact that you can now create desktop applications with PHP then your statement is incorrect. You cannot implement the MVC design pattern strictly in PHP for web based applications. Recall that the MVC design pattern is a proposed solution for facilitating the implementation of user interfaces; furthermore, HTTP is a stateless protocol. With that being said, to implement a MVC design pattern the View module must be able to observe and display any changes in the Model module to the client. This is not possible if the View module is implemented on the server-side as its serving static content (HTML, or some other intermediary).

    Keep in mind that you can conceptually implement MVC, however you are not implementing the MVC design pattern itself. One solution to implementing this design pattern in a web based environment is to implement the View module in JavaScript.

    With all of that being said this is a ridiculous debate over nuances in how one interpreted another. I hope that anyone developing any web based application that is supposed to act as a content management system inherently implements the MVC design pattern as a concept into their software design.
    Thank you for clarifying everything to everyone. And yes, that's exactly what I meant.

  9. #84
    Valued Member Ray Boccino is offline
    MemberRank
    May 2012 Join Date
    130Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Delayed... again!

    Sorry but this is getting delayed again. Still not finished, but almost there. I have recoded the whole PHP system with better practices, reduced a lot of code and is now 50% faster. I'll post a list of features and what's left so everything is clear. (I'm kinda being like RockstarGames delaying their games). I'm really sorry for those who are looking forward to downloading this, but delaying is always for the best.

    On monday I will release my Habbo Comment System, a lightweight standalone javascript comment system with Habbo styles I did a while back that works with my servers on kunta.pw (I'll also release the server source) as a little compensation for these delays.

    Thank you for being interested in this project, the goods will be here soon!

    Habbo Speech - An Independent Comments System for your Retro

    Easily create a Habbo styled comments system without touching any system code, and have everything stored in the cloud. The only thing you have to do is the implementation process, which is easy: just add this HTML and JS to your webpage with the app key you received upon registration, and choose your desired design skeleton.

    Easy Implementation

    System Snippet


  10. #85
    Herp Derp Twisted Fate is offline
    MemberRank
    Dec 2010 Join Date
    The NetherlandsLocation
    479Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Quote Originally Posted by Ray Boccino View Post
    Delayed... again!

    Sorry but this is getting delayed again. Still not finished, but almost there. I have recoded the whole PHP system with better practices, reduced a lot of code and is now 50% faster. I'll post a list of features and what's left so everything is clear. (I'm kinda being like RockstarGames delaying their games). I'm really sorry for those who are looking forward to downloading this, but delaying is always for the best.

    On monday I will release my Habbo Comment System, a lightweight standalone javascript comment system with Habbo styles I did a while back that works with my servers on kunta.pw (I'll also release the server source) as a little compensation for these delays.

    Thank you for being interested in this project, the goods will be here soon!

    Habbo Speech - An Independent Comments System for your Retro

    Easily create a Habbo styled comments system without touching any system code, and have everything stored in the cloud. The only thing you have to do is the implementation process, which is easy: just add this HTML and JS to your webpage with the app key you received upon registration, and choose your desired design skeleton.

    Easy Implementation

    -snip-

    System Snippet
    -snip-
    Though it looks quite good, people can get the key through looking at the source code. This way, people could abuse the key to spam the system from their own host. Any security in place to for example check the domain the requests come from?

  11. #86
    git bisect -m ovflowd is offline
    MemberRank
    Sep 2011 Join Date
    2,191Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Quote Originally Posted by Ray Boccino View Post
    Delayed... again!

    Sorry but this is getting delayed again. Still not finished, but almost there. I have recoded the whole PHP system with better practices, reduced a lot of code and is now 50% faster. I'll post a list of features and what's left so everything is clear. (I'm kinda being like RockstarGames delaying their games). I'm really sorry for those who are looking forward to downloading this, but delaying is always for the best.

    On monday I will release my Habbo Comment System, a lightweight standalone javascript comment system with Habbo styles I did a while back that works with my servers on kunta.pw (I'll also release the server source) as a little compensation for these delays.

    Thank you for being interested in this project, the goods will be here soon!

    Habbo Speech - An Independent Comments System for your Retro

    Easily create a Habbo styled comments system without touching any system code, and have everything stored in the cloud. The only thing you have to do is the implementation process, which is easy: just add this HTML and JS to your webpage with the app key you received upon registration, and choose your desired design skeleton.

    Easy Implementation

    System Snippet

    Nice, Nice, Nice. You are putting a lot of time in this development. Doing a clean code and a correct code. (I think)
    I doesn't have time to do a clean cms (in terms of good practices)
    But that Kunta can be the best CMS.
    Do you will implement Template Engine System? Because some people can wish HabboWeb xdd

  12. #87
    Valued Member Ray Boccino is offline
    MemberRank
    May 2012 Join Date
    130Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Quote Originally Posted by Twisted Fate View Post
    Though it looks quite good, people can get the key through looking at the source code. This way, people could abuse the key to spam the system from their own host. Any security in place to for example check the domain the requests come from?
    The key is used to retrieve the messages, of course anybody can copy the code and put it on their site. If people try to spam my server as in DDoS, well, it happens like in every app that uses APIs, try to stop it.

    If you meant that they could spam someones comments box, nuh uh! You have to be logged in kunta.pw and also there are posting limits.

  13. #88
    Developer iGalaxy is offline
    MemberRank
    Jul 2013 Join Date
    C:/xampp/htdocsLocation
    488Posts

    Re: [MVC][Self-Updating] Kunta 4.0 [PHP/Node.js]

    @Ray Boccino mind setting up a GitHub repository?

  14. #89
    Valued Member Ray Boccino is offline
    MemberRank
    May 2012 Join Date
    130Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Quote Originally Posted by sant0ro View Post
    Nice, Nice, Nice. You are putting a lot of time in this development. Doing a clean code and a correct code. (I think)
    I doesn't have time to do a clean cms (in terms of good practices)
    But that Kunta can be the best CMS.
    Do you will implement Template Engine System? Because some people can wish HabboWeb xdd
    Thank you, yes, there is a template system obviously. I don't have much time either, but I try to work on it now and then, introducing new and creative ideas!

    - - - Updated - - -

    Quote Originally Posted by iGalaxy View Post
    @Ray Boccino mind setting up a GitHub repository?
    I will, but just not now.

  15. #90
    Developer iGalaxy is offline
    MemberRank
    Jul 2013 Join Date
    C:/xampp/htdocsLocation
    488Posts

    Re: [MVC][Self-Updating]KuntaCMS 4.0[PHP][PDO/MySQLi]

    Quote Originally Posted by Ray Boccino View Post
    Thank you, yes, there is a template system obviously. I don't have much time either, but I try to work on it now and then, introducing new and creative ideas!

    - - - Updated - - -



    I will, but just not now.
    Cheers, A'ight.



Page 6 of 8 FirstFirst 12345678 LastLast

Advertisement