Jump to content

Jupeto

Members
  • Posts

    225
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Jupeto

  1. Got an error while reading maps after encrypting GRF

     

    [Status]: Loading maps (using GRF files)...
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'
    [Warning]: map_gat2cell: unrecognized gat type '-842150451'

     

  2. Hi guys, I'm here to ask some insights of what is needed or if there are any correct process to integrate social signon in FluxCP

     

    So right now I have this idea to create a SSO for fluxcp but I'm not quite sure for the right process... So I'm asking you guys to at least help me think

     

    Facebook, twitter, google is my proposed implementation

  3.  

    Sorry to bump this, but I've already updated the link to a new repository hosted in GitLab together with a new documentation on how to install this addon.

     

    https://gitlab.com/carloquilala/fluxbb

     

    NOTE: Some of the functions are not yet stable. I still need to look through the whole process, please bare with me  :D

    there is a bug when you click the Administration on your fluxcp you will get this error. "Unauthorized" and it will redirect you to home. but when you view this Administration via fluxbb link you can access it. only on fluxcp

     

    It is not a bug, please make sure that you've set the correct access level for this page

     

    'fluxbb' => array(
                'admin_bans'  => AccountLevel::ADMIN,
                'admin_categories' => AccountLevel::ADMIN,
                'admin_censoring' => AccountLevel::ADMIN,
                'admin_forums' => AccountLevel::ADMIN,
                'admin_groups' => AccountLevel::ADMIN,
                'admin_index' => AccountLevel::ADMIN,
                'admin_loader' => AccountLevel::ADMIN,
                'admin_maintenance' => AccountLevel::ADMIN,
                'admin_options' => AccountLevel::ADMIN,
                'admin_permissions' => AccountLevel::ADMIN,
                'admin_reports' => AccountLevel::ADMIN,
                'admin_statistics' => AccountLevel::ADMIN,
                'admin_users' => AccountLevel::ADMIN,
                'db_update'         => AccountLevel::ADMIN,
                'index'  => AccountLevel::ANYONE,
                'install'  => AccountLevel::ADMIN,
    ),

    and the access level of the currently logged in user

  4. Fixed on r22

     

     

    -$p = (!$params->get('p')) || $params->get('p') <= 1 || $params->get('p') > $num_pages) ? 1 : intval($params->get('p'));
    +$p = (!$params->get('p') || $params->get('p') <= 1 || $params->get('p') > $num_pages) ? 1 : intval($params->get('p'));
  5. I see http://127.0.0.1/ro?module=fluxbb (missing '/' after ro)

     

    change it to http://127.0.0.1/ro/?module=fluxbb

     

    One very important thing to remember is that the base URL must be identical on what you see in your browser's address bar

     

    if you see http://local_domain.com/ro/?module=fluxbb in your browser's address bar, the base URL must be http://local_domain.com/ro/?module=fluxbb too

    but if you see http://local_domain.com/ro/?module=fluxbb in your browser's address bar, and the base URL was set to http://127.0.0.1/ro/?module=fluxbb

     

    That bad referrer message will obviously comes out.

  6. What?

     

    it works not the login screen?



    Here you go

     

    You may use this diff bu mostly recommended on all fresh install of FluxCP

     

    https://github.com/jupeto/fluxbb/tree/master/diff-files

    thanks it works not the login screen.



    this is the last issue that i had.

     

    >> 

    Info
    Bad HTTP_REFERER. You were referred to this page from an unauthorized source. If the problem persists please make sure that 'Base URL' is correctly set in Admin/Options and that you are visiting the forum by navigating to that URL. More information regarding the referrer check can be found in the FluxBB documentation.

     

     

    Wrong Base URL you got there... it must be http://127.0.0.1/ro/?module=fluxbb

     

    Logout

    Update your fluxbb config table's o_base_url, change the value to http://127.0.0.1/ro/?module=fluxbb then delete all .php files inside fluxbb/cache folder

    Login using your admin account

  7. Info
    Bad HTTP_REFERER. You were referred to this page from an unauthorized source. If the problem persists please make sure that 'Base URL' is correctly set in Admin/Options and that you are visiting the forum by navigating to that URL. More information regarding the referrer check can be found in the FluxBB documentation.



    This usually happens when the base URL set in your fluxbb does not match the current http referrer you are accessing.

    in my local host I set my fluxbb base URL in administration option page like this http://localhost:8888/fluxcp/trunk/?module=fluxbb, I have a port 8888 and my FluxCP was installed in fluxcp/trunk directory. In your case, try changing the base URL to http://127.0.0.1/ro/?module=fluxbb and access the forum as 127.0.0.1 not localhost

    Server error
    The website encountered an error while retrieving http://127.0.0.1/ro/?module=account&action=changepass. It may be down for maintenance or configured incorrectly.
    Here are some suggestions:
    Reload this webpage later.
    HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.



    I have updated the how to page in my site http://artworx.juplo.com/?module=fluxbb&action=howto
    Now do revert all files inside modules/account folder and follow the procedure again

    and sir after i login on your demo site. when i close the site and try to visit it again i got Error / FluxBB


    It's because of my current host, I noticed that too :(

     

    Re-download or svn update your fluxbb addon, I have updates committed on it just now

  8.  

    logo.png
     
    FluxBB is an open source addon that integrates FluxCP into FluxBB forum engine by http://fluxbb.org
     
    Unlike many forum softwares, FluxBB is designed to be smaller and lighter without many of the less essential features. Often features which aren't included in the core are implemented by the community and released as modifications. The below feature list shows what features are included in a standard install of FluxBB.
     
    For more features and what is supports in detail, you may found it at http://fluxbb.org/about/features.html
     

    wow thanks for this.

    sir how can i make it just like on yours? the forum was included on your fluxcp not bring you on the page.

    sir there is a problem regarding on clicking the login or register.

    it redirect me to this none existing page.

     

    fluxcp/trunk/?module=account&action=login

     

    fluxcp/trunk? this is not the location of my fluxcp

    there is a bug sir on your themes\default\fluxbb\header.php

     

    if ($pun_user['is_guest'])
    {
    	$links[] = '<li id="navregister"'.((PUN_ACTIVE_PAGE == 'register') ? ' class="isactive"' : '').'><a href="/fluxcp/trunk/?module=account&action=create">'.$lang_common['Register'].'</a></li>';
    	$links[] = '<li id="navlogin"'.((PUN_ACTIVE_PAGE == 'login') ? ' class="isactive"' : '').'><a href="/fluxcp/trunk/?module=account&action=login">'.$lang_common['Login'].'</a></li>';
    }
    else
    {
    	$links[] = '<li id="navprofile"'.((PUN_ACTIVE_PAGE == 'profile') ? ' class="isactive"' : '').'><a href="?module=fluxbb&action=profile&id='.$pun_user['id'].'">'.$lang_common['Profile'].'</a></li>';
    
    	if ($pun_user['is_admmod'])
    		$links[] = '<li id="navadmin"'.((PUN_ACTIVE_PAGE == 'admin') ? ' class="isactive"' : '').'><a href="?module=fluxbb&action=admin_index">'.$lang_common['Admin'].'</a></li>';
    
    	$links[] = '<li id="navlogout"><a href="/fluxcp/trunk/?module=account&action=logout" onclick="return confirm(\'Are you sure you want to logout?\')">'.$lang_common['Logout'].'</a></li>';
    }
    

     

    the /fluxcp/trunk/ should not be included there.

     

    and also i've noticed that i cannot login on the forum. i also try it on your sample. same i can't login on the forum.

     

    Register and login links in header already fixed. Thank you

     

    In regards to the creation of an account, sorry but I forgot to update the create.php in my live host :D it's already updated now. I'm working now on account sync plugin

     

    what do you mean by this?

    sir how can i make it just like on yours? the forum was included on your fluxcp not bring you on the page.

  9. logo.png

     

    FluxBB is an open source addon that integrates FluxCP into FluxBB forum engine by http://fluxbb.org

     

    Unlike many forum softwares, FluxBB is designed to be smaller and lighter without many of the less essential features. Often features which aren't included in the core are implemented by the community and released as modifications. The below feature list shows what features are included in a standard install of FluxBB.

     

    For more features and what is supports in detail, you may found it at http://fluxbb.org/about/features.html

     


    • Upvote 2
  10. Hello,

    I think this might help

    http://rathena.org/b...ed/#entry149612

    Goodluck

    that fix is for members who use eAthena SQL tables and a RE version of FluxCP ( CalciumKid / Xantara )

    @VincentPaul

    Use the version of either CalciumKid's and Xantara's, but if you want to stick on your current version, temporarily try the following method;

    1. open fluxcp\lib\Flux\LoginServer.php
      find: ( around line 182 )
      $sql = "INSERT INTO {$this->loginDatabase}.login (userid, user_pass, email, sex, level, birthdate) VALUES (?, ?, ?, ?, ?, ?)";
      replace with:
      $sql = "INSERT INTO {$this->loginDatabase}.login (userid, user_pass, email, sex, group_id, birthdate) VALUES (?, ?, ?, ?, ?, ?)";

      Save and exit
    2. open fluxcp\lib\Flux\SessionData.php
      find:
      $sql .= "WHERE login.sex != 'S' AND login.level >= 0 AND login.userid = ? LIMIT 1";
      replace with:
      $sql .= "WHERE login.sex != 'S' AND login.group_id >= 0 AND login.userid = ? LIMIT 1";

      Save and exit

    Code fix above is just for creating a new account and logging in an account. That won't fix future errors related to an account. There are lots of files to update.

  11. nice work Jupeto. I like the interface (especially the theme in the second one )

    Thanks for the compliment ^__^

    @GreenBox, Just 1 question... are you planning to use some of the curret RO GUI or you're planning to have it something like this?

    3Kpk7.jpg

×
×
  • Create New...