Hello Everyone, I have two questions. I thought that Xenu checked email links on my site but it is not doing it now. Is there a setting to let it check email? ...
100
Tilman Hausherr
geo4497
Oct 2, 2004 6:01 pm
... No, never did. ... No ... Hard to say... this really depends on the individual case....
101
Tilman Hausherr
geo4497
Oct 2, 2004 6:04 pm
... Yes. ... So I added (\\?.*)? (each \ must be \ed an extra time because of the C++ compiler) into my string, thus getting Regexp reXenu = ...
... I must admit I haven't tested it, because I don't understand it. My understanding of regular expressions is very basic. I don't know what \w or \s is. It...
104
frank visser
reusvisser
Oct 4, 2004 9:16 pm
Eugeny, quick question: can your regex handle root relative URLs too? javascript:openJump('/folder/folder/file.htm'); frank ... ...
105
Tilman Hausherr
geo4497
Oct 4, 2004 9:19 pm
I realize I hate these approval delays. Is there a way that postings from people who have made on-topic posts get through immediately? Or people who have been...
106
frank visser
reusvisser
Oct 4, 2004 9:25 pm
tilman, i agree, i have selected the "new members" option. frank ... postings ... Or ... for ... member :)...
107
frank visser
reusvisser
Oct 4, 2004 10:47 pm
hi tilman, this is absolutely wonderful. i tested version 1.2g(beta), and have the following comments: 1. it crashed when i copied your regex with the \ and...
108
Eugeny.Sattler@...
accmailer
Oct 5, 2004 4:33 am
... First, my regexp has this part : (?:ftp|https?):// It means it will catch any string that starts either from ftp:// http:// https:// So as long as this...
109
Eugeny.Sattler@...
accmailer
Oct 5, 2004 4:40 am
... "New" are those who joined after you have made you group restricted to post to. They do not become "old" automatically after some time. You have to make...
110
Eugeny.Sattler@...
accmailer
Oct 5, 2004 5:49 am
Frank , I strongly recommend you to download a trial version of PowerGREP from www.powergrep.com It contains an excellent manual in PDF format on building...
111
Tilman Hausherr
geo4497
Oct 5, 2004 6:55 am
... That "concatenation" is there, this has never been a problem/question because it is the same procedure I use for every other link....
112
Tilman Hausherr
geo4497
Oct 5, 2004 7:16 am
... I suspect that your newsreader broke the long line. I did notice that some errors do crash the regexp :-( That happens when you use "external" software......
113
Eugeny.Sattler@...
accmailer
Oct 5, 2004 8:14 am
... "\w" stands for wORD symbol, i.e. any letter or any digit "\w+" will catch any alphanumeric *word*, like "dog", "cat" or "a123bc" So in our example \w+...
114
frank visser
reusvisser
Oct 5, 2004 3:49 pm
hi tilman, got good results with: Javascript=javascript:.*\(['"](.*[^'](\?.*)?)['"](.*) it found all URLs and top domains. it did not catch: javascript:openWin...
115
Eugeny.Sattler@...
accmailer
Oct 6, 2004 4:37 am
... ('http://udp.intercea.co.uk/deutsch/bus_popup.htm','43239;,'287'); ... By using my regexp which I have already posted to this group. If you have lost that my...
116
frank visser
reusvisser
Oct 6, 2004 2:56 pm
hi eugeny, using your regex from an earlier mail: javascript:92;w+\s*\(92;s*['\"]((?:ftp|https?)://[^'92;"]+?)['\"](?:\s*,[^,] +?\s*)*92;s*\); xenu crashes after a...
117
Tilman Hausherr
geo4497
Oct 6, 2004 5:15 pm
... remove it. ... "?" means the entity can happen once or not at all. https? matches http and https....
118
Eugeny.Sattler@...
accmailer
Oct 7, 2004 7:59 am
... ['\"] is equal to ['"] ... That is correct. But question mark followed by colon in a regex construct (?:something) has another meaning. (option1|option2)...
119
Frank Visser
reusvisser
Oct 7, 2004 9:49 am
Hi eugeny, Tnx, no i am reading the powergrep stuff. Let me cut this discussion short: did you test your regex with xenu 1.2g beta? If I do, it keeps crashing,...
120
Eugeny.Sattler@...
accmailer
Oct 7, 2004 10:15 am
... javascript:92;w+\s*\(92;s*['"]((?:ftp|https?)://[^'"]+?)['"](?:\s*,[^,]+?\s*)*\s *\); ... There are different regex libraries , each with its own pecularities...
121
Frank Visser
reusvisser
Oct 7, 2004 11:03 am
Hi eugeny, Thanks a million, i will try it out today. I want to understand how the regex fits into Xenu code, doesn't Tilmans regex require three parts: 1. the...
122
Tilman Hausherr
geo4497
Oct 7, 2004 11:59 am
... No, my regular expression is to be set in the INI file. Which you did when testing. I might update Xenu for other reasons, like more flexibility, and a...
123
Eugeny.Sattler@...
accmailer
Oct 8, 2004 9:46 am
Tilman , can we use famous and standard PCRE.dll library instead of the one you found on www.codeguru.com ? PCRE stands for "perl compatible regular...
124
frank visser
reusvisser
Oct 8, 2004 2:02 pm
guys, i think we are getting near the end of this javascript link saga. eugeny, i get perfect results with your simplified regex: javascript:[_a-z0-9]+ *\(...
125
Tilman Hausherr
geo4497
Oct 8, 2004 8:13 pm
... Not at this time. I'm quite happy with codeguru and codeproject, they have helped me a lot both privately and professionally. The class I'm using is so...
126
Tilman Hausherr
geo4497
Oct 10, 2004 2:08 pm
Hi, Is there anyone on this list who has used Xenu's Link Sleuth to check huge websites (300000 links) ? I'm asking because one user claims it always crashes...
127
frank visser
reusvisser
Oct 10, 2004 2:52 pm
i have added a chapter on the .ini file to the Xenu online manual site. i also updated the version history appendix to include the 1.2g beta version. ...
128
jcnork
Oct 13, 2004 7:18 pm
Hi All; I took a look on the http://home.snafu.de/tilman/xenulink.html site, but could not find a link to download the 1.2g beta version to test the javascript...