Giter VIP home page Giter VIP logo

webengine's People

Contributors

amarillonmc avatar instacore avatar lautaroangelico avatar przemekblasiak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

webengine's Issues

Getting this error when trying to enter localhost

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, string given in C:\xampp\htdocs\includes\functions.php:15 Stack trace: #0 C:\xampp\htdocs\includes\functions.php(276): check_value('') #1 C:\xampp\htdocs\includes\webengine.php(117): webengineConfigs() #2 C:\xampp\htdocs\index.php(20): include_once('C:\xampp\htdocs...') #3 {main} thrown in C:\xampp\htdocs\includes\functions.php on line 15

Resets ranking order

$result = $this->mu->query_fetch("SELECT TOP ".$this->_results." "._CLMN_CHR_NAME_.","._CLMN_CHR_CLASS_.","._CLMN_CHR_RSTS_.","._CLMN_CHR_LVL_.","._CLMN_CHR_MAP_." FROM "._TBL_CHR_." WHERE "._CLMN_CHR_NAME_." NOT IN(".$this->_rankingsExcludeChars().") AND "._CLMN_CHR_RSTS_." > 0 ORDER BY "._CLMN_CHR_RSTS_." DESC");

Player's level needs to be added as secondary order value

Regarding how the official plugins load language files

In all of the officially provided plugins loader.php, there are this snippet that decides which language to load:
(Example Taken from Change Class Plugin)

// language phrases
if(file_exists(__PATH_CHANGECLASS_ROOT__ . 'languages/'.config('language_default', true).'/language.php')) {
	// attempt to load same language as website
	if(!@include_once(__PATH_CHANGECLASS_ROOT__ . 'languages/'.config('language_default', true).'/language.php')) throw new Exception('Error loading language file (changeclass).');
} else {
	// load default language file (en)
	if(!@include_once(__PATH_CHANGECLASS_ROOT__ . 'languages/en/language.php')) throw new Exception('Error loading language file (changeclass).');

 }

However, it only checks for the language_default value in the configs, and not $_SESSION['language_display'], which means even if a translation is provided by populating the language.php file, and the user switched to said language, the plugin language will still be in the language_default value, defeating the purpose of multi-language.

Please advise, thanks.

Tela de downloads nao carrega

Para quem estiver com problema na tela de downloads nao carregar, tem um bug no codigo que pode ser resolvido fazendo a seguinte alteração.

Acesse a pasta Modules.
Abra o arquivo downloads.php

Procure pelas seguintes variáveis:

$downloadCLIENTS = ''; $downloadPATCHES = ''; $downloadTOOLS = '';

Altere para:

$downloadCLIENTS = []; $downloadPATCHES = []; $downloadTOOLS = [];

Salve o arquivo.

A tela de downloads passara a mostrar a lista de arquivos para download.

X-Team, MuEmu, Louis problem with skillresettree

Hello there, like it's says in the title, for me there is a problem regarding skillresettree, in the website it's says the skill tree was reset but in the game the points are still there, I checked the database and it is ok, and I did not change anything in the website modules.

Can anyone help me or confirm this problem?

iis installation

Hello, i tried to run this in IIS but having issue with ROOT_DIR pointing to http://my_ip**c/inetpub/wwwroot/**templates/default/css/castle-siege.css

i tried to change this but it says can't define functions after swapping. any suggestion? thanks

No connect the error message shows the username and password for the MSSQL

When there is no connect the error message shows the username and password for the MSSQL server.

Warning: Uncaught PDOException: SQLSTATE[08001] SQLDriverConnect: 17 [Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server in ******\webengine\includes\classes\class.database.php:25 Stack trace: #0 *****\webengine\includes\classes\class.database.php(25): PDO->__construct('odbc:Driver={SQ...') #1 *******\webengine\includes\webengine.php(141): dB->__construct('*********', '1433', 'MuOnline', 'sa', '*********', '3') #2 ********\webengine\index.php(20): include_once('...................') #3 {main} thrown in *****************\webengine\includes\classes\class.database.php on line 25

Inject Admincp

For some reason the module can be inject and get the sql details and admincp

kor

Is there any way to use Korean? I don't know how to solve it because some functions don't work and the letters are broken even if I translate it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.