You can start your proyect from here

Notice: This thread is very old.
alnux
Member | 139
+
0
-

Hi there i just published an app where you can start your proyect, the features are:

  • Front templates by country
  • identifying browser language, you can change it pressing language link
  • Access control list ACL
  • Easy whay to change superuser, it on config.neon
  • By default blocks all proxys but you can accept any that you want
  • Block ip
  • App key on config.neon , this for tables that you want (sh1) verification key. in the app user_role and permission tables
  • InnoDB and Myisam mysql engines, you have to configurate it on config.neon

It is very easy to implement your presenters, and for your models there is a models containers where you can call all that you want, in the same way forms

you cant test it here

you can add new users with your email.

and for superadministrator the user an pass is superadministrator:00000000
please do not make resources changes so that other people can try also.

you can download from github

enjoy it

Last edited by alnux (2015-05-18 06:12)

petr.jirous
Member | 128
+
0
-

http://tinypic.com/r/119v0wi/8

Last edited by petr.jirous (2015-05-18 00:37)

alnux
Member | 139
+
0
-

petr.jirous wrote:

http://tinypic.com/r/119v0wi/8

Now is working

alnux
Member | 139
+
0
-

Sorry but there was an error with the las implementation that i add that count the numbers of visits from each countrys. but the github package is without it

you can test now

apologies

PD if you signup maybe the message will go to your SPAM directory

PD 2 By the way sorry if Czech language is wrong translated

Last edited by alnux (2015-05-18 16:58)

alnux
Member | 139
+
0
-

Sorry but there are errors on Capital and lower letters of templates names, if you find one please tell me.

you know windows is less restrictive than linux

muhammadnaveed
Member | 11
+
0
-

It is not working and your Tracy debugging is also enable which shows sensitive information there publicly.

Last edited by muhammadnaveed (2015-06-07 22:08)

alnux
Member | 139
+
0
-

muhammadnaveed wrote:

It is not working and your Tracy debugging is also enable which shows sensitive information there publicly.

Could you show an image of your problem please, becouse http://ntt.miwp.eu/ is working normally on my country and the debugger is activate allways on example proyect. but you can download it from github

tpr
Member | 55
+
0
-

alnux wrote:
Could you show an image of your problem please

It doesn't work here (from Hungary):
http://i.imgur.com/1mYplpd.png

muhammadnaveed
Member | 11
+
0
-

@alnux I face the same problem that is shown by @tpr in the picture

Filip Procházka
Moderator | 4668
+
+1
-

@alnux having Tracy in debug mode on production is a security risk.

alnux
Member | 139
+
0
-

Filip Procházka wrote:

@alnux having Tracy in debug mode on production is a security risk.

Is not a production aplication just a example that is why i didnt disabled the debugger

Filip Procházka
Moderator | 4668
+
0
-

@alnux It's public on the internet ⇒ it's production environment.
Somebody might hack that server using information from Tracy.

alnux
Member | 139
+
0
-

I solved the problem he had with the templates and countries, so if you get another bug please paste an img link to solve.
If you entered the site before please delete cookies before to try again http://ntt.miwp.eu/

alnux
Member | 139
+
+1
-

Filip Procházka wrote:

@alnux It's public on the internet ⇒ it's production environment.
Somebody might hack that server using information from Tracy.

ok i will disable, I did not see it from that point of view