Skip to content

Instantly share code, notes, and snippets.

@olistik
Created April 29, 2011 13:03
Show Gist options
  • Select an option

  • Save olistik/948258 to your computer and use it in GitHub Desktop.

Select an option

Save olistik/948258 to your computer and use it in GitHub Desktop.
anonymously increment the endorsement counter of any given url at (notso)TRUSTe
#!/bin/bash
curl -d "url=www.myhomepage.com&page=validate&sealid=101&req_button=Positive&pageVersion=validationNewPage&test=1&urlBaseOn=%24urlBaseOn" "http://clicktoverify.truste.com/pvr.php?page=validate&url=www.myhomepage.com&sealid=101" >& /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment