<?php /* ***** Orca Ringmaker - User Config File ******************** */ /* ***** MySQL ****************************************************** */ $_DDATA['hostname'] = "hostname"; // Usually "localhost" $_DDATA['username'] = "username"; // MySQL account username $_DDATA['password'] = "password"; // MySQL account password $_DDATA['database'] = "database"; // A MySQL database assigned to your account $_DDATA['tablename'] = "orm_"; // Orca Ringmaker table prefix /* ***** Other ****************************************************** */ $_SDATA['directory'] = "orm3"; // Install directory ?>