DISQUS

Bashore Technologies: Ping.fm~TWiT Army Bridge - Wiki @ Bashore Technologies

  • Gary · 1 year ago
    Would love to use this, but the Download link isn't working. Would rather install on my own server. Thanks.
  • Andrew · 1 year ago
    Gary: Sorry, I neglected to add in a cname record when I migrated my DNS. The download link has been updated and you can download it now.
  • microft · 1 year ago
    For those who just don't like php.... I wrote a similar thing in perl. It's a CGI

    Source code available at http://files.microft.org/cgi-scripts/twitarmy.pl
  • Poojan Wagh · 1 year ago
    Should the following line:
    curl_setopt($ch2, CURLOPT_POSTFIELDS, "status=".urlencode(stripslashes(urldecode($message))).."&source=Pingfm Bridge");
    Really be:
    curl_setopt($ch2, CURLOPT_POSTFIELDS, "status=".urlencode(stripslashes(urldecode($message)))."&source=Pingfm Bridge");

    (replace ".." with "." before "&source=)
  • Andrew · 1 year ago
    Poojan: Yes it should be. I made a slight modification a few days ago and I must have made a typo. It's fixed now.