GithubHelp home page GithubHelp logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
In linux permissions to set:

chown -R www-data.www-data  phpmyreservation  (For Folder and SubDirs)

Original comment by [email protected] on 5 Feb 2015 at 2:22

from phpmyreservation.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I have about 5 Variables they make apache error.log entrys.  Not definied Error.

But if i define in the main.php , i lose the function of these variables.

Like,  login_trays counter will not count, or user_captchacode will not work 
proper.

So a roboter can make by the login so long he want. Or a other way like many 
new user creater roboter by just browser cache clean will do without  a correct 
working captcha control. It just takes a emtpy captcha input a ok.

So like now how it is, it works all. All hacks are handled well.  So the small 
error.log in apache is the smaller problem. 

My Problem is, allways a wrong login starts a ne $_Session() ID, because it 
reloads the site.  So i don't know how to define only onetime. Only ones. 

So, i let it , for a freak , he also check all the robotor bots tricks. Like 
clean cache and stuff in bad virtual browser code.


I just can say, like now it works correct.

Original comment by [email protected] on 5 Feb 2015 at 10:18

from phpmyreservation.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
The reminder.php i test by a debian install with real postfix server. It works 
like describben from the project owner. No problems. 

Original comment by [email protected] on 5 Feb 2015 at 10:33

from phpmyreservation.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 28, 2024
I tray in main.php for these Variables Define Problem, but don't work.

// Variables to set ones
if(!isset($_SESSION['exists'])){
    //handle completely new session here
$_SESSION['login_trays']='';
}

...or  
// Variables to set ones
if(empty($_SESSION['exists'])){
    //handle completely new session here
$_SESSION['login_trays']='';
}


This only one of the 5 Variables or so.. Just i check. But i don't have a 
answer.

Original comment by [email protected] on 5 Feb 2015 at 10:44

from phpmyreservation.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.