Hi,
Is there any way to send an ICMP ping (or packet) from PHP?
(without using exec("ping")!!)
Regards,
- James
Editor, VB Web
==
Web - http://www.vbweb.co.uk
Email - [EMAIL PROTECTED]
ICQ# - 60612011
Fax - +44(0)8707052859
==
--
PHP General Maili
Hi,
I would like to perform a traceroute with PHP. However, my ISP
has disabled the traceroute command normally available in
/usr/sbin/traceroute. Is there any other way?
Regards,
- James
Editor, VB Web
==
Web - http://www.vbweb.co.uk
Email - [EMAIL PROTECTED]
ICQ# -
Hi,
I'm trying to write a port scanner similar to
http://scan.sygatetech.com to expose security holes in a PC or server.
However, I can't figure out how to perform an ICMP ping. Does anyone
know how?
Regards,
- James
Editor, VB Web
==
Web - http://www.vbweb.co.uk
Email
Hi,
I am using fsockopen and fread to get the contents of a file on
a server. Everything seems to work fine, except for one url. Opening
http://ad-adex3.flycast.com/server/img/3327812_VBWeb/11196014_Restofsite
/999
Works fine, however,
http://www.burstnet.com/cgi-bin/ads/ad8747a.cgi?uniq=9
Hi,
Could someone please point out where I've gone wrong with this regular
expression...?
$body="http://www.fred.com\";>my test or here";
$body=eregi_replace ("([^\\[]*)","[url=\"\\1\"]\\2[/url]",$body);
#$body should now be
[url="http://www.fred.com"]my test[/url] or
[url="/show.asp?id=
I would recommend Developers Pad (http://www.developerspad.com/). It's free
and open source. OK, I am the author, but I've had lots of positive comments
about it :-)
Regards,
- James
Editor, VB Web
==
Web - http://www.vbweb.co.uk
Email - [EMAIL PROTECTED]
ICQ# - 60612011
Fax
Hi,
I've hit a little problem... When retreiving large TEXT data (equivilant to
MySQL's MEDIUMTEXT) from a MS SQL database using PHP, the data becomes
truncated after 4,095 bytes. I have tried connecting both with ODBC, and the
MsSQL php functions, but to no avail. It works fine in ASP ;-)
How about Developers Pad? It's free, and open source ;-) (but unfortunately
for windows only)
http://www.developerspad.com/
Regards,
- James
Editor, VB Web
==
Web - http://www.vbweb.co.uk
Email - [EMAIL PROTECTED]
ICQ# - 60612011
Fax - +44(0)8707052859
==
>
Hi,
I've been having some very wierd problems using arrays and the database
functions for mysql_fetch_array and mssql_fetch_array. (Running on Windows
2000). Please see the comments in the code below.
#connect to the ms sql db
#(the problem also occurs when using a mysql db)
$connsrc = ms
You might also want to try a freeware & opens ource editor I am
developing, called Developers Pad
http://www.developerspad.com/
Regards,
- James
Editor, VB Web
==
Web - http://www.vbweb.co.uk
Email - [EMAIL PROTECTED]
ICQ# - 60612011
==
>
> > -Or
Hi,
I have a web directory which allows sub-categories to an unlimited level.
This is done with a categories table, and assigning a parentid to each...
For example
ID ParentIDName
10 Products
21 Sub-Category of Products (Level 1)
31 Another
Hi,
I've written a recursive stored procedure in MS SQL, which returns a number
of result sets (ie 3 different recordsets rather than the usual 1). How can
I access the other result sets in php?
Regards,
- James
Editor, VB Web
==
Web - http://www.vbweb.co.uk
Email - [E
You might also be interested in Developers Pad
http://www.developerspad.com/
It's free and open source too ;-)
Regards,
- James
Editor, VB Web
==
Web - http://www.vbweb.co.uk
Email - [EMAIL PROTECTED]
ICQ# - 60612011
==
> -Original Message-
> From: al
Dear All,
Given the recent discussion regarding a PHP editor, I thought you would
like to know that VB Web Development have finally released Developers Pad
BETA 2. This program is open source, and free. It's features include syntax
highlighting (fully customizable), powerful project view,
Hi,
I want to spread the results of a recordset over a number of pages. In ASP,
I would have opened a connection with a client-side cursor... but with PHP
(using it's ODBC functions), it only seems to be able to execute an SQL
statement, and return all the results... which isn't very effic
Hi,
I have a problem (!). I am using an MS SQL db, which returns a date field.
How can I format this using the date() function? ie how can I convert the
date to a Unix timestamp? I know you can use the mktime() function, but in
which case, how can I get the day/month/year etc from the ms s
Hi,
When using ASP, I frequently reference virtual path such as
However, the PHP include() function doesn't seem to support this... What
can I do? I don't want to have to change the reference to reflect its
position in the site by adding ../ for every script.
Regards,
-
17 matches
Mail list logo