MyBB Community Forums

Full Version: Hide / remove navigation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to get this hack working again?

http://community.mybboard.net/thread-16700.html
Look for
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";


Change it into
if(basename($_SERVER['PHP_SELF']) != "index.php")
{
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";
}
(2008-08-09, 05:51 PM)LeX- Wrote: [ -> ]Look for
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";


Change it into
if(basename($_SERVER['PHP_SELF']) != "index.php")
{
$navbits[0]['name'] = $mybb->settings['bbname_orig'];
$navbits[0]['url'] = $mybb->settings['bburl']."/index.php";
}
If i change that the url http://www.labradortalk.nl/search.php?action=getdaily is not working probably anymore (at the top of the forum).
(2006-05-31, 09:54 AM)Chris Boulton Wrote: [ -> ]MyBB is a copyrighted product produced and copyrighted to the MyBB Group. MyBB should be treated like any other piece of copyrighted material. You are bound by the MyBB End User License Agreement (EULA) in regards to what you can and cannot do.

You may not remove the MyBB copyright and powered by lines placed anywhere throughout the script of the MyBB templates. It must be clearly visible at the bottom of the board.

At a minimum, the copyright must read:

"Powered by MyBB, © 2008 MyBB Group"

Users who remove or hide the copyright and powered notices will face full prosecution under copyright law. Do not think you are safe, it is easy for us to establish boards running MyBB without the copyright in place.

When we establish that the copyright or powered by lines are missing, the administrator of the site is contacted with a cease and desist notice asking that the copyright be put back in place or MyBB be removed from their server. From this time, the user has 72 hours (3 days) to comply with our requests. After an additional 4 days (making it a week), the host of the site is contacted asking the forceful removal of MyBB from their servers. Failure for a web host or the site administrator to comply within this time will result in the MyBB Group being legally assisted to prosecute the site administrator.