[PHP] 2d array?

2001-01-10 Thread Kurth Bemis
this with an array? I know that i've seen it done like aboutus.php:About Company or something. Its hard to explain - can anyone help me? ~kurth Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer People disagree with me. I just ignore them. -- Linus Torvalds, regarding the use

Re: [PHP] Hyperlink?

2001-01-17 Thread Kurth Bemis
At 04:42 PM 1/17/2001, Wee Chua wrote: their defined in style sheets. Point your browser to www.w3c.org for more information ~kurth Hi all, Could anyone tell me how to show a hyperlink without underline, just regular text which contains link. Thanks. regards Calvin Chua Systems Analyst

Re: [PHP] What PHP Stands For....

2001-01-22 Thread Kurth Bemis
At 10:27 PM 1/22/2001, Fraser MacKenzie wrote: i like people hate perl :-) ~kurth Acthually, it stands for Personal Home Page Frasre On Tue, 23 Jan 2001, Alexander Wagner wrote: Brian White wrote: 'PHP, which stands for "PHP: Hypertext Preprocessor" ...' I frankly don't

[PHP] updating time fields

2001-01-26 Thread Kurth Bemis
i am wondering if anyone has written a snippet to process the current date or mktime into a mysql timestamp feild. ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] update db

2001-01-26 Thread Kurth Bemis
whats the php function that will let me update a db field? I've been looking at the manual but there seems to be no mention of it. ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP] disregard last two questions

2001-01-26 Thread Kurth Bemis
i'm a bit slow todayplease disregard those last 2 questions from me and i answered them myself :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP] arg....

2001-01-26 Thread Kurth Bemis
i'm having a horrible time updating 2 fields in the same db. I don't get an error but the fields aren't updatedcan anyone send me a snippet for the to learn from? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: [PHP] arg....

2001-01-26 Thread Kurth Bemis
re specific about DB and problem type. You may have to commit the transaction if commit is not implict (ex Oracle). There could be many resons including your SQL statement. Mike -Original Message----- From: Kurth Bemis [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 12:23 AM To: [EMAI

[PHP] header problems

2001-01-26 Thread Kurth Bemis
when i put this header('location: $url'); i get this http://domain.com/$url what the hell am i doing wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP] PHP MYSQL BOOKS

2001-03-19 Thread Kurth Bemis
At 03:46 PM 3/19/2001, YoBro wrote: i get a lot of my books at bookpool.com. Their prices are lower than amazon.com check them out. www.bookpool.com ~kurth I actually think this is the book I have been waiting for. A bookstore in New Zealand told me not until March 2001. It must be pretty

RE: [PHP] Pre-Written Script ?

2001-03-21 Thread Kurth Bemis
imply want to see others to see how I can benefit and learn. Before you flame at least read the entire message and make sure of what the person is saying, not just hey give me some code man.. Kurth Bemis wrote: At 09:08 PM 3/21/2001, Jack Sasportas wrote: ah - tru

[PHP] regexp on us tele number

2001-03-22 Thread Kurth Bemis
i'm still getting the hang of regexps, however i have on small problem - I can't seem to make one to work on a US telephone number. does anyone have something similar that i could work from? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP] chrooting

2001-03-23 Thread Kurth Bemis
has anyone seen ANY information on chrooting apache? i'm interested in file system security...keeping users from reading other users files, etc ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] script filename?

2001-03-25 Thread Kurth Bemis
i was pretty sure that there was a function to return JUST the script filename.. Unlike $php_self and $script_name i need something that till ruturn JUST the scriptname. ie /test/test/blah.php returns blah.php. any ideas? or am i going to have to reverse the string find the first "/" drop

Re: [PHP] script filename?

2001-03-25 Thread Kurth Bemis
Be sure to check out : http://www.php.net/manual/en/language.variables.predefined.php http://www.php.net/manual/en/function.basename.php Also check phpinfo() to view how your server deals with such things. Regards, Philip Olson http://www.cornado.com/ On Sun, 25 Mar 2001, Kurth Bemis

Re: [PHP] version????

2001-03-29 Thread Kurth Bemis
At 03:03 PM 3/29/2001, Scott Fletcher wrote: pl refers to patch level. thus 4.0.4.pl1 is newer and more current then 4.0.4 :-) ~kurth Hi! Can anyone tell me what the difference with those PHP version? I see the version, "PHP 4.0.4pl1" with a "pl1" and some other version, "PHP 4.0.4"

Re: [PHP] PLEASE SIGN-ME OFF !

2002-01-16 Thread Kurth Bemis
At 08:17 AM 1/16/2002, treiger wrote: maybe if you wern't totally retarded you read the footer of this email and EVERY other email that passed through this list. ~kurth PLEASE SIGN-ME OFF ! I've sent already all emails requested to sign-me off this list, but I keep receiving emails

Re: [PHP] 2d array help

2002-01-21 Thread Kurth Bemis
Yes I do... for an online billing system... Kurth Bemis Senior Network Admin/Owner: USAExpress.net Owner: Ozone Computer http://kurth.hardcrypto.com PGP Key Avail. - Uh!.Uh!.Uh!.I'm done with thisOut the window

Re: [PHP] Variables Limit

2002-01-26 Thread Kurth Bemis
Unless your getting the values through a POST or a GET...both of these have limitesi forget what it is...maybe 1024 bytes? you'd jave to read the http rfc ~kurth On Sat, 2002-01-26 at 14:51, Nick Wilson wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Philip J. Newman

[PHP] test

2001-10-19 Thread Kurth Bemis
system test -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Good php-tool for administer users on mysql?

2001-12-07 Thread Kurth Bemis
At 09:56 AM 12/7/2001, Stefan Rusterholz wrote: phpmyadmin - its great! get it at phpwizard.net ~kurth Does anyone know a webbrowser/php based tool which allows to administer user privileges in mysql easily? Thanks in advance Stefan Rusterholz, [EMAIL PROTECTED]

[PHP] get data from file

2001-12-10 Thread Kurth Bemis
I need to get data from a web page generated by mrtg in my page i have come up with the following code ?php $file = /virt/usaexpress/www/noc/mrtg/216.107.214.1_4.html; $string = implode(\n, file($file)); $string1 = explode(META HTTP-EQUIV=\Content-Type\

Re: [PHP] The peacock logo... and others...

2001-12-13 Thread Kurth Bemis
At 02:30 PM 12/13/2001, Rasmus Lerdorf wrote: my asp buddy saw this message as said Cuckoo, huh? Maybe thats because you have to be crazy to use it. sigh - when will those pesky Microsoft junkies ever learn :-) ~kurth The O'Reilly animal for PHP is a cuckoo bird. On Thu, 13 Dec 2001,

Re: [PHP] Re: which php shopping cart is this?

2001-07-30 Thread Kurth Bemis
At 12:29 PM 7/30/2001, simradusaadmin wrote: its called the exchange project it hink that its at www.theexchangeproject.org ~kurth [EMAIL PROTECTED] wrote: Greetings! Which php-based shopping cart is being used at this site? http://shop.t-shirtoutlet.com/catalog/ Did you try their

RE: [PHP] IP Address

2001-08-07 Thread Kurth Bemis
At 09:29 AM 8/7/2001, Joseph Bannon wrote: rant This is the problem with todays web programmers and with PHP. One - With the explosion in the ease of HTML and related technologies EVERYBODY is a designer/programmerlets face itsome have it some don't. If you think that blinking text

[PHP] form validataion?

2001-08-08 Thread Kurth Bemis
i want to do form validation server side...not client side.. i'm wondering what programers use to validate form data.if loopsarrays? what? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] regexps

