Esempio n. 1
0
/badge.php?agent=<?php 
echo $_GET['agent'];
?>
&level=<?php 
echo $_GET['level'];
?>
&country=<?php 
echo $_GET['country'];
?>
">
	<meta property="og:title" content="<?php 
echo $_GET['agent'] ?: "My Resistance Badge";
?>
"/>
	<meta property="og:image" content="<?php 
echo getCurrentServer();
?>
/badge.php?agent=<?php 
echo $_GET['agent'];
?>
&level=<?php 
echo $_GET['level'];
?>
&country=<?php 
echo $_GET['country'];
?>
"/>

	<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
	<script src="js/main.js"></script>
</head>
Esempio n. 2
0
|	['cachedir'] The path to the folder where cache files should be stored
|	['char_set'] The character set used in communicating with the database
|	['dbcollat'] The character collation used in communicating with the database
|	['swap_pre'] A default table prefix that should be swapped with the dbprefix
|	['autoinit'] Whether or not to automatically initialize the database.
|	['stricton'] TRUE/FALSE - forces 'Strict Mode' connections
|							- good for ensuring strict SQL while developing
|
| The $active_group variable lets you choose which connection group to
| make active.  By default there is only one group (the 'default' group).
|
| The $active_record variables lets you determine whether or not to load
| the active record class
*/
include_once APPPATH . '/config/servers.php';
$active_group = getCurrentServer();
$active_record = TRUE;
$db['default']['hostname'] = "localhost";
$db['default']['username'] = "******";
// Database User Name
$db['default']['password'] = "******";
// Database User Password
$db['default']['database'] = "medical_job_portal";
// Database Name
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "";
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";