Code Monkey home page Code Monkey logo

Comments (7)

Poil avatar Poil commented on June 8, 2024

Hi I think you are using an old release, cgraphz use pdo.
Le 26 nov. 2015 10:14 AM, noci2012 [email protected] a écrit :about mysql_escape_string() that should be replaced by mysql_real_escape_string()
after fixing a few, new notices about deprecated mysql that should be replaced by mysqli....

—Reply to this email directly or view it on GitHub.

from cgraphz.

noci2012 avatar noci2012 commented on June 8, 2024

just did a git clone as the README.md told.
it shows V2.50 dev.

from cgraphz.

noci2012 avatar noci2012 commented on June 8, 2024

Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in /var/www/localhost/htdocs/CGraphz/modules/AUTH_USER.php on line 67

Find server
Welcome on cgraphz

from cgraphz.

noci2012 avatar noci2012 commented on June 8, 2024

i installed v2.46.1 and that one has significant less notifications....

from cgraphz.

Poil avatar Poil commented on June 8, 2024

I will fix that this week :

root@web:/var/www/CGraphz# grep -r mysql_escape_string *
modules/AUTH_USER.php:                  $this->user=mysql_escape_string($_POST['f_user']);
modules/AUTH_USER.php:                  $this->passwd=mysql_escape_string($_POST['f_passwd']);
modules/AUTH_USER.php:                  $this->user=mysql_escape_string($_SESSION['S_USER']);
modules/AUTH_USER.php:                  $this->passwd=mysql_escape_string($_SESSION['S_PASSWD']);

from cgraphz.

qwc avatar qwc commented on June 8, 2024

Ahm, wtf? I've cloned master to try it out, these messages are still present. Which comes from my installed PHP 7.0 btw...
Which branch is the latest, from the graph it looks like 2.40 would be the latest. ?!

from cgraphz.

Poil avatar Poil commented on June 8, 2024

Please try https://github.com/Poil/CGraphz/tree/2.40_php_7.1

from cgraphz.

Related Issues (17)

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.