Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: DMNCms 1.2.1 - Premium Version FULL  (Visto 20715 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline baitzashul #60 Posteado: May 23, 2021, 07:04:42 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 10
  • Gracias recibida: 3
  • gb
Error

SQLSTATE[IMSSP]: This extension requires the Microsoft ODBC Driver for SQL Server to communicate with SQL Server. Access the following URL to download the ODBC Driver for SQL Server for x64: https://go.microsoft.com/fwlink/?LinkId=163712

Porta do SQL liberada, tudo correto.
Esse erro da com a PDO SQLServ, que vi em alguns vídeos ensinando a instalar

Tentei com a PDO DBLIB, mas trava no Step5 e não passa.

Alguém sabe resolver? É cPanel
If you are on cPanel that mean you need to use PDO DBLIB, for sure its on linux. Try with DBLIB, post your step5 error.


Offline ghmoraes #61 Posteado: May 23, 2021, 09:22:43 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 76
  • Gracias recibida: 219
  • br
If you are on cPanel that mean you need to use PDO DBLIB, for sure its on linux. Try with DBLIB, post your step5 error.
https://ibb.co/7kGpz7q
https://ibb.co/Vw82jhp
https://ibb.co/3WMJQzr

I make the configurations like this. all right, because I already installed others and they worked.

in step5, it is "Loading ..." and they are not. I've waited more than 20 minutes



Offline VadimashRS #62 Posteado: May 23, 2021, 05:36:51 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 92
  • Gracias recibida: 887
  • md
Я хочу посмотреть информацию о персонаже, мне выдает ошибку, как это пофиксить? please
I want to see the information about the character, I get an error, how to fix it?

Foto:
Spoiler for Hiden:
У тебя отсутствует предмет файлах, обнови ServerData и ParseServerFiles в AdminCP
Missed items in item.xml or item.txt, depends what server files you use, after add items parse server files in admincp sueno

я уже это сделал в самом начале, обновил ItemList.xml мне кажется, проблема не в этом. эта ошибка именно при просмотре персонажа

I already did it at the very beginning, updated it ItemList.xml I don't think that's the problem. this error is when viewing the character

What server season you use? make a screenshot what items are equipped on the character...


Offline snup #63 Posteado: May 23, 2021, 07:11:13 PM | Modificado: May 23, 2021, 07:14:36 PM by snup

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 13
  • Gracias recibida: 1
  • md
Я хочу посмотреть информацию о персонаже, мне выдает ошибку, как это пофиксить? please
I want to see the information about the character, I get an error, how to fix it?

Foto:
Spoiler for Hiden:
У тебя отсутствует предмет файлах, обнови ServerData и ParseServerFiles в AdminCP
Missed items in item.xml or item.txt, depends what server files you use, after add items parse server files in admincp sueno

я уже это сделал в самом начале, обновил ItemList.xml мне кажется, проблема не в этом. эта ошибка именно при просмотре персонажа

I already did it at the very beginning, updated it ItemList.xml I don't think that's the problem. this error is when viewing the character

What server season you use? make a screenshot what items are equipped on the character...

ошибка: Item file load error - item with id: 48 not found in category: 3
Вроде бы тут копать нужно: D:\xampp\htdocs\application\libraries\lib.iteminfo.php 126 строка

Code: [Select]
        // @ioncube.dk use_funcs("DmN ","cms", "DmN") -> "DmNDmNCMS110Stable" RANDOM
        public function setItemData($id = false, $type = false, $size = 32)
        {
            static $data = [];
            if(!isset($data[$type]))
                $data[$type] = $this->serverfile->item_list($type, $size)->get('items');
            if($data[$type] !== false){
                if($id !== false){
                    if(array_key_exists($id, $data[$type])){
                        $this->item_data = $data[$type][$id];
                        return true;
                    } else{
                        writelog('Item file load error - item with id: ' . $id . ' not found in category: ' . $type, 'system_error');
                        throw new Exception('Item file load error - item with id: ' . $id . ' not found in category: ' . $type);
                    }
                } else{
                    $this->item_data = $data[$type];
                    return true;
                }
            } else{
                writelog('Item file load - error category with id: ' . $id . ' not found', 'system_error');
                throw new Exception('Item file load error - category with id: ' . $id . ' not found');
            }
            return false;
        }


Файлы сервера эти https://tuservermu.com.ve/index.php?topic=37779.0
Фото
Spoiler for Hiden:




Я пробовал ставить и 6 сезон все тоже самое.  sueno

Gracias:


Offline VadimashRS #64 Posteado: May 24, 2021, 10:06:08 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 92
  • Gracias recibida: 887
  • md
Spoiler for Hiden:
Я хочу посмотреть информацию о персонаже, мне выдает ошибку, как это пофиксить? please
I want to see the information about the character, I get an error, how to fix it?

Foto:
Spoiler for Hiden:


У тебя отсутствует предмет файлах, обнови ServerData и ParseServerFiles в AdminCP
Missed items in item.xml or item.txt, depends what server files you use, after add items parse server files in admincp sueno

я уже это сделал в самом начале, обновил ItemList.xml мне кажется, проблема не в этом. эта ошибка именно при просмотре персонажа

I already did it at the very beginning, updated it ItemList.xml I don't think that's the problem. this error is when viewing the character

What server season you use? make a screenshot what items are equipped on the character...

ошибка: Item file load error - item with id: 48 not found in category: 3
Вроде бы тут копать нужно: D:\xampp\htdocs\application\libraries\lib.iteminfo.php 126 строка

Code: [Select]
        // @ioncube.dk use_funcs("DmN ","cms", "DmN") -> "DmNDmNCMS110Stable" RANDOM
        public function setItemData($id = false, $type = false, $size = 32)
        {
            static $data = [];
            if(!isset($data[$type]))
                $data[$type] = $this->serverfile->item_list($type, $size)->get('items');
            if($data[$type] !== false){
                if($id !== false){
                    if(array_key_exists($id, $data[$type])){
                        $this->item_data = $data[$type][$id];
                        return true;
                    } else{
                        writelog('Item file load error - item with id: ' . $id . ' not found in category: ' . $type, 'system_error');
                        throw new Exception('Item file load error - item with id: ' . $id . ' not found in category: ' . $type);
                    }
                } else{
                    $this->item_data = $data[$type];
                    return true;
                }
            } else{
                writelog('Item file load - error category with id: ' . $id . ' not found', 'system_error');
                throw new Exception('Item file load error - category with id: ' . $id . ' not found');
            }
            return false;
        }


Файлы сервера эти https://tuservermu.com.ve/index.php?topic=37779.0
Фото
Spoiler for Hiden:




Я пробовал ставить и 6 сезон все тоже самое.  sueno

ХЗ у меня всё работает
All works for mine
Spoiler for Hiden:



Gracias:


Offline snup #65 Posteado: May 24, 2021, 10:55:40 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 13
  • Gracias recibida: 1
  • md
Spoiler for Hiden:
Spoiler for Hiden:
Я хочу посмотреть информацию о персонаже, мне выдает ошибку, как это пофиксить? please
I want to see the information about the character, I get an error, how to fix it?

Foto:
Spoiler for Hiden:


У тебя отсутствует предмет файлах, обнови ServerData и ParseServerFiles в AdminCP
Missed items in item.xml or item.txt, depends what server files you use, after add items parse server files in admincp sueno

я уже это сделал в самом начале, обновил ItemList.xml мне кажется, проблема не в этом. эта ошибка именно при просмотре персонажа

I already did it at the very beginning, updated it ItemList.xml I don't think that's the problem. this error is when viewing the character

What server season you use? make a screenshot what items are equipped on the character...

ошибка: Item file load error - item with id: 48 not found in category: 3
Вроде бы тут копать нужно: D:\xampp\htdocs\application\libraries\lib.iteminfo.php 126 строка

Code: [Select]
        // @ioncube.dk use_funcs("DmN ","cms", "DmN") -> "DmNDmNCMS110Stable" RANDOM
        public function setItemData($id = false, $type = false, $size = 32)
        {
            static $data = [];
            if(!isset($data[$type]))
                $data[$type] = $this->serverfile->item_list($type, $size)->get('items');
            if($data[$type] !== false){
                if($id !== false){
                    if(array_key_exists($id, $data[$type])){
                        $this->item_data = $data[$type][$id];
                        return true;
                    } else{
                        writelog('Item file load error - item with id: ' . $id . ' not found in category: ' . $type, 'system_error');
                        throw new Exception('Item file load error - item with id: ' . $id . ' not found in category: ' . $type);
                    }
                } else{
                    $this->item_data = $data[$type];
                    return true;
                }
            } else{
                writelog('Item file load - error category with id: ' . $id . ' not found', 'system_error');
                throw new Exception('Item file load error - category with id: ' . $id . ' not found');
            }
            return false;
        }


Файлы сервера эти https://tuservermu.com.ve/index.php?topic=37779.0
Фото
Spoiler for Hiden:




Я пробовал ставить и 6 сезон все тоже самое.  sueno

ХЗ у меня всё работает
All works for mine
Spoiler for Hiden:



Какой PHP версия? подключение к базе через pdo_odbc?
Не могли бы Вы мне скинуть ссылку на ваш Xampp или AppServer?


Offline VadimashRS #66 Posteado: May 24, 2021, 02:53:54 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 92
  • Gracias recibida: 887
  • md
Spoiler for Hiden:
Spoiler for Hiden:
Я хочу посмотреть информацию о персонаже, мне выдает ошибку, как это пофиксить? please
I want to see the information about the character, I get an error, how to fix it?

Foto:
Spoiler for Hiden:


У тебя отсутствует предмет файлах, обнови ServerData и ParseServerFiles в AdminCP
Missed items in item.xml or item.txt, depends what server files you use, after add items parse server files in admincp sueno

я уже это сделал в самом начале, обновил ItemList.xml мне кажется, проблема не в этом. эта ошибка именно при просмотре персонажа

I already did it at the very beginning, updated it ItemList.xml I don't think that's the problem. this error is when viewing the character

What server season you use? make a screenshot what items are equipped on the character...

ошибка: Item file load error - item with id: 48 not found in category: 3
Вроде бы тут копать нужно: D:\xampp\htdocs\application\libraries\lib.iteminfo.php 126 строка

Code: [Select]
        // @ioncube.dk use_funcs("DmN ","cms", "DmN") -> "DmNDmNCMS110Stable" RANDOM
        public function setItemData($id = false, $type = false, $size = 32)
        {
            static $data = [];
            if(!isset($data[$type]))
                $data[$type] = $this->serverfile->item_list($type, $size)->get('items');
            if($data[$type] !== false){
                if($id !== false){
                    if(array_key_exists($id, $data[$type])){
                        $this->item_data = $data[$type][$id];
                        return true;
                    } else{
                        writelog('Item file load error - item with id: ' . $id . ' not found in category: ' . $type, 'system_error');
                        throw new Exception('Item file load error - item with id: ' . $id . ' not found in category: ' . $type);
                    }
                } else{
                    $this->item_data = $data[$type];
                    return true;
                }
            } else{
                writelog('Item file load - error category with id: ' . $id . ' not found', 'system_error');
                throw new Exception('Item file load error - category with id: ' . $id . ' not found');
            }
            return false;
        }


Файлы сервера эти https://tuservermu.com.ve/index.php?topic=37779.0
Фото
Spoiler for Hiden:




Я пробовал ставить и 6 сезон все тоже самое.  sueno

ХЗ у меня всё работает
All works for mine
Spoiler for Hiden:



Какой PHP версия? подключение к базе через pdo_odbc?
Не могли бы Вы мне скинуть ссылку на ваш Xampp или AppServer?

https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/7.2.34/xampp-windows-x64-7.2.34-2-VC15-installer.exe/download
Php mssql drivers 7.2-8.0
https://www.mediafire.com/file/v46qqjzxm2gff6h/phpsql_7.2-8.0.zip/file

php.ini
Citar
extension=php_pdo_sqlsrv_72_ts_x64.dll
extension=php_sqlsrv_72_ts_x64.dll

PDOSQL я использую всегда
PDOSQL i use.

Gracias:


Offline iuryxd #67 Posteado: May 31, 2021, 11:16:39 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 4
  • br
Error

SQLSTATE[IMSSP]: This extension requires the Microsoft ODBC Driver for SQL Server to communicate with SQL Server. Access the following URL to download the ODBC Driver for SQL Server for x64: https://go.microsoft.com/fwlink/?LinkId=163712

Porta do SQL liberada, tudo correto.
Esse erro da com a PDO SQLServ, que vi em alguns vídeos ensinando a instalar

Tentei com a PDO DBLIB, mas trava no Step5 e não passa.

Alguém sabe resolver? É cPanel

Estou literalmente com o mesmo problema... :(


Offline mantios #68 Posteado: June 01, 2021, 09:06:39 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 108
  • Gracias recibida: 265
  • sk
I tried fit that web to emerson s6 files. all install good but after i cant login into my account or register new account ..


Offline iFox #69 Posteado: June 01, 2021, 09:56:10 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 88
  • Gracias recibida: 173
  • ar
I tried fit that web to emerson s6 files. all install good but after i cant login into my account or register new account ..

You must enter the register module in the admin panel and configure it so that it works when there is no registry and normal logarte, you must put the minimum and maximum characters too


Offline Part1zanBelarus #70 Posteado: July 17, 2021, 10:56:04 AM | Modificado: July 17, 2021, 11:05:54 AM by Part1zanBelarus

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 129
  • Gracias recibida: 381
  • by

Offline mu2020 #71 Posteado: August 12, 2021, 08:26:01 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 25
  • Gracias recibida: 2
  • cn

Offline VadimashRS #72 Posteado: October 31, 2021, 03:01:38 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 92
  • Gracias recibida: 887
  • md
Updated 1.2.3 open source no want any upload on public? :D

Gracias:


Offline VadimashRS #73 Posteado: November 07, 2021, 01:58:12 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 92
  • Gracias recibida: 887
  • md
WARNING Website have shels, SQL Injection, hacked the day before yesterday,
SQL Server Logs
Citar
SELECT COUNT(item) AS count FROM DmN_Market WHERE has_exe_1 = 1 ;DELETE TABLE MuOnline.dbo.Character -- = 1 AND has_exe_2 = 1 AND active_till > GETDATE() AND add_date <= dateadd(minute,-1,getdate()) AND active = 1 AND sold != 1 AND removed != 1 AND server = 'DEFAULT'

SELECT COUNT(item) AS count FROM DmN_Market WHERE has_exe_1 = 1 AND hasexeDROP TABLE MEMB_INFO;-- = 1 AND active_till > GETDATE() AND add_date <= dateadd(minute,-1,getdate()) AND active = 1 AND sold != 1 AND removed != 1 AND server = 'DEFAULT'


Offline fer1992 #74 Posteado: December 28, 2021, 07:17:37 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 147
  • Gracias recibida: 594
  • cl
Alguno pudo solucionar el problema de los items que no se ven?


Offline lunaticodeveloper #75 Posteado: December 28, 2021, 07:26:19 PM

  • MAESTRO

  • US. DE HONOR

  • +3 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.838
  • Gracias recibida: 21804
  • ar
Alguno pudo solucionar el problema de los items que no se ven?

eso no es un problema tienes que saber configurar la web

Soporte premium ya sabes contactame!
Experto en MuOnline! Mira mis aportes de primera!
Alojamiento de Servidores / Venta de Configuraciones Mu Online / Espacio de alojamiento para WebHost / Venta de diseño grafico.

Offline fer1992 #76 Posteado: December 29, 2021, 02:08:13 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 147
  • Gracias recibida: 594
  • cl
Alguno pudo solucionar el problema de los items que no se ven?

eso no es un problema tienes que saber configurar la web
abosolutamente todo me funciona correcto salvo eso de los items y al parecer no soy el unico con efimero problema cool2


Offline saqa22 #77 Posteado: January 11, 2022, 02:44:00 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 1
  • Gracias recibida: 0
  • eg

Offline ShuT #78 Posteado: February 24, 2022, 03:10:00 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 40
  • Gracias recibida: 4
  • ar
MMM alguna guia nueva de como instalar? por que uso xampp 7.2 con sus librerias pdo y sqlsvr 7.2 y cuando llego al paso de seleccionar el tipo de conexion de base de datos ninguna me funciona todas dicen que me falta la extension cuando ya la tengo agregada a la carpeta "ext" y en el archivo php.ini :/



Discord: ShuT#3717

Offline NiceBrave #79 Posteado: March 16, 2022, 09:16:56 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 11
  • Gracias recibida: 4
  • ph
Hi im getting error

exception 'PDOException' with message 'SQLSTATE[42000]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Multiple identity columns specified for table 'Character'. Only one identity column per table is allowed.' in C:\xampp\htdocs\application\libraries\lib.db.php:0
Stack trace:
#0 C:\xampp\htdocs\application\libraries\lib.db.php(0): PDO->query()
#1 C:\xampp\htdocs\setup\application\models\model.setup.php(0): db->query()
#2 C:\xampp\htdocs\setup\application\controllers\controller.setup.php(0): Msetup->add_column()
#3 C:\xampp\htdocs\setup\application\controllers\controller.setup.php(0): setup->add_sql_columns()
#4 C:\xampp\htdocs\system\router.class.php(0): setup->add_columns('1.1.0')
#5 C:\xampp\htdocs\setup\index.php(0): router->route()
#6 {main}


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
34 Replies
7621 Views
Last post March 22, 2023, 02:31:31 AM
by minhdc3
8 Replies
1421 Views
Last post May 18, 2022, 01:43:35 PM
by KristapsT
8 Replies
976 Views
Last post October 04, 2020, 11:56:43 PM
by ZabiinoOo
1 Replies
1394 Views
Last post August 13, 2022, 05:12:45 PM
by ZagenWTF
0 Replies
1308 Views
Last post August 11, 2023, 02:18:29 PM
by Maribao