| Line | Code /home1/eventsma/public_html/reliance/includes/util.php |
|---|
| 377 |
<?php
|
| 378 |
if (ini_get('allow_url_fopen'))
|
| 379 |
{
|
| 380 |
<?php ini_set('user_agent', $user_agent);
|
| 381 |
<?php $retval = file_get_contents($aUrl);
#0 file_get_contents(http://www.iamlookingfor.net.in/rss.php?category=6) called at [/home1/eventsma/public_html/reliance/includes/util.php:381]
#1 esynUtil.getPageContent(http://www.iamlookingfor.net.in/rss.php?category=6) called at [/home1/eventsma/public_html/reliance/includes/config.inc.php(390) : eval()'d code:11]
#2 eval() called at [/home1/eventsma/public_html/reliance/includes/config.inc.php:390]
#3 esynConfig.startHook(bootstrap) called at [/home1/eventsma/public_html/reliance/includes/view.inc.php:275]
#4 require_once(/home1/eventsma/public_html/reliance/includes/view.inc.php) called at [/home1/eventsma/public_html/reliance/listings.php:47] WARNING file_get_contents(http://www.iamlookingfor.net.in/rss.php?category=6) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found\r\n |
| 382 |
<?php ini_restore('user_agent');
|
| 383 |
}
|
| 384 |
elseif (extension_loaded('curl'))
|
| 385 |
{
|
| 386 |
// Get page contents via cURL module
|