| 07:46 |
drcode |
hi all |
| 07:46 |
drcode |
xms to all |
| 11:17 |
LaXeL |
does anyone have an ideea why my variables sent by post in a form from an extension i made, are blank? and appear only when i refresh? |
| 14:02 |
der_soenke |
hello, i've an issue with tt_address. i want to display the addresses of two address-groups. |
| 14:04 |
der_soenke |
if i select one group, the outfut in fe is like it should, but if i select two groups, there are no addresses shwon |
| 14:04 |
der_soenke |
is this a bug? |
| 14:56 |
GerhardSchr_ |
hi |
| 14:59 |
GerhardSchr_ |
i habe debian on my server. i installed imagemagick, convert is in /usr/bin/, but the typo3 install tool do not find a imagemagick installation |
| 15:00 |
Trumpf |
Hello |
| 15:01 |
GerhardSchr_ |
hi Trumpf |
| 15:01 |
Trumpf |
Do some one know what x-httpd-php is |
| 15:01 |
Trumpf |
My server want me to download it, it is a new server install, and it want to install typo3 |
| 15:02 |
Trumpf |
it comes from the folder typo3_src-4.2.3 |
| 15:03 |
Trumpf |
Can you help with that GerhardSchr |
| 15:03 |
Trumpf |
Can you help with that GerhardSchr_ |
| 15:04 |
GerhardSchr_ |
i dont know |
| 15:05 |
der_soenke |
Trumpf: its for apache |
| 15:05 |
Trumpf |
Okay, i think it is my httpd.conf there is the problem and something with the php |
| 15:05 |
der_soenke |
Trumpf: |
| 15:05 |
der_soenke |
Try adding that code lines in apache.httpd.conf |
| 15:05 |
der_soenke |
<IfModule mod_mime.c> |
| 15:05 |
der_soenke |
AddType application/x-httpd-php .php |
| 15:05 |
der_soenke |
AddType application/x-httpd-php .phtml |
| 15:05 |
der_soenke |
AddType application/x-httpd-php .php3 |
| 15:05 |
der_soenke |
AddType application/x-httpd-php .php4 |
| 15:05 |
der_soenke |
AddType application/x-httpd-php .html |
| 15:05 |
der_soenke |
AddType application/x-httpd-php-source .phps |
| 15:05 |
der_soenke |
</IfModule> |
| 15:05 |
der_soenke |
Save it and restart apache with command : apachectl restart |
| 15:06 |
Trumpf |
nice |
| 15:06 |
der_soenke |
Trumpf: maybe this will help |
| 15:07 |
Trumpf |
in apache ? |
| 15:07 |
Trumpf |
in apache2? |
| 15:08 |
Trumpf |
the apache2 httpd.conf is emty |
| 15:08 |
Trumpf |
but the apache httpd.conf is long |
| 15:08 |
null0_ |
search for section index files |
| 15:11 |
null0_ |
*wrong window* |
| 15:12 |
der_soenke |
will be back later |
| 15:16 |
GerhardSchr_ |
i habe sloved my problem |
| 15:16 |
GerhardSchr_ |
Trumpf: you must edit in apache2.conf |
| 15:17 |
Trumpf |
it is emty |
| 15:27 |
Trumpf |
i found it |
| 15:27 |
Trumpf |
a reboot maked my file |
| 15:27 |
Trumpf |
byt where do i type the ifmod, i have some of is |
| 15:27 |
Trumpf |
it |
| 15:37 |
Trumpf |
I typed it in know |
| 15:48 |
Trumpf |
It dont helps |
| 15:49 |
null0_ |
Trumpf: Linux server? |
| 15:50 |
null0_ |
If the browser wants to download the index.php, maybe you did not install libapache2-mod-php5 :) |
| 15:53 |
Exhausted |
has someone a few minutes to take alook at my current issue |
| 15:54 |
Exhausted |
http://test.klickadeeler.de/index.php?&type=100 -----> the rss feeds link to the singleview of tt_news - but i want them to be linked to the list item in the list view |
| 15:54 |
Exhausted |
via anker |
| 15:54 |
Exhausted |
i have no clue how to start this |
| 15:55 |
Exhausted |
in the xml tmpl theres <title>###SITE_TITLE###</title> and <link>###SITE_LINK###</link> these two are linked |
| 15:56 |
Exhausted |
and i cant find the spot where the link is build in the any of the files in the tt_news ext |
| 15:56 |
Trumpf |
null0_ yes it is a llinux debian webserver |
| 15:56 |
Trumpf |
it what to download a x-httpd-php file |
| 15:56 |
Exhausted |
-the |
| 15:58 |
Trumpf |
the libapache2-mod-php5 is installed |
| 16:29 |
Trumpf |
Is there som there can help with a debian server, there want to download x-httpd-php when i try to use, the installation skript, in typo3 |
| 16:29 |
Trumpf |
plz write to my in pm |
| 16:31 |
Trumpf |
Is there som there can help with a debian server, there want to download x-httpd-php when i try to use, the installation skript, in typo3 |
| 16:37 |
timdeluxe__ |
Trumpf: AddType only is not enough. you also need a LoadModule part to load php |
| 16:39 |
Trumpf |
can you not send me what i have to do via mail |
| 16:39 |
Trumpf |
jenstrumpf(a)gmail.com |
| 16:39 |
Trumpf |
i have to go to work |
| 16:39 |
Trumpf |
i will be back |
| 16:39 |
timdeluxe__ |
ok, i'll try but no garantue for nothing ;) |
| 17:04 |
Trumpf_Work |
Back |
| 17:06 |
timdeluxe__ |
did you check your mails? |
| 17:07 |
der_soenke |
Trumpf_Work: maybe you should take a look at this page: http://www.howtoforge.de/howto/das-perfekte-setup-debian-etch-40/6/ |
| 17:08 |
timdeluxe__ |
der_soenke: does he understand german? |
| 17:08 |
der_soenke |
timdeluxe__: maybe |
| 17:09 |
der_soenke |
but this howto is also on howtoforge.com |
| 17:09 |
der_soenke |
timdeluxe__: there is a link to the english version on this page ;-) |
| 17:09 |
timdeluxe__ |
der_soenke: i think it is not the best, cause it deals with ispconfig |
| 17:11 |
der_soenke |
timdeluxe__: yes, but Trumpf_Work could check those files. some lines are commented out, but this is ispconfig-only |
| 17:12 |
timdeluxe__ |
lets wait for what he will say ;) |
| 17:12 |
Trumpf_Work |
der_soenke and timdeluxe i am from denmark, 2 miles from germany |
| 17:13 |
der_soenke |
funny, you came from think-open.at ;-) |
| 17:13 |
timdeluxe__ |
not everything is like it seems to be ;) |
| 17:14 |
Trumpf_Work |
i am working in copenhagen. |
| 17:14 |
Trumpf_Work |
and you never trace my ip |
| 17:14 |
Trumpf_Work |
to my adress |
| 17:17 |
der_soenke |
konversation is doing this for me ;-) |
| 17:17 |
der_soenke |
take a look here http://www.howtoforge.com/perfect_setup_debian_etch_p6 |
| 17:17 |
Trumpf_Work |
i have not installed libexpat1 |
| 17:18 |
Trumpf_Work |
if i use the guide it will work? |
| 17:18 |
timdeluxe__ |
Trumpf_Work: it deals with ispconfig |
| 17:18 |
timdeluxe__ |
you should make your own thoughts, but i don't like it |
| 17:20 |
der_soenke |
Trumpf_Work: you only need to check, if your files fit to this howto, but don't comment the lines in this config-files out, this is only for ispconfig |
| 17:21 |
der_soenke |
check only step 13 and 13.1 |
| 17:27 |
Trumpf_Work |
okay, i will |
| 17:27 |
Trumpf_Work |
sorry i am slow but i am on work |
| 17:34 |
Trumpf_Work |
i work as a IT-system coordinator |
| 17:34 |
timdeluxe__ |
as a slow it system coordinator ;) |
| 17:35 |
Trumpf_Work |
jep, i sitting at a meating |
| 17:36 |
der_soenke |
meating? thats great! |
| 17:36 |
timdeluxe__ |
hrhr |
| 17:36 |
timdeluxe__ |
whatever it is |
| 17:37 |
der_soenke |
i like barbecue |
| 17:37 |
timdeluxe__ |
i once laughed loud about "meatware" in heartbeat |
| 17:38 |
Trumpf_Work |
meeting |
| 17:38 |
Trumpf_Work |
i dont like my touch |
| 17:38 |
Trumpf_Work |
Ipod |
| 17:41 |
Trumpf_Work |
my ssh is fucked |
| 17:42 |
Trumpf_Work |
i will be back later |
| 17:59 |
der_soenke |
how can i import a css-stylesheet with typoscript? |
| 18:02 |
der_soenke |
i want to replace plugin.tx_something._CSS_DEFAULT_STYLE with this file |
| 18:23 |
theResonant |
good afternoon/evening/morning/day |
| 18:24 |
theResonant |
i'm having trouble understanding "itemsProcFunc" property of a list inside a form |
| 18:24 |
theResonant |
is there anyone around here who could help? |
| 18:24 |
theResonant |
don't know how to use it |
| 18:28 |
der_soenke |
hello, i want to replace a extension-css with my own css. is it possible to import a css-file with typoscript as _CSS_DEFAULT_STYLE? |
| 18:36 |
TaucherMK |
der_soenke: just remove the _CSS_DEFAULT_STYLE from the extension with TS and then add your own to the PAGE Element |
| 18:44 |
der_soenke| |
TaucherMK: isn't it possible to 'import it into' _CSS_DEFAULT_STYLE? |
| 18:45 |
TaucherMK |
you could try this, just remove it and then put it into _CSS_DEFAULT_STYLE instead of the PAGE Object |
| 18:47 |
theResonant |
i'm having trouble understanding "itemsProcFunc" property of a list inside a form |
| 18:49 |
der_soenke| |
TaucherMK: i've found this in sr_feuserregister: plugin.tx_srfeuserregister_pi1._CSS_DEFAULT_STYLE = fileadmin/styles/some_style_sheet_file.css |
| 18:49 |
der_soenke| |
but this dosn't work here.... but this should work in any extension, or not? |
| 18:51 |
TaucherMK |
you could probably use FILE for this |
| 19:06 |
der_soenke| |
TaucherMK: i've done this now via page.includeCSS |
| 19:06 |
TaucherMK |
^.^ |
| 19:06 |
der_soenke| |
but this is not what i wanted |
| 19:07 |
der_soenke| |
i'm unhappy ;-) |
| 19:07 |
TaucherMK |
why didn't you do this with FILE like i said? |
| 19:07 |
der_soenke| |
there are several ways to import a css-file, but I want to import it into _CSS_DEFAULT_STYLE |
| 19:09 |
der_soenke| |
TaucherMK: you meant the cObject FILE? |
| 19:09 |
TaucherMK |
sure |
| 19:09 |
der_soenke| |
this would not be the same like plain text in plugin.tx_boobar._CSS_DEFAULT_STYLE |
| 19:11 |
TaucherMK |
then create a temp cObj FILE and load it into _CSS_DEFAULT_STYLE... |
| 19:11 |
der_soenke| |
lol, this is a good idea |
| 19:12 |
der_soenke| |
but I'm wondering why i cant easily feed _CS_DEFAULT_STYLE with the path to the css-file |
| 19:13 |
TaucherMK |
btw. it is semantically not correct to overwrite the _CSS_DEFAULT_STYLE |
| 19:13 |
der_soenke| |
TaucherMK: it is not? |
| 19:13 |
TaucherMK |
so this is not the way you should do it |
| 19:14 |
TaucherMK |
it is _DEFAULT_ style and when you change it, it isn't default anymore |
| 19:14 |
TaucherMK |
so it is custom and doesn't belongs to the extension itself |
| 19:15 |
der_soenke| |
TaucherMK: thats right... then i will let default untouched and expand my local css-file |
| 19:15 |
der_soenke| |
which is getting longer and longer ;-) i should split it up in smaller files |
| 19:16 |
TaucherMK |
what you probably want is to remove the _CSS_DEFAULT_STYLE and include a temp cObj to the PAGE CSS |
| 19:16 |
TaucherMK |
that way you can organize your CSS and still import it from file |
| 19:30 |
der_soenke| |
TaucherMK: so overwriting of the default css is bad, but removing it not? |
| 19:31 |
TaucherMK |
sure |
| 19:38 |
der_soenke| |
TaucherMK: is this the way you said? http://www.phlogi.net/t3/tspastebin/ |
| 19:38 |
TaucherMK |
?!? |
| 19:43 |
der_soenke |
TaucherMK: sorry my irc-client crashed |
| 19:44 |
der_soenke |
this was the link: http://paste.phlogi.net/-9e43e6dbe6/ |
| 19:45 |
der_soenke |
i'm going to eat something |
| 19:49 |
TaucherMK |
this is the incorrect way |
| 19:50 |
trumpf |
hello |
| 19:50 |
trumpf |
my server works now |
| 19:50 |
trumpf |
thankt |
| 19:51 |
trumpf |
i just need to change the permisions on the files on my server and then i can install typo3 |
| 19:51 |
trumpf |
do any know how to do that? |
| 20:09 |
der_soenke |
trumpf: this are linux-basics. chmod and chgrp will do this |
| 20:10 |
der_soenke |
chown schanges the owner of the file |
| 20:10 |
der_soenke |
chgrp the group |
| 20:10 |
der_soenke |
and chmod the user-, group- and other-rights |
| 20:12 |
der_soenke |
TaucherMK: whats the difference to your advice? |
| 20:19 |
trumpf |
der_soenke |
| 20:20 |
der_soenke |
trumpf: i'm here |
| 20:20 |
trumpf |
my server is running |
| 20:20 |
der_soenke |
thats fine |
| 20:20 |
trumpf |
and my install fails |
| 20:20 |
der_soenke |
the installation of typo3? |
| 20:20 |
trumpf |
yes |
| 20:20 |
der_soenke |
why? |
| 20:21 |
trumpf |
i need the information on the mysql |
| 20:21 |
trumpf |
the login, and the password, and the host |
| 20:21 |
trumpf |
how do i get it+ |
| 20:21 |
trumpf |
? |
| 20:21 |
der_soenke |
its your server, so you should know it |
| 20:22 |
der_soenke |
have you done any configuration with mysql? |
| 20:22 |
trumpf |
no |
| 20:22 |
trumpf |
i just installed it |
| 20:23 |
der_soenke |
first you have to set your mysql-root-password |
| 20:23 |
trumpf |
in my redhat thats it, and then you can use root and the password |
| 20:23 |
trumpf |
how? |
| 20:23 |
der_soenke |
look at howtoforge, the link i sent you |
| 20:24 |
der_soenke |
in this howto you will find how to set up mysql |
| 20:24 |
trumpf |
i dont have it here on my work |
| 20:24 |
trumpf |
can you send me it again? |
| 20:25 |
der_soenke |
is this a virtual server? |
| 20:26 |
trumpf |
jep |
| 20:26 |
trumpf |
on a mac |
| 20:26 |
trumpf |
later on a windows |
| 20:27 |
der_soenke |
http://www.howtoforge.com/perfect_setup_debian_etch_p4 |
| 20:27 |
der_soenke |
step 10 |
| 20:27 |
der_soenke |
then you have your mysql-root-user |
| 20:27 |
der_soenke |
but don't use him for typo3 |
| 20:29 |
der_soenke |
your mysql is completely unsecure until you have done this! there is no password before you set one |
| 20:30 |
der_soenke |
after that you need to create a normal user with password. look into the mysql-documentation, there you will find how to do this |
| 20:31 |
trumpf |
can i not use my user on the server |
| 20:31 |
trumpf |
the user is not root |
| 20:32 |
der_soenke |
trumpf: no |
| 20:32 |
trumpf |
i hate the setyp |
| 20:32 |
der_soenke |
trumpf: you even can't use a system-user for typo3 |
| 20:33 |
der_soenke |
trumpf: is this installation for testing only? |
| 20:34 |
der_soenke |
why don't you use the installer-packages? |
| 20:35 |
der_soenke |
http://typo3.org/download/installers/ |
| 20:36 |
trumpf |
last time i want to use the package, it fucked up |
| 20:41 |
trumpf |
i just want a guide to install typo3 and the debain server |
| 20:43 |
trumpf |
how do i make a user? |
| 20:43 |
der_soenke |
trumpf: look into the mysql-documentation |
| 20:43 |
trumpf |
sorry not to you |
| 20:44 |
trumpf |
it was a navision system |
| 20:44 |
der_soenke |
trumpf: http://dev.mysql.com/doc/refman/5.1/en/adding-users.html |
| 20:45 |
der_soenke |
this are basics, you will find them via google or via the products website |
| 20:54 |
trumpf |
do you know how to make a @ in linux? |
| 20:55 |
trumpf |
from a mac |
| 21:00 |
der_soenke |
an a german keyboard its Alt Gr+Q |
| 21:04 |
der_soenke |
trumpf: or copy it from here @ |
| 21:04 |
der_soenke |
trumpf: i have a lot of this symbols ;-) |
| 21:05 |
der_soenke |
trumpf: here, @@@@@@ pint them out, so you will ever have one if you need one ;-) |
| 21:09 |
TaucherMK |
der_soenke: i meant to _CSS_DEFAULT_STYLE > and to include the rest in the css part in the PAGE Object |
| 21:09 |
TaucherMK |
or you can build it with COA for inline CSS |
| 21:10 |
TaucherMK |
btw. you can let typo3 built the whole CSS file by its own |
| 21:11 |
der_soenke |
TaucherMK: typo3 is currently creating only one css-file with all css_default_styles of the extensions |
| 21:11 |
TaucherMK |
trumpf: You shouldn't work on a server with that limited knowledge on linux |
| 21:12 |
der_soenke |
TaucherMK: but i'm wonderig why plugin.tt_news._CSS_DEFAULT_STYLE = fileadmin/... is not working |
| 21:13 |
TaucherMK |
why should it? |
| 21:13 |
der_soenke |
TaucherMK: i've found thousand hits with google |
| 21:14 |
TaucherMK |
perhaps typo3 doesn't get this file? Did you checked the admPanel for this? |
| 21:14 |
trumpf |
IT all works now |
| 21:14 |
trumpf |
Thanks for the help der_soenke |
| 21:14 |
der_soenke |
TaucherMK: eg here: http://209.85.129.132/search?q=cache:ep0oSfBFcWEJ:www.typo3.com/fileadmin/pdf_manuals/manual-sr_feuser_register-19-03-2004_00-10-16.pdf+%22As+usual,+the+default+CSS+styles+may+be+modified+and+moved+to+a%22&hl=de&ct=clnk&cd=3&gl=de |
| 21:16 |
TaucherMK |
did you checked the typoscript debugger? |
| 21:16 |
der_soenke |
in fileadmin i even see the reference to this ts-template |
| 21:17 |
der_soenke |
TaucherMK: i will look for this |
| 21:17 |
der_soenke |
trumpf: you're welcome |
| 21:18 |
der_soenke |
trumpf: but never do this with a real server! |
| 21:18 |
der_soenke |
trumpf: learn linux ;-) |
| 21:21 |
trumpf |
my linux skills never go near webserver |
| 21:26 |
der_soenke |
TaucherMK: there aren't any errors in TS Object Browser |
| 21:26 |
TaucherMK |
not the object browser, the debugger |
| 21:26 |
TaucherMK |
(admPanel) |
| 21:27 |
der_soenke |
TaucherMK: oh, ok, will lokk into it |
| 21:28 |
der_soenke |
TaucherMK: config.admPanel = 1, but i see no admin panel... |
| 21:28 |
der_soenke |
cache is clean |
| 21:28 |
der_soenke |
fe is reloaded |
| 21:29 |
TaucherMK |
you need to activate it userbased |
| 21:31 |
der_soenke |
TaucherMK: really? where? |
| 21:31 |
TaucherMK |
user tsconfig |
| 21:34 |
der_soenke |
TaucherMK: but isn't this default for admins? |
| 21:34 |
TaucherMK |
no |
| 21:38 |
der_soenke |
TaucherMK: i can't remember that i've ever done this ;-) |
| 21:39 |
der_soenke |
i have added admPanel.enable.all=1 to my user-ts |
| 21:39 |
der_soenke |
but.. there is no change |
| 21:39 |
TaucherMK |
i think it's All |
| 21:40 |
der_soenke |
admPanel.enable.All=1 ? |
| 21:43 |
der_soenke |
TaucherMK: this dosn't work either here |
| 21:46 |
TaucherMK |
admPanel.hide = 0 |
| 21:47 |
TaucherMK |
in the user TSconfi |
| 21:47 |
TaucherMK |
g |
| 21:48 |
jananne |
The plain text content could not be fetched. |
| 21:48 |
jananne |
hello, i'm trying to send an e-mail with direct_mail. i get the following error: An error was encountered. ^^ |
| 21:49 |
jananne |
The HTML content could not be fetched. |
| 21:49 |
der_soenke |
TaucherMK: nothing.... |
| 21:49 |
TaucherMK |
hm |
| 21:50 |
TaucherMK |
der_soenke: But you did config.admPanel = 1? |
| 21:50 |
der_soenke |
TaucherMK: yes, i did |
| 21:52 |
TaucherMK |
config.admPanel.enableAll = 1 |
| 21:52 |
TaucherMK |
in user tsconfig |
| 21:52 |
TaucherMK |
just looked it up... |
| 21:53 |
TaucherMK |
and admPanel = 1 in the "normal" CONFIG |
| 21:53 |
jananne |
hello, i'm trying to send an e-mail with direct_mail. i get the following error: An error was encountered. ^^ |
| 21:53 |
jananne |
The HTML content could not be fetched. |
| 21:54 |
TaucherMK |
jananne: You could also watch out for a detailed version of your error in the typoscript debugger |
| 21:54 |
jananne |
okay |
| 21:55 |
TaucherMK |
i don't know direct_mail but it seems that typo3 can't read anything |
| 21:55 |
TaucherMK |
do you load a file in the configuration? HTML Template or something like that |
| 21:55 |
der_soenke |
TaucherMK: also this dosn't work |
| 21:56 |
TaucherMK |
der_soenke: It must, it works here, i just looked it up ^.^ |
| 21:58 |
der_soenke |
TaucherMK: i have admPanel = 1 and config.admPanel = 1 in my normal template, inside the setup-field |
| 21:59 |
TaucherMK |
admPanel = 1 isn't correct |
| 21:59 |
TaucherMK |
config.admPanel = 1 |
| 21:59 |
TaucherMK |
and config.admPanel.enableAll = 1 in the user tsconfig |
| 22:00 |
der_soenke |
right, this and admPanel=1 and admPanel.enable=1 and also admPanel.enableAll=1 ;-) |
| 22:02 |
der_soenke |
TaucherMK: but if i look into UserTS-Ref, there is the option admPanel.enable.all=1, but this is default if the user is admin |
| 22:03 |
robvo |
Can anyone help me with some typoscript question? |
| 22:03 |
robvo |
I have the following code for my plugin: |
| 22:03 |
robvo |
http://www.pastebin.ca/1295318 |
| 22:03 |
robvo |
The ifEmpty.cObject.file doesn't work |
| 22:04 |
robvo |
The ifEmpty.dataWrap does |
| 22:04 |
robvo |
and i don't know whats wrong |
| 22:05 |
der_soenke |
its elfstruck |
| 22:24 |
der_soenke |
TaucherMK: are you sure that your user-ts is correct? This setting is default for admins and I can't find your config.admPanel... in any reference |
| 22:24 |
TaucherMK |
i just copied it from my typo3 installation |
| 22:25 |
der_soenke |
if your user is admin, than you can type everything in user-ts, because the setting for admin -panel is default ;-) |
| 22:25 |
der_soenke |
i don't know whats going on here, but i will ask the newsgroup. maybe they know it |
| 22:26 |
TaucherMK |
yes, it works for admin users as default |
| 22:28 |
der_soenke |
TaucherMK: i've found this: http://typo3.toaster-schwerin.de/typo3_english/2008_01/msg00784.html |
| 22:28 |
der_soenke |
TaucherMK: but here [BE][lockSSL] is 0 |
| 22:29 |
TaucherMK |
i have it set to 2 |
| 22:29 |
TaucherMK |
so i'm watching the frontend with ssl |
| 22:30 |
der_soenke |
i will try this |
| 22:36 |
der_soenke |
TaucherMK: nothing... |
| 22:36 |
der_soenke |
TaucherMK: but i should see the admin panel every time when i am logged in at the backend ans browse the fe, right? |
| 22:37 |
TaucherMK |
as long as you configured it to, yes |
| 22:52 |
der_soenke |
TaucherMK: i'm sure, my configuration is right. could you take a look in my backend? |
| 22:53 |
TaucherMK |
no, i won't log into a typo3 backend where i'm not in response for it |
| 22:53 |
der_soenke |
TaucherMK: ok |
| 22:54 |
der_soenke |
then i will wait what the newsgroup will say |
| 22:59 |
der_soenke |
is anybody here hosting at mittwald? |
| 23:15 |
der_soenke |
TaucherMK: thanks for your help, i will go to bed now |
| 23:15 |
TaucherMK |
np |
| 23:15 |
der_soenke |
bye |