topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 7:26 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: How to integreate url snooper with my visual basic application  (Read 6812 times)

David007

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
hi all. could any one tell me how i can use url snooper with my visual basic 6 app.  i want get the actual url of a list of urls like from listbox but i do not how to integrate snooper with my vb app. I be happy if some show me how that can be done.Thanks

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: How to integreate url snooper with my visual basic application
« Reply #1 on: May 09, 2006, 12:52 AM »
can you be a little more specific about what you want to do?

David007

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
Re: How to integreate url snooper with my visual basic application
« Reply #2 on: May 09, 2006, 01:23 AM »
can you be a little more specific about what you want to do?

i got a huge list of url like this :
http://www.site.com/me.php?id=123
http://www.site.com/me.php?id=124
http://www.site.com/me.php?id=125
http://www.site.com/me.php?id=126
http://www.site.com/me.php?id=127
http://www.site.com/me.php?id=128

in a text file and db . I want to execute each one of them from with in my vb application and get its actual url but i do not know how to make help url snooper for this batch processing . I know it can be done one by one but it gona take me a long time. So i hope i get some help here.Thank

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: How to integreate url snooper with my visual basic application
« Reply #3 on: May 09, 2006, 01:50 AM »
you really just need to leave url snooper running - it doesn't have any special batch processing (though i could add it if people wanted it).

then open each of those pages one at a time in a browser or in another program and let url snooper work in the background.

keep in mind there are some very good "spidering" programs (offline explorer, teleport pro, blackwidow,etc.) that are designed to find all the normal urls and pages on a site.  url snooper is specially designed for sniffing live traffic to discover things like hidden multimedia streaming audio/video urls.

David007

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 5
    • View Profile
    • Donate to Member
Re: How to integreate url snooper with my visual basic application
« Reply #4 on: May 09, 2006, 02:05 AM »
you really just need to leave url snooper running - it doesn't have any special batch processing (though i could add it if people wanted it).

then open each of those pages one at a time in a browser or in another program and let url snooper work in the background.

keep in mind there are some very good "spidering" programs (offline explorer, teleport pro, blackwidow,etc.) that are designed to find all the normal urls and pages on a site.  url snooper is specially designed for sniffing live traffic to discover things like hidden multimedia streaming audio/video urls.

many thanks for u reply. Well i actually need to discover the hidden urls from the example i shown u .But the problem is i am dealing with huge list of such urls and hard to open each one of them on by one in media palyer. It would be soo good that u add batch processing to this cool program .For example u have a huge list of  urls in a text file that u want to get their actual url and all u do feed snopper with text file and all snooper does get the exact hidden link of it without actually downloading them and allow u to put those hiddent links in db and do cool thing with them. That is what i have in mind . I hope i get some help achivig that either by vb or addtion of this option to your cool program.Thanks
« Last Edit: May 09, 2006, 02:08 AM by David007 »