View Single Post
  #12 (permalink)  
Old 01-26-2007, 07:52 AM
qxygene qxygene is offline
Casual Pligger
 
Join Date: Jan 2007
Posts: 38
Thanks: 0
Thanked 10 Times in 4 Posts
Quote:
Originally Posted by popo View Post
I'm not seeing any external frame on the page.

Could this be a Firefox issue?
There is nothing wrong with my mood. Firefox works as well. But there is one thing.

If you updated libs/html1.php ( http://pligg.svn.sourceforge.net/vie...v&revision=622 )your frame page will be like this ;

example :

This is what pligg will send you :
http://www.qxygene.net/out.php?href=...urkey/marmaris

but it goes to

http://www.qxygene.net/out.php?url=h...key%2Fmarmaris

which is not so good

so who use this mod fix the line at updated html1.php

If ($x == "outurl") {return my_pligg_base."/out.php?url=" . rawurlencode($var1);}

to

If ($x == "outurl") {return my_pligg_base."/out.php?href=".$var1;}

REgards
__________________
www.qxygene.net
Reply With Quote