UMIL Installer With Out Being Logged In

Mods, snippets and styles postet and supported by the users
Forum rules
As the forum title says this is for User Contributions
Post a support request in this forum and you will be banned!
Locked
Blue Blood
BBCoder II
BBCoder II
Posts: 20
Joined: 19 Oct 2011, 01:31
BBCodes: 12

UMIL Installer With Out Being Logged In

Post by Blue Blood »

You can't install a umil installer with out being login.

But here is a simple work around.

Make sure you add the edits back before you go live with your board..
This will create a huge whole in phpbb security!!

OPEN: umil/umil_auto.php

FIND: Delete or Comment Out

Code: Select all

    // Display a login box if they are not logged in
    if (!$user->data['is_registered'])
    {
       login_box();
    }

FIND: Delete or Comment Out

Code: Select all

    // Check after initiating UMIL.
    if ($user->data['user_type'] != USER_FOUNDER)
    {
       trigger_error('FOUNDERS_ONLY');
    }
Now you can install a UMIL installer with out being logged in!!
User avatar
RMcGirr83
BBCoder III
BBCoder III
Posts: 104
Joined: 08 Mar 2010, 13:17
Favourite MOD: mChat
Contact:

UMIL Installer With Out Being Logged In

Post by RMcGirr83 »

Why would one want to do this...makes no sense.
Blue Blood
BBCoder II
BBCoder II
Posts: 20
Joined: 19 Oct 2011, 01:31
BBCodes: 12

UMIL Installer With Out Being Logged In

Post by Blue Blood »

I once installed a mod and after which I could not login....
With out being logged in I was unable to uninstall it.

With this I was able to uninstall the mod..

I know I'm not the only person that has had this problem...

This will help you if you ever come across this issue...
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 814
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

UMIL Installer With Out Being Logged In

Post by Steve »

$cookies ans browser session issues ,delete them or tell the umil file creator to fix it!
NAPWR wrote: Nice, Stoker is Hot
download/file.php?id=2327&mode=view
Blue Blood
BBCoder II
BBCoder II
Posts: 20
Joined: 19 Oct 2011, 01:31
BBCodes: 12

UMIL Installer With Out Being Logged In

Post by Blue Blood »

i would guess delete them........ it wont be an issue if you log out first...

Like I said I used this a few times when I installed a mod and it wouldn't let me login
so if your testing this make sure you are logged out....
Locked