Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

c0re100/PHP-Endless-Battle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Endless-Battle

INSTALLATION

  • Configure Server/Database settings(cfu.php/config.php)
  • Import a MySQL Database(install.sql) using phpMyAdmin
  • Done

Why not to use?

  • Discontinued
  • Spegatti code, nearly impossible to maintain and debug
  • Extremely vulnerable to SQL injection
    • mysql_query
    • Without mysql_real_escape_string
  • Incomplete server side form checking
  • Unknown exploits

What to do if I insist?

  • At least escape all the SQL queries
  • Or better, refactor all the code
  • Or even more better, rewrite in node.js or other modern server side language

Original author

http://forum.v2alliance.net/viewthread.php?tid=164&extra=page%3D1

#Thanks

  • PokeGuys (Gold Gundam......more)
  • Saren (reCAPTCHA......more)
  • Jasonlhy for his help in dockerizing.
  • j4ckcyw for refactor and Externalize js/css

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages