You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			27 lines
		
	
	
		
			924 B
		
	
	
	
		
			PHP
		
	
			
		
		
	
	
			27 lines
		
	
	
		
			924 B
		
	
	
	
		
			PHP
		
	
| <?php
 | |
| /*
 | |
|  * Created on 05.09.2008
 | |
|  *
 | |
|  * @copyright (c) 2009 animegame.eu
 | |
|  * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public Licence
 | |
|  *
 | |
|  */
 | |
| 
 | |
| $GLOBALS['server_url_long'] = 'http://www.yourdomain.eu';
 | |
| $GLOBALS['server_url_short'] = 'yourdomain.eu';
 | |
| $GLOBALS['email_webmaster'] = 'noreply@yourdomain.eu';
 | |
| $GLOBALS['forum_url'] = 'http://forum.yourdomain.eu/phpBB3/';
 | |
| $GLOBALS['faq_url'] = 'http://wiki.yourdomain.eu/index.php/FAQ';
 | |
| $GLOBALS['noobguide_url'] = 'http://wiki.yourdomain.eu/index.php/Anfaengerguide';
 | |
| $GLOBALS['server_game_title'] = 'Your Title';
 | |
| 
 | |
| $GLOBALS['admin_realname'] = 'Markus Mustermann';
 | |
| $GLOBALS['admin_street'] = 'Musterstasse 7';
 | |
| $GLOBALS['admin_plz'] = '12345 Musterstadt';
 | |
| 
 | |
| // Verschluesselungscode fuer die Passwoerter!
 | |
| $GLOBALS['PW_AES_KEY'] = 'CHANGE_THIS_KEY_TO_PROVIDE_MORE_SECURITY!!';
 | |
| #$GLOBALS['URL_TO_TURNIER'] = 'http://url-to-generic-turnier/generic_turnier.php';
 | |
| 
 | |
| ?>
 |