Posts by Ricardo Costa • 228 points
11 posts
-
0
votes1
answer29
viewsQ: Injection Script in Opencart 1.5.6
I’m having a recurring code problem injected into an online store of mine. Use opencart version 1.5.6. They usually inject code into multiple files and then change the model/tool/image.php extension…
-
3
votes1
answer778
viewsQ: Java/ Sqlserver transaction divided into multiple methods
I have a method that performs several Prepared Statements, only two of them in methods of other classes. In my method, I have the object connection, and if I want to start a transaction, I have to:…
-
1
votes0
answers223
viewsQ: Pause Cycle until Jframe closes
I am going through a cycle with values, and in each iteration I call a Jframe to choose certain values, what happens is that all Jframes are opened without being able to complete the operation. In…
-
3
votes1
answer400
viewsQ: Regular expression to extract numbers from "200#5;300#10"
What would be the best regular expression for the following entry "200#5;300#10" ?
-
1
votes1
answer122
viewsQ: App:Uses does not work on the server
I created a class in the Lib folder of cakephp with some functions. Testing locally, and adding to controller App::uses('readMessages', 'Utility'); Everything works properly, but when I upload to…
-
4
votes2
answers1644
viewsQ: Configure Cakephp to send emails via gmail
I’m trying to set up the cakephp to send emails through gmail, I have already done some research and I have not yet succeeded in the result, someone could help me?…
-
1
votes1
answer378
viewsQ: Invalid login message always appears in Cakephp
When I log in to my login page, the warning message appears that the user or passwords are invalid, but this should only appear after pressing the login button. There’s no way around this? My view:…
-
0
votes2
answers1675
viewsA: PHP framework with greater similarity to Codeigniter?
I recommend Laravel or cakephp, the learning line is much smaller than zend.
-
1
votes3
answers931
viewsQ: Login Cakephp 2.0 does not work
I had already successfully logged in with the default table and fields in cakephp, I decided to change the table and fields for login and now do not log in. File Logs/login.ctp: <div…
-
0
votes2
answers1228
viewsQ: Using Ajax in Cakephp 2.0
I cannot use the normal syntax of Ajax in the Cakephp. I’ve seen some things about Jshelper, but I can’t do what I want. What can I call a action of controller for Ajax sending certain data and then…
-
2
votes2
answers2341
viewsQ: Upload and structure for image storage in Laravel
I started to build a portal, using Laravel, which has as requirements: users, sites belonging to users and classified belonging to users. As each of these requirements requires images, I would like…