Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

some stupid questions

Got problems with Bubba? Then this forum is for you.
Locked
rodrigo
Posts: 16
Joined: 16 Feb 2008, 10:28

some stupid questions

Post by rodrigo »

hello, i would like to thanks you all for al lyour help in the pass, and eek for helping me out by msn to fix php fusion thing.

Since i got a new router since my old one was broken by my 1,5 years old nephew that thinked it was a toyand dropped and it was broken after that playtime but his a little child so one can´t get angryat him for that, i got a new one, and it´s up and running and doing it´s thing.

I was thinking if i can change the index on port 80 and if they click on link to go to php fusion pard of the server on port 80 index, and if they click on the coopermine gallery link they go to coppermine part of the server with only one port open.

and i acces my torrent thing and my e-mail at the same time.
by the regual menu.

Thanks in advanced, greetings rodrigo, sweden.

ps. i would like to change my theme on php fusion so it´s says on the theme that´s it´s runned by bubba server, if sometone has it, pm me or e-mail it me, i pm you my e-mail of you want to send it to me or send me a link where to get if you want.
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

Hi

Yes i see no problem in doing that.

regarding the phpfusion themes
there are some sites you can get phpfusion themes
http://www.phpfusion-themes.com/news.php
http://themes.php-fusion.co.uk/news.php

to change the theme so it says it's running on the bubba server
1) change the theme_functions_include.php

Code: Select all

vi /var/www/html/phpfusion/php-files/includes/theme_functions_include.php
look for: function showcopyright (line 101)
and change to:
function showcopyright($class="") {
global $settings;
$link_class = $class ? " class='$class' " : "";
$res = "Powered by <a href='http://www.php-fusion.co.uk'".$link_class."target='_blank'>PHP-Fusion</a> copyright &copy; 2003-
2006 by Nick Jones.<br>\n";
$res .= "And <a href='http://www.excito.com'".$link_class."target='_blank'>Bubba</a> - The Mini Server.";
return $res;
}
2) sometimes it is necessary to change the theme.php, for example the Aztec theme

Code: Select all

vi /var/www/html/phpfusion/php-files/themes/Aztec/theme.php
look for: "Powered by <a href='http://www.php-fusion.co.uk' (line 97)
and change to
echo "Powered by <a href='http://www.php-fusion.co.uk' target='_blank'>PHP-Fusion</a> and <a href='http://www.excito
.com' target='_blank' class='footerlink'>Bubba</a>";
cheers
Eek
Locked