Search:

Type: Posts; User: UnGod

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    15,629

    Add a: --user-agent="Mozilla/4.0...

    Add a:



    --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)"


    To the wget line if you want the agent to *look* like msie :)
  2. Replies
    17
    Views
    15,629

    Easy spells_us.txt script ;)

    #!/bin/bash
    `which wget` http://patch.everquest.com:7000/patch/everquest/main/spells_us.txt.gz
    `which gunzip` spells_us.txt.gz
    `which mv` /usr/local/share/showeq/spells_us.txt...
Results 1 to 2 of 2