MySQL Plugin v. 0.16.2.19 Beta

Questions, announcements and information regarding PlugIns for NeoAppBuilder

Moderator: Neosoft Support

gusgusl
Posts: 263
Joined: Fri Mar 12, 2010 12:44 pm

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by gusgusl »

No puedo eliminar un registro de la base de datos, alguien podria ayudarme

El procedimiento que uso es el siguiente:

bakSearchTableMySQL "Vendedores" "NombreCompleto='[Vendedor2]'" "[Lista]"

SetVar [Posicion] [Lista(0)('Id')]
bakGetRowTableMySQL "Vendedores" [Id] "[Lista2]"
bakDelStrTableMySQL "Vendedores" "[Resultado]"
farhad2008
Posts: 62
Joined: Tue Apr 01, 2008 1:15 am
Location: usa
Contact:

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by farhad2008 »

hi,
good plugin
thank you
regards
farhad
The Words I Love You
User avatar
anton
Posts: 64
Joined: Fri Oct 19, 2012 9:21 pm

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by anton »

gusgusl wrote:si uso el plugin con una abse de datos en mi servidor en la web funciona bien pero si intento hacerlo localmente a traves del servidor xampp para hacer pruebas no me funciona nada, ni siquiera la creacion de la tabla que se da en el video como ejemplo.
Que puede estar pasando?
El archivo de configuracion dentro de la carpeta php esta correcto
Lo más probable para las pruebas que utiliza los botones estándar en el panel de NeoAppBuilder. No va a trabajar a través de ellos, ya que no se refieren a la Hosteen local directamente en el archivo. Escribe lo ruta que ha mostrado en la barra de direcciones de la prueba de plug-in de navegador
User avatar
anton
Posts: 64
Joined: Fri Oct 19, 2012 9:21 pm

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by anton »

gusgusl wrote:No puedo eliminar un registro de la base de datos, alguien podria ayudarme

El procedimiento que uso es el siguiente:

bakSearchTableMySQL "Vendedores" "NombreCompleto='[Vendedor2]'" "[Lista]"

SetVar [Posicion] [Lista(0)('Id')]
bakGetRowTableMySQL "Vendedores" [Id] "[Lista2]"
bakDelStrTableMySQL "Vendedores" "[Resultado]"
Dé un ejemplo de una tabla de Vendedores. Decir qué valores y de dónde vienen en la variable [id]?
djmarkes
Posts: 193
Joined: Thu May 26, 2011 5:08 pm

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by djmarkes »

Please Anton, translate it to English man who are 4 words. Regards!
Diseño gráfico y Web profesional
http://www.jm-style.net
User avatar
DELCO
Posts: 135
Joined: Fri Apr 01, 2005 9:12 am

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by DELCO »

Hello Anton,
Can we expect to have an english version of your MySql plugin ? It would be so great !
Have a nice day !
Regards,
User avatar
anton
Posts: 64
Joined: Fri Oct 19, 2012 9:21 pm

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by anton »

DELCO wrote:Hello Anton,
Can we expect to have an english version of your MySql plugin ? It would be so great !
Have a nice day !
Regards,
I'm very bad with English, I can provide source Luishp, I think he will have enough knowledge to be translated.
gusgusl
Posts: 263
Joined: Fri Mar 12, 2010 12:44 pm

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by gusgusl »

el plugin solo puede eliminar y modificar registros en tablas creadas mediante el propio plugin
En el futuro se podra hacer estas tareas en bases ya creadas online?

The plugin can only delete and modify records in tables created by the plugin itself
In the future can these tasks be done on bases already created online?
User avatar
anton
Posts: 64
Joined: Fri Oct 19, 2012 9:21 pm

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by anton »

gusgusl wrote:el plugin solo puede eliminar y modificar registros en tablas creadas mediante el propio plugin
En el futuro se podra hacer estas tareas en bases ya creadas online?

The plugin can only delete and modify records in tables created by the plugin itself
In the future can these tasks be done on bases already created online?
Se puede hacerlo y ahora a través de la orden bakInQuiryTableMySQL. Permite cumplir cualquier interpelación a la base de datos. (SELECT, CREATE, DROP, ALTER, INSERT, DELETE, UPDATE)
bakInQuiryTableMySQL "SELECT" "SELECT * FROM NameTable WHERE name LIKE 'An%' ORDER BY date" [result]
farhad2008
Posts: 62
Joined: Tue Apr 01, 2008 1:15 am
Location: usa
Contact:

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by farhad2008 »

hi,
in server host the handler.php detection as Malicious file and prevent to upload
why this problem?

farhad
The Words I Love You
User avatar
anton
Posts: 64
Joined: Fri Oct 19, 2012 9:21 pm

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by anton »

farhad2008 wrote:hi,
in server host the handler.php detection as Malicious file and prevent to upload
why this problem?

farhad
This is a known problem. An antivirus system curses under a complex code. Because he can not understand the principle of his work. I checked it by sending it to study in the DrWeb system, after which this antivirus stops counting it as a harmful file.
You can check this file yourself:
https://www.virustotal.com/ru/file/172a ... 457258345/

In any case, I do not recommend using this plugin, since it contains a serious vulnerability. Which was found by the user "noyzen".
You can read more here:
http://neoappbuilder.ru/viewtopic.php?id=19#p325
User avatar
noyzen
Posts: 16
Joined: Fri Jan 01, 2010 2:07 am

Re: MySQL Plugin v. 0.16.2.19 Beta

Post by noyzen »

Hi Anton,

https://drive.google.com/open?id=1VFhTn ... JXRJ_rty-P
File above is a secure php login and register code with session management.
i wonder if is possible to create a plugin to work with this and have a secure way to send queries to database.

i just send it here to see if you and other guys interested.
i tried hard to make it myself but i don't know anything about php and programming at all...
i don't know how to contract with plugin creator and php code...

:roll:
old Neobook user, and now Neo AppBuilder.
i'm Graphic Designer and a Non-Programmer! :)
Locked