page.cookiehelp.tmpl 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <tmpl_include name="inc.head.tmpl">
  2. <tmpl_include name="inc.subhead.tmpl">
  3. <script language="JavaScript">
  4. function closeme() {
  5. self.close();
  6. }
  7. </script>
  8. <BR />
  9. <div align="center">[ <a href="#" onClick="closeme();">close</a> ]</div>
  10. <BR />
  11. <div align="left" id="BodyLayer" name="BodyLayer" style="border: thin solid <tmpl_var name="main_bgcolor">; position:relative; width:580; padding-left: 5px; padding-right: 5px; z-index:1; visibility: visible">
  12. <strong>How to get Cookie information....</strong>
  13. <br>
  14. <hr>
  15. <br>
  16. <strong>FireFox</strong>
  17. <ul>
  18. <li>Tools => Options</li>
  19. <li>Cookies => View Cookies</li>
  20. <li>Locate the site you want to get cookie information from.</li>
  21. <li>Get the UID and PASS content fields</li>
  22. </ul>
  23. <hr>
  24. <br>
  25. <strong>Internet Explorer</strong>
  26. <ul>
  27. <li>Tools => Internet Options</li>
  28. <li>General => Settings => View Files</li>
  29. <li>Locate cookie file for site (eg: Cookie:user@www.host.com/)</li>
  30. <li>Open the file in a text editor</li>
  31. <li>Grab the values below UID and PASS</li>
  32. </ul>
  33. The file will look something like this:
  34. <pre>
  35. ------
  36. userZone
  37. -660
  38. www.host.com/
  39. 1600
  40. 2148152320
  41. 29840330
  42. 125611120
  43. 29766905
  44. *
  45. uid
  46. 123456 <----------------------------
  47. www.host.com/
  48. 1536
  49. 3567643008
  50. 32111902
  51. 4197448416
  52. 29766904
  53. *
  54. pass
  55. 0j9i8h7g6f5e4d3c2b1a <--------------
  56. www.host.com/
  57. 1536
  58. 3567643008
  59. 32111902
  60. 4197448416
  61. 29766904
  62. *
  63. --------
  64. </pre>
  65. <BR />
  66. <div align="center">[ <a href="#" onClick="closeme();">close</a> ]</div>
  67. <BR />
  68. </div>
  69. <tmpl_include name="inc.subfoot.tmpl">