Quote:
Originally Posted by Derision
I don't know whether you are referring to the web page that opens up when you enter the /petition command. The URL is hardcoded into eqgame.exe. I added this line:
Code:
66.102.9.104 soe-ing.custhelp.com
To my c:\windows\system32\drivers\etc\hosts (66.102.9.104 is an IP for google.com) and while it opened up the google search page when I did /petition in SoF, nothing happened when I clicked on any links, which makes me wonder whether, although you can redirect the initial page, there is code in there to prevent you clicking on links which aren't in the soe-ing.custhelp.com domain.
|
You are going to need to point it at a page that actually matches the request path. For example, it is most likely calling
http://soe-ing.custhelp.com/Support.aspx for example. When you point it at someone elses server, they too must be serving the relative path in order for the request to be answered.
So you will need to find the full path requested then you could setup a web server hosting a redirection at that path to forward the page to Google.