Search the website and IRC logs

#TYPO3 IRC log from : Monday 21 June 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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
00:57 Frimp098s thanks for so much help today. i really got a lot from my desk. this is for the records...
01:26 Fiddich hi ho
01:28 Fiddich Can someone recommend a good extension for a contact form which is better as the one provided by typo3?
04:37 nveid2 is there a way to include the <head> part of a html file in a standard static template?
04:37 nveid2 i think thats what its called...
04:38 nveid2 basically the templates.. that just auto replace ###ELEMENT### throughout the file
04:38 nveid2 not sure if i can work on 2 subparts though using that method
04:39 nveid oh i'm already connected
04:39 nveid anywho.. question still open if anyone can answer it
04:40 nveid hey pascal
08:43 initCH good morning
08:44 initCH i gotta'n FCE with an image field id like to set max w/h
08:44 initCH i tried with this typoscript, but it looks like typo3 is ignoring my maxheight of 40
08:44 initCH http://paste.phlogi.net/-6338b3e0e8
08:46 Denyerec The docs on this are pretty complete, but they are a bit confusing
08:46 Denyerec I don't think you can set all the things you have
08:46 Denyerec as it would be forced to crop / make intelligent decisions.
08:47 initCH mhh
08:48 initCH it just should resize untill width < maxW and height < maxH
08:48 Denyerec well it won't do 2 steps.
08:48 Denyerec as in it won't resize and then say "Oh, look, it's too big!"
08:48 Denyerec And do it again.
08:48 Denyerec That's my guess anyway
08:48 Denyerec as I think I ran into the same issue as you
08:48 initCH aah
08:48 Denyerec You basically want an image to fit within a specific space.
08:49 Denyerec you might need to throw on a c
08:49 Denyerec wait!
08:49 Denyerec I think you can set a m flag
08:49 Denyerec 110m or such
08:49 Denyerec my brain hurts at the moment, sorry I'm not much use!"
08:49 initCH something like here? http://www.zechendorf.com/2010/05/06/typo3-text-mit-bild-automatisch-beschneiden-crop-via-typoscript/
08:49 Denyerec Yes, there you go
08:49 Denyerec that's the crop flag
08:49 initCH ok
08:50 cooperbear Good morning all. Sorry to interrupt.. Can somebody help me with a Gifbuilder issue? I'm trying to put a text on a image.. does not seem to work. Here is the code: http://pastebin.com/BBadK6SA - Also setting the offset to 20,20 will not bring it into view. The image itself is about 74 width and maybe 100px in height.
08:50 Denyerec 65c-0 says to make it 65 wide... by cropping 0
08:50 Denyerec :)
08:50 Denyerec SO that must trick it into working more closely with the image, that's a nice trick, I shall keep that one.
08:50 Denyerec cooperbear
08:50 Denyerec I can paste you the code I use
08:50 Denyerec but I have to head out so don't have much time to explain it
08:51 cooperbear Denyerec: alright, sure, please do :)
08:51 Denyerec http://www.phlogi.net/f/t3/tsp/sp/overlay_text_onto_a_graphic
08:52 Denyerec You can see it in action here:
08:52 Denyerec http://www.microwavemarketing.com/
08:52 Denyerec (THe headline image, draws its multiline content from a page element on the site)
08:52 cooperbear Denyerec: alright, thanks, will take a look at it!
08:52 Denyerec in 30 mins or so
08:52 Denyerec I will appear as Denjerek
08:53 Denyerec I can help you then :)
08:53 Denyerec (My on-site computer)
08:53 cooperbear alright, thank you :)
09:10 initCH Denyerec, cropping the image is not the right way
09:11 initCH how i can resize an image by setting maxWidth and maxHeight?
09:22 aterriblechaos good morning #typo3
09:24 initCH good mronign
09:27 Denyerec2 cooperbear: I made it.
09:27 Denyerec2 But as my evil twin, Denyerec2, rather than my Dutch cousin Denjerek.
09:27 cooperbear Denyerec2: Ghehe, okay cool :D I'm dutch too btw :)
09:29 cooperbear But haven't found a solution too my gifbuilder -text problem yet .. I thought it might not be rendering because I didn't specify the font.. but after downloading tahoma.ttf, that you also use in your example, it still did not work...
09:29 Denyerec2 You uploaded it to your site, right ?
09:30 cooperbear yes, well it is local
09:30 Denyerec2 Ah ok
09:30 Denyerec2 Do you nsee no text?
09:30 cooperbear indeed, no text at all..
09:30 Denyerec2 In the install tool do you see the gifbuilder text at the correct res?
09:31 cooperbear Under Image Processing?
09:32 cooperbear Denyerec2 see no images with text on it..
09:33 cooperbear 5: GD library functions - seems not to load anything on the page.
09:34 cooperbear hmm it must be my GD version then.. how do I check if it supports fonts? (I'm on OSX btw)
09:41 initCH hello
09:41 smeringe hello
09:42 initCH i gotah'n FCE with a Section with images in there
09:42 initCH brb
09:48 cooperbear Trying to recompile php now. Looked at my hosters phpinfo and did see a entry for Freetype support in there while it wasn't in mine. So it must be the missing link here :) - Going through here now: http://www.gen-x-design.com/archives/recompiling-php-5-3-on-snow-leopard-with-freetype-support/
09:54 Denyerec2 ok cooperbear
09:55 Denyerec2 you can install GD as a module without recompiling
09:55 Denyerec2 But then I know nothing about Macs other than they're expensive.
09:55 Denyerec2 :)
09:56 cooperbear Denyerec2: heh ok :) yeah, well I'm almost done.. it doesn't look to hard so I think I'm just gonna follow through with the guide.. and if it fails somehow, I can always install MAMP :)
10:13 initCH i gotah'n FCE with a Section with images in there.. its possible to show just 4 random elemnts of the section?
10:16 initCH mhh?
10:16 initCH noone?
10:18 Denyerec2 Dude
10:18 Denyerec2 somtimes you have to idle in here for DAYS to get an answer
10:18 Denyerec2 More patience required.
10:18 Denyerec2 As for your question regarding FCEs
10:20 Denyerec2 This might help: http://www.wiki.typo3.org/index.php/TemplaVoila/FCE#Creating_multiple_data_objects_in_random_order_and_amount
10:20 Denyerec2 But rather uselessly, all the images are 404
10:21 initCH ill try Denyerec2, thx
10:21 Denyerec2 not sure how to do what you want, but would like to know how :(
10:21 initCH aaah, not easy without images
10:22 Denyerec2 I'm going to guess that it involves some Typoscript in the datastructure
10:22 Denyerec2 that wiki is just FTB tutorial :(
10:22 Denyerec2 I thought it was more.
10:57 paranoic heyy
10:57 paranoic anyone here to help me out
10:57 paranoic wdc
10:57 paranoic heyy
10:59 initCH hey there..
10:59 paranoic helloooo
10:59 initCH id like to create a "pool" of images in typo3 and show X random images of this pool on my page
10:59 initCH i tried with an FCE with a Section, but i think that doesnt work
11:00 initCH someone got anotah idea?
11:00 newguy Morning everyone
11:01 newguy can anyone tell me how to edit my sitemap via typo3 cp
11:01 newguy im new to typo3
11:14 pgampe newguy: what does cp mean?
11:15 initCH noone?
12:05 Denyerec2 initCH: you really haven't clocked this yet have you? :)
12:05 Denyerec2 As I said earlier, it can take days to get an answer here, so be patient :)
12:05 Denyerec2 if you add images as standard image content elements to a page that's not in your page tree
12:06 Denyerec2 you can use some TS to pull a random content element out very easily.
12:06 Denyerec2 the solutiono is here:
12:06 Prot0 Hola
12:06 Denyerec2 http://www.typo3wizard.com/en/snippets/general-config/random-content.html
12:06 Denyerec2 hey Prot0
12:09 initCH thx Denyerec2, ill have a look
13:11 initCH hey.. someone knows a "Reference" Extension?
13:11 initCH to show Projects, Customers, Customer-Statements, Partners and and and..
13:11 initCH maybe theres an extension cause a lot of companys need that i think
13:37 mmm2m Hi!
13:38 mmm2m Does somebody know how to use uid as link target of an image?
13:38 mmm2m http://www.phlogi.net/f/t3/tsp/sp/uid_as_link_for_image
13:44 smeringe mmm2m: can't you do like you do on line 33 ?
13:44 rosieres mmm2m in this case you put a string as parameter . . .
13:45 mmm2m You mean "typolink.parameter.field=uid" - I tried that and it is ignored
13:46 mmm2m That leads to a link to the image itself - what is the default if you don't define any typolink.parameter
13:47 smeringe mmm2m: check stdWrap in tsref. It describes how the parameter option works (it's type is string/stdWrap)..
13:49 maholtz|WORK @mmm2m: 10 = IMAGE 10.stdWrap.typolink... ! 10.typolink does not work
13:50 maholtz|WORK ups, didnt have a look at your example first
13:51 dbugger hey guys!
13:51 rosieres try it with {field:uid}
13:52 rosieres when that not works make it a dataWrap
13:52 dbugger Can anyone tell me how could i do it so that instead of www.myweb.com/index.php?id=12, i could see www.myweb.com/events ?
13:53 maholtz|WORK @dbugger: activate .htacces and use realurl
13:53 rosieres dbugger: cooluri or realurl
13:54 dbugger mmm... i dont know what that is... :S
13:55 dbugger extension?
13:55 rosieres dbugger:http://typo3.org/extensions/repository/view/cooluri/current/
13:56 dbugger thanks ;)
13:56 dbugger ah, and another question. my favicon isnt showing up in IE :( ---> www.secevents.de
13:56 aterriblechaos mmm2m: it is typolink.parameter.field = uid not typolink.parameter = uid ;)
13:56 dbugger ah, and another question. my favicon isnt showing up in IE :( ---> www.secevents.de/index.php?id=2
13:58 aterriblechaos dbugger thats because you have another icon on http://www.secevents.de/favicon.ico , so IE uses that one
13:59 smeringe can it be so that imageLinkWrap works against another cObj than the renderObj (since it's processing a popup for the image) ? otherwise both .stdWrap.typolink.parameter.field = uid and imageLinkWrap.typolink.parameter.field = uid should work, I think.. right? :)
14:00 mmm2m Ok. You were right: "typolink.parameter.field = uid" works! I tried " typolink.parameter.field = 30" and that didn't work, so I thought that was wrong.
14:00 initCH hey.. i tried to create an rss feed from tt_news, but i get this error
14:00 initCH http://sandbox-paavo.projects.ongoing.ch/feeds/rss.xml
14:00 dbugger true... thanks!
14:00 initCH so, where i can configure the template?
14:02 mmm2m Can I put 5 and 10 together to wrap them into a <div>|</div>? (Again http://www.phlogi.net/f/t3/tsp/sp/uid_as_link_for_image)
14:04 smeringe you could do a COA and put them in that... or. .. just add unclosed tags to the 5.wrap and close it in 10.wrap.. OR use prepend and append.. o......
14:05 mmm2m initCH: Did you add the templates news Settings and news feeds in the Includes?
14:05 mmm2m initCH: The right order is important.
14:05 initCH mh
14:06 mmm2m If you speak german: http://www.typo3.net/forum/list/list_post//95215/ if not: http://translate.google.de/translate?hl=de&sl=de&tl=en&u=http%3A%2F%2Fwww.typo3.net%2Fforum%2Flist%2Flist_post%2F%2F95215%2F
14:06 initCH i posted that in the constants
14:06 initCH http://paste.phlogi.net/-a266e4d846
14:07 initCH and that in the TS Setup http://paste.phlogi.net/-589c277ac5
14:07 initCH ill check the link mmm2m
14:08 initCH thx mmm2m, but what is the news-settings?
14:08 mmm2m smeringe: Thanks a lot! I'll do it in that order ;-)
14:10 smeringe :)
14:20 Frimp098s hello there. has anybody hear dealt with the form handler?
14:21 Frimp098s i keep getting "No predefined forms" allthough i have just done the same stuff on another page
14:22 rosieres Frimp098s : another page within the pagetree ?
14:23 Frimp098s yes
14:24 rosieres Frimp098s: then you have the typoscript bound to that one page or to that part of the tree . . . put the typoscript way up in the pagetree as the configuration is erverywhere rachable
14:25 Frimp098s well they are both subpages to different shortcuts
14:25 Frimp098s does that mean they sort of collide?
14:26 Frimp098s okj, got you
14:26 rosieres Frimp098s : put the typoscript to the very root page and everything is fine
14:26 Frimp098s ok
14:28 Frimp098s interesting. i thought if i put it into the page ts it should be visible
14:28 Frimp098s perfect, thank you!
14:35 initCH hey.. someone realized a "facebook connect" login with typo3?
14:36 rosieres fbconnect
14:37 rosieres rtfr -> http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=facebook
14:39 initCH yes rosieres, but last update is at the 02.03.2009
14:39 initCH looks really old.. and fb changed all the fb-connect stuff some months ago
14:39 initCH so i think the version from 2.3.2009 wont work
14:40 rosieres then read the extension and costomize it to you needs
14:40 rosieres customize
14:40 initCH never done, but ill try
14:47 initCH mhh, the fbconnect plugin just means - >Template missing.
14:49 rosieres initCH: read setup.txt and constants.txt
14:49 initCH thx rosieres, ill have a look
14:49 initCH checking the ftp to find the files..
14:51 rosieres initCH: quicker -> http://typo3.org/extensions/repository/view/fbconnect/current/info/
14:51 rosieres initCH: scroll down
14:52 initCH aah thats betterè
15:20 dbugger ey guys. Im not seeing my favicon in IE.... why is that? www.secevents.de/home/ <--- here
15:21 initCH when i add this var to my Template Constants, where i can edit the value of the var?
15:21 initCH usersPid = {$plugin.tx_fbconnect_pi1.usersPid}
15:21 initCH usersPid.value = "1231"?
15:25 pgampe initCH: plugin.tx_fbconnect_pi1.usersPid should be defined in constants
15:25 pgampe initCH: usersPid = {$plugin.tx_fbconnect_pi1.usersPid} should be used in setup then
15:28 initCH pgampe: looks different here
15:28 initCH https://typo3.org/extensions/repository/view/fbconnect/current/info/static%252Fsetup.txt/
15:28 initCH and somewhere i have to enter the value of the variable, not?
15:31 maslenka initCH: your variable is predefined by module, you can still change it in constats
15:31 maslenka initCH or you can just type usersPid = 1231
15:31 initCH mh crazy maslenka, i cant find a way to enter the variables value in the modul
15:32 maslenka go in template > constant editor, pick your module from dropdown box
15:32 maslenka and that variable should be somewhere around
15:34 MindSpark hi, is it ok if I empty the tx_realurl_path table ?
15:35 MindSpark I have 3.6mio entries and I think it's really affecting system performanc
15:35 MindSpark e
15:35 maslenka i believe you'll eventually have 3.6m there again
15:36 MindSpark maslenka, right now the system is almost unusable
15:36 chris--- hi
15:37 MindSpark it's been there for around 6 years and I am supposed to take over the web administration
15:37 MindSpark and this is my first time to use typo3
15:37 MindSpark and looking at the database the number of entries in this table struck me
15:37 maslenka 3.6m isnt that much
15:39 pgampe MindSpark: how many entries do you have in pages?
15:39 chris--- i have a menu that looks like this: http://pastie.org/1013586 the problem is there a way to tell the menu that it should ignore the system folders, but still make use of the pages inside of the folders?
15:39 pgampe chris---: no way
15:39 chris--- pgampe: hm, okay. i feared that ...
15:39 MindSpark pgampe, 1019
15:40 MindSpark maslenka, ok, I think noone's been doing the db maintenance for years. My guess is that it's on a shared host and the previous admins simply never bothered to run the maintenance scripts from terminal
15:40 pgampe chris---: that is because their would be no rootline
15:40 MindSpark and they weren't executable through the web ui because the php config max exec time doesn't allow it
15:41 pgampe MindSpark: if your site is not critical, you could empty/ clear all caches
15:41 MindSpark pgampe, truncate them from pma ?
15:41 pgampe and recreate them with wget --spider
15:41 MindSpark pgampe, define critical please ?
15:42 MindSpark pgampe, would the site work with an empty cache ?
15:42 pgampe MindSpark: yes + clear all caches from BR
15:42 MindSpark br ?
15:42 maslenka realurl cache is not deleted by clear all caches button
15:42 pgampe MindSpark: the site will be very slow until all caches are recreated
15:42 MindSpark maslenka, exactly
15:42 maslenka however you can truncate every tx_realurl_<table>
15:43 maslenka but.. it WILL create new entries
15:43 pgampe MindSpark: it depends on your site
15:43 MindSpark I don't mind new entries
15:43 MindSpark just not 3.6M
15:43 maslenka or get yourself addon realurl_clearcache
15:43 MindSpark I think these just went on through the years
15:43 MindSpark because noone would reindex or w/e
15:44 pgampe MindSpark: have a look at the parameters ... maybe an extension is spamming the cache with parameters like &lastview=pid or &today=date
15:45 MindSpark pgampe, with ~4m entries ?
15:45 maslenka well few tousands every day..
15:45 pgampe over 6 years... not much
15:45 MindSpark 31meg sql file !
15:46 MindSpark so if I truncate the table now, nothing major would happen, right ?
15:46 pgampe with lastview=pid you could have 1019*1019 entries because of that alone
15:47 pgampe MindSpark: you have to clear fe-cache too, because otherwise their might be orphan urls in fe
15:47 maslenka multiplied by number of website languages
15:47 MindSpark maslenka, 2 languages
15:47 MindSpark can't find fe-cache
15:48 MindSpark only fe_groups
15:48 MindSpark fe_groups_language_overlay
15:48 MindSpark fe_sessions
15:48 MindSpark fe_session_data
15:48 MindSpark fe_users
15:48 pgampe normal clear all cache
15:48 MindSpark woops, sorry
15:48 pgampe better not fe_users
15:49 MindSpark pgampe, there's no fe_cache anywhere
15:49 MindSpark just the ones I mentioned above
15:52 pgampe MindSpark: that stuff is located in cache_* tabels ... if you use clear cache from backend it will take care of clearing the right tabels
15:54 MindSpark pgampe, yes, but like maslenka said, the tx_realurl table is not cleared
16:07 MindSpark oh my, I just cleared the table, and it's sooooo much faster
16:09 neoneye indexed_search and pdf files.. the files are indexed and show up in the search result correctly.. except the path is wrong
16:10 neoneye the path points at the page that contains the document
16:10 neoneye how do I insert the actual path?
16:12 neoneye I can see in database table 'index_phash' contains the righ paths
16:14 neoneye so I guess it's not a crawler problem
16:21 neoneye nevermind
16:21 neoneye was not a problem
16:31 Frimp098s has anyone here messed with formhanlder error messages? i would like to change the error lines. instead of having an error message per field i would like to present a generic error prepended by the fieldname
16:31 af_ hi, I am working with the simple search form, how can I find some doc to customize it?
16:43 Frimp098s migh this work [globalVar = GP:L != 1] ?
16:48 Frimp098s hmm. i would like to populate the country list for my for in some central place, so that its visible and, at best only loaded when the page contains a form
16:48 Frimp098s where would i put this?
16:51 Frimp098s i have the tables in a seperate db
16:51 Frimp098s so the ts is written. i guess form
16:51 Frimp098s hmm
16:52 Frimp098s formhanlder i thing suggests to define that content element inside the form def..
17:25 Frimp098s there was a way how to avoid pidinlist checks
17:30 Frimp098s aaargh
17:31 Frimp098s is there a way to skip over pid and uid checks?
17:31 Frimp098s i need to put a resource table in place
17:33 af_ there is a typoscript reference for searchform?
17:34 maholtz|WORK af_? what is "searchform"?
17:35 af_ tt_content.search
17:36 maholtz|WORK @Frimp098s in TypoScript CONTENT? there you could use LEFT JOIN , but that is not nice...
17:37 af_ I would prefer the right one
17:37 maholtz|WORK @af_: afaik isnt it only a FORM object?
17:37 maholtz|WORK there is a css_styled_content documentation, but i do not know if it covers what you need
17:38 af_ may be
17:48 rawtaz an existing typo3 site here was recently upgraded to 4.3 and an extension hit a known and fixed bug (static_info_tables). as i understand it this is not part of the core distribution, but how do i update an extension? ive looked around in the wiki and install and upgrade docs but theres not much about how one installs and manages extensions
17:48 rawtaz pointers?
17:52 rawtaz ah this might be it. extension manager was translated into a word i didnt connect with these things
17:59 Frimp098s maholtz: i created an extension with the tables and made them native
18:00 Frimp098s if i want to deploy the table content along with the extension, can i just tweak the ext_tables.sql? how can i build an extension from the mere path?
18:28 rawtaz hm
18:29 rawtaz whereever i go in the extension manager, it reports the version of static_info_tables as 2.0.0, no more. i know there's a 2.1.2 (http://typo3.org/extensions/repository/view/static_info_tables/current/) but how do i get it for typo3 4.3 that i am running? i need to update it.
18:30 rawtaz tried removing it but templavoila depends on it so that didnt work
18:30 rawtaz btw i have checked for updates, it found 4000 new extensions.
18:37 rawtaz ah crap
18:38 rawtaz requires typo3 4.0
18:38 rawtaz err
18:38 rawtaz no
18:38 rawtaz *confused* :D
18:45 Frimp098s hmm. i would like to use the translations as ###value_xxx### for the confirm emails. the value is stored in ###value_xxx### and is 1, i need to access LLL.xxx_1 . any idea how to achieve this in formhanlder?
19:04 rawtaz anyone? :<
21:09 Frimp098s has anyone here any idea of how to deal with the Formhandler extension in terms of errors? i want to influence the error display, bur totalWrap doesnt give me much options to take influence according to the language selected
21:09 rawtaz theres like noone active here currently it seems
21:10 Frimp098s sometimes it takes a day to hear back. allways worth trying
21:10 rawtaz yeah i guess
21:10 rawtaz not much else to do when youre stuck heh
22:53 Frimp098s good night
22:53 ironm gn8 fri
22:54 ADJames Does typo3 have a built in method to detect if device is a handheld? Coming into problems with older IE browsers on mobile devices wont call mobile style sheet
22:55 ironm there were some info about in the typo3 docummentation ADJames ..
22:55 ADJames Hmm i searched the wiki for it.. let me go dig some more.. Thanks
22:55 ironm can't remember exactly which one was it ..
23:17 ironm hi guys .. nice to see you again ;)
23:18 Denyerec hey ironm
23:19 ironm hey Denyerec :) ... how are you doing? .. or how is your typo3 doing :)
23:19 Denyerec Day off from Typo today
23:19 Denyerec back working on site on the not-as-good-as-typo-cms
23:19 Denyerec Leaving the friend's site from yesterday (TYpo) to see how the changes affect its google rank.
23:20 ironm really nice Denyerec .. I was running today 22k .. as a off time from typo3 .. it was great ;)
23:20 Denyerec damn
23:20 Denyerec Training for something?
23:20 ironm yes .. ironman zürich .. in 5 weeks
23:20 Denyerec hence the name ;)
23:20 Denyerec I've recently started running, but can't get far
23:20 ironm have you got better google ranking ?
23:20 Denyerec maybe only 3km
23:21 Denyerec Well it's only been 1 day, so not yet!
23:21 ironm well .. it takes a bit Denyerec .. ;)
23:21 Denyerec My friend is... not so patient. But we will see. Already up from page 6 to page 2 from the last set of changes, so it's working OK
23:21 ironm during the long distance you have to run a marathon (42.2km) .. after 3.8km swimming and 180km bike
23:22 Denyerec Yeah I know the Ironman.
23:22 Denyerec It's for CRAZY PEOPLE
23:22 ironm thanks ;)
23:22 Denyerec you're welcome :)
23:22 Denyerec Are you in Zurich?
23:22 ironm it would be 5th one *g*
23:22 ironm ydes
23:22 Denyerec damn.
23:22 ironm yes
23:22 ironm well .. I am going to do it every year .. at least once ..
23:23 ironm one or two months before a half ironman . as a test
23:23 Denyerec what kind of time do you get in marathons?
23:24 ironm slow .. my fastest one was like 3:23
23:24 Denyerec that's still a good time dude
23:24 ironm the ironman like 11:29 (last year)

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.