Skip to content

ArbalestX/megatendb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

============
Requirements
============

Client Side
===========
* A browser with CSS and Javascript support

Some known working browsers:
* Firefox 2/3
* Konqueror

Server Side
===========
* PHP 5.2.x
	* PDO (w/ the MySQL driver)
	* Multi-byte (for example mb_strtolower)
	* Regular Expressions
	* MySQLi (until the code is ported to PDO)
	* JSON encoding/decoding
	* PEAR base system
* MySQL Server 5
	* Default encoding/colation of utf8
* Apache 2
* graphviz >= 2.16
* imagemagick

About

Database for the MMORPG 真・女神転生IMAGINE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.6%
  • Python 23.7%
  • PHP 12.6%
  • C 6.3%
  • JavaScript 4.8%