I Will Be Creating a New Chatbox Source as my old one was Insecure and Not Tidy, ill be using a new theme and new scripts to make increase sercurity.
Bootstrap 4 Will Be Used As it is sexy as Hell (Even Though its not Finished)
Take a Look at the Documentation Here You must login or register to view this content.
The Source will be Avaliable On My Github and NGU Soon. so keep an eye Out
The Following User Thanked IcarusXSEC For This Useful Post:
I Will Be Creating a New Chatbox Source as my old one was Insecure and Not Tidy, ill be using a new theme and new scripts to make increase sercurity.
Bootstrap 4 Will Be Used As it is sexy as Hell (Even Though its not Finished)
Take a Look at the Documentation Here You must login or register to view this content.
The Source will be Avaliable On My Github and NGU Soon. so keep an eye Out
The Source will be Avaliable On My Github and NGU Soon. so keep an eye Out
Probably should link your GitHub if you are going to say its on there...
I Will Be Creating a New Chatbox Source as my old one was Insecure and Not Tidy, ill be using a new theme and new scripts to make increase sercurity.
Bootstrap 4 Will Be Used As it is sexy as Hell (Even Though its not Finished)
Take a Look at the Documentation Here You must login or register to view this content.
The Source will be Avaliable On My Github and NGU Soon. so keep an eye Out
Don't use the alpha, use the beta. There'll be less changes (and hopefully no breaking changes) once v4 final is released. How are you going to manage your CSS? Less? Sass? Are you using web sockets, or AJAX? How easy will it be to integrate into an existing web application? Are you going to write everything from scratch, or use libraries already readily available through composer? What features will you look at implementing?
Don't use the alpha, use the beta. There'll be less changes (and hopefully no breaking changes) once v4 final is released. How are you going to manage your CSS? Less? Sass? Are you using web sockets, or AJAX? How easy will it be to integrate into an existing web application? Are you going to write everything from scratch, or use libraries already readily available through composer? What features will you look at implementing?
JB I once asked this dude what PDO in PHP stands for he didn't know I doubt he know's what you're talking about haha.
In other words, insecure just like the last? Ha ha ha
Theoretically yeah otherwise it's leaked or he looked at my little easy escape method on a source I coded up for a friend lol then my friend gave this thot the cpanel information to "Secure" it more when it wasn't even vulnerable. At least not to people with his level of knowledge in Web Development.
Theoretically yeah otherwise it's leaked or he looked at my little easy escape method on a source I coded up for a friend lol then my friend gave this thot the cpanel information to "Secure" it more when it wasn't even vulnerable. At least not to people with his level of knowledge in Web Development.
Is there even a need to make a method to handle escapes? Its one line lmao. And if you prepare statements and bind them, you dont even need to sanitize as the database handles it all for ya.
Is there even a need to make a method to handle escapes? It’s one line lmao. And if you prepare statements and bind them, you don’t even need to sanitize as the database handles it all for ya.
Yeah but instead of rewriting it all of the time for each variable being past to the db I just decided to create the method as it's really handy sometimes.
Yeah but instead of rewriting it all of the time for each variable being past to the db I just decided to create the method as it's really handy sometimes.
Fair play. I prefer to use a database abstraction layer such as doctrine/dbal or eloquent myself.
The Following User Thanked JB For This Useful Post: