Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Woodpecker Client

Status
Not open for further replies.
Which CMS are you using? Does the SSO ticket the client is advertising to the server match the one the server is expecting? Which DCR version are you using?

If you're going to sit on your ass and look for other people to solve your problems, give us some information.
 
Upvote 0
Actually I'm using your CMS Superfun and obviously your woodpecker server, Scott. The DCRs were released in WJJ's woodpecker thread that he started. The SSO ticket is most likely the problem. I checked the row ticket in the SQL DB and it's value was "ST-970877-05309911810928392382-wood-fe2". This is the code from the loader for the SSO ticket:

Object
<param name="sw7" value="use.sso.ticket=1;sso.ticket=<?php echo $ticket; ?>">
Embed
<param name="sw7" value="use.sso.ticket=1;sso.ticket=<?php echo $ticket; ?>">
 
Upvote 0
Im not sure which version of the server your using, but if your using the one i posted on the thread it has SSO login disabled in the source.

You will need to re-enable it (and fix some bugs i seem to remember) before you can use it.

Will
 
Upvote 0
Status
Not open for further replies.
Back