Code

Discussion on UltimateSpeed PHP Code Generator Pro

Discussion on UltimateSpeed PHP Code Generator Pro

Cart 248 sales

appwizdev supports this item

Supported

This author's response time can be up to 2 business days.

110 comments found.

can this thing generate the entire website>? or just admin panel? for example i want to build a website for workout tracking where users can create their own workout routines by days and muscle groups and exercise type, reps, sets, kg and so on. Can this thing do all those things?

Hi inebunit, It generates admin, CRUD, users can login to access their accounts. To achieve other features, you will have to modify the generated codes. For additional features, you can contact us at info@hezecom.net

Exactly what can be done with UltimateSpeed PHP Code Generator Pro? I have an app to which I have to manually add users. I want to create a front end where the users can register and gain access to their own information rather than me registering them than giving them permission to log in.

Can I connect UltimateSpeed to my database users table and be able to generate a registration form to insert users’ data without having to use UltimateSpeed to manage the deployed registration form?

Thanks.

Hi, Yes, you connect it to your database. Users will be able to register and login. But you may need to modify what information you want users to see when they long.

Thanks @appwizdev but do I need to incorporate all of the UltimateSpeed PHP Code Generator Pro app in my application; or can I just export my form and its dependencies ( PHP, HTML, CSS, Javascript) and use it in my project?

Do you have an image of the output (form} in a scenario where I generate a form and documentation on how I would export it for incorporation in a project? The demos are no fully functional and not very helpful. The live preview link doesn’t work. In the demo, I see an admin panel and some instructions on downloading the generated code and running composer etc.

Would I be downloading ad admin panel to wrap around my project?

Thanks.

Sorry, I skipped your comment. After generating your codes, download the project and extract it to where you want it. This process is also included in the documentation.

Hi,Users can access their own data ?

is there a way to filter the views / crud / forms?

Hi, sorry but your question is not quite clear.

Are we able to use parameters from urls/cross pages?

Install failing. After install form it returns me to register to show errors. Connection data exactly the same as another database application on the same host and domain folder. Undefined variable $capsule

Whoops \ Exception \ ErrorException (E_WARNING)

In app.php I see Undefined variable $capsule

