Posts by Mariana Bayonetta • 869 points
95 posts
-
1
votes1
answer54
viewsQ: Can a local chatbot be considered a P2P system?
At first I had made a chatbot that connected to Telegram, but as the message goes through a server I believe that it does not characterize as a p2p system (client, client). Then I made a chatbot…
-
0
votes1
answer454
viewsQ: ERROR: Object of class mysqli_result could not be converted to int
Hello! I am developing a site to buy a game that has a page to record the information of each purchase, among them, the amount of games purchased. I wanted that, during the saving of the…
-
-1
votes2
answers716
viewsA: Attributeerror: str Object has no attribute 'Confidence'
To the confidence I needed to access the chatbot.get_response(message). For this, I created a variable called corpus to store this corpus = chatbot.get_response(message), I have made it global and…
-
-2
votes2
answers716
viewsQ: Attributeerror: str Object has no attribute 'Confidence'
I’m developing a chatbot and I wish it would only respond if it had determined level of confidence in the answer. # -*- codding: utf-8 -*- import os import telebot from chatterbot import ChatBot…
-
0
votes0
answers250
viewsQ: Chatterbot import error
Using the library manual chatterbot I tried to make a simple chatbot, however, when I have it run on the console of pycharm appears the following error: Modulenotfounderror: No module named 'pytz'…
-
0
votes1
answer1968
viewsQ: Chatterbot installation error
I’m trying to install the chatterbot but am getting the following error: Command "python setup.py egg_info" failed with error code 1 in C: Users Mariana Appdata Local Temp Pip-install-r5apde_f Blis\…
-
3
votes1
answer302
viewsQ: Import chatterbot bot to Telegram
I don’t know if that kind of question is welcome here, but come on: I’m developing a chatbot on python and chose the library chatterbot because of the processamento de linguagem natural, by the…
-
0
votes1
answer786
viewsQ: How to add external training in chatterbot
I created a very simple bot to learn how to use chatterbot. This library already comes with a training, but I wanted to put an extra training with the import of a corpus in Portuguese that I found…
-
1
votes1
answer48
viewsQ: How to put the overflow bar on top of the table
I have a table with a bar (overflow-x) to roll sideways. The bar is under the table, but I’d like it to be on top. I got the bar to rotate the table 360 degrees and the bar 180 degrees, but it gave…
-
0
votes3
answers83
viewsQ: Raspberry for monitoring system
personal. I would like to make a security system with cameras that would monitor an environment and recognize if anything out of the ordinary appeared. I would actually like to use machine learning…
-
1
votes1
answer620
viewsQ: How to place the scroll bar on the table
I have a table with a bar (overflow-x) to roll sideways. The bar is under the table, but I’d like it to be on top. I’ve taken it off the div, put it back, tried to put the print on the bar before…
-
0
votes2
answers588
viewsQ: How to put td as link.
Good morning, you guys! I would like to place the contents of a <td> as a link so that the user can access the image that is in a folder on the server. That’s the : //Montando o corpo da…
-
0
votes4
answers1283
viewsQ: How to save form image directory in the database
In the system I am developing has a form with a field where the user can attach an image. After saving the form, the user wants to view the record including the image, so I thought about saving the…
-
1
votes1
answer441
viewsA: Chart of hours on Highcharts?
To make a chart on Highchart we need to follow some steps: First, go to the site https://www.highcharts.com/download and download the highcharts 6.1.1. Once done, copy the folder code and examples…
-
-1
votes1
answer855
viewsQ: How to access local server systems by other machines
I have a machine running several systems through the EasyPHP5.2.10, however, when trying to access these systems through another machine replacing the localhost by my machine address, pages do not…
-
0
votes3
answers3521
viewsQ: Failure of RANGE class SELECT method
The intention is that by clicking on the Sintese Euro tab, the macro would impute the "L" character in cell D1 of the Synthesis Local tab and then return to the Euro Synthesis tab. I was able to…
-
0
votes0
answers202
viewsQ: Graphic does not suit printing
I have a page that features several graphics and a button for printing. Although I have put the graphics in a small size and one next to the other to print several graphics on the same sheet, when I…
-
0
votes2
answers85
viewsA: How to create summation row at table end
So the problem was very simple. Doing this I was concatenating and not adding. $jan_prev .=+ $r['JAN_PREV']; I switched to that and it worked. $jan_prev =+ $r['JAN_PREV'];…
-
0
votes2
answers85
viewsQ: How to create summation row at table end
I have a page with a table that shows information on the number of items expected to be performed and the number of items that were actually performed at the end of each month. If the quantity of…
-
1
votes1
answer51
viewsQ: Only one chart is displayed per page
I have a page where I should present two charts and, although the two are working, only the second graph appears. No error appears, just one of the two graphs appears as if the other does not exist.…
-
2
votes2
answers1174
viewsQ: Change the color of a cell according to the value
I have a page with a table that shows information on the number of items expected to be performed and the number of items that were actually performed at the end of each month. I was asked that, in…
-
2
votes1
answer1093
viewsQ: Decrease tables to fit on a page
I have a page that features four tables and a button so the user can print them. The problem is that these tables have a lot of columns and when I try to print, they are cut. I wish I could decrease…
-
2
votes2
answers55
viewsQ: Custom border for certain table columns
So, I have a page with a table that compares an amount of predicted items with an amount of items performed month by month. That’s the way it is these days: I was asked to put a line after each…
-
0
votes1
answer74
viewsA: Graph that feeds on database data
I solved the problem by making an Ajax page for the graphics page: <?php error_reporting(E_ALL); ini_set('display_errors', 1); include("conn.php"); if(isset($_POST['id'])) { $id = $_POST['id'];…
-
2
votes1
answer417
viewsQ: Hash and Encryption Algorithms
I’m doing a paper on the difference between Hash and Cryptography. For me it’s easier to talk about Hash and cite examples since I usually use SHA1 and MD5, but talking about cryptography is…
-
0
votes1
answer74
viewsQ: Graph that feeds on database data
I have a system that shows a table that prints each record with a button on the side responsible for opening a modal. I would like inside this modal to have a graph that compares the data of the…
-
1
votes1
answer732
viewsQ: How to make dynamic chart based on database records
My system has a page with a table that shows each bank record with a button to open a modal. I would like within this modal to have a graph that compares the number of actions planned with the…
-
1
votes0
answers133
viewsQ: Is it possible to open php page inside modal?
On all the graphic systems I did, there was a page that took the database records and displayed each record with a button that redirected to its particular chart page. This time I wanted this button…
-
0
votes0
answers17
viewsQ: How to share a system over an internal network
I have a system running on my machine’s Easyphp and would like all computers that are on the same network that I could access through the link: http://MinhaMáquina/PastaDoSistema There is already a…
-
1
votes1
answer45
viewsQ: Update does not find what was typed in the inputs
I have a system where you can change the information of a record through an editing form, only this edition is not being saved. HTML <?php $lnk = mysqli_connect('localhost','root','') or…
-
-1
votes1
answer31
viewsQ: Login with validation does not work
There is a login that I use for all systems that I develop and works on all of them, except in this case. Login.php <!-- Formulário --> <form method="post" action="validacao.php">…
-
1
votes1
answer265
viewsQ: How to make a Session
I have a system that has a login page, but it only sees if there is that email and password that the user typed in the database and releases to the main page. Now I needed to create a profile page…
-
0
votes1
answer34
viewsQ: Table showing only a few columns of the database
I have a system that: On one page there is a search filter that when filled takes to another page with a table that only shows the records that meet the restrictions required by the filter. The only…
-
0
votes1
answer247
viewsQ: My Google Analytics doesn’t work
I have a site on the air and wanted to have the information of how many people have accessed per day and week, so I created a login on google Analytics and registered my site. Google Analytics…
-
0
votes0
answers83
viewsQ: Optimize highchart chart chart
They asked me to add in my system a chart to compare 47 services and I opted for the highchart, however, in addition to the graph not working is with more than 5,000 lines of code, I need to reduce…
-
1
votes1
answer50
viewsQ: Record edit form does not change
On one page I have a material registration form, in another I have a table that shows all the materials registered with a button to change the information about a material and this button opens a…
-
0
votes0
answers35
viewsQ: Error importing records from database to chart
In my old system I had a hightcharts chart that imports the record values of my database table, however, when using the same model in another system, the following error started to appear: Notice:…
-
1
votes2
answers99
viewsQ: Update form not saved
I have a form already filled with two extra inputs only for the user to edit the information already registered and add the two new. However, although the alert of "successfully saved", when I…
-
0
votes1
answer115
viewsA: Limit registration permission system
Thus was the party responsible for the comparison: <?php $sqlLimite = 'SELECT LIMITE FROM turmas WHERE ID = ' . $turma . ' and NOME = "' . $formacao . '"'; //para retornar resultado $resultLimite…
-
0
votes2
answers374
viewsQ: Input fields are not being filled in according to value
In my system there is a page with a form that registers an order and another page with a table that shows all registered order records. Each row of the table has a request and an edit button that…
-
0
votes1
answer115
viewsQ: Limit registration permission system
In my course system, the instructor has to stipulate the number of students who can enroll in each class and the student will only be able to enroll if the number of students enrolled is lower than…
-
0
votes1
answer913
viewsQ: Error: Catchable fatal error: Object of class stdClass could not be converted to string in
I am trying to make an html table equal to my database table, however, on the page that the table appears the following error: Catchable fatal error: Object of class stdClass could not be converted…
-
0
votes1
answer401
viewsQ: Error while saving records in the database
I have a normal form with a normal page to import the information to a normal bank table, but for some reason it falls straight into the die and does not save the information. Form: <form…
-
1
votes0
answers83
viewsQ: Block entries beyond the value stipulated in PHP form
I have a course administration system where the teacher registers a class and the student accesses a page with a table with all classes and enrolls in what he thinks best. The problem is that many…
-
0
votes0
answers75
viewsQ: Flexible search filter
I have a page with a search filter with the options "service", "state" and "city" and a Ubmit button that redirects to the page where a table will appear with already filtered entries. But currently…
-
0
votes2
answers74
viewsQ: Non-specific search filter
I have a page with a search filter with the options "service", "state" and "city" and a Ubmit button that redirects to the page where a table will appear with already filtered entries. But currently…
-
0
votes0
answers22
viewsQ: php system transport errors to another computer
I have a system that works perfectly on the computer(A) that was developed and, when passing to the computer(B) server with the same settings, the same version of Easyphp(5.2.10) and etc, presented…
-
0
votes2
answers491
viewsA: Login system with permission
So was the validation page: <?php //Esse login ficou meio complicadinho, então vou deixar comentado: ini_set('display_errors', true); error_reporting(E_ALL); // Primeiro verifica se o post não…
-
0
votes2
answers188
viewsA: Installation phpmyadmin
So I just put the phpMyAdmin folder inside the Easyphp WWW and it worked.
-
0
votes1
answer569
viewsA: Alert message in SESSION
It worked when I did it: <?php if(!isset($_SESSION)) { session_start(); } function verificausuario(){ if (!isset($_SESSION["usuario_logado"])) { header("location: login.php"); die(); } } function…