Search found 8 matches

by defect
Thu Jun 15, 2006 7:18 am
Forum: General Discussion
Topic: What's your favourite PHP Editor?
Replies: 533
Views: 235148

i use jed, simple editor but with some nice features.
by defect
Thu Jun 15, 2006 7:14 am
Forum: Linux
Topic: PHP+mysqli on OBSD wont compile
Replies: 1
Views: 1674

PHP+mysqli on OBSD wont compile

hi, ive been trying to compile PHP with mysqli-support on my openbsd-box for some time now, but i cant seem to get it right. this is the configure-line i try to use: ./configure --enable-fastcgi --enable-discard-path --enable-force-redirect --with-mysqli=/usr/local/mysql/bin/mysql_config --with-gd -...
by defect
Wed Jun 14, 2006 8:21 pm
Forum: PHP - Code
Topic: counting files in directories
Replies: 4
Views: 340

not sure about effectiveness but i like this way:

Code: Select all

$num = shell_exec("ls /path/to/dir|wc -l");
by defect
Wed Jun 14, 2006 8:16 pm
Forum: General Discussion
Topic: Introduce Yourself!
Replies: 1043
Views: 780292

hello, im from sweden and im 18 years old. id consider myself a pretty low level php-coder since ive only worked on small personal projects. i got into unix-like operating systems about three years ago and im now using it pretty much exclusively, except for the times that the gamer in me takes over ...
by defect
Wed Jun 14, 2006 5:38 pm
Forum: Linux
Topic: Linux GUI FTP software that doesn't rocket my CPU usage??
Replies: 14
Views: 8015

if you use KDE you could try kftpgrabber. i used it a while ago and it seemed pretty decent.

[/url]http://kftpgrabber.sourceforge.net/[/url]
by defect
Wed Jun 14, 2006 5:36 pm
Forum: Linux
Topic: Problem with linux command line
Replies: 2
Views: 1961

does shell_exec() use the $PATH system variable? otherwise you could try and use the whole path (eg. /usr/local/bin/ffmpeg).
by defect
Wed Jun 14, 2006 5:33 pm
Forum: Linux
Topic: So many variations of Linux ..
Replies: 6
Views: 3250

i started out with slackware which i believe is considered a pretty difficult ditribution to start with. but i think it taught me the basic things i needed to know, such as compiling programs and so on. im pretty sure i wouldnt have done it without the help from friends who already were pretty advan...
by defect
Wed Jun 14, 2006 3:03 pm
Forum: Linux
Topic: Oidentd
Replies: 4
Views: 4057

as far as i know, oidentd doesn't need a .conf-file to work. its basic task is pretty simple.
it's only if you need to customize its responses in any way.

what does your config-file look like now?