2001-08-08 Thread Kurth Bemis
i need to find out if a string (user imputed) conatins numbers. I want only a-zA-Z to be in a field. (their name for exampleand city)...i have the following however my regexps are VERY weak as i am a beginner. function validatetext($text){ if (is_string($text)== 1){

RE: [PHP] location bar

2001-08-14 Thread Kurth Bemis
At 11:02 AM 8/14/2001, Kevin L wrote: I had a similar problem.jason murray gave me some ideas ;-) just stick this in a function as I did and you'll be sailing.its easy to update, and Extremely flexible. look at my code.. font face=Verdana, Arial, Helvetica, sans-serif size=-2Location

Re: [PHP] `pwd` - what does this mean?

2001-08-15 Thread Kurth Bemis
At 02:37 AM 8/15/2001, Scott Mebberson wrote: man pwd learn linux/unix. ~kurth Hi Guys, I actually know what it means. Well, I think it means the current directory? Anyway... what exactly is it and where can I find some more information about it? I couldn't find much on php.net - also,

RE: [PHP] location bar

2001-08-16 Thread Kurth Bemis
At 06:14 PM 8/15/2001, Wolfgang Schneider wrote: oops - i forgot - I use functions similar tp the ones used on php.net. when i call the function i pass $title to it define $title and it should work. :-) ~kurth On Tue, 14 Aug 2001 11:39:55 -0400, Kurth Bemis wrote: just stick

[PHP] Fwd: BadBlue v1.02 beta for Windows 98, ME and 2000 .php Source Code Disclosure Vulnerability

2001-08-22 Thread Kurth Bemis
Thought this may be of interest to somebody. ~kurth Delivered-To: [EMAIL PROTECTED] Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm List-Id: vuln-dev.list-id.securityfocus.com List-Post: mailto:[EMAIL PROTECTED] List-Help: mailto:[EMAIL PROTECTED] List-Unsubscribe: mailto:[EMAIL

Re: [PHP] phpMyAdmin install error

2001-08-22 Thread Kurth Bemis
At 11:58 AM 8/22/2001, Jay Paulson wrote: the socket has to be made by the mysql deamon. Read the mysql docs on mysql.org search for mysql.sock. mysql will not work if that files is deletedif you run redhat or other distros make sure that /tmp and /var/tmp aren't cleaned at each reboot

RE: [PHP] Fwd: BadBlue v1.02 beta for Windows 98, ME and 2000 .php Source Code Disclosure Vulnerability

2001-08-22 Thread Kurth Bemis
At 12:10 PM 8/22/2001, Tom Malone wrote: read the advisory - everything is explained. ~kurth This is not an issue if you're site is using Apache, correct? Tom Malone Web Designer http://www.tom-malone.com -Original Message- From: Kurth Bemis [mailto:[EMAIL PROTECTED]] Sent

[PHP] functions and quotes

2001-08-22 Thread Kurth Bemis
i'm working on a site that is going to require some fancy image switching based on URL called...thats part isn't a problem...the problem comes in the way that i'm passing the HTML from the function. My main concern here is speed with the second being workload on the server. right now the

Re: [PHP] header()

2001-08-27 Thread Kurth Bemis
At 04:09 PM 8/27/2001, Alex Sofronie wrote: read the http 1.1 RFC Hi all! Anybody knows where i can find a complete list with headers? A list with what i can send with the header() function? And what thy mean? Thanks Alex Sofronie [EMAIL PROTECTED] -- PHP General Mailing List

Re: [PHP] equivelant of ASP's #include file?

2001-09-13 Thread Kurth Bemis
At 10:21 AM 9/13/2001, LRW wrote: I believe that that is server side includes...NOT asp..i could be wrong tho the PHP equiv is include('filename') read the manual - ~kurth Hi all. PHP newbie here. There's a code that one can use in ASP that will print to the browser the contents of an ascii

Re: [PHP] equivelant of ASP's #include file?

2001-09-13 Thread Kurth Bemis
, Liam Kurth Bemis wrote in message [EMAIL PROTECTED]... At 10:21 AM 9/13/2001, LRW wrote: I believe that that is server side includes...NOT asp..i could be wrong tho the PHP equiv is include('filename') read the manual - ~kurth Hi all. PHP newbie here. There's a code that one can use

[PHP] Book

2001-09-13 Thread Kurth Bemis
I just got the book entitled PHP and MySQL web development by Luke Wellington and Luara Thomson. I wondering how others liked the book...I haven't gotten a chance to look at it yet..and I'm wondering if i should :-) ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] hrm..loop trouble

