Results 1 to 2 of 2

Thread: 100 usd project vb6 ie

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    5

    100 usd project vb6 ie

    If user is navigating to a non-existent or 404 or erroneous web page then visual basic6 in Internet Explorer redirects him with URL cloaking (erroneous url stays unchanged in address bar) to predefined link in the list of URLS.

    For instance if URL=http://www.freeshoting.com/~ myhomepage/gallery.html does not exist
    Then VB6 in IE redirects this URL to alternative URL= http://www.goodhost.com/~alivehomepage/newgallery.php
    And adds to log file that redirection happened from-to and warns user somehow
    (maybe msgbox or something)

    URL list may look like this

    Prime LINKS
    1.http://www.freeshoting.com/~ myhomepage/gallery.html
    2.http://somehost1.com/index.php
    3.http://somehosting2.com/page/index.php?go=thispage

    ALTERNATIVE LINKS
    1. http://www.goodhost.com/~alivehomepage/newgallery.php
    2. http://goodhost1.com/index.php
    3. http:// hosting2.com/index.asp?go=thatpage2
    3a. http:// hosting3.com/index.asp?go=thatpage3
    3b. http:// hosting4.com/index.asp?go=thatpage4


    Any ideas are welcomed
    PS. I do not need any php, js, vbs redirections

  2. #2
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    UK
    Posts
    417

    Re: 100 usd project vb6 ie

    Well if you do not want to use php, js, vbs redirections, Then you chould use a VBcgi file but then that be working of an exe file, so you url end something like. and not be that good.

    only other way whould be to write a small HBO Object Helper for IE that whould then able you to do what you need. PS does the log file need to be stored on the local client PC or a remote server?
    When your dreams come true.
    On error resume pulling hair out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width