ru:User_talk:Jackie
Diese Seite ist eine „weiche Weiterleitung“.

Thomas Hoeren Bearbeiten

Zu Ihrer Änderung bzgl. Thomas Hoeren - Ich bin bei ERCIS tätig - der Hinweis auf die weitere Zusammenarbeit mit dem Institut für Wirtschaftsinformatik ist überflüssig. Liebe Grüsse Ihr Thomas Hoeren

I just fix invalid URL with bot assist, any problems?. -- Jackie (Diskussion) 03:27, 28. Jan. 2013 (CET)Beantworten

Du wurdest auf der Seite Vandalismusmeldung gemeldet (21:33, 27. Jan. 2013 (CET)) Bearbeiten

Hallo JackieBot, Du wurdest auf der o. g. Seite gemeldet. Weitere Details kannst du dem dortigen Abschnitt entnehmen. Wenn die Meldung erledigt ist, wird sie voraussichtlich hier archiviert werden.
Wenn du zukünftig nicht mehr von diesem Bot informiert werden möchtest, trage dich hier ein. – SpBot 21:33, 27. Jan. 2013 (CET)Beantworten

Du wurdest auf der Seite Vandalismusmeldung gemeldet (11:56, 14. Jan. 2014 (CET)) Bearbeiten

Hallo JackieBot, Du wurdest auf der o. g. Seite gemeldet. Weitere Details kannst du dem dortigen Abschnitt entnehmen. Wenn die Meldung erledigt ist, wird sie voraussichtlich hier archiviert werden.
Wenn du zukünftig nicht mehr von diesem Bot informiert werden möchtest, trage dich hier ein. – Xqbot (Diskussion) 11:56, 14. Jan. 2014 (CET)Beantworten

httpS Bearbeiten

hi!
your bot seems to work incomplete, see [1]. Furthermore, please obey our rules Wikipedia:Bots. :-) -- seth 23:17, 26. Feb. 2015 (CET)Beantworten

My bot use complex regex and primary search only incorrect protocols such hhtp|http|Http|HTTP with a few doubles in URL-string. For https with variations I must use another script, which I run more rarely - this script not fully matched with first and required manual control. A both scripts not work during one pass, i.e. technical feature. Some large wiki discuss my bot and such regular work defined as positive. What local rule I broke? -- Jackie (Diskussion) 07:30, 27. Feb. 2015 (CET)Beantworten
gudn tach!
Couldn't you extend your 'http' regexp pattern by something like /s?/ or /[sS]?/ or something similar? Which regexp pattern do you use?
CamelBot also corrects some double protocols. It uses
s/(?:(?:http:|(?<=\[))\/\/)+(https?):?\/\/($urlpattern)/$1:\/\/$2/g;
where $urlpattern is a regexp pattern very similar to the wiki parser url pattern. Furthermore CamelBot only replaces links if the new target returns http status code 200.
I can add it, but some replacements can be invalid: my regex pattern a large and take variants with many doubles of prefix and by this reason bot can solve a part of {http}s as second, third etc. fragment of http prefix with wrong writing. I many times test it on the all wiki and save current scripts as more functionality.
Concerning the rules: please start the summary always with "Bot:". -- seth 20:31, 28. Feb. 2015 (CET)Beantworten
No problems, done. -- Jackie (Diskussion) 21:13, 28. Feb. 2015 (CET)Beantworten