2001-09-19 Thread Kurth Bemis
i'm trying to get a chunk of code to look 5 times then print something..then look 5 time more I really want to loop 5 times (making 5 cells) then print /trtrthen loop 5 more times for 5 cells...until the count is reachedlike if i have 22 things i want to have 4 rows of five and one

Re: [PHP] mysql_pconnect()

2001-09-19 Thread Kurth Bemis
its barley decent :-) ~kurth We have gone to some trouble to provide decent documentation for PHP. http://www.php.net/manual/en/features.persistent-connections.php -Rasmus On Thu, 13 Sep 2001, Christian Dechery wrote: what is the real advantage or use of mysql_pconnect() ?? can I do

[PHP] 2 decimal places

2001-09-19 Thread Kurth Bemis
i'm looking for a php function to add 2 decimal place sto a number. if the number already have one decimal place then one more zero should be added to make it two decimal placesanyone know of a quick way to do this? ~kurth -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] 2 decimal places

2001-09-19 Thread Kurth Bemis
At 10:24 PM 9/19/2001, Jack Dempsey wrote: Thank You! look into printf and number_format -Original Message- From: Kurth Bemis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 10:23 PM To: [EMAIL PROTECTED] Subject: [PHP] 2 decimal places i'm looking for a php function

[PHP] random record?

2001-09-20 Thread Kurth Bemis
i'm looking to select a random record from a sql table. I remember seeing code for it on the list but fail to find it now. any help? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] random record?

2001-09-20 Thread Kurth Bemis
At 10:35 AM 9/20/2001, David Otton wrote: thank you! I love having access to all this knowledge :-) ~kurth On Thu, 20 Sep 2001 10:35:59 -0400, you wrote: i'm looking to select a random record from a sql table. I remember seeing code for it on the list but fail to find it now. any help?

Re: [PHP] Installing the GD Library

2001-05-09 Thread Kurth Bemis
At 12:47 PM 5/9/2001, Alexander Wagner wrote: christ - search the list archives. I wrote a email just for the purpose of being archived so that newbies would read it and get a clue. btw- theres nothing ground breaking in compiling gd into php. try looking in the manual under installation

Re: [PHP] Generate code bars

2001-05-16 Thread Kurth Bemis
Code bars? like Barcodes? I do it with gd and free type with a barcode font. Works like a charm. Currently i'm looking at using it on an online ticking system for conventions. ~kurth On Wed, 16 May 2001, Sandra Ruivo Grilo wrote: I have a problem: how can I generate code bars in php ?

Re: [PHP] Encrypt Password for Session

2001-05-17 Thread Kurth Bemis
look in the manual for md5 ~kurth On Thu, 17 May 2001, Troy Moreland wrote: All, I am currently using sessions to store a user's ID, password and current login status. All works fine. The only issue is that the session file on the server is storing the password in plain text. How do I

Re: [PHP] Problem with talnet

2001-05-18 Thread Kurth Bemis
At 09:31 AM 5/18/2001, khuram latif wrote: http://www.openssh.org you want SSH (Secure Shell) why anyone uses telnet anymore is beyond me. ~kurth Hi Dears, Please tell me the alternate software of Telnet, because i've problem with talnet. Regards, khuram -- PHP General Mailing List

Re: [PHP] Expense

2001-05-19 Thread Kurth Bemis
Clayton - I'm working on a similar time tracking tool myself...then it exports the data in CSV format. I'm looking at having it complete next week. I'll notify you when it done if your intrested. ~kurth On Sat, 19 May 2001, Clayton Dukes wrote: I did actually look there first. Nothing

Re: [PHP] Tab ordereing

