|
||||||||||||||||||||
[ 06 Sep 2010 20:12:49 ] WARNING ini_set() has been disabled for security reasons in includes/config.inc.php:107 [ 06 Sep 2010 20:12:49 ] in includes/config.inc.php:109 [ 06 Sep 2010 20:12:49 ] in includes/header.php:37 [ 06 Sep 2010 20:12:49 ] in includes/classes/esynCacher.php:180 [ 06 Sep 2010 20:12:49 ] in includes/classes/esynCacher.php:200 [ 06 Sep 2010 20:12:49 ] in includes/classes/eSyndiCat.php:38 [ 06 Sep 2010 20:12:49 ] in includes/header.php:73
| Line | Code includes/header.php |
|---|---|
| 156 |
<?php |
| 157 |
<?php define("ESYN_URL", $config->get("base").$config->get("dir")); |
| 158 |
<?php define("ESYN_MOD_REWRITE", $config->get("mod_rewrite")); |
| 159 |
<?php |
| 160 |
<?php header("X-Drectory-Script: eSyndiCat Pro v".$config->get("version"));#0 header(X-Drectory-Script: eSyndiCat Pro v2.2.06) called at [/home/enyeni/public_html/includes/header.php:160] #1 require_once(/home/enyeni/public_html/includes/header.php) called at [/home/enyeni/public_html/view-listing.php:16] WARNING Cannot modify header information - headers already sent by (output started at /home/enyeni/public_html/includes/config.inc.php:224) |
| Line | Code includes/util.php |
|---|---|
| 358 |
<?php $user_agent = 'eSyndiCat Bot'; |
| 359 |
<?php |
| 360 |
if (ini_get('allow_url_fopen')) |
| 361 |
{ |
| 362 |
<?php ini_set('user_agent', $user_agent);#0 ini_set(user_agent, eSyndiCat Bot) called at [/home/enyeni/public_html/includes/util.php:362] #1 esynUtil.getPageContent(http://news.google.com.tr/news?hl=tr&ned=us&q=yeni&ie=UTF-8&output=rss) called at [/home/enyeni/public_html/includes/config.inc.php(390) : eval()'d code:13] #2 eval() called at [/home/enyeni/public_html/includes/config.inc.php:390] #3 esynConfig.startHook(bootstrap) called at [/home/enyeni/public_html/includes/view.inc.php:259] #4 require_once(/home/enyeni/public_html/includes/view.inc.php) called at [/home/enyeni/public_html/view-listing.php:23] WARNING ini_set() has been disabled for security reasons |
| 363 |
<?php $retval = file_get_contents($aUrl); |
| 364 |
<?php ini_restore('user_agent'); |
| 365 |
} |
| 366 |
elseif (extension_loaded('curl')) |
| 367 |
{ |
|
||||||||||||||||||||