Giter Club home page Giter Club logo

monster-teaser-engine's Introduction

Hi there 👋

monster-teaser-engine's People

Contributors

alexdeia avatar

Watchers

 avatar  avatar

monster-teaser-engine's Issues

Fix payout funds

Исправить выплату денежных средств веб-мастеров (ручной интерфейс, автоматический в перспективе).

Fix Warnings MySQLi

Собираю баги после переписывания на другой движок.

Warning: mysqli_close() expects exactly 1 parameter, 0 given in /engine/classes/storage/mysql.php on line 94

Warning: mysqli_insert_id() expects exactly 1 parameter, 2 given in /engine/classes/storage/mysql.php on line 50

Fix errors at authorization

Нет вывода ошибок при некорректно введённых данных на этапе авторизации

Write documentation

Написать новую документацию (старая в docx)

Deprecated function

critical

/Applications/MAMP/htdocs/engine/classes/dbobject.php

  • oldClassConstructors
  • Line 9: public function DBObject(&$DBM,$id=0) {
  • deprecatedFunctions
  • Line 60: if ($this->DBM->ExecuteQuery($SQL)) { $insertId = mysql_insert_id();
  • Line 106: $setClause .= "\".$columnName."` = '".mysql_escape_string($this->getVariable($columnName))."', ";`
  • Line 115: $setClause .= "\".$columnName."` = '".mysql_escape_string($columnValue)."', ";`

/Applications/MAMP/htdocs/engine/classes/storage/mysql.php

  • deprecatedFunctions
  • Line 21: $this->db = mysql_connect($this->sys['mysql_host'],$this->sys['mysql_user'],$this->sys['mysql_pass']);
  • Line 23: if (mysql_select_db($this->sys['mysql_db'],$this->db)) {
  • Line 24: mysql_query("SET NAMES CP1251");
  • Line 25: mysql_query("SET COLLATION_CONNECTION=CP1251_GENERAL_CI");
  • Line 36: $rs = mysql_query($SQL);
  • Line 40: trigger_error('Ошибка SQL запроса<br><b>Запрос:</b> '.$SQL.'<br><b>Ошибка:</b> '.mysql_error(),E_USER_NOTICE);
  • Line 44: return mysql_insert_id();
  • Line 53: return mysql_num_rows($rs);
  • Line 56: mysql_free_result($rs);
  • Line 59: return mysql_fetch_array($rs);
  • Line 61: public function affected() { return mysql_affected_rows();
  • Line 63: public function GetArray($rs) { if (mysql_num_rows($rs)) { while($row=mysql_fetch_array($rs,MYSQL_ASSOC)) { $data[] = $row;
  • Line 70: mysql_close();

New payout

Подключить/реализовать новый способ ввода/вывода денежных средств. На текущий момент в полу-автоматическом режиме.

Migrate MySQL UTF-8

Заменить устаревшие функции mysql на mysqli/dbo

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.