hi i got a question how do i remove member accounts from my text based game ?
Zangetsu New Member Messages 491 Reaction score 1 Points 0 Apr 17, 2008 #1 hi i got a question how do i remove member accounts from my text based game ?
TechAsh Retired Messages 5,853 Reaction score 7 Points 38 Apr 17, 2008 #2 It would depend on how your game stores the member data. If it has an Admin panel you may be able to use that. If it stores data in a MySQL database you could delete records by using phpMyAdmin (from the cPanel).
It would depend on how your game stores the member data. If it has an Admin panel you may be able to use that. If it stores data in a MySQL database you could delete records by using phpMyAdmin (from the cPanel).
cowctcat New Member Messages 401 Reaction score 0 Points 0 Apr 17, 2008 #3 or you could spend half a year writing a 7000 line code that does it for you lol