... Sadly, the problem with the "tips" box is directly related to the manifest file :-( So I'd advise to delete it....
464
frank visser
reusvisser
Oct 26, 2005 7:02 pm
this message was filtered by SpamGuard, but merits attention (frank): I am so excited that I found this excellent Tool, it saves me lots of time. But when I...
465
Tilman Hausherr
geo4497
Oct 26, 2005 7:05 pm
... He wrote to me too. I asked for more details. (why should I do his footwork?)...
466
anzwers1
Oct 27, 2005 10:42 am
I do not want to "check" some extensions, for example .jpg or .asp and so on. How can I do, thank you. Ps. I tried to put *.jpg under the "Do not check any...
467
frank visser
reusvisser
Nov 6, 2005 2:03 pm
hi all, when scanning this site: http://stuartdavis.com/ i get a huge multiplication of links due to the PHP system of session id's: for example: ...
468
frank visser
reusvisser
Nov 6, 2005 4:50 pm
hi tilman, is it correct that Xenu does not handle URLs such as these: http://stuartdavis.com/../../albums/idiotexpress/? ...
469
Tilman Hausherr
geo4497
Nov 6, 2005 4:57 pm
... On purpose. ../../ links to ../../../ etc....
470
Tilman Hausherr
geo4497
Nov 6, 2005 5:00 pm
what if you enable cookies? Tilman...
471
frank visser
reusvisser
Nov 6, 2005 7:19 pm
hi tilman, i have enabled all cookies now: direct, indirect and session (under Privacy > Advanced > Disable automatic cookie handling). seems i get less...
472
Tilman Hausherr
geo4497
Nov 6, 2005 7:28 pm
No, I'm talking about *enabling* cookies in Xenu. http://home.snafu.de/tilman/xenulink.html#cookies (I believe this was originally made for you!!!!) I have no...
473
Frank Visser
reusvisser
Nov 6, 2005 7:51 pm
Hi tilman, Shame on me - how could I forget! I set AllowCookies=1 and the issue has disappeared. I guess I hadn't spidered a site that was so heavily cookie...
474
Tilman Hausherr
geo4497
Nov 22, 2005 8:43 am
This new beta version reads the ALT part in <img src alt="image description text"> and puts it in the title column. ...
475
massteve00
Nov 22, 2005 6:12 pm
Is there a way to setup Xenu to check multiple URLs in one check? Also is there a way to automate a scheduled weekly check on certain URLS? Thanks....
476
Tilman Hausherr
geo4497
Nov 22, 2005 6:31 pm
... You could try that test feature in the menu, however it won't spider unless it ends with a "/". Or check one page that links to all the URLs. ... Only in...
477
Paolo
paolotaize
Nov 22, 2005 8:55 pm
Hi Tilman, Thank you for the new beta version. Please would it be possible to name the files something like "xenusetup.exe" instead of just "setup.exe"? -- so...
478
Tilman Hausherr
geo4497
Nov 22, 2005 9:23 pm
... Just keep the ZIP file. That one has Xenu in its name....
479
blanc_teutoburgo
blanc_teutob...
Nov 30, 2005 1:30 pm
Hi all, I've developed a little applet to use in conjunction with Xenu Link. It can be used to create DHTML site maps and site trees for navigation, without...
480
Jost Jahn
kingkong59de
Dec 8, 2005 6:23 pm
Hello, Tilman! It would be very nice to use and see greater windows at selection of local and extrenal domains. Is this possible to do for you? Great program! ...
481
Tilman Hausherr
geo4497
Dec 8, 2005 7:00 pm
... Are you using a flat screen with 1280x1024? Have you tried to set "big fonts" in the screen properties in the windows control center? Tilman...
482
Tilman Hausherr
geo4497
Dec 15, 2005 6:02 pm
I'm doing a course about tomcat, java servets, and JSP. Today we did session-ids. Very interesting for me, because I've been on the client side for so long and...
483
Stephen Gazard
sgakagiz
Dec 21, 2005 9:52 pm
tilman, sometimes it's as simple as prepending the session id to each url. For example, /index.php/ would become /index.php?PHP_SESSID=yadayadayada/. normally...
484
Michael Hunsaker
to_the_hurri...
Dec 21, 2005 10:00 pm
Did this question ever get answered? Either I accidentally deleted it or I cannot find it! In any event, I do not want Xenu to check for broken XML links. Is...
485
Tilman Hausherr
geo4497
Dec 22, 2005 8:31 am
... No, Xenu can parse only HTML. ... You can't, with the general version. I did a version which supports wildcards in the include/exclude section. I sent it...
486
Frank Visser
reusvisser
Dec 23, 2005 7:37 am
Hi michael, I those cases I extract the URLs from the xml with a regular expression, put these in a text file and run Xenu on it. frank ...
487
yanoff
Dec 23, 2005 4:38 pm
Xenu is a very good piece of software, thanks to those that have both worked on it and offered suggestions for its use. It comes very close to meeting all of...
488
Tilman Hausherr
geo4497
Dec 23, 2005 5:40 pm
... I suspect that the problem ist that the link isn't the first parameter. Others here are better in regexp than me. Tilman...
489
Scott Yanoff
yanoff
Dec 23, 2005 9:23 pm
I get it...it's all up to the regex. Okay, so I played around with it, and I came up with what appears to work: Javascript=[Jj]ava[Ss]cript: *[_a-zA-Z0-9= \.]+...
490
frank visser
reusvisser
Dec 24, 2005 2:48 pm
hi scott, exactly! so anyone can customize Xenu so it can read the specific javascript syntax used on a given website. would be great to hear other members of...
491
Tilman Hausherr
geo4497
Jan 4, 2006 7:44 pm
In the JAVA Servlet course I took last year, I noticed that the handler for POST and GET were the same. This means: it might be possible to login from an URL...
492
Stephen Gazard
sgakagiz
Jan 5, 2006 11:45 am
Not sure about tomcat server, but in PHP, server variables for GET and POST are different, so you can specify to only login if using a post form to the script....