Jump to content
  • 0

About SGCP


Jhosef

Question


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

when i finish register in SGCP

the server control panel said

MySQL query['register.php'] :

INSERT INTO root.login (userid,user_pass,sex,email,level) VALUES ("12345","123456","M","[email protected]",0)

SOLVED .. i already Fix the Error

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

when i finish register in SGCP

the server control panel said

MySQL query['register.php'] :

INSERT INTO root.login (userid,user_pass,sex,email,level) VALUES ("12345","123456","M","[email protected]",0)

SOLVED .. i already Fix the Error

sir i just try to use this cp, and i got same error with this one..

can you explain

How fix this error?

Edited by IusReservoir
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi lusReservoir,

You need to edit the 'register.php' file and rename `level` to `group_id`.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

@Jhosef and lusReservoir,

Since r15572, rAthena has had Groups.

Edited by Mysterious
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

Hi lusReservoir,

You need to edit the 'register.php' file and rename `level` to `group_id`.

Sir thank for your advice,

i already change all of level words in register cp and i got this error

MySQL query['register.php'] :

INSERT INTO veronicacp.register_log (Date,account_id,userid,group_id,ip) VALUES (NOW(),"2000001","gmevent1","0","118.96.114.243")

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

i already fix that

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

Hi lusReservoir,

You need to edit the 'register.php' file and rename `level` to `group_id`.

Sir thank for your advice,

i already change all of level words in register cp and i got this error

MySQL query['register.php'] :

INSERT INTO veronicacp.register_log (Date,account_id,userid,group_id,ip) VALUES (NOW(),"2000001","gmevent1","0","118.96.114.243")

since you edit all the level into group_id. you also need to edit the register_log. find the level and change it into group_id.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

Hi lusReservoir,

You need to edit the 'register.php' file and rename `level` to `group_id`.

Sir thank for your advice,

i already change all of level words in register cp and i got this error

MySQL query['register.php'] :

INSERT INTO veronicacp.register_log (Date,account_id,userid,group_id,ip) VALUES (NOW(),"2000001","gmevent1","0","118.96.114.243")

since you edit all the level into group_id. you also need to edit the register_log. find the level and change it into group_id.

Problem Solved, Tx brynner

Link to comment
Share on other sites

×
×
  • Create New...