Files:
1. RICO javascript library. MUST be present at project directory at folder RICO.
2. Project php code - 10 files
3. SQL database file evenswap.sql
Instalation:
1. Make database using evenswap.sql
2. Find instfile.php and from very beggining of its contents find following code:
define("HOST","localhost");
define("PASSWORD","yourpass");
define("USER","you_user");
define("BAZA","your_database");
Make appropriate changes.
3. Look at http://evenswap.w-a-f.org/example/example.html for more information how to use project
4. Copy all files to working directory
5. Start with index.php
|