[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Cheshire Cat Computing Software support and information 2012-01-18T23:03:21+13:00 http://www.steveshipway.org/forum/feed.php?f=4&t=1024 2012-01-18T23:03:21+13:00 2012-01-18T23:03:21+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1024&p=13219#p13219 <![CDATA[Re: multiple IPs with UPDown]]> here is my .php file for other peoples.

<?php

$user_name = "root";
$password = "mypassword";
$database = "mydatabase";
$server = "127.0.0.1";
$db_handle = mysql_connect($serve, $user_name, $password);
$db_found = mysql_select_db($database,$db_handle);

if ($db_found) {

$SQL = "SELECT IP FROM mydbtable LIMIT 0, 254";
$result = mysql_query($SQL);

while ($row = mysql_fetch_row($result)) {
foreach($row as $cell) ;

$cgi = "<IMG src=/cgi-bin/updown.cgi?host=".$cell." &mode=icmp>" ;
echo "<table border='1'>
<tr>
<td> .$cell. </td>
<td> .$cgi. </td>
</tr>
</table>";
}
mysql_close($db_handle);
}
else {
print "Database NOT Found ";
}


with the help of this .php file I am able to see which IP of my network is UP and which one is DOWN. all IPs read from mysql database.

Rizwan.

Statistics: Posted by netguy2000 — Wed Jan 18, 2012 11:03 pm


]]>
2011-12-12T23:02:47+13:00 2011-12-12T23:02:47+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1024&p=13000#p13000 <![CDATA[Re: multiple IPs with UPDown]]> Statistics: Posted by Jennyknight — Mon Dec 12, 2011 11:02 pm


]]>
2007-02-23T02:57:46+13:00 2007-02-23T02:57:46+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1024&p=6977#p6977 <![CDATA[multiple IPs with UPDown]]>
anyone need this plzz contact me on this fourm.

Rizwan.

Statistics: Posted by netguy2000 — Fri Feb 23, 2007 2:57 am


]]>
2006-12-21T20:38:49+13:00 2006-12-21T20:38:49+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1024&p=6813#p6813 <![CDATA[multiple IPs with UPDown]]> Statistics: Posted by netguy2000 — Thu Dec 21, 2006 8:38 pm


]]>
2006-12-21T11:20:55+13:00 2006-12-21T11:20:55+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1024&p=6811#p6811 <![CDATA[multiple IPs with UPDown]]> Statistics: Posted by stevesh — Thu Dec 21, 2006 11:20 am


]]>
2006-12-20T20:22:12+13:00 2006-12-20T20:22:12+13:00 http://www.steveshipway.org/forum/viewtopic.php?t=1024&p=6807#p6807 <![CDATA[multiple IPs with UPDown]]> Statistics: Posted by netguy2000 — Wed Dec 20, 2006 8:22 pm


]]>