• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Nova Emulator SSO Ticket

Newbie Spellweaver
Joined
Dec 24, 2013
Messages
82
Reaction score
5
Hey!
Anyway to change the system of sso ticket in emulator?
Tried some codes I found here but none worked. Always getting client stuck in 87%. And no, my swf configs aren't incorrect. The problem is the sso ticket, at least it is what log files says to me.

Or how do I edit the revcms 1.9.9.9 to get user_tickets instead of auth_ticket?

What I found about sso ticket in revcms:

PHP:
	final public function createSSO($k) 		{ 	 			$sessionKey = 'RevCMS-'.rand(9,999).'/'.substr(sha1(time()).'/'.rand(9,9999999).'/'.rand(9,9999999).'/'.rand(9,9999999),0,33);				$this->updateUser($k, 'auth_ticket', $sessionKey);				unset($sessionKey);	}

How do I change it to get it working with Nova Emulator?
Any help will be appreciated :D
 
Back
Top