[Help]Syntax in my posts[Solved]

Posts 115 of 19 · Page 1 of 2
[Help]Syntax in my posts[Solved]
Well, I clicked the links I have in my signature, for no reason at all. It was then I noticed, something horrific, my heart had nearly stopped. While Dave had added the new syntax-highlighting features, the PHP tags were removed, which is how I had my code posted.

I demand some "special" powers () to allow me to make changes to my previous posts to fix this, it's going to be super inconveniant for people who are googling for help and end up here looking at non-indented/highlighted code.

Pl0x?
I am doing that now, if you check the snippers vault you will see me doing it, Post your links here and I will gladly fix them with the cpp & asm highlights.
Thanks a bunch NextGen ;D


Assembly:

http://www.mpgh.net/forum/34-assembl...ts-16-bit.html

http://www.mpgh.net/forum/34-assembl...-assembly.html

C++:

http://www.mpgh.net/forum/31-c-c/177...enu-class.html

http://www.mpgh.net/forum/31-c-c/203...exception.html

http://www.mpgh.net/forum/31-c-c/200...tions-iat.html

http://www.mpgh.net/forum/31-c-c/195...debugging.html

http://www.mpgh.net/forum/31-c-c/125...3ddevice9.html

http://www.mpgh.net/forum/31-c-c/118...e-logging.html

Edit:

Also, there are a few ones I'd like you to edit from Jetamay. He has some really cool stuff on this site that no one seems to take notice of. Half of it isn't even in the tutorial list. It's all C++.

http://www.mpgh.net/forum/31-c-c/64534-cbreakpoint.html

http://www.mpgh.net/forum/31-c-c/566...ger-class.html

http://www.mpgh.net/forum/31-c-c/461...interface.html

http://www.mpgh.net/forum/31-c-c/590...l-scanner.html

http://www.mpgh.net/forum/31-c-c/670...t-hooking.html
Any one else feel free to do the same, I will do it tonight david.
Yay! let me go check all my tut & things.
All the stuff i posted was in code tags..
Hate them things
@ Void, All done.
@ Why, just post them here or PM me, I will edit them.

All have to to say is yay NPP (any document editor) & Replace All.
Otherwise, I would have given up when I seen the last one of Jetamay's
Quote Originally Posted by NextGen1 View Post
@ Void, All done.
@ Why, just post them here or PM me, I will edit them.

All have to to say is yay NPP (any document editor) & Replace All.
Otherwise, I would have given up when I seen the last one of Jetamay's
Thanks alot, but for some reason on every opening bracket "[", its replaced with "& # 9 1 ;" without the spaces...

|:
Screenshot it, and post here, I don't see it.
(Highlight as well)
Quote Originally Posted by NextGen1 View Post
Screenshot it, and post here, I don't see it.
(Highlight as well)
[Highlight=asm]
mov ax,word [bp+4]

mov al,byte [bp+4]
[/Highlight]



Same for C++ highlight, weird glitch?
Pointed it out to dave (actually seen it 3 seconds after my post) don't know what can be done about it.

Does it in ASM and CPP
Wierd.

[highlight=vb]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=vbnet]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=asm]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=xml]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=java]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=cpp]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]
Quote Originally Posted by NextGen1 View Post
Pointed it out to dave (actually seen it 3 seconds after my post) don't know what can be done about it.

Does it in ASM and CPP
Wierd.

[highlight=vb]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=vbnet]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=asm]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=xml]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=java]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]

[highlight=cpp]
mov ax,word [91;bp+4]
mov al,byte [91;bp+4]
[/highlight]
THE ONLY TWO LANGUAGES I PROGRAM IN, OMFG.
just use code tags, or ask jason to convert his vb syntax to highlighted code tags app to cpp and asm
Oh, NextGen, there are also the snippet threads that you stickied in all the sections. They are un-highlighted at the moment, since they had been wrapped with PHP tags ( at least in the C++ section ).
Posts 115 of 19 · Page 1 of 2

Post a Reply

Tags for this Thread

None

Need help?