2001-05-22 Thread Kurth Bemis
i believe that the attrib is taborder=3 bewarethat its not 4.0 standard tho.if i find a good resource then i'll send ti along to the list The order is the order they are written in the html code. I'm not aware of any way to make it otherwise... Plutarck Tarrant Costelloe [EMAIL

[PHP] resource ID?

2001-06-21 Thread Kurth Bemis
i get this: Resource id #2 when i run this code.whats resource id 2 mean? i just want to know if the query was ok or not $result = mysql_query(SELECT authcode FROM users WHERE email='$email',$db); echo $result; ~kurth -- PHP General Mailing List (http://www.php.net/)

[PHP] resource ID?

2001-06-21 Thread Kurth Bemis
i get this: Resource id #2 when i run this code.whats resource id 2 mean? i just want to know if the query was ok or not $result = mysql_query(SELECT authcode FROM users WHERE email='$email',$db); echo $result; ~kurth -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Please Help......

2001-06-30 Thread Kurth Bemis
I think that maybe when somebody subs to the list they get a info-email. mostly saying THIS IS PHP ONLY. Not a clueless linux newbie list. that's why they have LUGS. Do any of you agree with me? I think that its neededbasically saying - look at the manual first..then ask on the

[PHP] argh!!!!!! php406+gd

2001-07-19 Thread Kurth Bemis
i'm still battling with gd and php and freetype. This was a non issue before i upgraded to 4.0.6 look. Warning: libgd was not built with TrueType font support in /virt/jrehomes/www/tvhc/test/image.php on line 4 Warning: libgd was not built with TrueType font support in

[PHP] templates

2001-07-23 Thread Kurth Bemis
i've been looking for a template site that i used and never bookmarked. I'll tell you what i remember about the site and hopefully someone will know what site i'm talking about. I've spend the last 5 hours looking for this siteso this is my final stab in the dark. The site had 4

Re: [PHP] templates

2001-07-23 Thread Kurth Bemis
applications like netscape the history file, and look for key things like templates... Good Luck Kurth Bemis wrote: i've been looking for a template site that i used and never bookmarked. I'll tell you what i remember about the site and hopefully someone will know what site i'm talking about

RE: [PHP] Zip Code Locator?

2001-07-24 Thread Kurth Bemis
At 04:42 PM 7/24/2001, Benjamin Bleything wrote: i'm pretty sure that the extra numbers are coord of that town. you know the long and lat. ~kurth Hey, let me know if you figure out what the extra numbers are for... I might have a use for this at some point. Ben From: Matthew Loff [EMAIL

[PHP] htaccess

2001-02-05 Thread Kurth Bemis
there was a really good .htaccess tutorial posted to the list a while back...anyone remember the address? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators,

Re: [PHP] The meaning of myurl.myurl2.com

2001-02-06 Thread Kurth Bemis
At 02:08 PM 2/6/2001, Todd Cary wrote: nop.. its another server beneath the aristesoftware.com TLD. for instance www.aristesoftware.com refers to the machine named "www" on the domain aristesoftware.com. I'd advise that you read about the structure of the Internet and how everything on the

Re: [PHP] Piping/parsing Apache logs though PHP?

2001-02-13 Thread Kurth Bemis
At 04:17 PM 2/13/2001, Michael McGlothlin wrote: can i ask why you're doing this - it seems like a waste of resources to me. ~kurth I'd like to pipe and parse my Apache logs through PHP into a MySQL db. Is there a way to do this automaticlly for each entry and would that cause a major

Re: [PHP] Best browser

2001-02-27 Thread Kurth Bemis
At 10:39 AM 2/27/2001, Jason Jacobs wrote: he's probably referring to the SSL code that the browser uses. In that aspect - it doesn't matter. i'd personally choose netscape because of their good track record and conformity to standards. M$ does things their way or the hiway. Both browsers

[PHP] hrm...only hit submit once

2001-02-27 Thread Kurth Bemis
i have a form set that my users can fill out thier information. at the end of the process the results are mailed to an email address. then only problem is that reloads the page the mail is send again. this can be a problem...any ideas on how to prevent it?? ~kurth -- PHP General Mailing

[PHP] function not working?

2001-02-27 Thread Kurth Bemis
i can't get his function to work. i pass the correct data to it...but no results heres the function function display_contents($table,$session) { $count = 0; $result = mysql_query( "SELECT * FROM $table WHERE session='$session'");

[PHP] help - parsing text file

2001-04-04 Thread Kurth Bemis
arg - i' at wits end. i need to parse a text file into a mysql insert statement. the statement isn't the problem its parsing the text file. heres a sample of the file West Chesterfield (603) 256-8278 V.90 (603) 307-2100 V.90 K56flex (603) 307-2200 ISDN / DOV Hinsdale336 West

[PHP] help - parsing text file

2001-04-04 Thread Kurth Bemis
arg - i' at wits end. i need to parse a text file into a mysql insert statement. the statement isn't the problem its parsing the text file. heres a sample of the file West Chesterfield (603) 256-8278 V.90 (603) 307-2100 V.90 K56flex (603) 307-2200 ISDN / DOV Hinsdale336 West

[PHP] array speed

2001-04-05 Thread Kurth Bemis
i'm concerned about the speed at which httpd (with php4.0.1pl1 compiles in as a static mod) can "chew" through a 350 element 2d array. Can anyone offer any information? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] function return

2001-04-06 Thread Kurth Bemis
i'm trying to make all my include files into functions for manageability. I have one function that i'd like to get to work.heres teh code.. ?php $db = mysql_pconnect("localhost", "user" ,"pass"); mysql_select_db("database",$db); ? i had it in a function and had the function return

Re: [PHP] running as a script

2001-04-07 Thread Kurth Bemis
At 05:32 PM 4/7/2001, Joseph Bannon wrote: you must compile php as a CGI executable. :-) see the man ~kurth How do you get PHP to run at a script, like at a telnet prompt? J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] HELP...Installation of PHP on Debian Linux!

