Welcome

19 marzo 2024

identification
New user ?
login
password
'select id, unix_timestamp(date_format(bdate,'%Y-%m-%d')) as time, bdate, short_name, title from events where date_format(bdate, '%Y-%m-%d') > '2024-03-19' and (public='Yes') order by time;'
Can't connect to MySQL server on 'ian.home.ianco.org' (111)

execution time: 0,02059 sec

visit
E-mail to Webmaster
 
'select id, content, priority, if(isnull(vdate),'null',vdate) as date from flash where lang='es' and (isnull(vdate) or vdate>=now()) and (isnull(pdate) or pdate<=now()) and (public='Yes') order by date;'
Can't connect to MySQL server on 'ian.home.ianco.org' (111)
Just for fun...
'select count(*) as nb from citations'
Can't connect to MySQL server on 'ian.home.ianco.org' (111)
Topics list
There is no topics
'select unix_timestamp(if(isnull(articles.mdate),date_format(articles.cdate,'%Y%m%d'),date_format(articles.mdate,'%Y%m%d'))) as tdate, articles.id as id, articles.lang as lang, articles.title as title, topics.title as topictitle, articles.content as content, articles.topic as topic from articles, topics where articles.topic=topics.id and (if(isnull(articles.mdate),articles.cdate>='2024-02-27',articles.mdate>='2024-02-27')) and (topics.public='Yes') order by tdate desc, topics.id, articles.id '
Can't connect to MySQL server on 'ian.home.ianco.org' (111)