Code

Discussion on UltimateSpeed PHP Code Generator Enterprise

Discussion on UltimateSpeed PHP Code Generator Enterprise

Cart 118 sales

appwizdev supports this item

Supported

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

51 comments found.

Hello, On your demo, after code generation, a click to see the result gives a blank page. So we can’t see the result. Same action on your demo site for CMS Plus PHP AppCreator works fine.

I would like to see the result for UltimateSpeed before to buy :-) Thanks ps : I tried with latest version of Firefox and Chrome to be sure that it was not a browser problem.

Hi thanks for your comment. The demo is fix now. Please note some functions may not work properly on the demo version.

Hi. I have sent a support request this morning but i have not yet received any feedback???

Still nothing.

3 days later and still no further reply or support! I cannot get the software working and you do not offer proper support. Please refund me asap.

I have replied your message again. Also check your spam inbox

Just purchased. Installed and verified requirements. Created a test db, added a test table (four fields, one AI id and three int fields). When I go to setup.php, everything works fine (tables are seen, etc.) click generate and it never tells me it is complete. Going to the codeoutput results in the following error_log:

[05-Oct-2017 01:16:05 UTC] PHP Warning: Creating default object from empty value in …test/CodeOutput/libraries/class_dbcon.php on line 30 [05-Oct-2017 01:16:05 UTC] PHP Fatal error: Call to a member function prepare() on null in …/test/CodeOutput/libraries/system_users.php on line 266

What am I doing wrong?

I have my AI field as the primary key, Still no luck. Here is the table schema:

— —Table structure for table `test`

CREATE TABLE `test` ( `id` int(11) NOT NULL, `colone` int(11) NOT NULL, `coltwo` int(11) NOT NULL, `colthree` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

— —Indexes for table `test`

ALTER TABLE `test` ADD PRIMARY KEY (`id`);

— —AUTO_INCREMENT for table `test`

ALTER TABLE `test` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;COMMIT;

Thanks for your reply. Sean

Figured it oiut. Sorry everyone, my password manager was changing the DB password on the reload after clicking save. Hopefully this will help others who are as dumb as me :)

Thanks.

Can I connect to SQL Server with this? By db is not mysql

Hi, thanks for your comment. Some clients have tried and it worked. But I have not tried it.

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

please is it possible to calculate to columns example column a * column b * 100 and column c will out it.

You will need to do a little adjustment to the generated codes to achieve this.

do you do customization for a fee so that i mail you the requirement

Hi , any support for checkboxes and radio? thanks

Hi, thanks for your purchase. Not at the moment. I will consider it in one of the updates.

Hi, Can you limit the amount of multi upload images? say to a maxium of 5?

Hi, I have downloaded the last version, but there is no such thing as admin.php not even after generating the code output. I can see it in the demo page but the downloaded version isn’t the same.

Or am I missing something?

Hope you can check the files and upload the version like the demo.

Thanks in advance.

Also your jquery.ligthbox.js has an error, you have a hardcoded path to /Ultimate….. so it makes lightbox not to work , just removing the hardcoded path makes it work again.

Hi, thanks for your purchase. Yes! there is no admin.php in this edition only index.php. Though you can change the index.php to any other name you want.

Following errors while trying to access the demo

============= Warning: include(/home/products/public_html/UltimateSpeed2/CodeOutput///application/views/admin/menu.php) [function.include]: failed to open stream: No such file or directory in /home/products/public_html/UltimateSpeed2/CodeOutput/admin.php on line 108

Warning: include() [function.include]: Failed opening ’/home/products/public_html/UltimateSpeed2/CodeOutput///application/views/admin/menu.php’ for inclusion (include_path=’.:/usr/php53/lib/php’) in /home/products/public_html/UltimateSpeed2/CodeOutput/admin.php on line 108

Sorry for that, is working now.

Thanks, start working now. However found one more error

Parse error: syntax error, unexpected ‘}’ in /home/products/public_html/UltimateSpeed2/CodeOutput/application/controllers/admin/imgupload.php on line 120

