01-09-2014, 05:55 PM
hey,
since its possible to have 8 chars on 1 account with the card, id like to know where u can change that permanently, so that u can have 8 chars on 1 account without needing this card
|
8 char slots
|
|
01-09-2014, 05:55 PM
hey, since its possible to have 8 chars on 1 account with the card, id like to know where u can change that permanently, so that u can have 8 chars on 1 account without needing this card
01-09-2014, 08:49 PM
the table your looking for is t_extendcharslot in newproject_db.
01-11-2014, 05:13 PM
the table your looking for is t_extendcharslot in newproject_db. thanks a lot but any idea how i can set it automatical? i mean thats it for ALL users automaticaly extended without even needing the Character Slot Card
01-11-2014, 06:52 PM
Add a query to your register page to input their user_code , start date and last the date it ends This is just a demo for you INSERT INTO newproject_db.t_extendcharslot (a_user_index, a_usedatetime, a_end_datetime) VALUES (usercode,2014-01-01 01:01:01,2020-01-01 01:01:01) If your using LCCMS edit classes.php an you will find: // Add 8 char slots to account //$query = sprintf("INSERT INTO t_extendcharslot (a_user_index, a_use_datetime, a_end_datetime) VALUES (:user, :today, 2020-01-01 01:01:01)", $LCdb ); //$dbh = $conn234->prepare( $query ); //$dbh->execute( array( :user => $resultb[user_code], :today => $Today )); //$result7 = $dbh->fetch(); Just un comment all this from line 420
01-11-2014, 08:36 PM
thanks alot, i couldnt think of that xd can be closed
01-11-2014, 09:22 PM
A moderator closed this post. Reason: solved
|
|
« Next Oldest | Next Newest »
|