[DeltaCMS] Register error?

Ept

Many men wish death upon me.
Jun 16, 2011
591
276
This might work, add this to the file that submits the data to the database:
PHP:
$ticket = 'SSO Ticket-'.rand(1000,99999).'-'.rand(99999).'-'.rand(1000, 9999999).'-'.rand(1000, 99999).'-'.rand(1000,99999);
mysql_query("UPDATE users SET auth_ticket = '".$ticket."' WHERE username = '".$_SESSION['user']."'");
 

lepos

thinking about you. yes you
Dec 11, 2011
2,022
685
I also had this problem. I went directly into the users table and changed the auth_ticket from (NULL) to 0.
Then it gave me last_ip error, I changed it also to 0.

And BAM, it worked ;)
 

Users who are viewing this thread

Top