Tiki|bot: joined #tikiwiki
Recent Bug: - BigBlueButton not working with new version of BBB 0.81 - http://dev.tiki.org/item4639 goj: joined #tikiwiki Tiki|bot: New Forum Posts: Tiki Live Support System - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48606
New Forum Posts: Edge Case using LDAP - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48607 Caarrie|away: joined #tikiwiki PenguinMan98: test -: PenguinMan98 is finally at a point to start making his first tracker TomJarvis: joined #tikiwiki -: PenguinMan98 waves to Tom TomJarvis: PenguinMan98: The IP selector tracker field has to be turned on in Admin Home - Trackers - Field Types tab PenguinMan98: oh?
lemme check TomJarvis: There are several Tracker field types that are not available by default PenguinMan98: it's marked an 'experimental' feature TomJarvis: It has been there since 1.10, I use it in Tiki 9. Doc: https://doc.tiki.org/IP+selector -: PenguinMan98 shrugs. Then somebody screwed up the config page TomJarvis: I checked my Tiki 9, it is marked experimental there too. PenguinMan98: When things like this sneak in and don't get caught for whole major revisions, it doesn't speak well for other features being well maintained TomJarvis: Experimental: http://doc.tiki.org/Experimental PenguinMan98: so you're suggesting that them being marked experimental is intentional TomJarvis: Yes. I have been using it in my Tiki 9 user tracker since March, not that long, but I have not had any problems with it. PenguinMan98: ok. I've enabled trackerfield ipaddress TomJarvis: I just turned on IP selector in my test Tiki 11, created a user tracker with an IP selector field, and registered as a user, and it recorded the IP address fine. PenguinMan98: I'm staring at a disconnect
I've created the tracker but how to I tell TIKI to attach it to the incoming user registrations? TomJarvis: In Admin Home - Log in, select "Use tracker to collect more user information"
After saving, edit the Registered group and select your tracker and save, then select the user selector field and save. PenguinMan98: Can I use a tracker to add a new field to the the user registration?
Like, a new visible one?
Would it be pushing it for that question and answer to be chosen randomly from a list? TomJarvis: You can add many fields to the user registration and make them maditory or not.
When you have a user tracker, you specify the fields they see in the Registered group "Users Information Tracker Fields Asked at Registration Time" field
Ramdomly from a list? I don't think that is an option, let me look at the fields available and see if there is anything like that. PenguinMan98: And how are the spambots beating the captcha?
And if it's known that the captcha isn't working, why haven't they upgraded it? TomJarvis: I don't see any field types that would let you have a random question and answer.
I do not know how they are beating the captcha, I don't use them. PenguinMan98: The random question: answer is something that was available in phpbb that really works well. You create a list of questions that are pertinent to your user base.
Nobody outside your user base would be able to answer them
How do you do security? TomJarvis: You can ask questions and let them select answers, just not random questions. -: PenguinMan98 shrugs PenguinMan98: I just see it as 'only a matter of time' before they write a bot to register in spite of my questions
If I can pop a random question, then that'll take them that much longer xavi-mobile: joined #tikiwiki
PenguinMan98 : did you read this?
http://irc.tiki.org/irclogger_log/tikiwiki?date=2013-08-11,Sun&sel=53#l49 PenguinMan98: I'm still working on capturing those ip addressed.
It's still not working for me
I checked the tiki_tracker_items table and it's empty so I know I must not have set it up correctly xavi-mobile: The solution with the passcode ia way much simpler to setup, and more similar to your "random question" idea PenguinMan98: is this right? http://screencast.com/t/te9uTUlZzwQ TomJarvis: xavi-mobile: I've been looking into the Code plugin problem. The problem is not with the code plugin, it only fails in forum posts.
PenguinMan98: No, the field type you selected was "text field", you need to select the field type "IP selector" xavi-mobile: PenguinMan98: and enable "Action log" and "banning" features and you'll get those ip loged for you with a simple way to ban many in bulk -: PenguinMan98 rubs his temples. I feel like I need to attend a one week class on how to do this... xavi-mobile: TomJarvis: i wish you knew how to fix (it's beyond my skills). Maybe request help at the tiki developers list ? PenguinMan98: better: http://screencast.com/t/fsoP58mw
? Anzhe_m: joined #tikiwiki xavi-mobile: PenguinMan98: you need a month to master trackers (if not more). You need 1h to enable and master action log + banning -: PenguinMan98 nods. PenguinMan98: both action log and banning are already enabled
have been xavi-mobile: See http://doc.tiki.org/ActionLog
You get ips logged there. Config what to log PenguinMan98: I hate doc tiki http://screencast.com/t/mIi5oL5m3
not only is it information barf, but it's rarely for the right version xavi-mobile: Action+Log then?
(Plus add an alias to the other name in that page). I'm on smartphone, while waiting to be taken to hospital in short (not my best moment to do all this myself for you) PenguinMan98: oh my word xavi! xavi-mobile: PenguinMan98, feel free to help the community also with improvements to doc.tiki.org pages, which are written by users like you and me, etc ;-) PenguinMan98: I created an account to do exactly that
but I don't really have the time
ask ricks99. I've already contributed to t4s
just a hair
but with the advent of version 11, It probably needs to be changed xavi-mobile: If you have the time to ask for answers, you pribably have some time to contribute back what you learned
Hospital time. Cheers PenguinMan98: I intend to Telesight: joined #tikiwiki
For the storage engine, is it wise to select InnoDB when one uses MySQL 5.5 ? PenguinMan98: InnoDB is slower but more fully featured than MyISAM
Depends on your needs Telesight: PenguinMan98: What do I miss when I use MyISAM (mainly)? PenguinMan98: The database won't use foreign keys so it's possible that some of the tables might get erroneus data
And it can't use triggers so it will use longer scripts with more queries -: PenguinMan98 shrugs. Stuff like that Telesight: The first item sounds serious and the second makes it slower I guess ...
Penguinman98: With InnoDB I will give up select statement performance and the ability to do full text search indexes. PenguinMan98: Yes on the first, I dont' know on the second Telesight: Penguinman98: Full text search is also possible on InnoDB (according to info on the web) PenguinMan98: Yes, but can't myisam do that too?
that's what I don't knwo Telesight: Penguinman98: MyISAM can do full text search and since a few years InnoDB can do this too. PenguinMan98: Well, that's good to know then!
Thanks! Telesight: But InnoDB has a better database integrity system as you said and that is important to me. PenguinMan98: in my experience the occurence of bad data is ignorable Telesight: Ok, thanks for your answers. PenguinMan98: no sweat
I'm no expert by any means
But so far, I use innodb and I don't have any issues with speed
I prefer features over speed myself. Telesight: Yes it it is just a matter of a bigger CPU ;-) PenguinMan98: In todays day n age and the loads I've seen on sites like these, that's usually not an issue Telesight: Penguinman: So Tikwiki will run smoothly on a little server .... PenguinMan98: I only have one issue with the speed in which the main page loads Telesight: Penguinman: Do you use Tikiwiki for a website system? PenguinMan98: Yes
http://www.mlpnwrp.com Telesight: Nice, runs smoothly ...
What template do you use? PenguinMan98: I made my own based off of ...
dang, I don't remember
possibly jqui Telesight: Ok, looks nice. TomJarvis|2: joined #tikiwiki PenguinMan98: ty TomJarvis|2: byr
bye -: PenguinMan98 hugs TomJarvis a million times over for his help tonight redflo: joined #tikiwiki -: PenguinMan98 must dash justme_: joined #tikiwiki
hi Tiki-KGB: 03jonnybradley r47060 10trunk * [MRG] Automatic merge, branches/11.x 47027 to 47059
03jonnybradley r47061 10trunk/ 10styles/layout/design.css 10lib/wiki-plugins/wikiplugin_cookieconsent.php
[ENH] cookie consent: Set more useful defaults for params so it does something useful with no params set, and refactor html building so it's only needed once (thanks Geoff ;) fidel: hi - is there a way to display a list of all articles in my tiki which are not in a category? rodrigoprimo: joined #tikiwiki Tiki|bot: Recent Bug: - Custom Search on a simple tracker doesn't work for me with the basic example in doc.t.o - http://dev.tiki.org/item4640 nkoth|nelson: joined #tikiwiki
joined #tikiwiki pascalstjean: joined #tikiwiki Notre1: joined #tikiwiki dhazel: joined #tikiwiki Tiki|bot: Recent Bug: - Search issue when using CustomSearch with MySQL Full Text Search as the Index - http://dev.tiki.org/item4641 marclaporte: joined #tikiwiki aalex: joined #tikiwiki PenguinMan98: joined #tikiwiki -: PenguinMan98 implements an extra question on his registration form. Wakes up to 9 new spam users and each made a spam forum post
PenguinMan98 cries softly dhazel: joined #tikiwiki marclaporte: PenguinMan98: there is a new registration protection in latest versions of Tiki 6, 9, 10, and 11 PenguinMan98: How? marclaporte: tiki-admin.php?page=security -> Spam protection -> Use "Require passcode to register" and "Show passcode on registration form" PenguinMan98: How is that different from using a tracker to add a new question to the registration form and validating that it must be a certain string? dhazel: joined #tikiwiki
joined #tikiwiki TomJarvis: joined #tikiwiki
PenguinMan98: if you view the source of your registration page, you can find your "secret" word in the code. PenguinMan98: tiki put it there, not me TomJarvis: Yes, but that may be why it is not working for you PenguinMan98: Well, then the 'validate this field' needs to have an option to turn off client side validation but keep server side validation.
I"m convinced that that's how they beat the captcha. If you submit the form without entering the captcha, the page reloads with an error and a validator that removes the error when you type the captcha correctly
The value in the captcha MUST be present in that validator TomJarvis: I think the validation option was added to improve the input data, not to block the person that entered the data if they got it wrong Jyhem_: The difference with "Require passcode to register" and "Show passcode on registration form" is that the latter displays the passcode in javascript, and was meant for spam control PenguinMan98: @marc, so it ONLY does client-side validation?
@Jyhem_ I'll set that up then and see if that's any better
@both, if I remove the visible field from the tracker, then the tracker won't catch the ip addresses of the spammers anymore. Not that that turns out to be particularly useful anyway since it seems they're using proxies xavi: joined #tikiwiki marclaporte: polom xavi: pompom PenguinMan98: hey xavi. All better today? xavi: yes, kind-of. My body will take long to fully recover.
But yes, every day, better than the day before, thanks :-)
so, marclaporte, have you tried already the TowTruck widget? ( https://doc.tiki.org/PluginTowTruck ) PenguinMan98: @marclaporte there is no option tiki-admin.php?page=security -> Spam protection -> Use "Require passcode to register" and "Show passcode on registration form"
I know I've seen it, but it's not here xavi: PenguinMan98: I told you that already, I think:. Admin > login PenguinMan98: yeah, I was just checking there
there is a 'require a passcode' here, but not a 'display passcode on registration page' xavi: click on the first, just in case this displays the extra options.... PenguinMan98: tried that. Nope3 aalex: joined #tikiwiki xavi: you are right, PenguinMan98. Save the setting of the first option, and when page reloaded, you'll see the extra options PenguinMan98: I was wondering if that would do that.
No, that doesn't work either marclaporte: "Show passcode on registration form" has been successful in many sites. Maybe it's tagged as experimental? PenguinMan98: I'm using 10.4 marclaporte: xavi: I didn't try but looked at video. This co-editing / browsing is what we need :-) PenguinMan98: http://screencast.com/t/U9mw7YZKA4B3
I have all 4 checkboxes checked dhazel: joined #tikiwiki marclaporte: I just activated here: http://demo.tiki.org/10x/tiki-admin.php?page=security PenguinMan98: there is a password 'generator' you can see there. But not a 'show password' marclaporte: PenguinMan98: you didn't follow my instructions
tiki-admin.php?page=security -> Spam protection -> Use "Require passcode to register" and "Show passcode on registration form" xavi: and maybe, click at save just after this setting: "Require passcode to register"
in order to see the next setting PenguinMan98: where? http://screencast.com/t/B0hnc7puU0E
xavi: tried that. Didn't work marclaporte: Looks like you have 10.2? PenguinMan98: 10.4 marclaporte: http://screencast.com/t/B0hnc7puU0E mentions 10.2 PenguinMan98: I was pretty sure I got 10.4 out of the box when I initially installed...
lemme check xavi: PenguinMan98: see it here: http://demo.tiki.org/10x/tiki-admin.php?page=login PenguinMan98: and as far as that goes, it's also telling me to upgrade 10.4 to 10.4 so I'm not inclined to trust it marclaporte: yeah, that message is wonky!!
check changelog.txt PenguinMan98: System is telling me it's 10.2 MyISAM
I was operating under the impression I was on 10.4 innodb
but then I've installed and re-installed a few times
maybe something got borked
my tiki still won't send emails
I saw int he changelog that they switch to zendmail in tiki 11
So I'm looking forward to that. Hopefully that'll fix my email woes xavi: marclaporte: about co-editing browsing with towtruck: unlukily it doesn't work right now with wiki pages
wiki editor has the concurrent edit lock in the way, it seems Tiki|bot: Recent Bug: - 10.2 is misreporting major upgrade - http://dev.tiki.org/item4642 xavi: and plugin wysiwyg in a wiki page, which doesn't warn about concurrent edition conflict, doesn't display text from both writers at the same time
so maybe there is some "low hanging fruit" out there somewhere to make "at least" towtruck work to co-write wiki pages somehow for tiki 12 LTS.
I know twotruck is not the perfect solution, but it could be a happy tools in between for the next LTS version of Tiki, to co-author meeting minutes in real time, project planning, etc.
pascalstjean: ? marclaporte: PenguinMan98: I reproduced the issue about 10.2 on show.tiki.org : http://dev.tiki.org/item4642
show.tiki.org is pretty awesome xavi: marclaporte: yes, excellent job! pascalstjean: hi Xavi PenguinMan98: I saw you created a bug report for it xavi: hi. see pm
pascalstjean: see pm PenguinMan98: so are we saying 10.2 does not have said security 'show password on registration page' option? xavi: PenguinMan98: regardless of that answer, you can add it by hand (for older tikis) as indicated here: http://doc.tiki.org/Anti-Spam PenguinMan98: boink. permission denied xavi: did you log in? PenguinMan98: I will but why is that page permission controlled? xavi: some people suggested not to show the trick to the world of bots and spammers that were not even registered to tiki PenguinMan98: makes sense to me marclaporte: show password on registration page: not on 10.2 indeed PenguinMan98: Yet did you not say it was in 6 and 9? TomJarvis: It is on 9 PenguinMan98: Also, my doc tiki password isn't working. And there is no reset button xavi: marclaporte: 'php console.php index:rebuild' produces: Abnormal termination. Unless it was killed manually, it likely ran out of memory.
marclaporte: shall I retry and retry manually assuming that each step some more content is indexed? -: xavi has attempted to re-index like 5 times already.... xavi: PenguinMan98: your doc.t.o password is the same one as in tiki.org. Can't you re-send a new one in tiki.org?
http://tiki.org/tiki-remind_password.php
ok, time to leave for me
see you all
left #tikiwiki pascalstjean: not sure what question was or is directed to me Tiki|bot: Recent Bug: - Make it possible to add more than one show instance for a specific tracker item - http://dev.tiki.org/item4643
Recent Bug: - show.tiki.org: Database Version Problem - http://dev.tiki.org/item4644 TomJarvis: Bye pascalstjean: joined #tikiwiki Tiki|bot: New Forum Posts: TrackerList Plugin Category Filter - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48624 robertr: joined #tikiwiki
Hello all
changi: I read that you are the goto person for the key to use PHPstorm for open source coding. How do I correctly make a request for the key? Emenems: joined #tikiwiki pascalstjean: joined #tikiwiki robertr: Take care all marclaporte: joined #tikiwiki
joined #tikiwiki Tiki|bot: New Forum Posts: Category display on Wiki page - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48625
New Forum Posts: Search not working after Upgrade - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=48626 PenguinMan98: Well, it's been 5 hours since I've had a spam registration. This is a good sign marclaporte: PenguinMan98: :-) PenguinMan98: though it still gets my dander up that the user can put anything in the world they like in that text field to complete the registration. Yet somehow, the bot can't figure that out -: PenguinMan98 shrugs changi: joined #tikiwiki