Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- www.cs.wichita.ed
- #define HOST "kirk"
- #define USER "cs655"
- #define PASSWD "abc123Z" // If running on kirk, the passsword is "abc123".
- #define DB_NAME "cs655"
- #define DB_TABLE "Phonebook"
- #define LEN 120
- #define FIELD_LEN 40
- http://www.mexicanfiesta.org
- <?
- /*
- define (DB_LOCATION,'localhost');
- define (DB_USER,'killerspin');
- define (DB_PASSWORD,'killerspin');
- define (DB_NAME,'killerspin_store');
- */
- define (DB_LOCATION,'localhost');
- define (DB_USER,'whsfgolfreg');
- define (DB_PASSWORD,'w,H8RhjCjTFpDfhb');
- define (DB_NAME,'whsf_onlineTickets');
- ?>
- http://www.entrancei.com
- define("HOST_NAME", "localhost");
- define("DB_USER","entrance_entranc");
- define("DB_PASS","AdIQMsdaTo123");
- http://n-haus.com
- define('DB_NAME', 'haus_movadofb');
- define('DB_HOST', 'localhost');
- define('DB_USER', 'haus_movado');
- define('DB_PASS', 'movado123456');
- define('DB_TYPE', 'mysql');
- define('DB_PREFIX', '');
- http://unlimitedindiacalling.com
- //This Constant is used to store the MySQL Server Name or address. Usually localhost is used .
- define('DB_HOST', "localhost");
- //This Constant is used to store the MySQL DataBase Name.
- define('DB_NAME', "unlimind_dbcallindia");
- //This Constant is used to store the MySQL DataBase User Name.
- define('DB_USER', "unlimind_mypak12");
- //This Constant is used to store the MySQL DataBase Password.
- define('DB_PASSWORD', "calling{}…123");
Add Comment
Please, Sign In to add comment