Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

New Site


Marsh
 Share

Recommended Posts

> That's what I thought, I just wanted to make sure they knew. I do wonder what the Default Language is, though.

```
#include int main(int argc, char *argv[])

{

printf("Or is it C?\n");

return 0;

}

```

```
[SECTION .text]

[GLOBAL _start]

_start:

mov eax, 4

mov ebx, 1

mov ecx, message

mov edx, size

int 0x80

mov eax, 1

int 0x80

[SECTION .data]

message db 'It definitely doesn\'t attempt to detect the language, though.', 10

size equ $ - msg

```

Yours faithfully

S.J.R. van Schaik.
Link to comment
Share on other sites

  • Replies 96
  • Created
  • Last Reply

Top Posters In This Topic

> I can add different formatting options, I will see if I can add a VB6 code box. Like, [vb6][/vb6]
>
> Thanks,
>
> Aero/EBrown

It would make more sense to have a language attribute or something similar for the code tag, if possible. Isn't there a plug-in that uses GeSHi?

Yours faithfully

S.J.R. van Schaik.
Link to comment
Share on other sites

> It would make more sense to have a language attribute or something similar for the code tag, if possible. Isn't there a plug-in that uses GeSHi?
>
> Yours faithfully
>
> S.J.R. van Schaik.

It would make more sense. I'll look into it. But not right now.

Thanks,

Aero/EBrown
Link to comment
Share on other sites

Alright guys, as for PM's, the new system has a PM quota.

I set Admins and Mods to unlimited, everyone else has 10K. You can have 5 people in a group PM. (If yours doesn't say 10K yet, just wait for it to update.)

Also, anyone under 100 posts can only send 50 PM's per day, and can only send one every 5 minutes.

Donators can have unlimited messages with 15 people per convo.

Thanks,

Aero/EBrown
Link to comment
Share on other sites

This looks really professional, almost weirdly so ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png) I like it! I think this is my favorite setup since the black forum with the loud sound on the mainpage.
Link to comment
Share on other sites

> This looks really professional, almost weirdly so ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png) I like it! I think this is my favorite setup since the black forum with the loud sound on the mainpage.

Yea, that one was awesome as well.
Link to comment
Share on other sites

Nice work! I'm going to miss the green one but this looks pretty awesome too ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)

PS: Report, missing special characters like [this](http://aragonlibre.blogia.com/upload/20090212231420-acento1.gif) that are missing, at least in the spanish forum.
Link to comment
Share on other sites

I really appreciate the new design ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) ! good job for the designer , but actually i'll see the banner all in black (not full black) a grey close to the black with Eclipse etc writted in Green ^^ make a try you'll see what i'm talking about

PS: There are some problems on the forum for example watch my project presentation you'll see weird letters , pictures don't show , and alot of Html codes there xD

[http://www.touchofdeathforums.com/community/index.php?/topic/127935-wip-wolftracker-online/](http://www.touchofdeathforums.com/community/index.php?/topic/127935-wip-wolftracker-online/)
Link to comment
Share on other sites

Thanks for all the compliments and feedback guys!

> I really appreciate the new design ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) ! good job for the designer , but actually i'll see the banner all in black (not full black) a grey close to the black with Eclipse etc writted in Green ^^ make a try you'll see what i'm talking about
>
> PS: There are some problems on the forum for example watch my project presentation you'll see weird letters , pictures don't show , and alot of Html codes there xD
>
> [http://www.touchofde…tracker-online/](http://www.touchofdeathforums.com/community/index.php?/topic/127935-wip-wolftracker-online/)

Hey, this is caused by BBC code that isn't parsed correctly, it'll be something I tend to fix today.

> Nice work! I'm going to miss the green one but this looks pretty awesome too ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
>
> PS: Report, missing special characters like [this](http://aragonlibre.blogia.com/upload/20090212231420-acento1.gif) that are missing, at least in the spanish forum.

Thanks! I will look into those special characters.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...