• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Fallen

    Fallen's NPC Maker v1.4 (using talkState)

    If I get 30 likes to this post in (won't say a day or two) a week, I will consider re-coding this project and rehosting it. Sorry but just making sure that people really need it badly instead of wasting my own time. [Please don't consider flooding by making new accounts]
  2. Fallen

    Learning C/C++ - Tutorial

    Updated first post with two logical operators, AND and OR. Later will be adding the rest.
  3. Fallen

    Learning C/C++ - Tutorial

    Not until next summer holiday or maybe never, we'll see. ; -)
  4. Fallen

    .otpkg structure

    There's no structure, I think last time I looked at the source code it was 7zip or something similar... I may be wrong since I have been inactive for a while and it may have changed or I may have forgotten.
  5. Fallen

    Type out complicated ways to make "Hello World!"

    #include <stdio.h> int main(void) { char *s = "hello world\0"; while (*s) { if (*s == ' ') { s++; continue; } putchar(*s++); putchar(' '); } putchar('\n'); return 0; } not the creative type xd
  6. Fallen

    Linux execute tibia

    You need to run it from Terminal to know what exactly the issue is. It might be that you don't have your graphics drivers installed...
  7. Fallen

    Desktop Post your desktop!

    ohai! :D
  8. Fallen

    How to ban an ip from a ot?

    If you're on Linux do this: iptables -A INPUT -s IP-ADDRESS -j DROP See also: How Do I Block an IP Address on My Linux server?
  9. Fallen

    Ban the user above you!

    Banned for having worst avatar worldwide.
  10. Fallen

    Keep one, drop one

    Fek kef
  11. Fallen

    What Genre Do You Listen To?

    where's DnB?! and please change it to a multi-choice poll. Metal/DnB/Rap
  12. Fallen

    Keep one, drop one

    spider kef
  13. Fallen

    Believe or don't believe! CipSoft is failing (>.>)

    ... and yet another fail (Fiction Fighters - Interactive Comic)
  14. Fallen

    How can i know how much a website can take ddos attacks.

    So the tool is used as a program which translates to software, and this software gets spread to idiots like you using windows and avoiding the subject.
  15. Fallen

    How can i know how much a website can take ddos attacks.

    Ha ha, and what's the tool used to do it? Software no? What's your definition of "software"?
  16. Fallen

    How can i know how much a website can take ddos attacks.

    Many people do their own software for learning purposes (actually "write or "code" it). If you want a dos (or any kind of attacks like these) I would recommend googling something like this: Let me google that for you) Check more results of this and create your own piece. >not software
  17. Fallen

    Webdesign The Fallen | By Resource

    It doesn't. unless he has copyright on that chair and you have his premission to create a copy.
  18. Fallen

    Webdesign The Fallen | By Resource

    "copy to learn" that's not learning at all.
  19. Fallen

    Compiling Solved!

    Post the output of the following commands: cat Makefile ls
  20. Fallen

    Ban the user above you!

    Banned for being white
Back
Top