[PHP] Multiple denial of service vulnerabilities in PHP

2005-04-07 Thread Dustin Wish with INDCO Networks
- Multiple denial of service vulnerabilities in PHP - Oxygen3 24h-365d, by Panda Software (http://www.pandasoftware.com) MADRID, April 7, 2005 - iDefense has reported multiple denial of service vulnerabilities in the PHP scripting language, which could allow an attacker to crash the

RE: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread Dustin Wish with INDCO Networks
Speaking of IDE's, does anyone know if Codeweavers has ported Dreamweaver to Linux? It is my favorite IDE for programming web apps. -Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 9:38 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: php

[PHP] loking for a item in string?

2004-11-06 Thread Dustin Wish with INDCO Networks
I am opening a file and then have to look for a value inside the string. Is there an easy way to do this? I need the value in this string for the var djLast = '45.11'; script Language=javascript src=/DJCom/Includes/JavaScript/PortalStyle/bDetection.js/script SCRIPT Language=JavaScript

[PHP] csv inssue

2004-09-24 Thread Dustin Wish with INDCO Networks
I was curious if anyone could help me. I need to write an insert to take data from a csv file to put into a MySQL db. I am not sure know to parse out 5 items of the string at a time i.e. (1,2,3,4,5,1,2,3,4,5,1...etc) so that the five putted items get inserted everytime. Like: insert into

RE: [PHP] csv inssue

2004-09-24 Thread Dustin Wish with INDCO Networks
Go it fixed. I used the same code to a degree, but use the array items as needed by just accessing $val[1], $val[2] etc. so if I need a custom select with in the loop I access the array Insert into mytable (item,product) values ($val[1],$val[2]); Dustin Wish System Engineer Programmer INDCO

RE: [PHP] Secret Codes in Spam and PHP

2004-09-16 Thread Dustin Wish with INDCO Networks
We should make that the new X-files movie. When good mail goes SPAM! Dustin Wish System Engineer Programmer INDCO Networks Pres. OSSRI Pres. WTA Arkansas Do not go where the path may lead, go instead where there is no path and leave a

[PHP] PDF generator?

2004-06-17 Thread Dustin Wish with INDCO Networks
I have a PDF that I need to insert values into from a web form. I would like to input directly into the PDF from the web. Any pointers to the right direction? Dustin Wish System Engineer Programmer INDCO Networks Pres. OSSRI Pres. WTA Arkansas

[PHP] Behind the scenes coding?

2004-03-14 Thread Dustin Wish with INDCO Networks
I have been looking everywhere for any tips or tutorials on posting to separate websites and parsing the return values for input into a mysql db. I understand parsing html pages, but not how to post to a form on a different site and once the values are returned parse and redirect. I have read

[PHP] behind the scenes coding?

2004-03-14 Thread Dustin Wish with INDCO Networks
I have been looking everywhere for any tips or tutorials on posting to separate websites and parsing the return values for input into a mysql db. I understand parsing html pages, but not how to post to a form on a different site and once the values are returned parse and redirect. I have read