can i get some help with installing solve media captcha in yourls?
here is the guide for solvemedia, http://wsnippets.com/integrate-solve-media-captcha-php/
YOURLS blog on how to add recaptcha http://blog.yourls.org/tag/captcha/
what I've done so far is put the solvemedia scriptline in place where it tells you to put the same thing for recaptcha.
http://blog.yourls.org/wp-content/uploads/2015/05/tutorial1.png
instead i put <script type="text/javascript"
src="http://api.solvemedia.com/papi/challenge.script?k=your_challenge_key">
</script> on that line.
after that i included solvemedialib.php in place of captcha.php in their tutorial.
yourls here
https://github.com/YOURLS/YOURLS
i renamed sample-public-front-page.txt to index.php
the call to the function that shows the form and button is in /includes/functions-html.php