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 11 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 2 of 2
Goto page Previous  1, 2
Multiheadline
Message Author
Reply with quote
Post Posted: Sunday 09 March, 2008 19:36

I have just sent an email to the webmaster site which provides the file rss, to know if it could not force it in UTF8. What would solve the problem.

View user's profile Send private message
Reply with quote
Post Posted: Sunday 09 March, 2008 19:52

Indeed while looking at quickly, the file “functions.php” is not completely similar.

For example in the file of this site, we have with line 605:

Code:
if (($contents=file_get_contents($rss)) <> false) {


Then when in the file of the phpnuke of Stefvar we have towards the same line:

Code:
   $parsedf = parse_url($rss);
   $con = @fsockopen($parsedf['host'], 80, $errno, $errstr, 30);
   if ($con) {
       if ($parsedf['query'] !== '') {
           $parsedf['query'] = "?" . $parsedf['query'];
      } else {
           $parsedf['query'] = '';     
      }
       fputs($con, "GET " . $parsedf['path'] . $parsedf['query'] . " HTTP/1.0\r\n");
       fputs($con, "HOST: " . $parsedf['host'] . "\r\n\r\n");
       $contents   = "";
       while(!feof($con)) {
          $contents .= trim(fgets($con));
       }
       fputs($con,"Connection: close\r\n\r\n");
       fclose($con);
//if (($contents=file_get_contents($rss)) <> false) {


From another line differs a little

View user's profile Send private message
Reply with quote
Post Posted: Sunday 09 March, 2008 20:00

it's a pity that one cannot publish our posts, Ca would avoid the flood.

Thus I put the file functions.php site at the place of that changed by Stefvar, and Oh miracle it goes.

Can you try my site ?

View user's profile Send private message
Reply with quote
Post Posted: Sunday 09 March, 2008 21:12

Quote:
it's a pity that one cannot publish our posts, Ca would avoid the flood.

I'm not sure I understand this... sorry Sad ...but I'm glad everything has been sorted out....and yes your site looks great[I mean the accents].

What Stef did was to circumvent the problem raised when the allow_url_fopen directives is set to OFF in php.ini as described here and he did very well.

View user's profile Send private message Visit poster's website
Reply with quote
Post Posted: Sunday 09 March, 2008 21:18

What I wanted to say :

I can't edit my post so i'm do a multi post in this forum Very Happy

View user's profile Send private message
Reply with quote
Post Posted: Sunday 09 March, 2008 21:41

As regards the modification in the phpnuke of Stef even if it made very well, which I do not doubt, it is well that which is at the origin of my problem.

View user's profile Send private message
Display posts from previous:
This topic is locked: you cannot edit posts or make replies. Page 2 of 2
Goto page Previous  1, 2
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.28 Seconds