2001-04-09 Thread Kurth Bemis
At 12:48 PM 4/9/2001, Frank K wrote: RTFM! read the fscking manual...it explains everything in the "installation" section ~kurth I am having trouble installing PHP4 on my linux machine. I downloaded to source and i did a ./configure then a make then a make install. That all went

Re: [PHP] Parse error after end of file

2001-04-09 Thread Kurth Bemis
At 03:59 PM 4/9/2001, DRN wrote: you need to make sure that ALL your curly brackets are closed and that all lines that require semi-colons have them ~kurth Hi, I am trying to include a header to my document, I my problem is I keep getting a parse error on the line after the header ends. I

Re: [PHP] .htpasswd encryption

2001-04-09 Thread Kurth Bemis
At 04:39 PM 4/9/2001, Brandon Orther wrote: i believe that the scheme is md5 ~kurth Hello, I am trying to make a script that creates .htpasswd files. Does anyone know what encryption is used? Thanks Brandon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] L?

2001-04-09 Thread Kurth Bemis
what does the roman numeral L mean? can someone point me to a page that has all of the roman numerals and their English equivlents? i forgot? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Fwd:

2001-04-10 Thread Kurth Bemis
can the moderator please boot this person from the list? ~kurth Delivered-To: [EMAIL PROTECTED] Date: Tue, 10 Apr 2001 09:56:07 +0300 From: To: [EMAIL PROTECTED] Message-Id: 0104100956074836@parkntsrv This is a description of the listmanager commands recognized by the XtraMail SMTP/POP3

RE: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server ___

2001-04-10 Thread Kurth Bemis
At 06:15 PM 4/10/2001, Jason Lotito wrote: no no - its an OC3+ web server.must be an overseas brand..or something..i've never heard of it.maybe its an SGI or something they have wacky names for their stuff :-) no bandwidth sucking sites? on an OC3...we're talking gigabits per

Re: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server ___

2001-04-10 Thread Kurth Bemis
At 05:55 PM 4/10/2001, Jeffrey Greer wrote: On 10 Apr 2001 12:08:01 -0700, [EMAIL PROTECTED] (Kurth Bemis) wrote: At 06:15 PM 4/10/2001, Jason Lotito wrote: no no - its an OC3+ web server.must be an overseas brand..or something..i've never heard of it.maybe its an SGI

Re: FW: [PHP] $8 PHP hosting from Jeffrey Greer

2001-04-12 Thread Kurth Bemis
Thats what i was thinking...we have flamed him enough...and i hope that he gets the message that we don't need to know about 8 dollar hosting...:-) ~kurth On Thu, 12 Apr 2001, Greig, Euan wrote: Date: Thu, 12 Apr 2001 09:39:31 +0100 From: "Greig, Euan" [EMAIL PROTECTED] To: [EMAIL

