[PHP] Re: [PHP-DB] How to create a new Table in prostgresql from a Webinterface

2004-08-14 Thread Michelle Konzack
Hello Watty, Am 2004-08-14 17:05:28, schrieb Watty: > Try phppgadmin No, because it is my own Webinterface to a Program... Greetings Michelle -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ Michelle Konzack Apt. 917 ICQ #328449

[PHP] Re: [OFF] - Fraudulent web orders - any ideas?

2004-08-16 Thread Michelle Konzack
0138 with the Linux Counter, http://counter.li.org/ Michelle Konzack Apt. 917 ICQ #328449886 50, rue de Soultz MSM LinuxMichi 0033/3/8845235667100 Strasbourg/France IRC #Debian (irc.icq.com) signature.pgp Description: Digital signature

[PHP] Re: php lists

2004-09-09 Thread Michelle Konzack
uy you are. Are you happy now ? Wang Dang had writen you personaly and I am not interested in YOU private conversation. Please keep it OFF-LIST !!! Greetings Michelle -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ Michelle Konzack Apt. 917 ICQ #32844988

Re: [PHP] UNSUBSCRIBE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2004-10-01 Thread Michelle Konzack
-- Linux-User #280138 with the Linux Counter, http://counter.li.org/ Michelle Konzack Apt. 917 ICQ #328449886 50, rue de Soultz MSM LinuxMichi 0033/3/8845235667100 Strasbourg/France IRC #Debian (irc.icq.com) signature.pgp Description: Digital signature

[PHP] Problem with fetching values...

2008-12-28 Thread Michelle Konzack
$DB_list['desc_short']; #} #$output .= "\n"; # } echo "\n"; while ($DB_list=db_fetch_array($DB_result)) { print_r ($DB_list); } echo "\n"; exit(); ---- I h

[PHP] Re: Problem with fetching values...

2008-12-29 Thread Michelle Konzack
is written in C ;) I have tried to test it... The problem is now, that none of my 4 Hosting provider support it. :-/ Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-

[PHP] Offline PDO documentation?

2008-12-29 Thread Michelle Konzack
for the PDO documentation please? Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org

[PHP] Re: Offline PDO documentation?

2008-12-29 Thread Michelle Konzack
Archive was laying arround and never extracted! :-/ However, I have installed the latest one from "2008-12-26" downloaded for one minute... Great, it was fresh uploaded for 3 days... Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electr

[PHP] Re: Problem with fetching values...

2008-12-29 Thread Michelle Konzack
) > > Why? > > http://www.php.net/mysql_fetch_array > > Use MYSQL_ASSOC as the 2nd param, or leave it out and by default it > uses BOTH. Argh!!! Asshole !!! (me) -- I have not seen the tree in the wood! Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadm

[PHP] How to count transfered kBytes in File-Download

2009-01-02 Thread Michelle Konzack
x27;s looks like: /?what=music&where=h§ion=foo&name=I_love_php5.ogg and the input to the function is already sanitized. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultan

[PHP] Re: How to count transfered kBytes in File-Download

2009-01-03 Thread Michelle Konzack
one file at once, it should work without any problems. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.o

[PHP] Re: Re: How to count transfered kBytes in File-Download

2009-01-03 Thread Michelle Konzack
where to start? If yes, how can I include this in my script? I mean, if I fread() I must skip this ammount of BYTES and then start sending, but how to skip it? Or I am wrong with fread()? Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic

[PHP] Re: How to count transfered kBytes in File-Download

2009-01-04 Thread Michelle Konzack
ice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant # <http://w

[PHP] Send file from script but with name... [fails]

2009-01-04 Thread Michelle Konzack
a url... Any hints what I am doing wrong here? Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/

[PHP] HTTP range headers [WAS: How to count transfered kBytes in File-Download]

2009-01-04 Thread Michelle Konzack
upporting this kind of stuff, it solve a very big problem on my website and my customers of course. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User

[PHP] Re: HTTP range headers [WAS: How to count transfered kBytes in File-Download]

2009-01-04 Thread Michelle Konzack
Am 2009-01-04 15:23:04, schrieb Michelle Konzack: > 7 Content-Length: 211183 > 8 Content-Range: bytes 552389-763571/763572 > but I do not understand > WHY the range is ONE BYTE less then the TOTAL LENGTH. OK, the first Byte is 0 and not 1 which is WHY the RANGE ends at 763

[PHP] Re: How to count transfered kBytes in File-Download

2009-01-04 Thread Michelle Konzack
-- which is a little bit weird, since I have downloaded the files with 'wget' and interrupted the transfer. Speek, the $CUR_SIZE is always the filesize rounded up (1kByte) but NOT the actual downloaded partial size, which is, what I want...

[PHP] Re: Send file from script but with name... [fails]

2009-01-04 Thread Michelle Konzack
REVISION 0.0.1 Am 2009-01-04 18:36:46, schrieb Michelle Konzack: > Hello, > > for some weeks I have accidently deleted some line of code and replaced > it with: > > header("Content-Disposition: attachment; filename=\"somestuff.foo\""); > > but an

[PHP] Re: Re: Re: How to count transfered kBytes in File-Download

2009-01-04 Thread Michelle Konzack
server 2 -> 2001 to 4000 bytes server 3 -> 4001 to 6000 bytes server 4 -> 6001 to 8000 bytes server 5 -> 8001 to 1 bytes the problem is now, the FORMAT of the RANGE header. Thanks, Greetings and nice Day/Evening Michelle Konzack

[PHP] Re: Re: How to count transfered kBytes in File-Download

2009-01-04 Thread Michelle Konzack
Hello Eric, Am 2009-01-04 14:33:37, schrieb Eric Butera: > On Sun, Jan 4, 2009 at 1:39 PM, Michelle Konzack > wrote: > > [ '/usr/share/tdphp-vserver/includes/02_functions.inc' ] > > function fncPushBinary($type='show', $file, $m

[PHP] RSS feeder in PHP5?

2009-01-11 Thread Michelle Konzack
S file can NOT pre-build because I can not run cronjobs my own... Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http:/

[PHP] Re: RSS feeder in PHP5?

2009-01-12 Thread Michelle Konzack
pe header, eg: Thanks for the tip... If it is easy like this, I will go with it.. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with

[PHP] Re: RSS feeder in PHP5?

2009-01-12 Thread Michelle Konzack
ll in this situation. Right, it is only a singel RSS feed per VHost and always the same format where a simple "echo" is enough. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian G

[PHP] Re: Php and CSS where to put it

2009-01-12 Thread Michelle Konzack
#x27;] + 1; > mysql_query("UPDATE `textads` SET `xCount` = '{$views}' WHERE `ID` = > '{$row['ID']}'"); > } > > echo " > "; > > ?> Your HTML page has to be closed with: Thanks, Greetings and nice

[PHP] Re: Re: Php and CSS where to put it

2009-01-13 Thread Michelle Konzack
se !important to stress your IE > styles. Best thing though is it validates through the W3C because it is > just an HTML comment. Right and you can use it to free IE from ANY Cascading Style Sheets. :-D Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrato

[PHP] Re: downloading xls files corrupts them

2009-01-13 Thread Michelle Konzack
sition: attachment; > filename=".basename("./bidDocs/".$myFile).";"); > header("Content-Transfer-Encoding: binary"); Remove this line. > header("Content-Length: ".filesize("./bidDocs/".$myFile)); > readfile("./bidDocs/".

[PHP] Re: Re: Re: Php and CSS where to put it

2009-01-14 Thread Michelle Konzack
> itself in everything except IE ;) My experience too. However, my Website is about Renewable Energies, Low-Energie Electronics and Open Source (GNU/Linux) so I do not realy care about IE. :-D Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electroni

[PHP] Re: Holy crap

2009-01-14 Thread Michelle Konzack
ad "W?? 3.11 for Workgroups" in 1994. :-D ROTFL Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.or

[PHP] Weird problem while reading in a file to an Array

2009-01-29 Thread Michelle Konzack
ww.emdebian.org/buildd/b/base-passwd/trunk/base-passwd-arm-1221459903.log> which fales for array() but as you can see in the Web-Browser output, $BUILDLOG has gotten the file correctly from curl_exec(). So, whats going on here? Thanks, Greetings and nice Day/Evening Michelle Konzack S

[PHP] Re: Weird problem while reading in a file to an Array

2009-01-29 Thread Michelle Konzack
nored and my arrays have up to several 10.000 elements... Also if I like to continue processing,it does not more work because the backslashes... Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Li

[PHP] Re: Weird problem while reading in a file to an Array

2009-01-29 Thread Michelle Konzack
$POS); stripcslashes() does not have any effect and processing fails. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://coun

[PHP] Re: Weird problem while reading in a file to an Array

2009-01-29 Thread Michelle Konzack
Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant

[PHP] Re: Payment question in Canada

2009-02-01 Thread Michelle Konzack
Am 2009-01-30 22:47:10, schrieb Edmund Hertle: > Read this discussion. I think this will help you: > http://marc.info/?t=12329898971&r=1&w=2 Address Not Found www.marc.info could not be found. Please check the name and try again. Thanks, Greetings and nice Day/Evening Mi

[PHP] Weird spam messages on the list... [WAS: Stop Being a Wage Slave! Join EarnGoogleCash Program!]

2009-02-27 Thread Michelle Konzack
/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant # <http://www.ta

[PHP] GeoIP?

2009-03-15 Thread Michelle Konzack
Free Online-Service which can do this? If not, it would be a nice project to start and could work like the RBL. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux

[PHP] Re: GeoIP?

2009-03-15 Thread Michelle Konzack
Forgotten one thing: Am 2009-03-15 13:52:52, schrieb Michelle Konzack: > Hello, > > I am in creation of a WaveLAN service in Germany and my HTML-Form is > DoS'ed be idiots outside of Germany. Can someone tell me how to prevent > peoples, filling out the form with

[PHP] Re: GeoIP?

2009-03-15 Thread Michelle Konzack
and the database is now only 9607 lines insteed of 108166 and it is a little bit faster... However, it has a heavy Disk-IO and I do not know, if my Hoster like such stuff. :-/ Maybe PostgreSQL or MySQL would be better? Thanks, Greetings and nice Day/Evening Michelle Konzack Sy

[PHP] Re: GeoIP?

2009-03-15 Thread Michelle Konzack
dogan.net/> Michelle Konzack <http://www.can4linux.org/> Apt. 917 <http://www.flexray4linux.org/> 50, rue de Soultz Jabber linux4miche...@jabber.ccc.de 67100 Strasbourg/France IRC #Debian (irc.icq.com) Tel. DE: +49 17

[PHP] How do you use php-gettext?

2009-03-20 Thread Michelle Konzack
riting all strings in on file which then will be include is no option, since they are to many strings... Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #2

[PHP] [SOLVED] How do you use php-gettext?

2009-03-22 Thread Michelle Konzack
Now it works... I do not know why but it works. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org

[PHP] Re: [SOLVED] How do you use php-gettext?

2009-03-22 Thread Michelle Konzack
------- Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Lin

[PHP] Weird problem with T_gettext()

2009-04-03 Thread Michelle Konzack
same for both locale versions. Any hints or ideas? Also it is weird, that "php-gettext" does not do a fallback, if I have only "de" and not "de_DE". Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Enginee

[PHP] Re: Weird problem with T_gettext()

2009-04-04 Thread Michelle Konzack
Am 2009-04-04 10:13:52, schrieb Per Jessen: > Michelle Konzack wrote: > > > Now selecting "de" as prefered language is working, but if I > > select "de_DE" in Firefox, the second term "About Us" is > > something like "Üb

[PHP] New installation and can not more include files

2009-04-12 Thread Michelle Konzack
ooking for? Note: My orig website was under Gentoo and now I am under Debian Lenny. Thanks, Greetings and nice Day/Evening Michelle Konzack -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant # Mi

Re: [PHP] New installation and can not more include files

2009-04-12 Thread Michelle Konzack
Am 2009-04-12 20:05:31, schrieb Michelle Konzack: > <http://vserver1.tamay-dogan.homelinuxnet/> Oops... I mean <http://vserver1.tamay-dogan.homelinux.net/> Thanks, Greetings and nice Day/Evening Michelle Konzack -- Linux-User #280138 with the Linux Counter, http:/

[PHP] PHP5 based Web-Chat?

2009-05-21 Thread Michelle Konzack
Hello, I like to install a forum for my customers and additional a PHP5 based Web-Chat system with publich and private chatrooms. What can you recommend? Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant

[PHP] Re: PHP5 based Web-Chat?

2009-05-21 Thread Michelle Konzack
ache, > implementing XMPP and connecting in the users client via flash, flex or > a java client) I was thinking on a Flash/Java solution too, but I do not know HOW TO create this Flash-Stuff and do not even code Java. > yours, not of a very strong opinion, nathan Thanks,

Re: [PHP] This Friday's OT Thread

2009-06-26 Thread Michelle Konzack
ED MESSAGE * Do not Cc: me, because I READ THIS LIST, if I write here * *Keine Cc: am mich, ich LESE DIESE LISTE wenn ich hier schreibe* Hello, Thanks, Greetings and nice Da

[PHP] Weird domain seting in setcookie()

2009-07-14 Thread Michelle Konzack
ays prefixed with a ".". OK, now I have tested it using: setcookie('AdminOnCrack', $drug, $timeout, '/', 'myspace.tdwave.net'); but with the same problem. I do not want that the cookies are available in <*.myspace.tdwave.net>. Any suggestions

Re: [PHP] Weird domain seting in setcookie()

2009-07-14 Thread Michelle Konzack
as it is according to the PHP manual or not? Thanks, Greetings and nice Day/Evening Michelle Konzack -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ ##### Debian GNU/Linux Consultant # Michelle Konzack c/o Shared Office KabelB

Re: [PHP] Add php.net to my browser search box

2009-07-16 Thread Michelle Konzack
Good evening Daniel, thank you for the link... I was searching such tool... Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant Am 2009-07-16 12:09:07, schrieb Daniel Brown: > I had written one ab

Re: [PHP] Add php.net to my browser search box

2009-07-17 Thread Michelle Konzack
ecko/20070113 Debian/1.7.8-1sarge10 on my nifty IBM ThinkPad 570. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.o

Re: [PHP] Linking to images above the webspace

2009-07-17 Thread Michelle Konzack
tc. > > Then use something like: > > > Good luck! "Good luck!" is good... He should be careful with such stuff... because someone can do something like: wget http://${SERVER}/a.php?image_full_path=/etc/passwd Thanks, Greetings and nice Day/Evening Michelle

[PHP] Traffic throttling

2009-07-21 Thread Michelle Konzack
traffic a client produce... OK, now the script works perfectly and I am able to delay the sending between two chunks, but what I need is a milisecond timer, because 1s is definitively to long. Is there something in php5 I can use? Thanks, Greetings and nice Day/Evening Michel

[PHP] Re: Traffic throttling

2009-07-21 Thread Michelle Konzack
Hello Stuart, Am 2009-07-21 16:39:30, schrieb Stuart: > http://php.net/usleep Thank you, that it was. Greetings and nice Day/Evening Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, h

[PHP] Suggestions for Web based FileServer/Mailaccess

2007-04-04 Thread Michelle Konzack
update to v2 with WebDAV) php5 courier-imap PostgreSQL 7.4 (maybe update to 8.2) Greetings Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # De

[PHP] Re: auto page generation

2007-04-19 Thread Michelle Konzack
Hello Tim, Am 2007-04-16 19:22:21, schrieb Tim: > Also can i reccomend: > > "Web Database Applications with PHP and MySQL" Do you know an equivalent book for php5 and PostgreSQL 8.1/8.2? Greetings Michelle Konzack Systemadministrator Tamay Dogan Network

[PHP] Re: free allocated memory: HOW ?

2007-04-19 Thread Michelle Konzack
ter one week of use, but the stuff is ONLY cached... Greetings Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant ####

[PHP] Re: Suggestions for Web based FileServer/Mailaccess

2007-04-19 Thread Michelle Konzack
W to implement this. In general, EACH "Mailfolder" can have a "FileSpace" and visa versa. Greetings Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ ####

[PHP] Re: Will PHP ever "grow up" and have threading?

2010-03-24 Thread Michelle Konzack
ess plus a PostgreSQL cluster behind it with more then 25000 requets per second... I was never thinking off adding threading to PHP. It realy sounds braindamaged For such things here are optimized languages. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator

[PHP] Re: Will PHP ever "grow up" and have threading?

2010-03-24 Thread Michelle Konzack
ESO into it, I could understand, but your explanation is a little but to unbelivable. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux C

[PHP] Re: Will PHP ever "grow up" and have threading?

2010-03-24 Thread Michelle Konzack
0 Euro/machine. I am slightely sure, yo make something wrong... I will not continue to read ths thread, because it is sick. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Cons

[PHP] Re: Re: Will PHP ever "grow up" and have threading?

2010-03-24 Thread Michelle Konzack
, and that's not all the consumer goods there are either. They have a datacenter, a bunch of load balancer and does not run any- thing on a singel database server. They use more then 1000 servers! Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V El

[PHP] Re: Will PHP ever "grow up" and have threading?

2010-03-24 Thread Michelle Konzack
ice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ # Debian GNU/Linux Consultant # &l

[PHP] Re: Will PHP ever "grow up" and have threading?

2010-03-24 Thread Michelle Konzack
Hello Robert, Am 2010-03-24 21:22:21, hacktest Du folgendes herunter: > Matt Giddings wrote: > >unsubscribe > *lol* That hit it, -- right? Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Electronic Engineer Tamay Dogan Network Debi

[PHP] Re: Will PHP ever "grow up" and have threading?

2010-03-24 Thread Michelle Konzack
ep moving from header to header in > Outlook (or your email GUI of choice). DELETE as I go. Easy. Simple. > Efficient. Hehehe... It seems there are peoles which dislike you with your idea! Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator 24V Elect

[PHP] Re: Authorize.net test

2010-03-25 Thread Michelle Konzack
Hello David McGlone, Am 2010-03-25 20:45:19, hacktest Du folgendes herunter: > Does anyone have any experience with authorize.net? Yes, I get currently per day arround 16.000 phishing spams or something like this... Thanks, Greetings and nice Day/Evening Michelle Konz

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
client set, or most people > are hitting the reply-to button instead of simply reply. You are using Evolution and I am wondering, why you do not use the "List-Reply Button"! Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator -- #

[PHP] Re: replying to list

2010-04-21 Thread Michelle Konzack
Hello David McGlone, Am 2010-04-21 05:23:07, hacktest Du folgendes herunter: > > Why is the list set up to reply to the OP and not the list? Because a "Reply-To-List Button" exist in Evolution! :-D Thanks, Greetings and nice Day/Evening Michelle Konzack Sys

[PHP] Re: replying to list

2010-04-21 Thread Michelle Konzack
tend to be a bit lazy and hit reply to all as the option is in a menu > and not on the toolbar :-/ ) Can you not adapt the toolbar? Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator -- # Debian GNU/Linux Consultant

[PHP] Re: replying to list

2010-04-21 Thread Michelle Konzack
ings and nice Day/Evening Michelle Konzack Systemadministrator -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France itsyst...@tdnet UG (haftungsbeschränkt

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
he list, the discussion might as well end now. Why should Programmers/Developers bother with non-reliable MUAs which do not support Programmers/Developers daily mailing tasks? If YOU are a Programmer/Developer why do you bother with a non-suitable MUA? Thanks, Greetings and nice Day/Eveni

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
to edit the message. This is WHY "Reply-To-List" exist. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
ist-Post:.*mailto:php-[-a-zA-Z0-9]+@ * ^List-Post:.*mailto:php-\/[-a-zA-Z0-9]+ .ML_php.${MATCH}/ Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator -- # Debian GNU/Linux Consultant ## Development of Intranet and

[PHP] Re: replying to list (I give up)

2010-04-21 Thread Michelle Konzack
of those lists are handicaped Windows-Users which can not do better du to there cuted down ad restricting software which does not allow Users-Freedom... Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator -- # Debian GNU/Linux

[PHP] Re: Re: replying to list (I give up)[SOLVED TO A DEGREE]

2010-04-21 Thread Michelle Konzack
t subsribtions and only 11 of 113 are using this stupid Reply-To: stuff... But as I already mentioned, those lists have manly Windows-Noobs which do not know better... speak, they can not use there brain and let Microsoft and Co thinking for them.. Thanks, Greetings and nice Day/Evening

[PHP] Re: Re: replying to list (I give up)[SOLVED TO A DEGREE]

2010-04-22 Thread Michelle Konzack
ns on our > website if you use Internet Explorer. > Everyone else has to view the source and copy the urls to navigate. On some of my pages you will be kicked off if you come in with Infernal Exploder. Hahaha! Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrat

[PHP] Re: Re: replying to list (I give up)

2010-04-25 Thread Michelle Konzack
AMD Phenom Quad-Core with 16 GByte of memory and then WfW 3.11 in fullscreen in DOSBox. Would be the fastest WfW 3.11 on our shady planet... Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator -- # Debian GNU/Linux

[PHP] Weird problem with is_file()

2010-04-25 Thread Michelle Konzack
king. Quoting of $isfile does not work too. What have a overseen? Oh, if you think, it is an array, no it is not, because otherwise if (is_array($isfile)) { would work. Thanks, Greetings and nice Day/Evening Michelle Konzack signature.pgp Description: Digital signature

[PHP] Re: Weird problem with is_file()

2010-04-26 Thread Michelle Konzack
xec() is more comlicate and I have no absolute pathes (they are mostly all dynamic). > You don't want people to take over your server that easily. :-) > See http://www.php.net/escapeshellcmd and alike. I know Thanks, Greetings and nice Day/Evening Michelle Konzack

[PHP] Re: Weird problem with is_file()

2010-04-26 Thread Michelle Konzack
ng(29) "/tmp/the_file_not_recognized " Simple to test exec("touch /tmp/the_file_not_recognized"); $FILE=shell_exec("ls /tmp/the_file_not_* |head -n1"); var_dump($FILE); echo ""; var_dump(str_replace(' ', '', $FILE); Tha

[PHP] Re: Weird problem with is_file()

2010-04-26 Thread Michelle Konzack
Hello Pete, Am 2010-04-26 17:04:32, hacktest Du folgendes herunter: > Is it possible that the space is a new-line (or a carriage-return) ? grmpf! -- That it was... >preg_replace('/\s+$/','',$FILE); Works now! Thanks, Greetings and nice Day/Ev

[PHP] Object or such for building a directory tree?

2010-05-01 Thread Michelle Konzack
ot; and a "courier-imap tree". Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@t

[PHP] Re: Object or such for building a directory tree?

2010-05-01 Thread Michelle Konzack
already. This mean, for IMAP I have simply to s/./_/g Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux &

[PHP] function/class to convert IDN (Puny-Code)?

2010-05-12 Thread Michelle Konzack
and can more or less easily converted to PHP. Thanks, Greetings and nice Day/Evening Michelle Konzack Systemadministrator -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux it

[PHP] Authentification and session management

2010-05-18 Thread Michelle Konzack
;s. Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liability) Owner Miche

[PHP] Re: Authentification and session management

2010-05-18 Thread Michelle Konzack
check ist immediately! Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liability) Owner

[PHP] Re: Making multiple RSS feeds for the blog website

2010-08-26 Thread Michelle Konzack
and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liability) Owner Michelle Konzack

[PHP] Re: Re: Making multiple RSS feeds for the blog website

2010-08-28 Thread Michelle Konzack
http://backend.userland.com/blogChannelModule";> PHP Superhere PHP RSS Feed http://www.php.net/ PHP RSS Feed Overview en Copyright 2010, Michelle Konzack Sun, 29 Aug 2010 04:13:17 +0200 http://www.php.net/michelles_php_rss_feed/ linux4miche...@

[PHP] Joke [WAS: Counting Children!]

2010-09-13 Thread Michelle Konzack
Hello Sridhar Pandurangiah, how women and children do you have, that you need a program, which count it for you? :-D Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded

[PHP] Upgraded system and now $_SERVER['SERVER_NAME'] is not more working

2010-12-19 Thread Michelle Konzack
1.tamay-dogan.net/ Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liabili

[PHP] [SOLVED] Re: Upgraded system and now $_SERVER['SERVER_NAME'] is not more working

2010-12-20 Thread Michelle Konzack
I do not know HOW, but it wors again... Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst

[PHP] Need code like

2010-12-25 Thread Michelle Konzack
o share or know, where I get one? Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst...@tdnet U

[PHP] Re: Need code like

2010-12-27 Thread Michelle Konzack
Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liability) Owner Michelle Ko

[PHP] Re: Need code like

2010-12-27 Thread Michelle Konzack
rks ;-) but it seems, there are many thing to do to get it running like on , like "public/private" and "pgsql" support or "e-mail" input and "links_emailer.php". Also my version must work over two physical servers. Thanks, Greetings and nice Day/

[PHP] Need code like

2010-12-27 Thread Michelle Konzack
Hi *, after I got my pastebin runing, I need a second tool for binary uploads. Any hints? (Must work easy like the pastebin script) Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of

[PHP] Re: how would I do this?

2010-12-27 Thread Michelle Konzack
Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liability) Owner Michelle Konzack

[PHP] Re: Need code like

2010-12-27 Thread Michelle Konzack
Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian GNU/Linux itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liability) Owner Michelle Konzack

[PHP] Re: Re: Need code like

2010-12-27 Thread Michelle Konzack
n some ideas and now I start coding my own stuff, which is more flexibel in design and such. Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant ## Development of Intranet and Embedded Systems with Debian G

[PHP] How to send a GPG signed EMail with a PDF attached?

2010-12-29 Thread Michelle Konzack
more PHP NATIVE solution? I mean one without a bunch of exec() calls and I am trying to get rid of this crap in all of my scripts (~1.700.000 lines of code in total). Thanks, Greetings and nice Day/Evening Michelle Konzack -- # Debian GNU/Linux Consultant #

  1   2   3   4   >