Search:
Search took 1.00 seconds.
-
Iznogod wrote that register script for me last year and it was working.
-
I granted to my user all rights.
--
my _mysql.gsc file:
init()
{
//get your host, user, pass, db, port here
level.JH_mysql = mysql_reuse_connection();
...
-
I tried this query
CREATE TABLE IF NOT EXISTS `createNewAccount` (
`userid` int(10) NOT NULL AUTO_INCREMENT,
`username` varchar(32) DEFAULT NULL,
`password` varchar(32) DEFAULT NULL,
...
-
I can pay you just help me i really need the server ready so soon.
-
Dude you wrote to me the query past july by tv. You just told me to do not touch anything and you did the job. I just need the query.
-
tv later? izno? i already friend @skype w/ u
-
Hello,
I'm trying to make a register system using mysql. I got some problems while creating the account and saving it to mysql.
Here's my code:
registeraccount(username, password)
{
args =...
-
main()
{
setcvar("saybold", "");
while(1)
{
wait 0.05;
_p = getentarray("player", "classname");
if (getcvar("saybold") != "")
{
-
Fixed it. Forgot to open 3306 port XD
-
Mmm , you're right.
The fix is that i had End Map Vote folder , i overwrited my mod on folder maps , and deleted my PAM folder that exists in my mod. That caused the error.
So you'll have to copy...