Page 1 of 1

File Copyright

Posted: 2015-05-07 21:24
by SkayyHH
Hello,

can i remove the appgini info on the generated files?

// This script and data application were generated by AppGini 5.31
// Download AppGini for free from http://bigprof.com/appgini/download/

Thanks much, Kai

Re: File Copyright

Posted: 2015-05-08 17:02
by patsd102
If you have the paid version, you can click Appgini preferences and go to project defaults.
There tick the HIDE box

Re: File Copyright

Posted: 2015-05-08 17:57
by SkayyHH
Hello,

yes, this will remove the footer info but not the info in the .php files.

Thanks much, Kai

Re: File Copyright

Posted: 2015-05-18 15:08
by shasta59
Hi

I do not see why you cannot remove it. Since Ahmad has allowed the Powered by AppGini to be removed you can manually remove the other elements. I do remove it myself after searching his site and could not find anything that said I could not remove it. Just use a program to search for all these strings and tell it to remove/replace them with something else.

If this is incorrect I will gladly leave them in if Ahmad has objections to this removal. It is done more to compact code, remove unnecessary lines etc and get that 1 millisecond of speedup. (grin).

Alan

Re: File Copyright

Posted: 2015-05-19 05:25
by Satya Kavala
Hello kai,

If you want to change the powered by appgini code you can simply change it on footer.php file
but if you want to remove it, it was included in so many files like filename_view.php and other files so you may have to comment the line also in all of the files where the file footer.php is included.

Re: File Copyright

Posted: 2015-05-20 19:40
by SkayyHH
Thanks very much! Kai

Re: File Copyright

Posted: 2015-05-21 00:27
by shasta59
Just use a program which will search multiple files at the same time for the word appgini. On the Macintosh product I use BBedit which will search, replace etc all in one go. I usually leave the AppGini in but add my own line: Developed and extended by Alan Sopczak using AppGini starter code.

Alan