Quote from Sphinx
Where's the information on how to do auto-update?
There is a small note in join.php about auto-updates.
To implement auto-update for rankk you have to send requests to wechall whenever a user has solved a challenge.
The URL for auto-updates is this:
http://www.wechall.net/remoteupdate.php?sitename=%SITENAME%&username=%USERNAME%
so for the Pyramid it would be:
http://www.wechall.net/remoteupdate.php?sitename=Rankk&username=%USERNAME%
You can either use curl or something to send the requests, or you can also use html to send the requests by client browsers like this:
<img src="url above" width="1" height="1" />
Greetings
Gizmore