Shiny new SyntaxBomb

Started by Qube, February 19, 2023, 21:43:05

Previous topic - Next topic

Qube

Quote from: Kryzon on March 15, 2023, 21:48:42
Quote from: Qube on February 19, 2023, 21:43:05As most of you probably know, our forums or it's plugins were being exploited to add malware to the server :'(
Hi Qube. Were user passwords and emails leaked, after these exploits?
No, nothing as serious as that thankfully. It was to add an exploit to place a file on the server to do spammy shit via a cron job. 
Mac Studio M1 Max ( 10 core CPU - 24 core GPU ), 32GB LPDDR5, 512GB SSD,
Beelink SER7 Mini Gaming PC, Ryzen 7 7840HS 8-Core 16-Thread 5.1GHz Processor, 32G DDR5 RAM 1T PCIe 4.0 SSD
MSI MEG 342C 34" QD-OLED Monitor

Until the next time.

Qube

Quote from: Derron on March 15, 2023, 14:08:02New Forum:

Type in "(8)" add a Space ... and try to write a normal letter ... auto-emoji kicks in and deletes the space (and the extra char you typed in).

Workaround: add the space later - or go into "nonwysiwyg" mode

bye
Ron
Well that's just stupid  :)) Will take a look into this.
Mac Studio M1 Max ( 10 core CPU - 24 core GPU ), 32GB LPDDR5, 512GB SSD,
Beelink SER7 Mini Gaming PC, Ryzen 7 7840HS 8-Core 16-Thread 5.1GHz Processor, 32G DDR5 RAM 1T PCIe 4.0 SSD
MSI MEG 342C 34" QD-OLED Monitor

Until the next time.

Derron

Quote from: Qube on March 16, 2023, 12:06:54
Quote from: Derron on March 15, 2023, 14:08:02New Forum:

Type in "(8)" add a Space ... and try to write a normal letter ... auto-emoji kicks in and deletes the space (and the extra char you typed in).

Workaround: add the space later - or go into "nonwysiwyg" mode

bye
Ron
Well that's just stupid  :)) Will take a look into this.

the funny thing is that the wysiwyg is showing me "( 8 )" when writing  (while manual inserts of the emoticons directly shows the emoji). So I guess something tries to be "ubersmart" and fails ;)


bye
Ron

Derron

"https://www.somewhereelse.tld  /leads_to/ lamp.zip" ... auto link?
results in:
"https://www.somewhereelse.tld  /leads_to/ lamp.zip" ... auto link?


bye
Ron

Midimaster

#49
I found some bugs related to blitzmax code tags.

You can see the probmes in this post:

https://www.syntaxbomb.com/index.php?msg=347057638

SuperStrict
Graphics 600,400
SetColor 255,255,255

' the table:
Global Chord:String[10]
' chord note lines definition: 0=C, 1=D, 2=E, 3=F, 4=G, 5=A, 6=H
' # means "has a sharp", b means "has a flat"
Chord
="Cm =0 |2b|4 "
Chord[1]="Bb =6b|1 |3 "
Chord[2]="F#7=3#|5 |0#|2 "


Comments not working correct
In line 5 there is a comment, this affects the line 6, which is a regular code line. (only visible in the original post)


Code is wrong when use a bracket
In line 9 there is a really heavy bug. The line should show the same like line 11. ARRAY member 0 is set to a string. But the brackets for member 0 are destroyd.


I can not show the bug because also here in this post the combination of bracket and the number 0 is not possible to display. So I have a screenshot:




Increasing size of headlines

The next problem is directly visible in this post. The sizes of the headline increase, when you copy them, see:

Increasing size of headlines


The next problem is directly visible in this post. The sizes of the headline increase, when you use them two times

...back from Egypt

Qube

Sorry guys, been a bit busy lately. I'll hopefully be fixing a bunch of forum issues / bugs over the weekend 8) 
Mac Studio M1 Max ( 10 core CPU - 24 core GPU ), 32GB LPDDR5, 512GB SSD,
Beelink SER7 Mini Gaming PC, Ryzen 7 7840HS 8-Core 16-Thread 5.1GHz Processor, 32G DDR5 RAM 1T PCIe 4.0 SSD
MSI MEG 342C 34" QD-OLED Monitor

Until the next time.

Midimaster

If it is possible:

The forum CODE-boxes should have two sliders: a scond  for also horizontal sliding.

In the current state the forum handles the boxes with WORD-WRAP. This makes the code unreadable on small displays.
...back from Egypt