Re: [PHP] Online editor that edits all pages

2001-12-13 Thread Andreas D. Landmark
read I didn't start as I am subscribed to the list (how would I otherwise been able to reply?) -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then. -- PHP General Mailing List (http://www.php.net/) To uns

Re: [PHP] (RW) PHP installation problems

2001-09-26 Thread Andreas D. Landmark
7;s not in ld's config file (usually /etc/ld.so.conf)... But unless you have some reasons for not using the built in support, (bleeding-edge or whatever pleases you) go with the built in support... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake t

Re: [PHP] PHP ext

2001-08-09 Thread Andreas D. Landmark
install than php-general though, keep in mind for the future... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [PHP] Traceroute without traceroute command!

2001-08-07 Thread Andreas D. Landmark
far, is to grab a binary suitable for the system in question and shove it in your own homedir owned by you and executable by you. They might not be too pleased if you're not supposed to run stuff like that, but if you need it, do it... -- Andreas D Landmark / noXtension Real Time, adj.:

Re: [Re: [PHP] user's ip]

2001-08-07 Thread Andreas D. Landmark
em with developing through my proxy, apart from those pesky doubleclick ads seem to disappear wonder why... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then. -- PHP General Mailing List (http://www.p

RE: [PHP] Uptime script

2001-08-07 Thread Andreas D. Landmark
it would also save your server a fork >for each reading (unless you are running php as a cgi ;-) > >nice uptime btw... >-- >Andreas D Landmark / noXtension > > >I'm running FreeBSD. I'll see if if I can find source as you suggest. for FreeBSD it might be a bit har

RE: [PHP] Uptime script

2001-08-06 Thread Andreas D. Landmark
and it would also save your server a fork for each reading (unless you are running php as a cgi ;-) nice uptime btw... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then. -- PHP General Mailing List (http://www.p

Re: [PHP] Uptime script

2001-08-06 Thread Andreas D. Landmark
erwise? But on a more serious note, check out www.uptimes.net (I used to be ranked in the top 250, but then i had to physically move the box *sniff*) -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then. -- PHP G

Re: [PHP] Re: Host OnLine ?

2001-08-06 Thread Andreas D. Landmark
RC there was a class that enabled you to send icmp echo's / "pings", the name has completely evaded me, but I guess google (and/or fm) would be happy to help ;-) -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs

Re: [PHP] Re: syntax help~~~

2001-08-06 Thread Andreas D. Landmark
ame."watch" >?> > >$watchlist_query = mysql_query( "Create Table ".$temp." ( WId int >auto_increment >not null, QId int not null, Primary Key (WId) )" ) or die ("Error! Cannot >create table !" . mysql_error() ); >?> -- Andreas D Lan

Re: [PHP] project management scripts?

2001-08-05 Thread Andreas D. Landmark
/freshmeat.net/search/?site=Freshmeat&q=project+management§ion=projects -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM

Re: [PHP] How to ?

2001-08-05 Thread Andreas D. Landmark
to the user, by this way dodgin any filters installed on the user-end. -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

Re: [PHP] How to ?

2001-08-05 Thread Andreas D. Landmark
ck This is very much a php question, as I understood it... What he wants to do is to use php to get a webpage and show it to the user, ie. similar to what a proxyserver does... it's an "accepted" of circumventing filtering software. -- Andreas D Landmark / noXtension Real Time,

Re: [PHP] syntax help~~~

2001-08-05 Thread Andreas D. Landmark
but anyhow, your line $watchlist_query ... is missing to .'s... Create Table "$temp", should be Create Table " . $temp . ", that way you'll concatenate the string in the way you want them to (and the code should work). -- Andreas D Landmark / noXtension Real Time,

Re: [PHP] How to ?

2001-08-05 Thread Andreas D. Landmark
) or you could use a to get around the images, but links would still be a problem as you'll need the links to point to your script rather than straight to the source... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs

Re: [PHP] New lists (was [PHP] Attitude of B van Ouwerkerk)

2001-08-05 Thread Andreas D. Landmark
or. I'd second this suggestion, the general list has become flooded with posts that seems like a pop-quiz taken straight from the manual... don't get me wrong, I'm not a newbiebasher (well, sometimes ;-), but wading through simple posts is getting a bit tedious... --

Re: [PHP] Need Help Compiling PHP with Apache modules

2001-08-04 Thread Andreas D. Landmark
compile a new module and make apache load it. However I'd suspect that the OS you didn't disclose probably compiled staticly as it's the easiest way of compiling apache+php, since it's php3 that came by default you might want to upgrade to a newer apache version too. -- Andr

Re: [PHP] web traffic report

2001-08-03 Thread Andreas D. Landmark
At 03.08.2001 04:44, mike cullerton wrote: >another vote for analog. Dunno what this has got to do with php, but my vote is for webalyzer... fast and easy to use... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there

Re: [PHP] PHP Manual in PDF Format

2001-08-03 Thread Andreas D. Landmark
forced through as the defacto standard for document distribution... ;-) -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Failure Configuring 4.0.6 on SuSE 7.1

2001-07-31 Thread Andreas D . Landmark
und > configure: error: cannot find output from lex; giving up > > can anyone help? > Easy... You haven't got lex installed, or it's installed in a strange place (ie. configure can't find it). What does whereis lex (or locate lex) tell you? -- Andreas D. Landmark / no

Re: [PHP] PHP 4.0.6 + GD 2.0.1

2001-06-24 Thread Andreas D. Landmark
ry conflict; and the --with-gd-[DIR] is set correctly >during PHP's ./configure, but make still goes kablooey. What about posting the exact details of what went wrong (don't munge them, it only makes it harder to solve your problems). -- Andreas D Landmark / noXtension Real Time,

Re: [PHP] SMTP-access with PHP...

2001-06-20 Thread Andreas D. Landmark
re connecting with. If you are connecting on loopback there's something serious strange with your mailserver config (but we're talking sendmail here, what d'ya expect?). Contact your mailserver admin and get him/her to open for relay from the IP of your webserver. -- Andreas D Landmar

Re: [PHP] logout

2001-06-20 Thread Andreas D. Landmark
word that is different to the one that is cached in the browser. But apart from that hard workaround, i don't think you can easily flush the logincache from the serverside... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only oc

Re: [PHP] Saving to a file

2001-06-20 Thread Andreas D. Landmark
pen() [http://www.php.net/manual/en/function.fopen.php] and fwrite() fread() and so on... the manual i online, so there is no excuse for asking silly questions like this. -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.

Re: [PHP] MySQL -> Quicken

2001-06-20 Thread Andreas D. Landmark
preciated. Thanks, I pressume quicken can import CSV files so figure out how Quicken wants it's input and then put the file together on the fly when a user asks for it using mysql_fetch_array() and header() to set the datatype to application/csv (or what is appropriate for quicken.) -- Andr

Re: [PHP] Re: Lists are back up

2001-06-20 Thread Andreas D. Landmark
replies to you offlist without changing topic, you don't want the reply to go to the same place as the rest of the list... you get the picture... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.

Re: [PHP] apache and php ate up all my memory :-[

2001-06-20 Thread Andreas D. Landmark
ound to killing the apache-process running the runaway script before you got around to doing it... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.

Re: [PHP] Hurray!

2001-06-20 Thread Andreas D. Landmark
x27;ll get atleast 5 of each from the same "From:" so they'll leave you with the option whether or not to send 5 x [EMAIL PROTECTED] (because you're pissed of at the admin for not securing his sendmail-by-default). -- Andreas D Landmark / noXtension Real Time, adj.:  

[PHP] PHP Support (was: Re: SV: [PHP] Re: Lists are back up)

2001-06-19 Thread Andreas D. Landmark
(No I haven't given the rm -rf /, but witnessed it and actually seen people come back and say.. 'uh what happened?', 'ls doesn't work anymore...') -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.

Re: [PHP] WebMail client

2001-06-19 Thread Andreas D. Landmark
server software you are running... And that is way-OT for this list, check with the .com or .org of your mailserver. -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.

[PHP] Re: PHP version?

2001-06-19 Thread Andreas D. Landmark
version which could be causing these problems?   Thanks very much. I'd put my money on that who ever compiled 4.04 forgot to include support for mysql... sounds more likely than difference in source on a tiny-rollback. -- Andreas D Landmark / noXtension Real Time, adj.: Here and no

RE: [PHP] email forms

2001-06-19 Thread Andreas D. Landmark
sted, most serveradmins have more things to do than to debug scripts/code that they didn't write... and are not going to use... -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.

Re: [PHP] php bug reporting

2001-06-19 Thread Andreas D. Landmark
perator/user and not in the source for php itself. -- Andreas D Landmark / noXtension Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.

Re: [PHP] Re: Lists are back up

2001-06-19 Thread Andreas D. Landmark
tains lists.php.net" and filter that however you like it. Perhaps you need to look at upgrading your Eudora or swapping it if your version doesn't support it... Eud5 certainly supports CC: filtering, and you could always use anywhere-in-header contains lists.php.net as that would do the sa

Re: [PHP] Passwords?

2001-05-22 Thread Andreas D. Landmark
ity -- that will work in IE and >Netscape? echo "back"; Should work in IE and Netscape, however not all browsers pass a REFERER so you might be left with a dead link... -- Andreas D Landmark / noXtension An Englishman never enjoys himself, except for a noble purpose.

Re: [PHP] alter table name with php and mysql

2001-04-26 Thread Andreas D. Landmark
Or the table you're trying to rename doesn't exists... -- Andreas D. Landmark [EMAIL PROTECTED] "I hesitate to articulate for fear of deviating from the true path of rectitude." Meaning: "I don't know." -- PHP General Mailing List (http://www.php.net/) T

RE: [PHP] need some help..

2001-03-15 Thread Andreas D. Landmark
les from the remote server and >transfer > >it to my new one. Anyone ever done something similar to this? is it >possible? > > > >- Thanks Or use FXP to transfer it straight between the ftp's (if they support it though, if not, go with the ssh/telnet solution.) -