Quote:
Originally Posted by .:Unix:.
Hi,
i take a look into your files here. I would not recommend to this files.
Its to confusing. Noobs or starting "developers" will never learn with a system like this.
You have thouthands of Folders and files there. For what?
With a bit of PHP knowledge you are able to develop a good website with scripts.
Why make it mor complicated as it is?
For all "noobies".
Download a free or a cheap HTML website. Intigrate the right DB-Connection in it. There are enough examples here on epvp.
Your system want to force to edit my database to get right work? ?!?!
Why dont make it possible with php? This release is stupid.. Im sorry.
Thanks for reading
|
you see that you are not a web programmer, to begin with, using this framework we have the possibility to have a custom ROUTES.
*- for those who do not understand what are the routes here is an example:

-> login page, which implies that you have the file with this name, instead using the framework the file you can call hellopeople.php and from the controller say what the view is called (hellopeople. php).
we do not need to go and invent functions to prevent any SQL injector, thanks to php and its magic methods, just call 1 model to get all the data and work on it.
we have other possibilities, such as having access to data anywhere, we can check if the user is logged in via a simple IF, without going to create queries or anything else.
there is a distinction between VISTA and CONTROLLER, so we do not need to go to create pages with inside it written HTML, CSS, PHP, everyone will have his workspace ....
here in addition we have the beauty of having 2 sites, in the sense that the backend and the frontend are 2 sites divided but communicating, so frontend is what I wrote so far, the backend can become an adminpanel with everything you need, and always safe.
so until now only installing the framwork I have the opportunity to have advantages in security, cleaning in the scripts and not only ...
we must also say that here we use the LANGUAGE TO OBJECTS, so they are not cheap things, I have released to get information and opinions on the related project.
why change the database ?? It does not seem to me that we have added scripts that imply the non-functioning of the game, well there are things that had to be done a long time ago.
the password encrypted, instead we all know the password of our players, we do not even give them security, if the players had more attention to their data, they will not record their data on the servers.
the use of the encrypted password is not necessary, but requires changing the basic functions of encryption and decryption of the site, always to provide security (the basis of this release in part)
then I define the primary key, all the tables should have them, like the foreign keys, but this implies a knowledge of the general sql script, working on shaiya you do not learn this ^ _ ^
last clarification, the "noobs" the starter developer, to learn how this works, just go to read what is and how a MVC framework system works, and object language, then look at what I did, and learn if you know working on it, there is also a large documentation on the framework, I say at the end that for Shaiya it is not necessary to implement everything that can be done with this framework.
ah for your clarification here we use PHP but object-level, just know the object-oriented programming to understand, the creation time with this system are reduced by 30% secure only having the basics ^^ hope with this my explanation, you got all information necessary of why use it