Hi, I’m having problems with the generator, it seems no to generate controllers, I set all parameters fine, generate the code and then after login it fails to load the generated controllers. I’ve looked on that folder and indeed there is no controllers there. The models and the views are been generated just fine, but the controllers aren’t.

Is there a way to generate an output to view where the problem is?

The other day give me the same problem and after trying several times it worked. But not today.

Database and the rest of the settings are ok.

Another issue, having more than one image upload field make the form submit the same image on all the image fields.

As for having the image on view page, copy the image field from detail page and paste where you want it on the view page.

If you want to use multiple upload select the option from your settings before generating the code.

i install the script in the localhost in my machine but when i click in update setings this error show: Fatal error: Uncaught exception ‘PDOException’ with message ‘SQLSTATEHY000 Unknown database ‘db’’ in C:\xampp\htdocs\comprados\ultimatespeedent1.5\lib\class_dbcon.php:22 Stack trace: #0 C:\xampp\htdocs\comprados\ultimatespeedent1.5\lib\class_dbcon.php(22): PDO->__construct(‘mysql:host=loca…’, ‘felipe’, ‘quesenha’) #1 C:\xampp\htdocs\comprados\ultimatespeedent1.5\index.php(18): DB::getInstance() #2 {main} thrown in C:\xampp\htdocs\comprados\ultimatespeedent1.5\lib\class_dbcon.php on line 22

and you can add this feature: ” Support for relation data and foreign keys; allows columns to be connected to another table restricting input for that column”

Hi, thanks for your purchase. Please check your database connection.

this is not creating menu.php i get an error

Hi, thanks for your purchase. Please can you send the error message displayed to me at info@hezecom.net

it says menu.php not found in the views directoy and its not putting files in the folders in codeoutput either

Please send me the database you used.

supports languages?

Yes! But only english is available for now. You can edit it in language/eng.php or add othe languages using the format. Thanks.

Now UltimateSpeed

New Updates
Fully Responsive new theme
PDF, CSV, Print suppor
Bootstraps 3.0
Awesome Font 4.0
WYSIWYG Text Editor and image upload plugin
And more…

wysiwyg isnt working for me please help

Hi, thanks for your purchase. There is no wysiwyg editor in this edition

If you really need it, pls contact me at info@hezeecom.net

ok i have the other edition and this one so i will post on the other

Im having issues where I have in some tables encoded html i have worked out the view page to read it out properly, but seems the search function is not allowing to search all tables?

how can i change this?

Hi, thanks for your purchase. Can you pls send me the link example at info@hezecom.net

I figured out that the search doesnt search the database, but rather within the text results table. So i added a hidden div tag, and added the text from the database to echo out in the hidden table so that all items are included in the search. thank you though.

You are welcome. Regards.

Hello, i never have used a system like this and before purchase your code-generator i would like to make some questions:

1.- Can i create diferent nivel of users to access to a panel? i mean: user-admin and user-editor. 2.- Can i Combine some fields from a table with other fields from other table, to create a new table and edit this new table to update the fields that i’ve combined. 3.- Can i create fields only to read?

I’ll be waiting your answer.

Regards!

Hi, thanks for your enquiry. This app only generate basic CRUD codes which you can further customize.
Cannot create different users level.
It cannot combine fields from other table at the moment. Thanks.

I am interested in your script, but when I try the example I am able to submit empty forms. The front-end validation did not produce any errors and the system returned a ‘success’ modal even though a new row wasn’t added.

Hi, thanks for your purchase. This means no codes were generated. Please send your database to info@hezecom.net so as to know what really went wrong. Thanks.

sent you an email with database script earlier today.

I have checked your database and there are some errors. Pls check your email.

does this version has the wysiwyg text area, because i can’t select it “Text Area Handling” it only shows “normal text” twice

Hi maartenschraven, Thanks for your purchase. This edition does not support text editor.

then i have the wrong version!

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