Viewing 7 replies - 1 through 7 (of 7 total)
  • Drake

    (@marcoragogna)

    I need it too urgently, I am migrating a local site online and I need this mod to finish the work.

    Can someone please sent it to:

    [ redacted, support is offered via the forums and not e-mail ]

    Thank you in advance

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Please don’t post e-mail addresses on these forums, they give one of the forum moderators a spasm of pain.

    If it’s not available and the authors site is down then it’s not available. I’m sorry but that’s really all there is to it if you can’t find it elsewhere.

    Yeah I’m having the same issue. I was trying all night to find an alternate site to download it from with no luck. I’m hoping they bring the site back up soon.

    I really hope they get their site going ASAP. I started fiddling around with this a week or two back and have a few questions I hope they can answer.

    Anyway I did get the AutoMOD file needed before they went down.

    wp-united-release-phpbb.zip

    This should get you going. Just load that ZIP in with AutoMOD.

    Hope that helps.

    You’re a life saver IILLC.

    I got the following error, any thoughts?

    includes/functions_user.php

    Find

    function validate_username($username, $allowed_username = false)

    Replace With

    if(!function_exists('validate_username') && (!defined('WPU_BLOG_PAGE')))
    {
    	function validate_username($username, $allowed_username = false)
    	{
    		return phpbb_validate_username($username, $allowed_username);
    	}
    }
    function phpbb_validate_username($username, $allowed_username = false)

    The Find specified by the MOD could not be found

    Basically the line

    function validate_username($username, $allowed_username = false)

    Does not exist. Is this important?

    IILLC, thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Where to download the modification package while the site is down?’ is closed to new replies.