Re: [PHP] How do i include ASP script into PHP...??!

2001-04-16 Thread Kurth Bemis
At 05:45 PM 4/16/2001, Plutarck wrote: plus - why would you want to :-) Doesn't work. ASP scripts require an ASP interpreter. If you stick it in a PHP file, PHP will try to interpret the ASP code. PHP can't do that. -- Plutarck Should be working on something... ...but forgot what it was.

[PHP] OT - cyber squatting?

2001-04-17 Thread Kurth Bemis
this is totally OT - however I don't where else to ask. i need information on cyber squatting. as in what laws there are against it, etc.i believe that there was a law passed making cyber squatting illegal...but i can't find it at the library of congressany help? ~kurth -- PHP

Re: [PHP] OT - cyber squatting?

2001-04-17 Thread Kurth Bemis
meone from rightfully registering it. Is that what you meant? -- Plutarck Should be working on something... ...but forgot what it was. "Kurth Bemis" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... this is totally OT - however I don't where else to

Re: [PHP] Help with a php Registration Form

2001-04-17 Thread Kurth Bemis
At 01:35 PM 4/17/2001, Michael Leone wrote: whats the problem taht you having? I am trying to write a Registration form that send an email to a specific address. The source to the page is at http://www.probesnj.org/etownreg.txt Its 400 lines long and I probably just spelled something wrong or

Re: [PHP] Help with a php Registration Form

2001-04-17 Thread Kurth Bemis
At 01:44 PM 4/17/2001, Michael Leone wrote: double check ALL of your for loops as well as any place that you may have used a curly bracket. ~kurth Im getting this pesky parse error at line 392 which is the last line of the document. At 01:40 PM 4/17/2001 -0400, you wrote: At 01:35 PM

[PHP] freetype

2001-04-17 Thread Kurth Bemis
i'm attempting to comiple in freetype2 into php4.0.4pl1. this is my configure line trinity:~/php-4.0.4pl1# ./configure --with-mysql=/usr/local/mysql/ --with-apache=../apache_1.3.19/ --enable-freetype-4bit-antialias-hack --with-ttf=/usr/local/lib/ --with-gd and this is what configure spits

[PHP] ttf?

2001-04-17 Thread Kurth Bemis
does anyone have any tutorials on installing gd with freetype 2 support? ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] TTF + GD

2001-04-17 Thread Kurth Bemis
I have compiled and installed freetype 2.0.1 and gd 1.8.1..the php configure script finds the libs okhowever gd still isn't compiled with true type font supportsomeone MUST have a solution for what i'm dealing with herelook : checking whether to enable FTP support... yes

Re: [PHP] PHP/M3U Questions!!!

2001-04-17 Thread Kurth Bemis
At 04:43 PM 4/17/2001, Chris Cocuzzo wrote: as far as I know the EXTINF is just data that win amp puts in play lists. its just the number of frames i believe then teh song title. this allows winamps play list editor to read the data for the files in the play list without opening them

RE: [PHP] PHP/M3U Questions!!!

2001-04-17 Thread Kurth Bemis
-Original Message- From: Kurth Bemis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 4:54 PM To: [EMAIL PROTECTED]; PHP General List (E-mail) Subject: Re: [PHP] PHP/M3U Questions!!! At 04:43 PM 4/17/2001, Chris Cocuzzo wrote: as far as I know the EXTINF is just data that win amp puts

Re: [PHP] Best non-tackified grip enhancer for golfers

2001-04-18 Thread Kurth Bemis
whoever the mail admin is should start using rblsmtpd :-) ~kurth -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] gd php freetype problem solved

2001-04-19 Thread Kurth Bemis
libs are stand alone, dynamic libs. then everything works ok you learn something new every day :-) If anybody has questions i urge to ask me for a copy of the bash script that i used to compile php with apache. Mail me at [EMAIL PROTECTED] ~kurth Kurth Bemis Owner: Ozone Computer Owner/Senior

