Re: [PHP] SSH Authentication using php

2004-08-16 Thread Teren
authpf all setup, but I'd like to add a web login to make it more user friendly. Thanks Teren - Original Message - From: "Michal Migurski" <[EMAIL PROTECTED]> To: "Robby Russell" <[EMAIL PROTECTED]> Cc: "Teren" <[EMAIL PROTECTED]>; &l

[PHP] SSH Authentication using php

2004-08-16 Thread Teren
quot;)); but that didn't seem to work. Any ideas? Thanks Teren

[PHP] Enabling exif using the Ports branch on OpenBSD

2004-03-12 Thread Teren
Hi, I'm trying to enable exif on my OpenBSD box so I tried adding --enable-exif in core/Makefile under CONFIGURE_ARGS but that makes it so i can't make it. Does anyone know how to enable exif with ports? Thanks Teren

Re: [PHP] Visit Counter through .htaccess

2004-03-11 Thread Teren
What i would do is use fwrite() and fopen() and such and store count in a txt or whatever file if that's the way you want to do it. Teren - Original Message - From: "Sakitram" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 1

[PHP] Problem with PDFlib

2004-03-11 Thread Teren
w/lonestar.seryx.net/https/pdf/invoice.php on line 18 Line 18 is the following: PDF_set_info($p, "Creator", "invoice.php"); It will do that for any other line too if i comment that out (that is using pdf stuff) Any ideas? Thanks Teren

Re: [PHP] Get "nice" variables from POST

2004-03-11 Thread Teren
If you have register_globals on in your php.ini file, you don't need to do that. You just automatically have access to all of those variables like $username and $password etc. Whatever the name is on the field is what the string will be called and the action script can access those immediately by $

[PHP] Problem with cookies on new server

2004-03-09 Thread Teren
looks like the cookies aren't getting created or anything. anyone have any ideas? Thanks Teren

Re: [PHP] Random Function

2003-11-14 Thread Teren
that. 0) { foreach($s as $sh) { if($ran == $sh) { $add = "no"; } } } if($add == "yes") { $s[] = $ran; } else { set_num(); } } while(count($s) <= $n) { set_num(); } ?> - Original Message - From: "CPT John W. Ho

[PHP] Random Function

2003-11-14 Thread Teren
dd == "yes") { $s[] = $ran; } else { set_num(); } } while(count($s) <= $n) { set_num(); } ?> Teren

Re: [PHP] Cannot bind to port 80

2003-11-12 Thread Teren
Sorry to flood your boxes (including my own...lol...) I have it running A ok now. Thanks Teren - Original Message - From: "Evan Nemerson" <[EMAIL PROTECTED]> To: "Teren" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 13, 2003 1:1

[PHP] Cannot bind to port 80

2003-11-12 Thread Teren
The apache error log said it couldn't bind to port 80, but i'm 100% sure it's the php upgrade problem, not apache. Thanks Teren

[PHP] php.ini file contents

2003-11-10 Thread Teren
= know the security risks and such. The system that will be running it is = a closed system that won't be able to be accessed through the web, so I = don't have to worry about it getting hacked, I am just experimenting = some code. Thanks Teren

[PHP] Executing shell commands

2003-11-09 Thread Teren
-s; reboot;"); but that didn't work, I also tried other numerous variations all of which didn't work (also using exec(), system(), passthru() ). If any one has any ideas how i can do this, please let me know. Thanks Teren

[PHP] PHP and Apace setup

2003-11-02 Thread Teren
's it. When i run apachectl start, it says it can't be started, when I do apachectl configtest, it says the Syntax is OK. Anyone have any ideas? Thanks Teren

[PHP] Problem with apache and php on OpenBSD 3.4

2003-11-02 Thread Teren
's it. When i run apachectl start, it says it can't be started, when I do apachectl configtest, it says the Syntax is OK. Anyone have any ideas? Thanks Teren

[PHP] Making it so the .php isn't needed

2003-04-02 Thread Teren Sapp
.com/page1.php?var1=3&var2=4 Anybody know how i can make this work? THanks Teren