Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 28 July 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
02:51 ries Denyerec: ??
02:52 Denyerec mhm?
02:52 ries Denyerec: How are you doing today??
02:52 Denyerec meh
02:52 ries Scheep?
02:52 Denyerec Finished a job and will see none of the money as it has to go to the accountant
02:52 ries sheep
02:52 Denyerec then had to pay a guy for a design that will never be used because the client dropped the project
02:52 Denyerec So a bad day.
02:53 ries Denyerec: I am starting to have some finished screens....
02:54 ries Denyerec: see pm
08:46 Celestar morning friends
09:11 pulponair good morning folks
09:14 _pedda_ hi all
09:26 Celestar when trying to upload a t3x, I'm getting this error:
09:26 Celestar No file uploaded! Probably the file was too large for PHPs internal limit for uploadable files.
09:26 Celestar it's a 10kB file, so I don't think hit any internal limit. What might I have messed up there?
09:46 NMB hi all
09:47 NMB i have disabled the transformation for the RTE which i have added in my own extension
09:47 NMB now i need to add a setting in the RTE so that it can add a fixed base path with the img tags
09:48 NMB is there any setting in RTE so that i can define a base path for the img tags in editor
09:53 NMB does anybody knows is there any setting for that?
10:13 Celestar meh
10:14 Celestar realURL 1 - Celestar 0
10:50 Celestar heh. realURL is pretty nifty
10:51 No5251 ack
10:57 Celestar I'm just wondering why my "real names" are numbers (i.e. page IDs)
11:15 Celestar any idea what I could have misconfigured so that realURL uses pageIDs instead of titles?
11:25 nd Anyone here using the extension ,ratings' successfully?
11:26 f1sHMaN is it possible to have diffrent domains per language with cool uri?
11:27 No5251 f1sHMaN: dunno, but with realurl it's possible
11:28 No5251 Celestar: realurl config?
11:28 f1sHMaN i tried with realURL but realURL confis sucks...i spend so many hours and i dindnt worked correctly...in the end i got a half solution, with diffrent domains, but only one language site title in the url ;)
11:29 f1sHMaN the problem is, i have multi domains in one site, with multilanguage with diffrent domains ;)
11:29 Celestar No5251: er you mean I should paste it somewhere?
11:30 No5251 pastebin.org
11:32 Celestar No5251: which parts do you want? the localconf.php?
11:32 No5251 ts config and realurl_conf.php
11:32 No5251 f1sHMaN: single- or multitree?
11:33 Celestar sec
11:33 f1sHMaN single tree
11:33 Celestar No5251: I just have a realurl_autoconf.php
11:34 No5251 f1sHMaN: are you german?
11:34 No5251 okay, then just the ts config
11:34 f1sHMaN me? jes ;) swiss german^^
11:35 No5251 http://www.keilblock.com/multidomain-realurl-mehrsprachig-one-tree/
11:35 Celestar No5251: dumping the whole template?
11:36 No5251 ... or just the part for realurl
11:39 Celestar No5251: config.tx_realurl_enable = 1 ... all the otherstuff is in the master localconf.php: http://www.pastebin.org/4766
11:41 No5251 move this to realurl_conf.php
11:42 f1sHMaN thx, i know that link...i trie cooluri
11:42 Celestar No5251: aye.
11:43 No5251 Celestar: example realurl_conf.php: http://pastebin.org/4767
11:44 Celestar No5251: looking
11:56 Celestar No5251: the 'userFunc' does exactly what?
12:00 No5251 Celestar: running the php code in this class
12:01 Celestar yeah I know, I meant what the php code actually does, but I'll read through it
12:02 No5251 you really want to read the 2000 lines of the main class of realurl? ;)
12:05 Celestar well ;)
12:05 Celestar considering I'm not getting this done yet .. .:P
12:11 Celestar hm..
12:13 No5251 hm??
12:13 Celestar the stuff you give me helped a lot tx
12:13 Celestar but I'm not 100% there yet.
12:20 bitcrusher hi guys
12:21 Celestar hey
12:21 bitcrusher hi Celestar
12:22 bitcrusher anyone know how to output a page in xml format?
12:26 Celestar No5251: without the advanced page config, you only get the ID, not the title of the page with realURL?
12:27 pmk65 bitcrusher: you can disable standard headers, and then set it to output XML, but you need to wrap the content manually.
12:27 bitcrusher hi pmk
12:28 Celestar the wiki is down for me O_o
12:29 bitcrusher Celestar: its been down atleast 4-5 days :(
12:29 bitcrusher pmk65: do you know of any examples by any chances, where this gets done?
12:29 bitcrusher i understand what you want me to do
12:29 pmk65 http://paste.phlogi.net/-73275146bf/
12:30 pmk65 this is how I do it in one of my ext. (for generating an output for an AJAX script)
12:30 bitcrusher you just knew i was oging to ask for that, dident you ;)
12:30 bitcrusher that looks about right, thanks :)
12:30 bitcrusher hows your <canvas> plugin going?
12:31 pmk65 The 10.1 part is output of my ext. (which is then wrapped in XML tags identifiable in my ajax script)
12:32 pmk65 I gave up on the <canvas> stuff, as it's still too buggy, and you need a lot of external libs in order for it to be usable.
12:33 pmk65 If you need it, then I wrote a smal userfunc for accessing TemplaVoila content for seperate TV fields, so you can feed that directly to the AJAX script.
12:34 bitcrusher about 10.1: ill just try to output some of my own stuff there ofcourse
12:34 bitcrusher hmm, i actually need to feed this xml to flash
12:34 bitcrusher would that make any difference?
12:36 pmk65 no it's the same. Here's how I wrap the output for the XML (Not that urls must be rawUrlEncode(d) ) -> http://www.phlogi.net/f/t3/tsp/sp/-20f196b3a3/
12:36 Celestar meh as soon as I'm enabling the userFunc I get most of my links end up in the middle of nowhere.
12:36 pmk65 not = note :)
12:36 bitcrusher about <canvas>: i could imagine its still quite hard to code for a standard thats so new
12:36 No5251 Celestar: what? realurl takes the page title if nothing else is specified
12:36 bitcrusher whats rawUrlEncoded?
12:37 No5251 bitcrusher: http://www.php.net/rawurlencode
12:37 Celestar No5251: then the question is why it users the page ID here. I'm still not sure what I messed up
12:38 pmk65 bitcrusher: Look at the last link I posted. In the "20" part, I use "rawUrlEncode = 1", otherwise the XML is invalid.
12:38 No5251 try to clean the realurl cache
12:38 bitcrusher ahh, ofcourse, thanks to both of your
12:39 Celestar I've disabled the caches in the 'init' section, but how do I do it? just by clearing the typo3 caches?
12:39 bitcrusher your=you
12:39 pmk65 Celestar: Im no RealURL expert, but you get page IDs until you enable the .htaccess file
12:39 bitcrusher pmk65: yup see, makes perfect sense
12:39 Celestar pmk65: I mean page IDs like http://mypage/en/5.html
12:39 Celestar instead of http://mypage/en/foobar.html
12:39 No5251 no, try "realurl manager"
12:40 Celestar k
12:40 pmk65 yes, that usually because .htaccess is not enabled, or not set up correctly.
12:40 No5251 oh yes ... the rewrite rules are necessary
12:40 bitcrusher pmk65: on another note, do you know how to add a new pi "class" to a plugin that you've already started with the kickstarter?
12:41 pmk65 bitcrusher: manually is the only way to do it.
12:41 pmk65 Kickstarter overwrites all changes you made manually, if you invoke it again.
12:41 Celestar Reason: "de/services/overview.html" could not be found, closest page matching is de/
12:42 Celestar that's what I'm getting with the userFunc
12:42 bitcrusher yup, but i've tried to make a new folder, pi7, and copy files etc to it, but i cant find where it names the plugins and tells typo3 which to list
12:43 bitcrusher should i add the new class to ext_emconf.php in the line _md5_values_when_last_written or what?
12:43 pmk65 What I usually do is use the Kickstarter on the ext, then I rename the ext key to "extkey" + 2, make the modifications and save. Then I compare and add the stuff from the new ext to the main ext. (That way I don't miss anything)
12:44 No5251 bitcrusher: add it to ext_localconf.php and ext_tables.php
12:44 pmk65 bitcrusher: It's either in ext_tables.php or ext_localconf.php you need to enable the xtra plugins.
12:44 No5251 and the md5 hashes are written by the ext manager
12:46 bitcrusher hmm, maybe i should just create a seperate plugin for this. after all, it generates the xml and only reads :-/
12:48 bitcrusher i know its a lazy way to do it, but i'm a bit pressured for time
12:48 pmk65 bitcrusher: You could also simply create an additionaly displaymode option for your existing plugin. (That's what I usually do, as I hate having multiple piX folders/files)
12:48 bitcrusher oh, how do i do that?
12:50 pmk65 I usually create a Typoscript option for my plugin, which is then changable.. example -> http://pastie.org/561469
12:51 pmk65 the TS option "mode" can then be set to the output of the ext I want.
12:51 bitcrusher hmm, this should be inserted in the TSconfig section of the kickstarter, right?
12:52 pmk65 no.You define typoscript options for your plugin in the setup.txt
12:55 pmk65 here's an example from one of my ext. It sets up various config options, and objects used for generating the output. http://www.phlogi.net/f/t3/tsp/sp/-d02ee77c46/
12:55 No5251 bitcrusher: editing the ext_localconf.php and ext_tables.php takes max. 5 minutes ... ;)
12:56 bitcrusher hmm, as of now, there is no setup.txt in my plugin folder, and I have no idea where to create one, as the plugins ive just look at, has setup.txt files in different locations
12:56 No5251 setup.txt is a static default configuration
12:57 bitcrusher located where, from the root of the chosen plugins folder?
12:57 bitcrusher cause i thought they were placed in the pi folders
12:58 No5251 for e.g. /pi1/static/setup.txt
12:58 pmk65 Try editing your ext in kickstarter, and then rename the ext key, add static typoscript (and other modifications you need) then save it. After that, compare it with the original plugin (look in ext_tables.php and ext_localconf.php for differences)
12:59 bitcrusher pmk65: that is what i will do :)
12:59 pmk65 I also suggest reading this page from the WIKI (which is down right now, so the URL is from Google's cache) -> http://74.125.77.132/search?q=cache:a87PK8tnLiYJ:wiki.typo3.org/TypoScript_-_PHP_Interaction+cObjGet+wiki&cd=1&hl=en&ct=clnk&gl=dk&client=firefox-a
13:00 pmk65 Using the methods described there, makes it so easy to create a TS setup for your plugin.
13:01 pmk65 the static folder can be placed inside the piX folder and/or in the root of the ext
13:03 bitcrusher ok, ill give that a try, and if i dont have any luck, ill fire up the kickstarter again and make a duplicate plugin ;)
13:03 bitcrusher thanks for bearing with me guys, and all your good advice :)
13:10 zilenCe hey guys
13:10 zilenCe how can I set the RTE to keep the class attribute on all elements?
13:17 No5251 zilenCe: allowedClasses
13:19 nLudwig hello! If i set 3 cols für pictures, typo3 clear all inputs from image tag. like this: <img src="" alt="" ... /> what is the mistake?
13:19 zilenCe No5251: how/where? :)
13:19 zilenCe entryHTMLparser_db { here?
13:20 nLudwig my goal is to set 3 pictures in a line. one left, one in center and one right. but for my own css class to set the margin value.
13:21 nLudwig someone a idea?
13:21 nLudwig 3 days of google and no success :-(
13:21 No5251 RTE.default { ... { proc { ...
13:22 No5251 nLudwig: in the rte?
13:22 nLudwig is only picture
13:23 nLudwig if i set 3 pitcures in 2 cols, he show me the pictures, if i set 3 pictures in 3 cols, NO PICTURES :-(
13:23 nLudwig empty values in img tag
13:25 No5251 strange behaviour ;)
13:25 No5251 url?
13:25 nLudwig i work on localhost i can paste the line
13:26 nLudwig http://www.phlogi.net/f/t3/tsp/sp/empty_values_img_tag/
13:37 nLudwig no ideas? :(
14:02 bitcrusher No5251: when i want a plugin to return xml data, i guess it shouldent be returning the $content var or what? cause right now, i get nothing :-/
14:06 nd Is there a way to have different templates per category in tt_news?
14:12 No5251 bitcrusher: you can return $content if it's valid xml and not wrapped by $this->pi_wrapInBaseClass
14:14 Celestar hr
14:14 bitcrusher No5251: ahh yes, i see, now it outputs data, but i still got the inline comments <!-- blah blah -->, any idea on disabling them?
14:15 Celestar I managed to kill the symbols for frondend editing :P
14:15 _pedda_ pmk65: i did't work out to insert a tt_address on "marker position"
14:15 _pedda_ what's the clue ?
14:16 _pedda_ i can't get why any extensions are configured via plugin.tx_tt...._pi1 and tt_address is not ?!
14:26 No5251 bitcrusher: config.disablePrefixComment = 1
14:28 bitcrusher no5251: thanks :) appreciate the help :)
14:30 No5251 np
14:31 NMB i want to establish an html link in the RTE that will be linked to records instead of pages
14:32 NMB as far i can see we can only select pages in the popup link window in RTE
14:32 NMB is this possible in typo3?
14:34 _pedda_ it is
14:34 _pedda_ you see the tiny red arrow beside the pages in the set link popup ?
14:34 NMB _pedda_: how can i do that?
14:34 _pedda_ hit that one and you get all the records of the page listed
14:35 NMB i have clicked the red arrow beside page but no records are shown
14:36 _pedda_ which kind of record are you trying to link to ?
14:36 _pedda_ tt_news ?
14:36 NMB i have made my own extension
14:36 _pedda_ you have to extend your extension for this function then
14:36 _pedda_ it has to support this feature
14:37 NMB can u guide me how to do this
14:37 NMB an example or something
14:37 _pedda_ but i'm not a programmer..
14:37 NMB :(
14:42 pulponair hi did anything change regarding the cli dispatcher in 4.3?
14:53 bitcrusher no5251: i've added the new pi manually to the 2 files you said, but its not making any output or seems to be able to get its name form the locallang_db
14:54 Denyerec pulponair - you know when editing content records in the old Typo versions you'd have a dropdown of "open documents" or such
14:54 Denyerec Where did that go?
14:55 bitcrusher though i can select it in the Insert plugin, the line/select option is just blank. but when i finish editing it and saves, it says the object is called blahblah_pi7
14:56 Celestar I wonder why my frontend editing stuff doesn't contain any visible icons :P
14:56 No5251 have you copied the blocks from other pi-sections an adapted the vars?
14:56 NMB by default in typo3 RTE we can link to pages in the page tree using link editor
14:56 NMB how can i make it link to records of my extension?
14:56 No5251 @bitcrusher
14:57 No5251 NMB: go to the frontend, open the page with the correct output and copy the url
14:57 No5251 a link to a record makes no sense to me
14:57 NMB no i want to enable it in the RTE
14:58 NMB as there are lot of records and admin wants to make links to certain records
14:58 No5251 and link to what kind of elemets?
14:58 NMB say my extension has some records on a page 'ABC'
14:59 NMB so when i click on ABC in the page tree in the link editor, then it should show records against that page
14:59 NMB so that admin can link to them
14:59 NMB i know its possible in typo3
14:59 NMB but do not know where to start
15:00 No5251 maybe google? "typo3 rte link record" brought me enough hits
15:01 NMB ok let me check it
15:18 Georges_Abitbol I need to diable new icon in filemount. I succed in context menu but on folder listing, the 'new' incon on top is still there. No Way to disable it. Does anyone know or has a tip ?
15:20 bitcrusher no5251: sorry, was on the phone. in what file is these pi-sections?
15:20 No5251 ext_localconf.php and ext_tables.php
15:20 bitcrusher you mean in ext_tables?
15:21 No5251 and don't forget to clear the caches
15:21 No5251 i meant these both files
15:21 bitcrusher sorry, had scrolled up, so i dident see you had already answered ;)
15:22 bitcrusher just found a single var i overlooked the first time, just checking again
15:23 Denyerec Anyone know how to stop the RTE stripping custom CSS classes from <a> tags?
15:26 bitcrusher thanks no5251, that did the trick :)
15:28 bitcrusher take care guys
16:29 No5251 Denyerec: <No5251> RTE.default { ... { proc { ... allowedClasses ( ...
16:30 Denyerec No5251 - they're still getting eaten, apparently.
16:30 No5251 cache cleaned?
16:49 mcnesium can anyone help me out with this problem: i want to render a heading with gifbuilder, which has multiple lines. so i use the pipe as splitchar. this works alright, but the question is, how do i know the with of the image?
16:49 mcnesium http://pastie.org/561736
16:49 mcnesium at the arrow i define the size of the image
16:50 mcnesium is there some function like max(a,b,c) to find out which line is the longest?
16:52 ries mcnesium: I believe... but not sure there is a patch pending to do that...
16:52 ries vut as far as I know you need to make it big enough....
16:53 mcnesium what do you mean by big enough
16:54 ries mcnesium: big enough to hold the content...
17:20 |00|_ is there a regular expression fluent guy in here ?
17:21 |00|_ I am trying to modify extension ameos_a21glossary which parses text to insert tooltips
17:21 |00|_ it goes thrue a regular expression looking for the word
17:23 |00|_ I have sucessfully reduced the problem to a small and simple regular expression : any word matching return "/".$sSearchedText."/u" will get replaced with a tooltip showing its definition
17:24 |00|_ The problem is when there are links featuring the searched word in the page content, the link word gets replaced as well
17:26 |00|_ so if I add in the begining of my expression the rule [^\/] for not matching "/my_word", it doesn't match "/myword" but selects me ">myword" and "'myword" in the content. That is it looks for an additional character before the word not being /
17:27 |00|_ but what i'd like is not / and nothing else. Does anyone know a trick for this ?
17:35 _pedda_ cu all
17:42 gehdan ext: irfaq -> how can I change the "show all"/"hide al" text to german?
17:46 |00|_ gehdan : if it is not hardcoded in the extension, it has to be changed on the translation server.
17:47 |00|_ if it is only for your custom installation, you may go in the source code in the extension and hardcode the change for yourself
17:47 gehdan ah, ok. Thanks
17:49 |00|_ often you have to do a chmod -R 777 on the extension directory to be able to modify the extension files since they are usualy owned by apache because they were initially written by the webserver on the webhosting space
17:50 gehdan I'l just ry and see
17:50 gehdan try
17:51 gehdan don't need to use the dynamic template, so it doesn't really matter. Would be nice, though
18:08 f1sHMaN how can i build a typolink like this: static url + actual page id + lang ? thx
18:16 No5251 f1sHMaN: url + TSFE:id + GPvar:L
18:17 f1sHMaN jee, i know that, but it wont go ;) can you five me an example? i have a working example with the same domain, but i want another domain...
18:17 f1sHMaN i have that: http://www.phlogi.net/f/t3/tsp/sp/-71610caf7c/
18:20 f1sHMaN hmmm
18:31 gehdan ok, in my menu zwo links point to the same page (one of the "pages" is a reference") When the reference page is clicked, the ACT in the menu is the page holding the content, can I change that?
18:34 atmos4 hi
18:36 atmos4 Any way to reenable direct input to the name field in tt_address?
18:37 atmos4 putting company or location name into first name field is somewhat strange ;-)
21:06 stephanki hi
21:06 stephanki anyone here who speaks german ?
21:07 stephanki ist hier einer der deutsch spricht ?
21:08 stephanki someone here ???
21:10 timdeluxe gedult ist eine tugend .... he needs patience
21:10 timdeluxe err geduld
21:15 stephanki Good evening everybody
22:10 phpernod hi everyone
22:30 ries hey phpernod
22:34 phpernod mh somehow getTabMenu does not like me :(
22:35 phpernod $this->content.=$this->doc->getTabMenu(array('M'=>'tools_txmyextM1') ...
22:36 phpernod but it's rendred throu $this->moduleContent() and there are &amp; in the links in my tab menu :(
22:43 uriahheep voidus: you around?
22:43 voidus yes
22:43 voidus but a bit sleepy
22:43 uriahheep heh :)
22:43 voidus uriahheep:
22:44 uriahheep sorry to bother you, then...
22:44 uriahheep ...but have you ever had a problem where typo3 just displays a blank page after a system upgrade?
22:44 uriahheep for every page
22:44 phpernod ok known bug and to be fixes in 4.3 ... but what about my tab menu :(
22:45 voidus uriahheep: hm.. blank page is a common problem. does it contain any of html code?
22:45 uriahheep yes
22:45 uriahheep the page title is correct
22:45 voidus <head> part?
22:45 voidus and nothing inside <body>
22:45 voidus right?
22:45 uriahheep but nothing inside of the body is generated it seems
22:45 uriahheep yeah
22:45 uriahheep the head is pretty empty too
22:45 uriahheep there isn't everything that should be in there
22:46 uriahheep looks like a problem related to TV
22:46 voidus you should probably re-map your DS/TO
22:46 uriahheep hmm, really?
22:46 voidus yes... I know, it's painful
22:46 uriahheep yeah...
22:47 uriahheep do you think it's a db problem then?
22:47 voidus not sure, but may be. latin-1 -> utf-8 for example...
22:47 uriahheep hmm...
22:47 uriahheep i think it has always all been utf-8 though
22:48 uriahheep it just happened out of the blue, afer they updated ubuntu's packages
22:49 voidus hm?
22:49 uriahheep indeed, strange
22:49 voidus just ubuntu packages and nothing more?
22:49 uriahheep nope
22:49 voidus which ones? php, mysql?
22:49 uriahheep yes
22:49 uriahheep many more apparently
22:49 uriahheep they emailed me a log of the updates that were performed, it's quite an extensive list
22:50 voidus i think they made sudo apt-get dist-upgrade
22:50 uriahheep indeed
22:50 uriahheep big mistake
22:51 voidus why?
22:51 uriahheep ubuntu always breaks upon dist-upgrade :P
22:51 uriahheep but bah
22:51 uriahheep it shouldn't have caused something like this, methinks
22:51 voidus it breaks only if you changed some configuration files in /etc/
22:52 voidus and should not break if changes were merged carefully during upgrade
22:52 uriahheep true
22:52 voidus bah!
22:53 uriahheep i was about to say that
22:53 voidus ah... probably that is not your case
22:53 voidus but when i upgraded one of my ubuntu installations some time ago
22:54 voidus the php.ini was replaced during upgrade... max_execution_time and memory_limit were set to its default values
22:54 voidus and I get a blank page
22:55 uriahheep hmm, maybe
22:56 voidus php upgrade and mysql upgrade is a serious thing...
22:56 uriahheep indeed
22:56 uriahheep voidus: what is recommended for typo3 again?
22:56 uriahheep for memory_limit and max_execution_time
22:57 uriahheep voidus: the thing is, though, the BE works fine...
22:57 voidus dunno what is a recommendation nowdays... but I set memory_limit >= 48M, and max_exection_time = 360
22:57 uriahheep hmm, ok
22:58 uriahheep well, the values weren't changed
22:58 uriahheep so that's not what the problem is
22:58 voidus hm.. so..
22:58 voidus maybe php changed it's serialization format, for example... but that should not happen...
22:59 voidus problem may be hidden and unknown...
22:59 uriahheep serialization format?
22:59 uriahheep voidus: yeah, logs don't show anything
23:00 voidus so... I'd made backup and re-map DS/TO if I were you
23:01 uriahheep hmm, yeah...
23:01 uriahheep that's long and painful work which i would not want to do for free...
23:01 uriahheep especially considering i'm not the one who broke it
23:01 voidus hm...
23:01 voidus at first, make backup.
23:02 voidus then, try to press "set" button... or "update", i can't recall
23:02 voidus in templavoila
23:02 uriahheep update mapping?
23:03 voidus maybe.
23:04 uriahheep ...maybe if i just reinstall TV :P
23:04 voidus yeah, that also may be a case... upgrade TV
23:14 uriahheep voidus: any other ideas?
23:14 voidus no...
23:15 uriahheep i guess they're going to be on their own soon then
23:15 uriahheep too bad...
23:31 uriahheep voidus: foudn the problem
23:31 uriahheep voidus: the webserver is using lighttpd
23:31 uriahheep voidus: http://lists.netfielders.de/pipermail/typo3-english/2009-May/060976.html
23:33 uriahheep it seems to be a problem with later versions of lighttpd
23:33 uriahheep but easily solved
23:33 uriahheep lol
23:34 uriahheep just cp index.php instead of making a symlink
23:35 voidus hm...
23:36 voidus really strange problem
23:55 uriahheep voidus: indeed, but whatever :) it's fixed!! no need to worry about their site anymore :D
23:55 uriahheep back to configuring gentoo on my laptop! :)
23:55 uriahheep heh
23:55 voidus uriahheep: yeah) congrats
23:55 voidus omg
23:55 uriahheep thanks for your help
23:55 voidus np)
23:56 uriahheep voidus: so how has life been treating you? still living with your parents?
23:57 voidus yes...
23:57 uriahheep ah :P
23:57 uriahheep i moved out
23:57 uriahheep i'm a bit older than you though
23:59 voidus i plan to rent a flat, but not sure that i have enough money for that
23:59 uriahheep cool

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.