Re: [PHP] Site Structure

2001-04-23 Thread Kurth Bemis
At 01:12 PM 4/23/2001, Toby Miller wrote: personally i deny all access to my .inc files. with this Apache config... works really good :-) in httpd.conf # The following prevents .inc file from being read by web clients Files ~ .inc Order allow,deny Deny from all /Files

Re: [PHP] Query Analyzer For MySQL with PHP?

2001-04-23 Thread Kurth Bemis
At 02:56 PM 4/23/2001, Brandon Orther wrote: teh guys a phpwizzard.net wrote phpmyadmin...its a wonderful db admin tool...and it has a feature like what your describing.check it out...http://www.phpwizzards.net ~kurth Hello, I recently took an ANSI SQL class to better familiarize

RE: [PHP] Filesystem security

2001-04-26 Thread Kurth Bemis
At 03:36 PM 4/26/2001, ..s.c.o.t.t.. [gts] wrote: or better yet.as in #feed-the-goats on efnet :-) christ - this is scary...people getting involved in things that they have no clue about. i have built a rocket, but once i take off i can't figure how to land it without breaking a few

[PHP] Update statement?

2001-04-30 Thread Kurth Bemis
hey i'm working on a shopping cart..but have hit a snag whit this statement.. function modify_quantity($table, $session, $itemid, $quantity) { $sql = UPDATE $table SET quantity='$quantity' WHERE session='$session' AND itemid='$itemid'; mysql_query($sql);

Re: [PHP] Update statement?:SOLVED

2001-04-30 Thread Kurth Bemis
At 01:03 PM 4/30/2001, Steve Werby wrote: I hate the letter i :-) it was missing when i passed quantity to the function ~kurth Kurth Bemis [EMAIL PROTECTED] wrote: function modify_quantity($table, $session, $itemid, $quantity) { $sql = UPDATE $table SET quantity='$quantity' WHERE

Re: [PHP] nslookup function ?

2001-05-04 Thread Kurth Bemis
At 04:11 PM 5/4/2001, Matthew Luchak wrote: goto zend.com then to the code exchange...then search for kurth bemis...i wrote a fucntion that does just that. ~kurth I'm working on a email address verification script and need to do a DNS lookup given the IP number of a remote host. ie

Re: [PHP] Editor

2002-06-13 Thread Kurth Bemis (List Monkey)
to scroll and count each single line! Can anyone suggest me a different editor ? Cheers Daniele -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer Jedi business, Go

Re: [PHP] Editor

2002-06-13 Thread Kurth Bemis (List Monkey)
- Original Message - From: Kurth Bemis (List Monkey) [EMAIL PROTECTED] To: Daniele Baroncelli [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 1:24 PM Subject: Re: [PHP] Editor At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote: allaire homesite hands down ~kurth

RE: [PHP] ok what kind of crack is my computer smoking?

2002-06-27 Thread Kurth Bemis (List Monkey)
/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer Jedi business, Go back to your drinks - Anakin Skywalker, AOTC

[PHP] 4.2.1 Vars

2002-05-25 Thread Kurth Bemis (List Monkey)
to make it so that all my get and post vars start with $_POST and $_GET any ideas? ~kurth Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer Security is like an arms race; the best attackers will continue to search for more complicated exploits, so we will too. Quoted from

Re: [PHP] 4.2.1 Vars

2002-05-25 Thread Kurth Bemis (List Monkey)
: Kurth Bemis (List Monkey) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 25, 2002 3:23 PM Subject: [PHP] 4.2.1 Vars After moving to php 4.2.1 my scripts that use xxx.php?blah=4 fail to work. I know that i need to turn register_globals on in my config, however I know

Re: [PHP] Post 4.1.0 PHP

2002-05-30 Thread Kurth Bemis (List Monkey)
/) To unsubscribe, visit: http://www.php.net/unsub.php Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer Jedi business, Go back to your drinks - Anakin Skywalker, AOTC [EMAIL PROTECTED] | http://kurth.hardcrypto.com PGP key available - http://kurth.hardcrypto.com/pgp

  1   2   >