8 char slots
#1

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

#2
the table your looking for is t_extendcharslot  in newproject_db.

#3

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

#4

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
#5

thanks alot, i couldnt think of that xd

 

can be closed

#6
A moderator closed this post. Reason: solved



Forum Jump:


Users browsing this thread: 1 Guest(s)