#Frihost Viewing logs for 19th June 2008

[01:05:23] Tobias| (~Tobias@122-49-157-153.ip.adam.com.au) quit - Ping timeout
[04:08:39] Vrythramax (~Max@pool-141-149-178-186.bos.east.verizon.net) quit - Quit: Who's General Failure & why's he reading my disk?
[04:18:39] Vrythramax (~Max@pool-141-149-178-186.bos.east.verizon.net) joined #frihost
[04:18:39] ChanServ sets mode #frihost +o Vrythramax
[04:58:14] GhostRider103 (~generalgh@69.77.200.140) quit - Quit: 12( www.nnscript.com 12:: NoNameScript 4.2 12:: www.regroup-esports.com 12)
[08:15:26] Tobias| (~Tobias@122-49-157-153.ip.adam.com.au) joined #frihost
[11:11:49] Tobias| (~Tobias@122-49-157-153.ip.adam.com.au) is now known as Tobias
[11:16:05] Tobias (~Tobias@122-49-157-153.ip.adam.com.au) is now known as Tobias|
[11:16:49] Tobias| (~Tobias@122-49-157-153.ip.adam.com.au) is now known as Tobias
[16:34:40] Tobias (~Tobias@122-49-157-153.ip.adam.com.au) quit - Ping timeout
[18:10:37] <Yaron> max?
[19:24:46] Yaron (~Rvec@h8922075221.dsl.speedlinq.nl) is now known as Rvec
[19:52:58] Zellfaze (~zell@c-24-126-89-163.hsd1.md.comcast.net) joined #frihost
[19:58:35] <Zellfaze> not a lot of people on today
[20:00:53] This-Alex (~alex@gate42.plus.com) joined #frihost
[20:00:53] ChanServ sets mode #frihost +o This-Alex
[20:03:33] <Rvec> hey alex and Zellfaze
[20:03:37] <Zellfaze> hoy
[20:03:40] <This-Alex> hey guys
[20:06:32] <Zellfaze> why does Dutch have an entire section?
[20:06:43] <Zellfaze> whereas the other langs only have one board
[20:06:57] <Rvec> bondings is dutch :P
[20:07:01] <Rvec> I think
[20:07:02] <This-Alex> :O
[20:07:08] <Rvec> can't think of any other reason
[20:07:10] <Zellfaze> that would make sense
[20:07:28] <Rvec> he is belgian actually but they speak dutch in that part of belgium
[20:07:44] <This-Alex> which part?
[20:07:46] <Rvec> northern part is dutch, southern part is french
[20:07:50] <This-Alex> ah
[20:07:59] <Rvec> and a bit on the eastern side is german
[20:08:15] <This-Alex> that could get confusing
[20:08:19] <Rvec> but that's not an official language
[20:08:26] <Rvec> yeah
[20:08:33] <Zellfaze> wow
[20:08:47] <Zellfaze> I dont think I want to live in Belgium
[20:08:50] <Rvec> to make it worse, the northern part is far richer, and some people want to seperate
[20:09:19] <Zellfaze> ouch
[20:09:31] <Zellfaze> civil wars, and revulutions are certainly not fun
[20:09:34] <Rvec> took about half a year to get a parlement together
[20:37:15] <This-Alex> I don't know what to do :(
[20:37:35] <This-Alex> Should I watch the last episode of heros a week before it comes out....
[20:37:42] <Zellfaze> lol
[20:37:42] <Rvec> no
[20:37:44] <Zellfaze> yes
[20:37:46] <Rvec> help me
[20:37:57] <This-Alex> ok
[20:38:07] <Rvec> I get this error when doin a query to my db: no db selected
[20:38:07] <Zellfaze> I would
[20:38:19] <This-Alex> mysql_select_db() ?
[20:39:00] <This-Alex> have you used that to select the database?
[20:39:07] <Rvec> but I send the query starting with: insert into database.winamp_played
[20:39:15] <Rvec> no I can't
[20:39:18] <This-Alex> but you need to select the db first
[20:39:22] <This-Alex> oh
[20:39:23] <This-Alex> that
[20:39:29] <Rvec> it's not php, it's in winamp
[20:39:45] <Rvec> I guess I have to try and look in the code of the plugin :(
[20:39:50] <This-Alex> :-/
[20:40:00] <This-Alex> If it was php, then it'd be easy :(
[20:40:02] <This-Alex> Ah well
[20:40:05] * Rvec wonders why it worked before
[20:40:12] * This-Alex goes off to look at the basecamp api
[20:40:35] <Rvec> :S
[20:40:39] <Rvec> it does work now :S
[20:40:44] <This-Alex> O_
[20:40:45] <This-Alex> O
[20:41:10] <Rvec> insert into database.winamp_played (`artist`, `title`) values ('%artist%', '%title%')
[20:41:14] <Rvec> that does work
[20:42:04] <Rvec> but this doesn't: insert into database.winamp_played (`artist`, `title`, `time`) values ('%artist%', '%title%', CURDATETIME())
[20:42:28] * Rvec adds '' on CURDATETIME()
[20:42:43] <Rvec> lol
[20:43:48] <Rvec> only problem 'CURDATETIME()' is not really the same as CURDATETIME()
[20:44:13] <This-Alex> lol
[20:44:53] <Rvec> maybe CURDATETIME doesn't exist :P
[20:45:33] * Rvec tries NOW()
[20:46:14] <Rvec> I wonder where I got the idea for using CURDATETIME :P
[20:47:03] <Rvec> working draft: http://www.yarontal.nl/winamp.php
[20:48:11] <Rvec> now make it filter out songs of less than 1min and display ... ago instead of the time
[20:48:53] <Rvec> I already made a really simple db class I can use every time so I don't have to put a lot of db stuff in the script :)
[20:49:16] <This-Alex> :)
[20:49:29] <This-Alex> Why not use last.fm?
[20:49:40] <This-Alex> surely it integrates with winamp
[20:50:09] <Rvec> yeah it does
[20:50:22] <Rvec> but it won't display me listning to radio
[20:50:44] <Rvec> so I want to combine the best of last.fm with some own scripts
[20:51:02] Urban_ (~jpmo.publ@bas8-montreal28-1242355196.dsl.bell.ca) joined #frihost
[20:51:06] <Rvec> hey Urban_
[20:51:09] <Urban_> hey
[20:51:14] <Urban_> How are you?
[20:51:19] <Rvec> good
[20:51:28] <This-Alex> hey Urban_
[20:51:29] <Zellfaze> hoy
[20:51:31] <Urban_> THE SCHOOL IS FINISH!
[20:51:33] <Urban_> HURRAY!
[20:51:34] <Rvec> :P
[20:51:41] <Zellfaze> mine ended last week
[20:51:44] <Rvec> you're going to burn it?
[20:51:45] <Rvec> :P
[20:51:54] <Urban_> Already done!
[20:52:07] <Urban_> I failed my last exam
[20:52:08] <Rvec> yeah then it's finished :P
[20:52:11] <Rvec> :o
[20:52:13] <Urban_> :(
[20:52:20] <Urban_> So I'll need to do it again in august
[20:52:23] <Rvec> can you retry?
[20:52:27] <Rvec> ah
[20:52:29] <Urban_> And it'S like 100$
[20:52:33] <Rvec> yeah I know
[20:52:45] <Zellfaze> ouch
[20:52:46] <This-Alex> :s
[20:52:53] <This-Alex> I finish tomorrow :)
[20:52:57] <Urban_> nice
[20:53:06] <Urban_> I don't know if I am happy or not
[20:53:10] * Rvec is done with school but will try again next year
[20:53:19] <This-Alex> try again?
[20:53:26] <This-Alex> did you not do well?
[20:53:31] <Rvec> done as in I don't like it any more
[20:53:36] <This-Alex> ah
[20:53:44] <Rvec> I stopped in february
[20:55:05] <This-Alex> Is max working atm?
[20:55:12] <This-Alex> he seems to have a lot of free time...
[20:56:15] <Rvec> he hasn't been active for some time
[20:56:26] <This-Alex> Well
[20:56:33] <This-Alex> I mean before the other day
[20:56:40] <This-Alex> he was active quite a bit
[20:56:45] <This-Alex> then as you say
[20:56:53] <This-Alex> he's disappeared
[21:08:11] * Vrythramax never disappears...he simply lurks very well.
[21:08:27] <Vrythramax> hello all :)
[21:08:54] <This-Alex> lol
[21:08:55] <This-Alex> hi max
[21:09:20] <Vrythramax> and yes, I am currently employed :)
[21:09:25] <This-Alex> :)
[21:11:39] <Vrythramax> we have been pretty busy at work the last few days, so even if I took my laptop to work with me I wouldn't have had time to do anything :(
[21:20:57] <Vrythramax> brb...need food (I just got home from work)
[21:36:19] Zellfaze (~zell@c-24-126-89-163.hsd1.md.comcast.net) is now known as Zellfaze-food
[23:23:50] Tobias (~Tobias@122-49-157-153.ip.adam.com.au) joined #frihost
[23:28:31] Zellfaze-food (~zell@c-24-126-89-163.hsd1.md.comcast.net) is now known as Zellfaze
[23:35:35] Urban_ (~jpmo.publ@bas8-montreal28-1242355196.dsl.bell.ca) quit - Quit:
[23:39:10] <This-Alex> Jquery is... awesome
[23:39:15] <This-Alex> hey tobias btw
[23:40:07] * This-Alex sees that max has been a long time getting food
[23:40:34] * This-Alex wonders if he's eaten enough....
[23:41:15] <Zellfaze> hay does anyone here use Icecast?
[23:46:04] Zellfaze (~zell@c-24-126-89-163.hsd1.md.comcast.net) quit - Client closed connection
[23:46:14] Zellfaze (~zell@c-24-126-89-163.hsd1.md.comcast.net) joined #frihost
Script by Daniel15