// #php — 2007-08-05
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
01:43:07 Topic Is: Welcome to #PHP | 5.2.3, 4.4.7 released | PHP developer required to paste together a website, paying generously, contact trekster
01:43:07 Set By: (trekster) on: Fri Jul 20 22:17:42 2007
01:43:19 Nick: ThunderX is now known as ThunderX1
01:43:32 Mode: (by php) +v damian
01:48:00 Quit: ThunderX1 ([email protected]) Ping timeout for ThunderX1
01:54:12 Join: ThunderX ([email protected]) to #php
01:56:11 Nick: ThunderX is now known as ThunderX1
01:56:12 Nick: ThunderX1 is now known as ThunderX
01:58:13 Nick: ThunderX is now known as ThunderX1
01:58:13 Nick: ThunderX1 is now known as ThunderX
02:00:15 Nick: ThunderX is now known as ThunderX1
02:00:20 Nick: ThunderX1 is now known as ThunderX
02:02:20 Nick: ThunderX is now known as ThunderX1
02:02:20 Nick: ThunderX1 is now known as ThunderX
02:04:21 Nick: ThunderX is now known as ThunderX1
02:04:21 Nick: ThunderX1 is now known as ThunderX
02:06:23 Nick: ThunderX is now known as ThunderX1
02:10:09 Quit: MedNez1 ([email protected]) Ping timeout for MedNez1
02:10:27 Nick: ThunderX1 is now known as ThunderX
02:12:27 Nick: ThunderX is now known as ThunderX1
02:12:28 Nick: ThunderX1 is now known as ThunderX
02:14:29 Nick: ThunderX is now known as ThunderX1
02:14:30 Nick: ThunderX1 is now known as ThunderX
02:16:35 Nick: ThunderX is now known as ThunderX1
02:16:36 Nick: ThunderX1 is now known as ThunderX
02:18:36 Nick: ThunderX is now known as ThunderX1
02:18:37 Nick: ThunderX1 is now known as ThunderX
02:20:39 Nick: ThunderX is now known as ThunderX1
02:23:12 Nick: ThunderX1 is now known as ThunderX
02:25:15 Nick: ThunderX is now known as ThunderX1
02:25:15 Nick: ThunderX1 is now known as ThunderX
02:27:18 Nick: ThunderX is now known as ThunderX1
02:27:19 Nick: ThunderX1 is now known as ThunderX
02:29:20 Nick: ThunderX is now known as ThunderX1
02:31:37 Nick: ThunderX1 is now known as ThunderX
02:33:38 Nick: ThunderX is now known as ThunderX1
02:33:39 Nick: ThunderX1 is now known as ThunderX
02:35:38 Nick: ThunderX is now known as ThunderX1
02:35:39 Nick: ThunderX1 is now known as ThunderX
02:36:24 <Lukian> brett_, Pasamio1 , paveway , damian ?
02:36:53 <damian> WHAT?!@
02:36:57 <damian> WHY DO YOU DO THIS TO ME!
02:37:03 <Lukian> are you an op? :D
02:37:06 <damian> once i was
02:37:11 <Lukian> Yeah me too
02:37:18 <damian> nickname dropped
02:37:19 <Lukian> lol @ lapsing registrations and shit
02:37:30 <Lukian> aye, stupid austnet, needs standard services.
09:30:28 Mode: (by ChanOp) +b *!*thunder@*.qala.com.sg
09:30:28 Kick: ThunderX was kicked by ChanOp ((eyecue) You are banned)
10:12:03 Join: MedNez ([email protected]) to #php
10:14:02 Nick: MedNez is now known as MedNez1
10:32:15 Join: ChanOp ([email protected]) to #php
10:32:16 Mode: (by ChanOp) +o ChanOp
10:32:18 Mode: (by ChanOp) +o php
10:32:22 Mode: (by ChanOp) +oo brett_ paveway
10:36:36 Quit: ChanOp ([email protected]) Service shutdown
10:36:51 Join: ChanOp ([email protected]) to #php
10:36:51 Mode: (by ChanOp) +o ChanOp
10:36:54 Mode: (by ChanOp) +o php
10:36:57 Mode: (by ChanOp) +oo brett_ paveway
10:41:34 Nick: eyecue is now known as EyeCue1
11:11:03 Quit: MedNez1 ([email protected]) Ping timeout for MedNez1
11:23:31 Join: MrPHP ([email protected]) to #php
11:23:36 <MrPHP> hey hey
11:31:29 Mode: (by php) -b *!*thunder@*.qala.com.sg
11:57:06 <MrPHP> how much can you store in mysql ?
12:08:47 <brett_> sup
12:08:59 <brett_> MrPHP that's a dumb question.
12:09:16 <brett_> http://catb.org/~esr/faqs/smart-questions.html
12:09:57 <brett_> Lukian, damian; neither of your nicks are registered
13:26:52 Join: ThunderX ([email protected]) to #php
13:50:15 Join: paveway-3 ([email protected]) to #php
13:50:15 Quit: paveway ([email protected]) Read error to paveway: Connection reset by peer
13:50:17 Mode: (by ChanOp) +o paveway-3
14:07:02 <MrPHP> bret
14:17:39 <brett_> just as a general rule
14:17:43 <brett_> before you ask a question in here
14:17:50 <MrPHP> Man
14:17:51 <brett_> see if you can find the answer on google
14:17:55 <MrPHP> I did !
14:18:03 <MrPHP> I searched for Mysql Scalability
14:18:05 <brett_> seriously, we all have questions that we dont know the answer to, but we all know how to use google
14:18:30 <MrPHP> well , I asked a general question, in case u guys have experience
14:18:35 <brett_> mysql doesn't have an upper limit on how much data it can handle
14:18:47 <brett_> it just gets slower and slower with the more data you throw at it
14:18:59 <MrPHP> ok thanks man
14:19:41 <MrPHP> does it have any problem when thousands of people access it in the same time ?
14:52:05 <brett_> thousands of people will never likely access it
14:52:17 <brett_> if its running on a webserver, only the server connects to it
14:52:29 <brett_> the clients connect to the page, the page runs the script, the script connects to the db
14:52:58 <MrPHP> well I need to read some more , I guess u r right brother , I masking dumb questions :D
15:00:10 Quit: schnoodles ([email protected]) Ping timeout for schnoodles
16:18:07 Join: schnoodles ([email protected]) to #php
16:18:39 Mode: (by php) +v schnoodles
16:19:38 Quit: schnoodles ([email protected]) Exit:
16:23:54 Join: drexen ([email protected]) to #php
16:23:56 Mode: (by ChanOp) +v drexen
16:23:57 Join: schnoodles ([email protected]) to #php
16:24:23 Mode: (by php) +v schnoodles
16:26:27 Nick: EyeCue1 is now known as eyecue
16:43:03 Quit: drexen ([email protected]) Exit:
16:43:57 Join: schnoodle ([email protected]) to #php
16:49:02 Quit: schnoodles ([email protected]) Read error to schnoodles: Operation timed out
16:49:54 Nick: schnoodle is now known as schnoodles
16:50:24 Mode: (by php) +v schnoodles
17:52:31 <Lukian> brett_, my nick is regged
17:55:33 <MrPHP> yeah
17:55:37 <MrPHP> reply like 10 hours later
17:55:39 <MrPHP> lol
17:57:03 <Lukian> what's wrong with that?
17:57:10 <Lukian> andit's only 6hrs.
17:57:15 <Lukian> learn to timestamp :p
18:00:27 Join: Loserbait ([email protected]) to #php
18:00:27 Quit: Reprobait ([email protected]) Ping timeout for Reprobait
18:03:44 <MrPHP> LOL
18:27:41 Quit: ThunderX ([email protected]) Read error to ThunderX: Connection reset by peer
18:27:56 Nick: dnoiz`gone is now known as darknoise
18:28:00 Join: ThunderX ([email protected]) to #php
18:28:12 Mode: (by php) +v darknoise
19:20:11 Nick: darknoise is now known as dnoiz`gone
19:20:16 Nick: dnoiz`gone is now known as darknoise
19:42:11 Nick: darknoise is now known as dnoiz
19:42:45 Nick: dnoiz is now known as darknoise
19:48:45 Nick: darknoise is now known as dn`smoko
19:55:10 Nick: dn`smoko is now known as darknoise
20:16:53 Nick: darknoise is now known as dnoiz`gone
20:16:55 Nick: dnoiz`gone is now known as darknoise
20:27:04 Nick: darknoise is now known as dnoiz`gone
20:27:11 Nick: dnoiz`gone is now known as darknoise
20:30:01 Join: Lish ([email protected]) to #php
20:30:26 Mode: (by php) +v Lish
20:47:56 Quit: MrPHP ([email protected]) Ping timeout for MrPHP
22:09:14 Join: MrPHP ([email protected]) to #php
22:16:24 Quit: MrPHP ([email protected]) Exit:
22:43:57 Quit: Lish ([email protected]) Ping timeout for Lish
23:16:50 Join: _ThunderX ([email protected]) to #php
23:17:17 Quit: ThunderX ([email protected]) Read error to ThunderX: Connection reset by peer
23:24:21 Quit: _ThunderX ([email protected]) Read error to _ThunderX: Connection reset by peer
23:25:51 Join: ThunderX ([email protected]) to #php
23:34:56 Quit: keenly ([email protected]) Exit: Teeny Little Super Guy, Pops right up before your eye. mIRC is just a multi-player notepad
Search this day's buffer:
