Since 4/29/2012 12:59:17 AM, lukeross has written 3 articles and participated in 27 conversations. lukeross signature: lukeross
lukeross's articles:
Items(3) /1
Odd crash258 (6/18/2004 5:34:49 PM) comp.os.linux.misc Hi, I've a machine that every so often locks up in an odd way. It's on the other side of the atlantic so I can't nip over and run top on it. Symptoms are: - ssh (OpenSSH) connections hang after you enter th... Luke
Perstel DR201024 (12/15/2003 11:36:54 AM) comp.os.linux.hardware Hi, Has anyone tried the Perstel DR201 MP3/DAB/FM portable player under Linux? Googling didn't seem to turn up much, and http://www.perstel.co.uk/products.html#dr201 only mentions Windows. TIA, Luke ... Luke
Add new drive to software RAID 1 array?232 (7/12/2003 11:33:02 AM) comp.os.linux.misc Hi, I've been running a two-disk RAID 1 array for several months now which has worked well. However to boost read performance I'd like to add a third drive to the array. I seem to be able to add the third dr... lukeross
operator |=523 (9/19/2003 8:48:18 AM) comp.lang.php hello, what does the operator |= mean? I saw it in a script : $output = "png"; $style = BCS_ALIGN_CENTER; $style |= ($output == "png" ) ? BCS_IMAGE_PNG : 0; $style |= ($output == "jpeg") ? BCS_IMAGE_JPE... sylvainantispam(1)
Hiding PHP821 (9/24/2003 8:37:23 AM) comp.lang.php Hi I want to hide the php files from my urls. My only idea is to have each file in its own directory as a default.php file. So instead of this ... xxx.com/about.php .... rename about.php to default.php ... rita_harp(1)
XMLTV525 (10/6/2003 4:21:28 AM) comp.lang.php What are some good public PHP scripts to turn XMLTV XML into HMTL? ... mattax(6)
$_POST empty, $HTTP_RAW_POST_DATA filled446 (10/7/2003 3:11:34 AM) comp.lang.php We receive a POST message being a multipart/mixed type. The $HTTP_RAW_POST_DATA shows it perfectly. However, I expected the $_POST to be filled as well, which is empty. We're using php 4.3.3. Any ideas? Thx. M... marcl(3)
Can a resized image be of Photoshop quality?220 (10/14/2003 12:39:06 PM) comp.lang.php I have resized an image from 1024 x 768 to 800 x 600 with the following code: This does not create an image of a decent quality. Is it possible to resize an image and have it look like a photoshop resized im... Keiron
Create a listening socket in PHP ?328 (10/20/2003 1:35:53 PM) comp.lang.php How does one go about creating a listening socket in a PHP script. I'm trying to work out a way of finding out my IP address (dynamic, behind NAT) and I can't use the normal http idea to get it (due to stuff p... craznar.com(52)
Switch statement526 (10/22/2003 8:44:11 AM) comp.lang.php Does this work???? (i mean the || statement(s) in combination with a switch statement? Marcel ... neegeenspam(11)
boolean operation420 (10/22/2003 1:37:14 PM) comp.lang.php hi all, what is oposite of if ($_periode == NULL || $_periode == "") it is not if ($_periode != NULL || $_periode != "") kind regards Stijn ... mepisto(65)
PHP and sub-path parameters ?220 (11/28/2003 12:21:48 PM) comp.lang.php When I used to write ISAPI DLLs, I could create a web app XYZ.DLL and call it like this: http://www.xyz.com/cgi-bin/xyz.dll/option1/suboption2?x=4 (real example http://www.craznar.com/cgi-bin/cz.dll/freestuff... 127
Odd crash258 (6/18/2004 5:34:49 PM) comp.os.linux.misc Hi, I've a machine that every so often locks up in an odd way. It's on the other side of the atlantic so I can't nip over and run top on it. Symptoms are: - ssh (OpenSSH) connections hang after you enter th... lukeross(30)