Search found 363 matches

by ghettocottage
Thu May 21, 2020 12:24 am
Forum: Talking LiveCode
Topic: Digital Pomegrant Revival
Replies: 1
Views: 1877

Re: Digital Pomegrant Revival

Your first step would be to just fork it on Github and update whatever work you do there.
https://github.com/digitalpomegranate/l ... wp-restapi

Is there something specific you want to do on a wordpress project, or are you just interested in the possibilities?
by ghettocottage
Sat May 09, 2020 7:06 pm
Forum: Databases
Topic: mySQL install: which password setting works with LC
Replies: 4
Views: 5206

Re: mySQL install: which password setting works with LC

You might consider creating your root user with the strongest password settings you can. That user will have full global permissions. Then after you have your database(s) set up, create a secondary user. The secondary user will have minimal permissions only on the database it needs to work with.
by ghettocottage
Wed May 06, 2020 5:36 am
Forum: Talking LiveCode
Topic: Shared Hosting (Solved)
Replies: 58
Views: 28569

Re: Shared Hosting

What do you mean have my queries pre-written? It looks intriguing , any idea on how to do that? However it seems complex in doing it because there are so many different sql queries that need to be written beforehand. There are better ways of doing this, but for the sake of simplifying... Here is an...
by ghettocottage
Tue May 05, 2020 4:30 pm
Forum: Talking LiveCode
Topic: Shared Hosting (Solved)
Replies: 58
Views: 28569

Re: Shared Hosting

Here is a thread on encrypting that I bumbled through a few years back: https://forums.livecode.com/viewtopic.php?f=11&t=23812&start=15 When you have lc files on your server that have all of your queries pre-written, that is a type of security: your server does not just accept any sql query sent to ...
by ghettocottage
Sun May 03, 2020 5:49 pm
Forum: Talking LiveCode
Topic: Shared Hosting (Solved)
Replies: 58
Views: 28569

Re: Shared Hosting

Personally I would use a fresh VPS and set up livecode server on my own, but it looks like these people have Livecode Server Hosting for a reasonable fee:
https://www.hostm.com/livecode-hosting
by ghettocottage
Fri May 01, 2020 12:48 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there a alternative code editor to Livecode's built-in one?
Replies: 10
Views: 5966

Re: Is there a alternative code editor to Livecode's built-in one?

It worked with Pluma before moving the file to gtksourceview-4 folder.

..but having Geany working with Livecode syntax would be cool!
by ghettocottage
Thu Apr 30, 2020 9:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there a alternative code editor to Livecode's built-in one?
Replies: 10
Views: 5966

Re: Is there a alternative code editor to Livecode's built-in one?

I just recently upgraded to Ubuntu 20.04, so am still slowly updating all of my various projects and such. I was previously using Atom Editor, but it does not want to install on 20.04 for some reason...have not had time to chase it down yet...but Gedit is working so I might just use that for a while.
by ghettocottage
Thu Apr 30, 2020 9:32 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there a alternative code editor to Livecode's built-in one?
Replies: 10
Views: 5966

Re: Is there a alternative code editor to Livecode's built-in one?

Looks like Gedit has updated since then...should go into /usr/share/gtksourceview-4/language-specs

I will update the git
by ghettocottage
Thu Apr 30, 2020 5:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Is there a alternative code editor to Livecode's built-in one?
Replies: 10
Views: 5966

Re: Is there a alternative code editor to Livecode's built-in one?

We made a plugin for atom editor: https://github.com/livecode/atom-language-livecode I seem to remember we based it on one that the revigniter guys had for textmate: https://revigniter.com/ ...if you scroll down that page you will see the download bundle. I made one for gedit if you use Linux: https...
by ghettocottage
Sat Apr 25, 2020 3:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't connect to MySQL DB using LC Server & revIgniter
Replies: 14
Views: 6743

Re: Can't connect to MySQL DB using LC Server & revIgniter

Code: Select all

..By the way PHP works the same, at least if PHP doesn’t use some sort of
output buffering.
yep.

When developing a Wordpress site or plugin and suddenly confronted with a white-screen-of-death, the first thing I will do is check for blank spaces and closing brackets at the end of the page.
by ghettocottage
Sun Mar 29, 2020 1:59 am
Forum: Databases
Topic: Join
Replies: 5
Views: 6131

Re: Join

..it occurs to me that you might be trying to do a many-to-many relationship in your database: where ideally there should be one peter, and one Football, you might be trying to do something like having many Footballs for all of the people (Football/Person_id.Ben, Football/Person_id.Peter, etc) One s...
by ghettocottage
Sat Mar 28, 2020 7:24 pm
Forum: Databases
Topic: Join
Replies: 5
Views: 6131

Re: Join

Maybe something like this:

Code: Select all

SELECT  PERSONS.ID,PERSONS.Name, PERSONS.Age, SPORTS.Sport
FROM PERSONS
INNER JOIN  SPORTS ON PERSONS.id=SPORTS.Persons_id
WHERE PERSONS.Name = "Peter";
by ghettocottage
Tue Mar 03, 2020 4:38 am
Forum: Converting to LiveCode
Topic: Moving a CRM project from FileMaker to LC?
Replies: 21
Views: 22588

Re: Moving a CRM project from FileMaker to LC?

I like this idea. But in some cases could be a problem (large stack, internet problems). Personally, I use the launcher method.... but with a local file. It's only when there is an update available (I use a MySQL table for that, in which I store a simple version number that will be compared to the ...
by ghettocottage
Mon Mar 02, 2020 4:03 pm
Forum: Converting to LiveCode
Topic: Moving a CRM project from FileMaker to LC?
Replies: 21
Views: 22588

Re: Moving a CRM project from FileMaker to LC?

If you have a VPS or local office-server to use as a web/mysql/livecode server, there are some things you can do that will solve much of your requirements: ##Updates This is a big one that LC can do in conjunction with using a server, and I am surprised it is not discussed more. Basically, you can d...
by ghettocottage
Thu Feb 27, 2020 3:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to deal with database files for an app?
Replies: 32
Views: 15035

Re: How to deal with database files for an app?

never really tried Cobian - but on Windows "robocopy" is an extremely powerful cmd line tool for such tasks. For those who love cmd line tools with gazillions of parameters. Try "robocopy -?" and shudder ;-) I used it for some tasks where basic copy/ xcopy didn't work well (loooong filepaths, over ...

Go to advanced search