Posts: 814
Threads: 190
Joined: Feb 2016
Reputation:
0
i need help to make it work plz
Posts: 16
Threads: 1
Joined: Jan 2016
Great gamemode.Nice job.
In my opinion you shouldnt of released it.Many noobs got there hands on it and opening servers..
Posts: 35
Threads: 6
Joined: Oct 2015
Код:
Download WAMP
Download this database that i have modified it for localhost:Click
I Cant Run This Link
Posts: 16
Threads: 3
Joined: Nov 2015
Reputation:
0
i can't still connect to mysql
Posts: 35
Threads: 6
Joined: Oct 2015
i Got His ERROR any solution
Posts: 35
Threads: 6
Joined: Oct 2015
any Solution About This Error
PHP код:
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
Posts: 1
Threads: 0
Joined: Feb 2016
Reputation:
0
27.02.2016, 18:39
(
Последний раз редактировалось sampxd; 28.02.2016 в 08:44.
Причина: i didn't look page 7
)
UCP Player list doesn't work for me
i get this error:
CZ Cops And Robbers
HOME
FORUM
UCP
BANNED LIST
ONLINE PLAYERS
Notice: The server returned an error while fetching the requested data: in C:\wamp\www\ucp\SACNRMonitor.php on line 227
WARNING: INVALID ARGUMENT SUPPLIED FOR FOREACH() IN C:\WAMP\WWW\UCP\PLAYERLIST.PHP ON LINE 92
PLAYER ID NICKNAME SCORE PING
Posts: 30
Threads: 0
Joined: Dec 2014
Reputation:
0
I HAVE GOT AN ERROR ON WEBSITE PLAYERLIST ........HOW TO SOLVE IT
1 0.0010 249704 {main}( ) ..\playerlist.php:0
2 0.0030 291824 SACNRMonitor->get_players_by_ip( ) ..\playerlist.php:4
3 0.0030 291936 SACNRMonitor->get_data_by_ip( ) ..\SACNRMonitor.php:114
4 0.0030 292496 SACNRMonitor->get( ) ..\SACNRMonitor.php:146
5 5.6503 295368 SACNRMonitor->error( ) ..\SACNRMonitor.php:168
6 5.6503 298272 call_user_func_array:{E:\wamp\www\ccnr\SACNRMonito r.php:223} ( ) ..\SACNRMonitor.php:223
7 5.6503 298720 trigger_error ( ) ..\SACNRMonitor.php:223
Posts: 67
Threads: 26
Joined: Jun 2014
HOW to use the UCP ? how to make website with it ?