20 lines
		
	
	
		
			378 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			378 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
if (!defined('Nican'))
 | 
						|
	die('Hacking attempt...');
 | 
						|
 | 
						|
$dbname = '';
 | 
						|
$dbuser = '';
 | 
						|
$dbpass = '';
 | 
						|
$dbhost = '';
 | 
						|
	
 | 
						|
($link = mysql_connect($dbhost, $dbuser, $dbpass)) or die ("could not connect");; 
 | 
						|
mysql_select_db($dbname) or die('Could not select database');
 | 
						|
 | 
						|
$scripturl = 'http://docs.sourcemod.net/api/index.php';
 | 
						|
$cookieaddr = 'docs.sourcemod.net';
 | 
						|
 | 
						|
 | 
						|
$cookiename = '';
 | 
						|
 | 
						|
?>
 |