Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Bangladesh Chemical Industries Corporation
- Ministry Of Industries
- Government Of the people's Republic of Bangladesh
- Login ==>>
- http://bcic.gov.bd/admin/
- Database Configuration ==>
- http://bcic.gov.bd/admin/include/constants.php
- <?
- define("DB_SERVER", "localhost");
- define("DB_USER", "bcic");
- define("DB_PASS", "bc341ic");
- define("DB_NAME", "bcic");
- define("TBL_USERS", "users");
- define("TBL_ACTIVE_USERS", "active_users");
- define("TBL_ACTIVE_GUESTS", "active_guests");
- define("TBL_BANNED_USERS", "banned_users");
- define("TBL_BOARD", "board");
- define("TBL_TENDER", "tender");
- define("TBL_NEWS", "news");
- define("TBL_BULLETINS", "bulletins");
- define("TBL_PROJECT", "project");
- define("TBL_AT_A_GLANCE", "at_a_glance");
- define("TBL_ENTERPRISE", "enterprises");
- define("ADMIN_NAME", "admin");
- define("GUEST_NAME", "Guest");
- define("ADMIN_LEVEL", 9);
- define("USER_LEVEL", 1);
- define("GUEST_LEVEL", 0);
- define("TRACK_VISITORS", true);
- define("USER_TIMEOUT", 10);
- define("GUEST_TIMEOUT", 5);
- define("COOKIE_EXPIRE", 60*60*24*100); //100 days by default
- define("COOKIE_PATH", "/"); //Avaible in whole domain
- define("EMAIL_FROM_NAME", "BCIC");
- define("EMAIL_FROM_ADDR", "admin@bcic.gov.bd");
- define("EMAIL_WELCOME", true);
- define("ALL_LOWERCASE", false);
- ?>
- Admin Credential ==>
- -- Dumping data for table `users`
- INSERT INTO `users` (`id`, `username`, `password`, `active`, `userlevel`, `email`, `timestamp`, `userid`) VALUES
- (2, 'admin', '52167eb045d4677bf86538435420e52e', 1, 'ADMIN_LEVEL', 'csemrm@gmail.com', 1341434752, 'd0bf93efaff765d2afcf44ecc6a35bb8');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement