| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <tmpl_include name="inc.head.tmpl">
- <tmpl_include name="inc.subhead.tmpl">
- <script language="JavaScript">
- function closeme() {
- self.close();
- }
- </script>
- <BR />
- <div align="center">[ <a href="#" onClick="closeme();">close</a> ]</div>
- <BR />
- <div align="left" id="BodyLayer" name="BodyLayer" style="border: thin solid #829FB5; position:relative; width:580; padding-left: 5px; padding-right: 5px; z-index:1; visibility: visible">
- <strong>How to get Cookie information....</strong>
- <br>
- <hr>
- <br>
- <strong>FireFox</strong>
- <ul>
- <li>Tools => Options</li>
- <li>Cookies => View Cookies</li>
- <li>Locate the site you want to get cookie information from.</li>
- <li>Get the UID and PASS content fields</li>
- </ul>
- <hr>
- <br>
- <strong>Internet Explorer</strong>
- <ul>
- <li>Tools => Internet Options</li>
- <li>General => Settings => View Files</li>
- <li>Locate cookie file for site (eg: Cookie:user@www.host.com/)</li>
- <li>Open the file in a text editor</li>
- <li>Grab the values below UID and PASS</li>
- </ul>
- The file will look something like this:
- <pre>
- ------
- userZone
- -660
- www.host.com/
- 1600
- 2148152320
- 29840330
- 125611120
- 29766905
- *
- uid
- 123456 <----------------------------
- www.host.com/
- 1536
- 3567643008
- 32111902
- 4197448416
- 29766904
- *
- pass
- 0j9i8h7g6f5e4d3c2b1a <--------------
- www.host.com/
- 1536
- 3567643008
- 32111902
- 4197448416
- 29766904
- *
- --------
- </pre>
- <BR />
- <div align="center">[ <a href="#" onClick="closeme();">close</a> ]</div>
- <BR />
- </div>
- <tmpl_include name="inc.subfoot.tmpl">
|