User talk:Kimon
Contents |
[edit] Do you run any public wikis?
Do you run any public wikis? Todu 17:19, 9 December 2007 (UTC)
- Not yet but, I do run my company's corporate wiki and have done so for other companies I've worked at. I don't currently have a topic or need to start a wiki though that may change soon enough :)
- Where are you located? --Kimon 17:47, 9 December 2007 (UTC)
- I see. I'm watching this talk page so if you mention your future wiki here, I'll be sure to give it a visit. I'm located in Sweden, and you? Todu 22:01, 9 December 2007 (UTC)
- Thank you! I'll make sure to let you know if/when I set up my wiki or website. I'm in sunny Florida and lovin' the weather! --Kimon 22:22, 9 December 2007 (UTC)
- That odd. I didn't get a notification about you changing this page. It seems some of the times the email doesn't reach me. It didn't even reach the spam box. Oh well..
- Thank you! I'll make sure to let you know if/when I set up my wiki or website. I'm in sunny Florida and lovin' the weather! --Kimon 22:22, 9 December 2007 (UTC)
- I see. I'm watching this talk page so if you mention your future wiki here, I'll be sure to give it a visit. I'm located in Sweden, and you? Todu 22:01, 9 December 2007 (UTC)
[edit] Breadcrumbs question
Moved to Extension talk:BreadCrumbs (Kimon)#Enabling by default --Kimon 13:41, 10 January 2008 (UTC)
[edit] Ajax Whos online extension
Hi Kimon, did you see this extension: Ajax whos online http://www.gizmogarden.com/index.php/Ajax_whos_online What do you think? Would you like to help in development? Just asking because as I can see you like this kind of extension.
[edit] BreadCrumb Extension: Default UserPref to on?
Thanks for the BreadCrumb (Kimon) extension, I like it! Is there any way to default the user preference to on? I'm still very new to MediaWiki, so my apologies if this is a dumb question. Thanks again! -- joe
[edit] MagicNoCache breaks my wiki
Hi, I installed and enabled MagicNoCache and as soon as it is enabled in LocalSettings.php, my entire wiki breaks with the error: "Fatal error: Call to a member function matchStartToEnd() on a non-object in /opt/mediawiki-1.13.0rc1/w/includes/parser/Parser.php on line 2784" Any ideas?
- I got the same problem when installing 1.15.1 now. I ended up commenting out the the accelartor lines in LocalSettings.php
[edit] MySQL error on UserPageViewTracker
MediaWiki version: MediaWiki 1.13.3 PHP version: PHP 5.2.8-0.dotdeb.1 (cgi-fcgi) MySQL version: MySQL 5.0.67-0.dotdeb.1 URL: www.b40317.nl/wiki
Hi Kimmon, excellent page type, just what I need. I followed the instructions on: http://www.mediawiki.org/wiki/Extension:UserPageViewTracker All went well and a table user_page_views was created. It all went wrong when I ran "UserPageHits.sql" as prescribed. Upon doing so I received an error as follows:
#1142 - CREATE VIEW command denied to user 'bnl'@'localhost' for table 'user_page_hits' The UserPageHits.sql is copy pasted as follows:
CREATE VIEW `user_page_hits` AS
SELECT `u`.`user_name` AS `user_name`,
`u`.`user_real_name` AS `user_real_name`,
`p`.`page_namespace` AS `page_namespace`,
`p`.`page_title` AS `page_title`,
`v`.`hits` AS `hits`,
`v`.`last` AS `last`
FROM ((`user` `u` JOIN `page` `p`) JOIN `user_page_views` `v`)
WHERE ((`u`.`user_id` = `v`.`user_id`) AND (`p`.`page_id` = `v`.`page_id`))
ORDER BY `u`.`user_id`,`v`.`hits` DESC;
Can you help me out what I have to do differently?
I received feed back that my hosting firm does not support the "create view" command and does not allow to grant privileges. :-(
Is a work around possible?
Cheers, Menno
[edit] Security
I think that the way your extensions compose SQL queries would allow Bobby Tables to cause immense damage. Have you considered SQL injection attacks? 83.46.62.208 12:02, 21 May 2009 (UTC)
[edit] User Snoop Permissions Issues
I figured I would let you know here about the problem I reported about User Snoop a couple of days ago. The extension is accessible to anyone who wants to via direct URL. Kitsufox 03:02, 12 November 2009 (UTC)
[edit] Are you still maintaining this extension?
I'm referring to the UserPageViewTracker extension. I'd like to improve on it -- I've made some improvements already and would like to publish them, I mean -- but I don't know the etiquette on this; don't want to go stepping on your toes or anything.
Thanks!
CSchelin 17:39, 10 November 2010 (UTC)