I recently wanted to know to which security filters my historical entries were locked... but LJ doesn't expose this kind of view. The best you can do is visit each entry and check its permissions via its "edit" page. I looked for an existing tool to give me what I wanted, but couldn't find one... so I did what any self-respecting geek would do
(
Read more... )
Comments 5
Too bad I am a Mac girl. But, what a great idea!
Reply
Then you'd use the ppm (perl package manager) GUI to install HTML::Template and LJ::Simple and then just run the .pl script. But one of the beauties of Perl is that it's supported on tons of platforms... you just have to install it. It just turned out to be pretty easy to build up a single executable file for Windows that would save people from having to install ActiveState Perl to run it (I figured, otherwise, no one would actually get much use out of it).
Hope that helps (if you're really interested in getting the script's results)!
Reply
Reply
Does LJ::Simple->new() do anything that might be getting eaten by the firewall?
Reply
AFAIK, it's a simple HTTP transaction to port 80 of www.livejournal.com, so I don't know how a firewall could interfere at the reading-the-response stage. A packet trace of the transaction might reveal more details, but off-hand, I don't know what the problem could be. :(
Reply
Leave a comment