16.03.2016, 19:46 
	
	
	
		Good job
	
	
	
	

| 
 Yes, the database is working fine. 
as requested i update the define.inc and the koneksi.php file. i don't know where is the issue !! I'm sooo tired  | 
| 
 Can anyone teach me how to copy the gamemode and scriptfiles then paste it on my server than how to start it 
can anyone give me a video of it?  | 
| 
 There is a working ccnr.SQL uploaded by bradley7 if you just look around in the thread. 
 | 
Error
SQL query:
CREATE DEFINER=`bondowocopz`@`localhost` FUNCTION `time_function`(`ATIME` DATETIME) RETURNS varchar(100) CHARSET latin1
BEGIN
  DECLARE INF VARCHAR(100);
  DECLARE NWT VARCHAR(100);
  DECLARE TAG TINYINT;
  
  SET TAG = 0;  
  SET INF = DATE_FORMAT(ATIME, "%Y%m%d%H%i%s");
  SET NWT = DATE_FORMAT(NOW(), "%Y%m%d%H%i%s");
  
  
  IF (INF = NWT) THEN
    SET INF = 'Just a moment';
    SET TAG = 1;
  END IF;  
  
  
  
  IF (SUBSTR(INF, 1, 12) =  SUBSTR(NWT, 1, 12))  AND (TAG = 0) THEN
    SET INF = CONCAT(SUBSTR(NWT, 13, 2) - SUBSTR(INF, 13, 2), ' seconds ago');
    SET TAG = 1;
  END IF;  
  
  
  IF (SUBSTR(INF, 1, 10) =  SUBSTR(NWT, 1, 10)) AND (TAG = 0) THEN
    SET INF = CONCAT(SUBSTR(NWT, 11, 2) - SUBSTR(INF, 11, 2), ' minutes ago');
    SET TAG = 1;
  END IF;  
  
  
  
  IF (SUBSTR(INF, 1, 8) =  SUBSTR(NWT, 1, 8)) AND (TAG = 0) THEN
    SET INF = CONCAT(SUBSTR(NWT, 9, 2) - SUBSTR(INF, 9, 2), ' hours ago');
    SET TAG = 1;
  END IF;  
  
  
  IF[...]
MySQL said: Documentation
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation 
| 
 Guys:- 
i have used this best gm but i got error WARNING: INVALID ARGUMENT SUPPLIED FOR FOREACH() IN /HOME/U177214519/PUBLIC_HTML/PLAYERLIST.PHP ON LINE 92 and i have did all the steps to setup my gm on linux 0..37 and i verfied mysql and everything but i got unknown gm please help  |