Isoraqathedh

filenametopage.ahk

Sep 23rd, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. InputBox, inUrl, URLRunner, Paste in the url to decode here.
  2. IfInString inUrl, _n
  3. {
  4.     StringSplit items, inUrl, _
  5.     outValue = items2
  6.     Run http://facebook.com/photo.php?fbid=%items2%
  7. }
  8. else, ifInString, inUrl, flickr
  9. {
  10.     StringSplit items, inUrl, /
  11.     StringSplit fileName, items%items0%, _
  12.     Run http://flickr.com/photo.gne?id=%fileName1%
  13. }
  14. else MsgBox no item found
Advertisement
Add Comment
Please, Sign In to add comment