Accessing Serverside scripts pre-execution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Silencet
    New Member
    • Aug 2007
    • 24

    Accessing Serverside scripts pre-execution

    Is there some way to use the WinInet API to access or read the exact data from a ASP or PHP file before it is "executed" so that the code of the original ASP or PHP file is there
  • Silencet
    New Member
    • Aug 2007
    • 24

    #2
    I've been using InternetOpenURL as the function to access my server file, and been testing others with diffrent flags, i am i doing this right, or is this even possible?

    Thank you, For your help
    Silenct

    Comment

    • mac11
      Contributor
      • Apr 2007
      • 256

      #3
      Originally posted by Silencet
      I've been using InternetOpenURL as the function to access my server file, and been testing others with diffrent flags, i am i doing this right, or is this even possible?

      Thank you, For your help
      Silenct
      As far as I know (I've only dealt with Apache and php mind you) the webserver is designed to not give you bare script - unless it's specially configured (or misconfigured I guess!).

      I may be wrong, and I have no idea what InternetOpenURL is, but at least I'm sharing!

      Comment

      • Silencet
        New Member
        • Aug 2007
        • 24

        #4
        Sorry for any confusion but InternetOpenURL is a function to access a internet file through HTTP, but i think i understand that what i want is impossible because there is no way of accessing a file with out going through the server (sucha as Apache, IIS, ect.) which would, in the end, execute the server file, but thanks for your input

        Comment

        Working...