Jump to content
MakeWebGames

Players have wrong ids


getty

Recommended Posts

There are a number of factor when deleting a player...

1 = when you delete a last player example id 10 the next person to sign up gets id 11 this is due to how the increment works

2 = Also just deleting a member from the users list you also need to delete their stats and inventory mentions, mails, events and anything else with that players identity..

Link to comment
Share on other sites

Hey,

If you want to erase all players and get the increment to reset simply truncate the table....or you could empty the table from cpanel...

This will erase all data but it will start the count from 1 again...

You will have to make a new account though as there will be 0 Accounts :P

do it to the users table and the userstats table :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...