'default' => env('DB_DRIVER', 'mysql'),
   /*
   |--------------------------------------------
   | Database Connections
   |--------------------------------------------
   |
   | Here are each of the database connections setup for your application.
   | Of course, examples of configuring each database platform that is
   | supported.
   */
   'connections' => [
Whoops \ Exception \ ErrorException (E_WARNING)
'mysql' => [
    'driver' => 'mysql',

Stack frames (4) 3 Whoops\Exception\ErrorException …/bootstrap/database.php7 2 Whoops\Run handleError …/bootstrap/database.php7 1 require_once …/bootstrap/app.php46 0 require …/index.php2 bootstrap/database.php

<?php use Illuminate\Database\Capsule\Manager;

$config = config(‘connections’); // MySQL Connection if (config(‘default’) == ‘mysql’) { $capsule->addConnection($config[‘mysql’]); // Raw PDO Connection $pdo = new \PDO($config‘mysql’.’:dbname=’.$config‘mysql’.’;host=’.$config‘mysql’.’;charset=’.$config‘mysql’.’’, $config‘mysql’, $config‘mysql’); }

2
"Undefined variable $capsule"

IT WORKS! I have gotten this project installed & without needing Laravel!!

The whole thing making all the errors was a confusion I had with the Documentation for Ultimate Speed. index.html in the documentation folder needs to be edited for clarity.

This line at the very start should be entirely removed. I suspect these install instructions are left over from early stages of this application—when the user did have to make a table first, to be able to save the installation user’s details.

“Create MySQL database with table. E.g. “

WITH TABLE (not named) and then an image of the fields to put in and field types, etc.

The instructions say that Step one is to create a database

Step Two is that the user now must create A TABLE that has nothing to do with installing UltimateSpeed in this latest version!

But I made the table because the instructions were so specific. Even though they didn’t say what the table was to be named.

Only after carefully examining some errors did I see a table field conflict in the “users” table.

It was not until experimentation with deleting my own table did I discover that the Ultimate Speed installation script writes all the database tables necessary to complete installation

I not only made the table first, according to the documentation, but named it “users” to see if the install would see it. The install DID detect it and I could not finish the install with all sorts of errors showing up.

So, Simply make sure you are running in a php server with a database connection. Open the /install/index.php in the browser!

That starts the Install.

THANK YOU, HEZECOM!

Installed. One table with 19 fields I see that this is very limited, First of all, although the Dashboard with charts is the marketing image. You do not create pretty Charts with this Application. All you can create in the Dashboard once it is installed is TABLE VIEWS. Nothing More.

And in those table lists I cannot order the fields/columns. So that the user will see the most relevant columns first. No control over what columns show up no matter how many or few columns I specify to see. Perhaps 4 or 5 columns will display in horizontal view.

I will have to experiment with template codes to see if saved data can be modified for what I actually need.

This project should have had a control to both order the column displays left to right, but also the ability to de-select the columns to show and not show in the display.

Ultimate Speed is a rudimentary tool as far as offering list page display options.

The claim: “Support table join, master detail, use existing table as dropdown when related” No documents or setting offered on this when generating code.

I will not be using UltimateSpeed PHP Code Generator Pro. This is definitely a “database abstraction” that I cannot apply to my needs. The resulting code is so abstracted that I can not edit it with PHP to achieve a working dashboard that is based on CRUD . Too many 3rd party frameworks, templates, micro php dependencies make it uneditable unless I worked with all of these libraries to simply create a php based dashboard.

Can I create any system in PHP, or does it have some limitations?

Hi, You can create any system with it and customize it the generated code to fit your needs

Hello. I would like to know if this application has a language from Brazil (Portuguese).

I would also like to know if it is possible to make reports and print them in PDF.

And finally, what is the difference between the Pro Version and the Enterprise version?

Hi,
- Yes, there is a language file you can translate to your own language.

- You can print to PDF.

- The difference is the Enterprise has a landing page while the Pro doesn’t.

i can create a inventory management system with this? and connect to a existing db to get some info?

Yes, but will still need to modify the generated code to suit your project. The system only generates basic CRUD operations.

Hi, I just wanted to test the demo but got a “wrong password” for both admin and user account

Thanks for the information. Fixed, please try again

Hi I am using your UltimateSpeed V3.2 but I have difficulties if I use it on PHP 7.3 have you released any adjustments to this version of PHP? Thanks

Okay, I working on the update.

Hi, Did you then work on the update?

Just that this program dosent work for me at all… cant make excel, pdf or word in this new 3.2 headers sent and so on… and no help i get, i did not get help when i had support, and probaly lesser now when i dont have support… utf8 support suck also… is a joke this program… :(

Hi, where exactly are you having issues because everything seems to be working. If you want the utf8, open libraries/class_dbcon.php and add the line of code to the array at line 22
PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8"
EXCEL Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/main.php on line 6 Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 373 Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 374 Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 375 Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 376 WORD Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/main.php on line 6 Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 366 Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 367 Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 368 Warning: Cannot modify header information - headers already sent by (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/libraries/functions.php on line 369 PDF Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home2/**/public_html/recrute/CodeOutput/main.php:3) in /home2/**/public_html/recrute/CodeOutput/main.php on line 6 Unable to stream pdf: headers already sent

So it goes on with errors Cannot send session cache limiter on all pages… Even the search have it…

and there the help stops…

Thank you for update

Thank you equipexq

Does your code generator use a framework?

Hi, Thanks for your comment. It doesn’t use framework.

helo.. What is the difference between this one and the enterprise one ?

Hi, Please check product page for the differences.

hi hezecom,

I used your code generator to create private application, but i got a problem.

When datatable still loading from database, and then i click menu it will give me auto logout/session_destroy but if database loading finished and i click menu it wont give me problem. How to fix this?

Hi, Thanks for your purchase. Sorry I didn’t get what you’re talking about. You can contact us at info@hezecom.com

Hi can your script generate the code to display my client products, invoices in their client area?

Hi, This script can only generate basic CRUD operations. You may need to customize the codes to meet your need. If you need some features, please contact us at info@hezecom.com . Thanks.

Hi In the presence of two VARBINARY the image fields it is loaded on both Thanks

Hi, thanks for your purchase. Yes, you can only user upload field per form if you are using single upload type from your settings.

You can as well change it to multiple upload from settings so you can add more upload feild dynamically.

Ok, But even if you select a multiple load these images are loaded in both fields

You only need one file field. Then select the multiple upload option. On your form click on add more next to the file field to upload more files.

Hi I have a question why after generated the code I only gets index.php and main.php and index.php always have login enabled and main.php show a blank page only and in the demo I saw that must be created a front page (index.php) and a admin page (admin.php)

http://prntscr.com/a7gfa0
Hi, you can remove the
data-hide="phone,tablet"
located in views/View.php

Yes I did that thank you :)

You’re welcome.

Hello,

Does it support the n to n relation ? If yes does it support cascading on more then one level ?

Ex table A link to table C passing by table B

Links: tbl_A <n – n> tbl_B <n – n> tbl_C

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey