>>
Site Map
>>
Forums
>>
General 6x
Forum module - topics in forum:
General 6x - Discussions reagarding any other PHP-Nuke Problems.
FN2.3
Hi,
Could someone explain this a bit clearer please, mainly this part:
a. if your phpnuke is in a subfolfer change $nukeurl = "http://".$_SERVER['SERVER_NAME']."";
ex. subfolder phpnuke change url like this "http://".$_SERVER['SERVER_NAME']."/phpnuke/";
My phpnuke site's address would be a subfolder:
www.mystie.net/phpn/
So how do i put that in my code from the instructions below?
Installation:
--------
1. Open fancy-nl.php ad change the vars below toyour needs
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
$nukeurl = "http://".$_SERVER['SERVER_NAME'].""; // When using phpnuke in sub folder change url below to fit
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
$nla = "2"; # 0 = No extra nl : 1 = baribas nl : 2 = La Newsletter
$news = "1"; # Use x news items : 0 = deactivate : 1 = activate
$dowl = "1"; # Use x Downloads : 0 = deactivate : 1 = activate
$webl = "1"; # Use x Web Links : 0 = deactivate : 1 = activate
$foru = "1"; # Use x Forum Topics : 0 = deactivate : 1 = activate
$groups = "1"; # Use Nsn groups : 0 = deactivate : 1 = activate
$dl = "nsngd"; # what dl module you use set to downloads, grdl, or nsngd
$sign = "Thnx,<br><br>The webmaster"; # set your default signature here can be changed when you make nl
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
a. if your phpnuke is in a subfolfer change $nukeurl = "http://".$_SERVER['SERVER_NAME']."";
ex. subfolder phpnuke change url like this "http://".$_SERVER['SERVER_NAME']."/phpnuke/";
Go out on a limb... shot in the dark...
but i would put it to
| Code: : |
| "http://".$_SERVER['SERVER_NAME']."/phpn/"; |
reply..
Hello Dirk,
I thought i would be wrong to do that.
Thanks doode!