Server-side script identified as IE

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Server-side script identified as IE

    no, I dont know how to do this, but I would like to know how. basically its
    a php script running on the server side. it is actually a parser script
    pulling info off of a seperate site. i need to make it so the other site its
    pulling info from see's it as Internet Explorer and not what it is shown
    now. any possible way of doing so? please respond.


    Vchat20 Guest

  2. Similar Questions and Discussions

    1. simple server side script help plz.
      Can somebody tell me how to write a flash media server2 server side script which when it detects a client has connected it loads a remote shared...
    2. Execute a server-side script
      My problem is a little unusual. I have a perl script that does this great job, but I want to make a flash interface for it. The thing is that I...
    3. Client Side Script interferes with Server Side Script?
      I added the form validation script (Java Script) to the head section of my insert records form page which works great when tested but when I submit...
    4. IIS server side script question
      I'm very new at web programming, but I was working through an example from Beginning VB.net and hit a wall. In the example, you setup 2 text boxes...
    5. [PHP] Server-side script identified as IE
      (Quoting fixed) "Vchat20" <Vchat20@hotmail.com> said Yeah, that's what they all say. ;-/ I think most of the people who know how aren't...
  3. #2

    Default Server-side script identified as IE

    no, I dont know how to do this, but I would like to know how. basically its
    a php script running on the server side. it is actually a parser script
    pulling info off of a seperate site. i need to make it so the other site its
    pulling info from see's it as Internet Explorer and not what it is shown
    now. any possible way of doing so? please respond.



    Vchat20 Guest

  4. #3

    Default Re: [PHP] Server-side script identified as IE

    --- Vchat20 <Vchat20@hotmail.com> wrote:
    > i need to make it so the other site its pulling info from see's
    > it as Internet Explorer and not what it is shown now. any
    > possible way of doing so? please respond.
    You just need to send a User-Agent header that fools the receiving site. How
    are you requesting the content?

    Chris

    =====
    Become a better Web developer with the HTTP Developer's Handbook
    [url]http://httphandbook.org/[/url]
    Chris Shiflett Guest

  5. #4

    Default Re: [PHP] Server-side script identified as IE

    * Thus wrote Vchat20 (Vchat20@hotmail.com):
    > the actual script im using can be found at
    > [url]http://www.cfxweb.net/civax/archives/00000171.htm[/url] . and if you could post
    > the exact code for the User-Agent header, that would be great.
    >
    Installation
    ------------
    1. Copy the files exactly as they are sorted in directories.
    2. Go to /Modules/NS-NewsGrabber and chmod data.txt to 777.

    Ok, the guy who wrote this has no care for security :/



    Curt
    --
    "I used to think I was indecisive, but now I'm not so sure."
    Curt Zirzow Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139