Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: GetSimpleCMS allowing invalid URLs
Post: RE: GetSimpleCMS allowing invalid URLs

I don't believe GS provides a native solution for this issue, at least not that I'm aware of. But seriously, why would the Google Search Engine bother visiting a URL like this `http://gs1000.showme.zo...
Bigin General Questions and Problems 4 1,013 2023-09-29, 16:59:02
    Thread: GetSimpleCMS allowing invalid URLs
Post: RE: GetSimpleCMS allowing invalid URLs

This has already been mentioned here http://get-simple.info/forums/showthread.php?tid=16850
Bigin General Questions and Problems 4 1,013 2023-09-28, 19:14:31
    Thread: ImForms
Post: RE: ImForms

Please verify if spam is actually coming through ImForms. By the way, ImForms has a "Honey Pot Field" that also helps catch bots. Could you show me a sample spam email that came through ImForms? ...
Bigin Plugins 54 81,094 2023-05-06, 15:40:55
    Thread: Non existing URL's hit
Post: RE: Non existing URL's hit

I think this is due to a standard routing behavior of GetSimple.  It seems that GS handles only the last part (segment) of the URL and ignores the ones before it. Maybe you can control the parsing...
Bigin General Questions and Problems 6 3,814 2022-12-03, 15:45:01
    Thread: I18N Gallery
Post: RE: I18N Gallery

It seems to be a file permissions mistake. No read permission for certain files. I would reset all permissions, 755 for directories and 644 for files, are a good base.
Bigin Plugins 1,503 4,204,208 2022-02-08, 20:49:34
    Thread: Get simple 3.3.16 support for php 8.0
Post: RE: Get simple 3.3.16 support for php 8.0

multicolor Wrote: (2021-11-23, 01:55:20) -- GS IS STILL ALIVE! -- Yeah, just like Elvis
Bigin Installation & Setup 165 113,365 2021-11-23, 02:25:57
    Thread: 2 factor authentication
Post: RE: 2 factor authentication

Hi, Felix Wrote: (2021-11-11, 04:29:04) -- What I understand from a two factor login, is what makes it strong is by doing the second verification step not over the internet but over a different n...
Bigin Feature Requests 10 10,757 2021-11-11, 06:42:50
    Thread: 2 factor authentication
Post: RE: 2 factor authentication

Hello, Yes, that's right. But I answered to this question: acenda Wrote: (2021-11-03, 05:51:12) -- Has any one tried something like this: 1. give username and password.  2. Get-simple generates...
Bigin Feature Requests 10 10,757 2021-11-11, 02:13:47
    Thread: 2 factor authentication
Post: RE: 2 factor authentication

Yes, it was several years ago, but not with GS directly, a custom approach with ItemManager: https://ehret-studio.com/articles/itemmanager/creating-user-management/ If it necessarily has to be a GS ...
Bigin Feature Requests 10 10,757 2021-11-03, 13:53:29
    Thread: Max number of pages?
Post: RE: Max number of pages?

Yes, some kind of page-based markup cache for the frontend would be good and for the backend (page list) some kind of indexing also page-based with pagination.
Bigin General Questions and Problems 14 13,261 2021-11-02, 15:03:22
    Thread: Max number of pages?
Post: RE: Max number of pages?

Felix Wrote: (2021-11-01, 16:04:07) -- A cms system is not made for the coder ... a cms system is made for the end user ... -- I believe that it is wrong. In my opinion a self-hosted CMS is not a f...
Bigin General Questions and Problems 14 13,261 2021-11-01, 18:50:12
    Thread: Max number of pages?
Post: RE: Max number of pages?

Felix Wrote: (2021-10-31, 21:14:50) -- So why is it then that I notice a huge difference in speed between the Get-Simple cms and all the others that I tried out ? -- Hi, that's simple: because ...
Bigin General Questions and Problems 14 13,261 2021-11-01, 15:16:53
    Thread: Max number of pages?
Post: RE: Max number of pages?

There is no API in GetSimple lol, not object-oriented, just a bunch of global functions. Well, we should be really careful when we say that with a certain number of pages, an XML application is fas...
Bigin General Questions and Problems 14 13,261 2021-10-29, 17:42:24
    Thread: Cannot change pages?
Post: RE: Cannot change pages?

Felix Wrote: (2021-10-03, 19:40:24) -- You are giving us only few information to help you. What plugins do you have installed ? Perhaps the contact_form.php plugin ? Disable one by one your plugin...
Bigin General Questions and Problems 5 6,303 2021-10-03, 23:24:45
    Thread: Files Warden
Post: RE: Files Warden

To check if specific file in git repository has changed: Code: -- git diff --exit-code your/path/dir -- To see names of the files only --name-only option More infos: https://git-scm.com/docs...
Bigin Plugins 16 25,510 2020-10-31, 03:37:05
    Thread: How to auto generate pages in the backend
Post: RE: How to auto generate pages in the backend

Frontend is cached as far as I remember, this won't be a problem.
Bigin Developer Discussions 12 16,196 2020-10-16, 21:50:12
    Thread: How to auto generate pages in the backend
Post: RE: How to auto generate pages in the backend

Have a look at the admin/changedata.php file where all attributes are listed. You can also use Faker PHP library to create your fake data https://github.com/fzaninotto/Faker. I hope you know that's n...
Bigin Developer Discussions 12 16,196 2020-10-16, 14:10:55
    Thread: Setting a Windows-1251 codepage
Post: RE: Setting a Windows-1251 codepage

Probably has nothing to do with GS, your server/php returns data in the wrong format.
Bigin General Questions and Problems 5 7,650 2020-09-10, 14:47:44
    Thread: Setting a Windows-1251 codepage
Post: RE: Setting a Windows-1251 codepage

Are all characters that are displayed like this or does it only affect the content that comes from XML? What happens if you write a string directly in your template (hard-coded)?
Bigin General Questions and Problems 5 7,650 2020-09-09, 16:40:27
    Thread: Setting a Windows-1251 codepage
Post: RE: Setting a Windows-1251 codepage

Set your http-equiv content-type to WINDOWS-1251: Code: -- -- If it doesn't help, you can try commenting out the line "AddDefaultCharset utf-8" in the httpd.conf.
Bigin General Questions and Problems 5 7,650 2020-09-09, 04:32:01
    Thread: Plugins NOT showing up in plugins tab
Post: RE: Plugins NOT showing up in plugins tab

To fix the problem you must also check the ownership. Your files may have the wrong owner, or Apache, PHP or FTP is running under the wrong user.
Bigin Plugins 5 7,562 2020-09-01, 03:34:22
    Thread: Rip Jquery?
Post: RE: Rip Jquery?

haha what a load of shit. The one has nothing to do with the other. Read too much in the polemic forums and blogs? There are alternatives nowadays, that is a fact. If you have a problem with JQuery,...
Bigin Off Topic 5 11,918 2020-08-28, 22:23:52
    Thread: How to hook filter to component content?
Post: RE: How to hook filter to component content?

There is no such a hook exists. There is a function get_component(), but it is really useless because it does not return the component but processes it immediately (should normally be named "exec_comp...
Bigin Developer Discussions 4 7,057 2020-08-26, 22:28:40
    Thread: ItemManager 2.0
Post: RE: ItemManager 2.0

You can build your path as you like, just keep it dynamic, it might save you a lot of work later when migrating to another environment. Let's say your "framework" directory is located in: Code: -...
Bigin Plugins 283 549,343 2020-08-25, 17:08:31
    Thread: ItemManager 2.0
Post: RE: ItemManager 2.0

PS File upload is extremely tricky, it can cause a lot of problems. Instead of opening the door to your server/webspace to unauthorized users, you might want to use imgur.com service to enable image u...
Bigin Plugins 283 549,343 2020-08-24, 19:01:19
    Thread: ItemManager 2.0
Post: RE: ItemManager 2.0

Hello Felix, let's take it from the top: Felix Wrote: (2020-08-24, 05:51:41) -- So when I have the backend.php inside: /test/backend.php in backend.php I adapt include 'framework/imanager.php'; to ...
Bigin Plugins 283 549,343 2020-08-24, 16:51:29
    Thread: ItemManager 2.0
Post: RE: ItemManager 2.0

Hello Felix, Felix Wrote: (2020-08-18, 03:10:33) -- Which works nice. -- Fantastic. Here's some more information about the `FileuploadFieldValue::resize()` method. It returns a URL (string) to the...
Bigin Plugins 283 549,343 2020-08-18, 15:11:17
    Thread: ItemManager 2.0
Post: RE: ItemManager 2.0

Hello Felix, I'm glad you solved it.
Bigin Plugins 283 549,343 2020-08-17, 19:50:28
    Thread: ItemManager 2.0
Post: RE: ItemManager 2.0

Hi, Felix Wrote: (2020-08-12, 07:15:53) -- Is this because a permission needs to be set somewhere for IM3 ? -- It is your .htaccess in the GS data directory that blocks access. You must either allo...
Bigin Plugins 283 549,343 2020-08-12, 16:55:11
    Thread: ItemManager 2.0
Post: RE: ItemManager 2.0

Hi, IM2 and IM3 already supports drag and drop (IM2 since 8 years). Instead of selecting, just drop your image(s) onto the area. But, you can mark it with CSS or add an additional information if you l...
Bigin Plugins 283 549,343 2020-08-11, 20:42:45