i cant get etherdetect to work on my computer and the only thing i have to use is ethereal. i dont understand how to get the urls from that (yes, i read the_skips guide) is there any other software that you can easily get the urls from or an easier way to get it from ethereal.
Uhh theres a firefox addon called "HTTPheaders" thats basically the same thing, but theres no start/stop button. Meaning it starts when you open it and stops wehen you close it... I reccomend that instead.
HTTP Headers is shit... It's horrible compared to ertherdetect. But if erther dosn't work, I guess you have no other option
I could get the urls for you from the packet or tell me what you want to do and I'll send the url and the source code
Why are you using earth real? You should be using EtherDetect... and thats what it should say as the programs name... Did you download it from here? http://www.etherdetect.com/ because if you didnt, thats where you go ti get it, then on thr right hand side of the screen you click "Download" and itl get you a free triel... Then you geed to get a serial but im not telling you how to do that, you can search google for it thoufh.
i know i already downloaded it and umm... "stumbled upon" a key, but it still wont work. i think i said that about two times now. :roll:
i finally got the live http headers to work. its awesome. but what do i do, add the /*whatever the url was* to the end of http://www.neopets. com?
sorta unrelated question. if i wanted to log what happens when you go to a link, would i use. Code (Text): strhtml = "*link*" event = FindString(strhtml, "*first*", "*second*") log.additem event would that go to the site or do i need to make the program go to the website first?
i did all the variables and here is the code. Code (Text): strhtml = W.GetWrapper("www.neopets.com/desert/shrine.phtml type=approach", W.LastPage) shrineevent = FindString(strhtml, "<br><b>", "</b><p>") log.AddItem (shrineevent)