28.06.2011, 16:42
Code:
in OnGameModeInit, i have all the plugin set in server.cfg, gamemode loaded, I check my DB with phpMyAdmin, nothing happens (same)
Any idea why?
The Structure is fine, i copy pasted it and ran it into phpyMyAdmin, worked fine. I'm using 000webhost, I defined all those variables, it compiles fine. Now it doesn't do its function
Any idea why?
EDIT: I'm sure i copy pasted the stuff right, but its saying that it can't connect...
Код:
mysql_init(); mysql_connect(MYSQL_HOST,MYSQL_USER,MYSQL_PASS,MYSQL_DB); mysql_query("INSERT INTO hello (Username,Password) VALUES ('hello','bellow')");
Any idea why?
The Structure is fine, i copy pasted it and ran it into phpyMyAdmin, worked fine. I'm using 000webhost, I defined all those variables, it compiles fine. Now it doesn't do its function
Any idea why?
EDIT: I'm sure i copy pasted the stuff right, but its saying that it can't connect...