Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 17 February 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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
00:32 dokma snoy_ms: you still here
00:32 snoy_ms yes, but i got it ;-)
00:32 snoy_ms just a nice trick
00:32 dokma what was it?
00:33 snoy_ms 1.NO.allWrap.dataWrap = <li class="category_{field:pid}">|
00:33 snoy_ms 1.NO.wrapItemAndSub = |</li>
00:33 snoy_ms works perfekt;-)
00:34 snoy_ms i didn't understand why, but it works..lol
00:35 snoy_ms i read that this is a trick to get it work without "stdWrap"
05:45 mathbr Hi. I would like to know if someone knows about the alpha 2 of 4.3. It was announced that it would be released on February 15 but that didn't happen.
07:19 mathbr No ideas?
07:47 V6hru Hi all!
07:53 V6hru Does anybody know how data is written do the table tt_news_cat_mm in tt_news extension?
08:22 kraftb good morning!
08:40 milpoer morning.
08:41 V6hru good morning!
08:47 mathbr Hi. I would like to know if someone knows about the alpha 2 of 4.3. It was announced that it would be released on February 15 but that didn't happen.
08:52 milpoer anyone knows which format is best for sending emails from typo3 like confirmation mails ? the problem is that danes (Like me) have some special chars æøå which often gives problem.. but with the right charset the problem should disapear, but which to choose to be sure ?
08:53 sperber utf-8?
08:53 sperber that's why they made that charset
08:54 milpoer sperber: yes, i agree, but how to make sure that mails are sent in this charset ?
08:55 sperber that i do not know - sorry - i'm a complete typo3 newbie yet
08:55 milpoer sperber: thats ok.. hope google can help me :)
08:55 sperber i guess it might depend on the extension or whatever you use to send the mail
08:56 milpoer sperber: its a plugin, i'll check if i can find any info on that topic.
08:57 sperber milpoer: http://typo3.toaster-schwerin.de/typo3_english/2005_06/msg00067.html <- that one sounds like what you're looking for
08:57 milpoer thx.. will check
09:08 milpoer sperber: when looking into the mail-header it looks like it is utf-8 already.. http://paste.phlogi.net/uft_8_email/
09:08 sperber looks ok
09:09 sperber maybe it's just the client which is fixed to a charset?
09:09 milpoer behaps.. but have tried on diffent client, different computers and same story.. only my gmail is accepting it.
09:23 _pedda_ hi all
09:23 milpoer hi _pedda_
09:24 milpoer _pedda_: are you into charset and sending mails throug plugins?
09:24 _pedda_ own plugins ?
09:24 milpoer no public plugins.
09:25 _pedda_ charset = quite a bit
09:25 milpoer ???
09:25 _pedda_ but plugins.. it depends on whether you develop or extend one
09:25 _pedda_ if you use one from ter i might help you :)
09:26 milpoer i just use one, which have problems sending confirmation mails containing danish chars æøå
09:26 _pedda_ which extension is it ?
09:26 milpoer seminars
09:27 milpoer _pedda_: http://typo3.org/extensions/repository/view/seminars/current/
09:27 _pedda_ i'll take a look.. just a moment
09:27 milpoer thx
09:39 V6hru has anybody used the tt_news extension?
09:40 maholtz|WORK @V6hru: dont ask to ask - just ask
09:42 V6hru okei, i asked before but got no answer :P so I try to ask again: how is the data saved to the tt_news_cat_mm tabel in the tt_news extension
09:44 V6hru got a problem wit that, caus when I edit a original news by adding a category to it, the category is not added to the translated news
09:53 maholtz|WORK you could write an hook - if an record in default language is saved, it could look up if there is a translated record and update it
09:54 maholtz|WORK do not know, if that is possible by default
09:56 V6hru thanks, i will try to look into hooks
09:57 maholtz|WORK there is a hook in tt_news itself to check if an editor has enough rights to add an category
09:57 maholtz|WORK that should give you some hints
10:01 milpoer when installing typo3, which is the default sql-file with table-structure?
10:12 _pedda_ re
10:27 HardPhuck can i enable click-enlarge for all images
10:27 HardPhuck in the content that is
10:34 dexcs hi all
10:34 dexcs Is it possible to change the array $conf within an User function?
10:35 dexcs I need an smoothgallerie defined in typoscript. But the path comes with an db select in an userfunction. Can i return the "modified" $conf ?
10:46 milpoer _pedda_: hi, i have tried to convert til sql now, but with now changes..
10:55 HardPhuck if i make a click-enlarge image, that isn't working (if the image is added with htmlarea) is there a configuration i'm missing
10:56 teppi|work dexcs, yes, we do something similiar to render teaserlists with menues
10:57 dexcs cool, and how? *g*
10:57 teppi|work http://nopaste.php-quake.net/153553
10:57 teppi|work and in typoscript
10:57 teppi|work plugin.tx_yourextension.cObject =< lib.teaserlist
10:58 teppi|work for instance
10:58 teppi|work lib.teaserlist will now be configured by the conf array defined in the plugin
10:58 teppi|work hope this helps ;)
10:58 dexcs but i have no plugin...
11:00 teppi|work it can be a very simple plugin .. but its the only way i know
11:00 teppi|work sry
11:01 animan hi. is it possible for linkhandler plungin to display news in different singlePids?
11:01 dexcs http://paste.phlogi.net/-0d9e8b55b1/
11:01 dexcs i want to set startingpoint to some value i get from my DB
11:01 dexcs and i don't want to write an plugin extra for this...
11:08 HardPhuck anyone made clickenlarge in htmlarea work?
11:11 HardPhuck because it's not working for me, and i checked everything in EM
11:11 HardPhuck should be enabled
11:12 teppi|work dexcs, sry i dont think it isnt possible with a simple userfunction because i think startingpoint requires a simple string literal and this cant be filled dynamically by an userfunction
11:12 teppi|work *is
11:13 dexcs yeah, i'm going to use the smootgalerie functions to generate the html code now...
11:13 teppi|work k
11:13 dexcs thanks anyway..
11:26 Briareos1 how can i show items using "inser record" though the items themselfes are set "INVISIBLE" ?
11:28 Briareos1 EUR 20,- for the one providing a solution ;)
11:31 maholtz|WORK insert records are usually used with RECORDS
11:31 maholtz|WORK you could do it instead with CONTENT
11:32 porkpie Hi _pedda_
11:32 _pedda_ hi
11:32 _pedda_ ^^
11:33 porkpie I have a strange problem with random content producing a blank entry .... but I am not sure how to debug it
11:33 maholtz|WORK hm.. i am wrong with the CONTENT thing
11:34 porkpie basically I am using the gb_randomcontent on JFM
11:34 Briareos1 maholtz|WORK i want to insert FE_USERS - which works - they're displayed - but I want to also display hidden FE_USERS
11:34 maholtz|WORK @Briareos1: you could remove "hidden" from enablefields of fe_users
11:34 Briareos1 hi _pedda_ :)
11:34 maholtz|WORK so they should got rendered
11:34 porkpie but when I refresh the home page I get blank content randomly
11:35 porkpie _pedda_: any ideas ....
11:35 porkpie _pedda_: I tested on one of my dev sites and I don't get the same problem ...
11:35 Briareos1 maholtz|WORK and that would then only affect the display within insert records? or would that enable those users to login as well?
11:36 maholtz|WORK i do not know, you have to test it
11:36 maholtz|WORK afaik the fe_user login process does not use enable fields
11:41 Briareos1 maholtz|WORK in which manual can i find info about enableFields in general?
11:41 maholtz|WORK perhaps in some core docs? i would have an look into $TCA at first
11:43 teppi|work Briareos1, maybe you could disable fe_users instead of making them hidden .. but i'm not sure if they are rendered with insert records then
11:43 teppi|work *still
11:43 teppi|work maybe worth a try
11:46 V6hru there hast do be a visible way how records are saved into the tt_news_cat_mm table? or not?
11:50 maholtz|WORK @Briareos1: i would put in extTables.php: unset($TCA['fe_users']['ctrl']['enablecolumns']['disabled']);
11:50 maholtz|WORK not sure, if that is really the right way...
11:51 Briareos1 teppi|work I just tried your suggestion, but with no success. still it was worth trying anyway
11:51 teppi|work :-(
11:53 teppi|work V6hru, what do you mean?
11:54 smux Hi, How can I set an anchor on the link with pi_list_linkSingle() plz ?
11:55 V6hru teppi|work: i need to now where the info is written to the tt_news_cat_mm tabel in the extension tt_news
11:55 V6hru know*
11:56 teppi|work i think its defined in the TCA
11:56 teppi|work and so i think its set by TYPO3 core
11:59 Briareos1 teppi|work actually, "disabled" and "hidden" is the same in case of fe_users :)
11:59 Briareos1 i just noticed
11:59 V6hru is this the definicion: 'MM' => 'tt_news_cat_mm'?
11:59 teppi|work Briareos1, really .. i just saw a field disable in the fe_users table
12:00 teppi|work V6hru, yes
12:00 Briareos1 maholtz|WORK I am looking into your suggestion ATM - is that last parameter the actual field name in the database? (in that case it would need to be named 'disable' (without 'd')
12:01 Briareos1 teppi|work yes and this field was set to '1' as soon as i hit "hide" in the BE :)
12:01 teppi|work hehe .. ok
12:07 Briareos1 someone mentioned some $GLOBALS['TSFE']->showHiddenRecords in a forum
12:16 untouch_ if i add ces to the root page per ts - how can i avoid that normal ces wich are added by backend are overwritten
12:17 untouch_ (added on the same position)
12:18 dec__ is it possible to let the user download files that are outside of the webroot by some kind of header function or something?
12:18 dec__ or do i need to copy them :\
12:41 HardPhuck which is the proper syntax for content_fallback?
12:41 HardPhuck sys_language_mode = content_fallback: 0,2
12:42 HardPhuck or sys_language_mode = content_fallback ; 0,2
12:47 untouch_ its with ;
12:48 HardPhuck ty
12:53 Alex__ hi...
12:53 Alex__ I need a little help :)
12:56 _pedda_ Alex__ ? ask then..
13:02 animan is it possible for linkhandler plungin to display news in different singlePids?
13:11 _pedda_ ??? @animan
13:11 _pedda_ linkhandler is for being able to create links to specific records of your pagetree..
13:12 _pedda_ or am i wrong ?
13:14 animan no, you're not wrong. with the help of manual i've managet to set it up so it allows tt_news records to be linked
13:14 animan but i had to declare singlePid to open these records
13:15 _pedda_ where did you declare the singlepid's ?
13:15 _pedda_ in linkhandler ?
13:15 animan now i have some other news what i need to open fwith some other pids
13:15 _pedda_ not really.. didn't you ?
13:15 animan TS constant
13:15 _pedda_ yes but TS Constants for tt_news
13:16 _pedda_ plugin.tt_news.singlePid right ? (it is TS SETUP i think)
13:16 animan in linkhandler, yes
13:16 animan linkhandler.newsSinglePid=4
13:16 _pedda_ ah ok
13:18 animan i have those other news (that i would like to open in other page) in different sysfolder and they have different categories as well
13:19 _pedda_ first of all.. you use linkhendlar to link newsrecords from normal CE's right ?
13:19 _pedda_ some <link to record>text</link>
13:19 _pedda_ like this ?
13:22 animan yes
13:22 animan but when editors are starting to link news -- all are opened in pid=4
13:24 animan maybe i can make multiple tabs into this linkbrowser -- each is set up to show only selected sysfolders and open news in right page? but how could i do this?
13:25 _pedda_ as far as i remember there is the posibillity fro linkhandler to define "presets" so that each preset is a tab
13:25 _pedda_ hmm .. i'll check the docu .. just a second
13:29 _pedda_ animan
13:29 _pedda_ what's the name of your linkhandler-tab in rte ?
13:31 _pedda_ it looks like you could do it this way:
13:31 _pedda_ plugin.tx_linkhandler {
13:31 _pedda_ tt_news_sysfolder_1 {
13:31 _pedda_ }}
13:31 _pedda_ and
13:31 _pedda_ plugin.tx_linkhandler {
13:31 _pedda_ tt_news_sysfolder_2 {
13:31 _pedda_ }}
13:31 _pedda_ which should create two tabs
13:32 fred^^ how do i control what markup text w/image outputs in frontend?
13:33 fred^^ Right now its returning http://paste.phlogi.net/markup_for_textpic/
13:33 fred^^ this
13:33 _pedda_ this is done by css_styled_content
13:33 _pedda_ you cann empty all declarations of it, and define them new
13:35 [Francesco] Hi, there's a way to link the "poster" webpage instead of the email in comments extensione ?
13:35 [Francesco] i tried inserting <a href="###HOMEPAGE###">###FIRSTNAME###</a></span>
13:36 [Francesco] but the resulting url is wrong. It has, as prefix, my homewebpage (www.mysite.comwww.posterHOMEPAGE.com)
13:36 [Francesco] www.mysite.com/www.posterHOMEPAGE.com
13:36 _pedda_ you have to check the documentation of your comments extenion if this marker is available
13:37 _pedda_ use this: <a href="###FIRSTNAME###">http://###HOMEPAGE###">###FIRSTNAME###
13:37 _pedda_ and add a target_blank
13:37 [Francesco] cannot add target blank cause xhtml stric
13:37 [Francesco] t
13:38 _pedda_ ok
13:38 [Francesco] i try your suggestion, anyway i think the issue is related to the usebaseurl settings in typoscript, maybe.
13:38 _pedda_ yes it is
13:38 _pedda_ but i think you can avoid the wrong url by adding a http:// in your template
13:39 [Francesco] hey mate, thanks a lot, it works !
13:39 _pedda_ ;)
13:39 fred^^ remember that it will be wrong if someone enter http:// in their url
13:39 [Francesco] mmmm
13:39 _pedda_ hmm.. thats's right
13:40 _pedda_ so give an advice what to enter in the inputfield
13:40 [Francesco] yep, just tested :(. I can partially solve adding a test to the comment form, such us "enter only www.blablab.com, without http:"
13:40 [Francesco] *text
13:40 _pedda_ your label could look like this :
13:41 _pedda_ webpage: http:// | enterdomainhere...
13:41 _pedda_ | = the beginning of the inputfield
13:41 _pedda_ i'm sure just a few people would misunderstand this
13:42 _pedda_ or check via js for webpage url.. and if it contains http:// remove it
13:43 _pedda_ to avoid any broken links
13:44 fred^^ _pedda_ Do you know where the manual for css_styled_content is?
13:45 fred^^ [Francesco]: Check the input by js (jQuery <3). You can also add a function for it to open in a new window if needed
13:48 V6hru so, I wrote a hook thet would save the translated news to the tt_news_cat_mm tabel too, but it seems does not to anything... how can I make sure, that the hook is called?
13:49 maholtz|WORK @V6hru: t3lib_div::debug('hello world','hook');
13:56 _pedda_ fred^^: look for: typo3_src/typo3/sysext/css_sytled_yontent/static/setup.txt
13:57 _pedda_ there you can find the ts you need to modify text w/image
13:57 _pedda_ if you do something like this: plugin.tx_cssstyledcontent._CSS_DEFAULT_STYLE >
13:57 animan pedda, i've replaced my TS with the one you provided, but i still have only one tab
13:57 _pedda_ the whole css_styled_content stuf is emptied, and can be defined
13:58 _pedda_ by new
13:58 _pedda_ hmm
14:01 animan yup only one tab -- "News"
14:03 animan where does that "News" name come from at all? it isn't defined in TS
14:04 animan hmm.. i'm including linkhandler's static template -- perhaps from there?
14:15 animan nope, doesn't change the way tabs are generated
14:22 maholtz|WORK @animan: there are some examples how to label the tab
14:22 maholtz|WORK what do you need?
14:23 animan well, i'd like to have, say 3 tabs with different names, but all are actually allowing to link a newsrecord, only from different sysfolder and all these 3 have different singePid
14:29 maholtz|WORK so, you have to dig into linkhandler extension for that
14:30 animan ts won't cut it?
14:45 hawkeye78_ hello
14:46 hawkeye78_ I have a little problem with a navigation which should have 2 Levels (and yes i know my english is arful ;) )
14:46 hawkeye78_ maybe someone can look over my code and tell me whats wrong?
14:46 hawkeye78_ http://nopaste.debianforum.de/19089
14:47 maholtz|WORK you have 4 levels
14:47 maholtz|WORK defined
14:47 maholtz|WORK whats wrong?
14:47 _pedda_ and try expAll = 1
14:48 hawkeye78_ why 4?
14:48 _pedda_ #
14:48 _pedda_ 2 < .1
14:48 _pedda_ #
14:48 _pedda_ 3 < .1
14:48 _pedda_ #
14:48 _pedda_ 4 < .1
14:48 hawkeye78_ ah
14:48 _pedda_ = copy setup of 1. level into the 4th one ;)
14:48 hawkeye78_ i have copy this part whitout understanding
14:48 hawkeye78_ what is this for
14:48 maholtz|WORK i bet special.value = 23 is wrong
14:48 hawkeye78_ no thats right
14:49 maholtz|WORK 3 is the third level in the menu
14:49 hawkeye78_ i try a lot around with the pages
14:49 maholtz|WORK what do you get
14:49 hawkeye78_ i get only the first level of the menu
14:49 _pedda_ add expAll = 1
14:50 _pedda_ just for testing reasons
14:50 hawkeye78_ ok mom
14:50 maholtz|WORK CURIFSUB { <- not in next line
14:50 ndee hello there, how can I change the standard CSS that gets created? the DIV.csc-textpic-clear, etc. stuff
14:51 hawkeye78_ do you mean like this LINKS{ expAll = 1 }
14:51 hawkeye78_ or in the next pair of braces?
14:51 maholtz|WORK no
14:51 maholtz|WORK LINKS {
14:51 maholtz|WORK expAll = 1
14:51 maholtz|WORK }
14:51 _pedda_ ndee: look for: typo3_src/typo3/sysext/css_sytled_yontent/static/setup.txt
14:51 maholtz|WORK so open bracket behind option, closing brackets alonw
14:51 _pedda_ there is all css defined which is added
14:51 hawkeye78_ alright
14:51 ndee _pedda_: sweet, thanks.
14:51 hawkeye78_ but nothing changed
14:57 maholtz|WORK @hawkeye78: remove the CUR, ACT and CURIFSUB stuff
14:57 maholtz|WORK for testing
14:57 maholtz|WORK and change special.value = 23 with the pid of your root page
14:57 maholtz|WORK just for testing
15:17 Alex____ hi all
15:17 _pedda_ hi
15:17 Alex____ can you help me?
15:18 Alex____ I have problems with GD / image magik
15:20 chefan there is no remedy
15:20 chefan but maybe if you state the problem, and don't ask a metaquestion ;)
15:22 Alex____ ok: http://77.95.174.1/~w94991/t3/
15:22 Alex____ as you can see the GMENU is not working...
15:22 Alex____ I copied exactly the same TS from another website I made
15:23 Alex____ and here on this server, the background is put inside the text, instead as a background...
15:23 hawkeye78_ thanks for you help till this point
15:23 hawkeye78_ bye
15:23 _pedda_ cu
15:26 fred^^ Would tt_content.image.20.layout.25.value = <div class="csc-textpic csc-textpic-intext-right-nowrap###CLASSES###">###IMAGES###<div
15:26 fred^^ class="wrap-tekst">###TEXT###</div></div><div class="csc-textpic-clear"><!-- --></div>
15:26 fred^^ be wrong?
15:26 fred^^ When I add that to my setup the text does not show up
15:28 _pedda_ did you check whether this declaration is not overwritten in TS Object Browser
15:32 fred^^ It might have been cache related. After I removed, cleared cache and added it again it worked
15:32 _pedda_ ok
16:13 _pedda_ anyone ever realized a design with typo3 where the content area was splitted into 2 divs.. depending on char-count ?
16:14 _pedda_ first 300 chars go into div-1 the rest into div-2
16:21 coreymon77 .join ##mac
16:22 coreymon77 part
16:56 ockmonix hi
16:56 ockmonix has anyone ever had this warning:
16:56 ockmonix Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /typo3_src-4.2.6/t3lib/class.t3lib_db.php on line 796
16:57 Briareos1 about a thausand times, ockmonix :D
16:58 Briareos1 try rechecking your tables in the install tool (as far as i remember that corrected that)
16:58 ockmonix i made the compare and corrected all tables
16:58 ockmonix the warning still occurs
16:59 Briareos1 in my wiki it states about a problem regarding tt_products. but that's probably pretty old
17:00 Briareos1 it had used some var that was deprecated
17:00 Briareos1 and therefore asked for a column that did not exist in the ORDER BY of the SQL statement, ockmonix
17:01 ockmonix i don't have tt_products ;)
17:01 Briareos1 yeah but probably some other ext with the same problem
17:01 Briareos1 or a similar one
17:02 ockmonix jep, i have installed a quiz extension and the problem only occurs on the page where i inserted it
17:02 Briareos1 actually i think that's a pretty common error when theres a malformed sql-statement somewhere ;)
17:03 Briareos1 check the source of the extension for a e.g. a select statement and try that statement in phpmyadmin
17:03 ockmonix so what can i do? avoid the extension?
17:05 Briareos1 either find the problem as stated above
17:05 Briareos1 or ignore the problem (make sure u don't display the error to normal users, though)
17:05 Briareos1 (i'll probably be hit for this by the others :) )
17:06 Briareos1 your idea depends on how desperately you need the ext ;)
17:06 _pedda_ ;)
17:06 Briareos1 _pedda_ thanks :D
17:06 Briareos1 i knew i can count on you pedda
17:06 Briareos1 :)
17:10 Briareos1 Question: I am creating a BE usergroup that is only allowed to edit the "comments" field of fe_users. but that's not an option in "Allowed excludefields" for that. any ideas?
17:18 FloLeBlanc hi all
17:19 _pedda_ hi
17:19 FloLeBlanc is there any automation for deleting "old" crawler entries? it seems that the table just keeps getting bigger and bigger with no new information (f.e. I have a rather static infosite that gets listed 6 times in the search results)
17:36 Briareos1 by default, when editing a fe_user record, the following fields are displayed at MINIMUM: username, password, groups, status, birthdate, state, countrycode, language, comments, was invited - how can i ONLY 'offer' the comments field for editing ?
17:39 FloLeBlanc briareos1: create a usergroup - check '"include access list" - mark only the fields of the fe_users (in your example: comments) - assign the usergroup to the user that should only be able to edit the comments
17:39 FloLeBlanc should see is missing after comments) in my sentence :)
17:39 Briareos1 floleblanc: it's not available in the ACL
17:40 FloLeBlanc interesting.. it is in my installation, just checked it
17:41 FloLeBlanc oh sorry you are right, it's not
17:42 FloLeBlanc are the comments available if you just check "city" for example?
17:42 Briareos1 floleblanc they are even if i check nothin
17:43 Briareos1 floleblanc and they are if i check only one field, yes
17:43 FloLeBlanc but other fields are not available too allthough you don't check them? (the fields you declared above?)
17:44 FloLeBlanc sorry busy... mistyping all the time :)
17:44 FloLeBlanc "but other fields are available too allthough you didn't check them?"
17:44 Briareos1 floleblanc the mentioned fields are available always, yes
17:45 FloLeBlanc hmm weird
17:45 Briareos1 floleblanc - i think they're also not in the ACLs (though i didn't check all of em yet)
17:45 FloLeBlanc briareos1: hmm you are right
17:46 Briareos1 floleblanc i wish i wasn't :)
17:46 FloLeBlanc hehe
17:47 chefan fatalism is an acceptable design paradigm
19:00 hawkeye78 hello
19:10 Briareos1 see you soon, bye
20:16 hawkeye78 .
20:21 snoy_ms hey all..
20:45 rwGhie hello may i ask ?
20:48 Denyerec Ask what?
20:48 rwGhie my typo3 site using 2 iframe
20:49 rwGhie 1 for main site n 1 for footer to display flv player
20:50 rwGhie all url of main site being index by google
20:51 rwGhie for example http://mydomainname.com/home/content.main
20:52 rwGhie my question is, how can i redirect to main site when visitor try to get that link
20:53 rwGhie i mean to full site, which is contain 1 frame of main site n 1 frame footer
20:53 rwGhie please advise
21:15 _pedda_ hossa
21:34 eduardo Anyone using typo3 for web to print applications?
22:28 rwGhie what do you mean with print aplication ?

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.