Search found 72 matches

by Kurzer
Mon Sep 01, 2025 10:55 am
Forum: General Discussion
Topic: My SpiderBasic account password has been leaked. However, the vulnerability is unknown.
Replies: 2
Views: 25787

Re: My SpiderBasic account password has been leaked. However, the vulnerability is unknown.

Hello Fred,
Thanks for the clarification. Everything else in the PB forum
by Kurzer
Sun Aug 31, 2025 8:06 am
Forum: General Discussion
Topic: My SpiderBasic account password has been leaked. However, the vulnerability is unknown.
Replies: 2
Views: 25787

My SpiderBasic account password has been leaked. However, the vulnerability is unknown.

Hello everyone,

Today I received a blackmail email that contained my password for my Spiderbasic account in the subject line. That's the account on SpiderBasic.com – not the account here in the forum.

Some of you may already be familiar with this type of blackmail email. It always contains similar ...
by Kurzer
Fri Jan 31, 2025 8:47 pm
Forum: Coding Questions
Topic: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x
Replies: 4
Views: 10899

Re: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x

Hello Fred,

I'm not familiar enough with network technology, Linux servers and especially JS to investigate this error in detail.

I have to say that this is not a web server that I administer, but one that I have rented and that I can only configure to a limited extent.

What exactly do you mean ...
by Kurzer
Sat Jan 25, 2025 9:45 pm
Forum: Coding Questions
Topic: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x
Replies: 4
Views: 10899

Re: SB App no longer runs after upgrade from PHP 7.x. to 8.1.x

I have found a workaround!

Workaround: I prefixed the parameter of all VAL() calls with “ ” + . Apparently otherwise JS does not recognize that it is a string type.

Before:
stApplication\stCurrentUser\iUserID = Val(\lsResultset()\mpResultrow("users_id"))

After:
stApplication\stCurrentUser ...
by Kurzer
Sat Jan 25, 2025 8:30 pm
Forum: Coding Questions
Topic: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x
Replies: 4
Views: 10899

Re: SB App no longer runs after upgrade from PHP 7.x. to 8.1.x

Okay, I'm getting closer, but it's behaving extremely strangely (at least for someone who doesn't know much about web servers, Linux, etc.).
Fact is: Only the PHP version has been changed on the web server. The app had been running perfectly until then.

And now it looks like the VAL() function of ...
by Kurzer
Sat Jan 25, 2025 6:03 pm
Forum: Coding Questions
Topic: [SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x
Replies: 4
Views: 10899

[SOLVED] SB App no longer runs after upgrade from PHP 7.x. to 8.1.x

Hi,
I had to restart an old project that I created with Spider, PHP and HTML.

After an update from PHP 7.x to PHP 8.1.x at the web host, the HTTPRequest calls apparently no longer work. I am supposed to fix this now.
Well, I see the error shown in the screenshot in the browser console: Uncaught ...
by Kurzer
Fri Dec 29, 2023 1:30 pm
Forum: General Discussion
Topic: Note on Fred's offer to extend everyone's license for one year.
Replies: 7
Views: 26313

Re: Note on Fred's offer to extend everyone's license for one year.

*push*

Just in case it is still of interest to someone.

Fred, I would be interested in a last minute re-activation of my SpiderBasic license if it's no trouble for you.
Many thanks in advance.
by Kurzer
Thu Apr 20, 2023 1:40 pm
Forum: Coding Questions
Topic: Toast animation
Replies: 6
Views: 5376

Re: Toast animation

Hi Dirk,

the best way to do this is to use a finely resolved timer as a kind of timeline counter (in my exmple a timer with 10 ms).
At certain points of the timeline the actions fade in, stop animation and fade out are executed.
Together with a SIN() function, the window can also be faded in and ...
by Kurzer
Sun Apr 16, 2023 3:05 pm
Forum: General Discussion
Topic: Note on Fred's offer to extend everyone's license for one year.
Replies: 7
Views: 26313

Note on Fred's offer to extend everyone's license for one year.

Hello all,

because of the long development delay in SpiderBasic, Fred made the following offer in his announcement for version 2.40 for all buyers.

First, I would like to apologize for the very big delay since the last official release. Some of you already know it, I wanted to finish the 6.00 ...
by Kurzer
Wed Feb 23, 2022 4:08 pm
Forum: General Discussion
Topic: Has SpiderBasic Development Stopped
Replies: 14
Views: 18544

Re: Has SpiderBasic Development Stopped


I have a new project that requires a web front end, do I use SpiderBasic or not :?:


Honestly?
If your project needs a dynamic web interface and should be displayed correctly on smartphone, tablet and PC, then don't do it.

I created a web project with it (bought SB specially for it). But then ...