PHP-Nuke Services - Addons, Modules, Blocks Vizitati www.westdesign.ro Select Interface Language:EnglishRomanian
  Login or Register HomeForumsDownloadsYour AccountWeb LinksContact   
SectionsShow\Hide
MultiheadlinesShow\Hide
LoginShow\Hide
~ Welcome, alien
Nickname Password
(Register)

~ Membership:

Greetings to the newest member jincesoft
~ New Today: 0
~ New Yesterday: 0
~ Overall: 4306

~ People Online:
~ Visitors: 9
~ Members: 0
~ Total: 9
~Aikon is offline
on Yahoo Msg.
Link to meShow\Hide

aikons.net
Search in FeedsShow\Hide
Search in feeds
HistoryShow\Hide
On 9 February


Speed Up   Pause   Speed Down
DictionaryShow\Hide
Enter the word

Romanian users only

- aikons.net - PHP-Nuke Services Forum Index


This topic is locked: you cannot edit posts or make replies. Page 1 of 1
bug Multiheadlines 2.0.5
Message Author
Reply with quote
Post Posted: Friday 12 January, 2007 12:56

i have a error on log file

[11-Jan-2007 08:16:05] PHP Warning: file_get_contents(Inserisci feed url) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in /home/unime1/public_html/portal/modules/Multiheadlines/functions.php on line 608

Code:

if (($contents=file_get_contents($rss)) <> false) {
$pubdate="";      
$infos = explode(" ",$contents);
$enc=explode("=", $infos["2"]);
$encoding = strtoupper(eregi_replace("\"", "", trim($enc["1"])));


View user's profile Send private message
Reply with quote
Post Posted: Friday 12 January, 2007 13:05

"file_get_contents(Inserisci feed url)"

???

What url is this "Inserisci feed url"?

That's why you get that error, this is not a bug it's just your personal mistake!!!

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Friday 12 January, 2007 13:25

I have resolved the problem

I have inserted this in order to resolve the problem:

Code:

if (eregi("functions.php", $_SERVER['PHP_SELF'])) {
    Header("Location: index.php");
    die();
}


View user's profile Send private message
Reply with quote
Post Posted: Friday 12 January, 2007 13:35

What you did, doesn't have anything to do with "the bug". It's just a method against direct acces.

"The bug" was not a problem. As I said that was your personal mistake.

View user's profile Send private message Visit poster's website
Display posts from previous:
This topic is locked: you cannot edit posts or make replies. Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Page Generation: 0.37 Seconds