Jump to content
xisto Community

cryptwizard

Members
  • Content Count

    84
  • Joined

  • Last visited

Posts posted by cryptwizard


  1. Survey of Xisto Web Community

    [age range?]

    10-14 11 to be specific

    15-19

    20-25

    26-30

    31-40

    40+

    [amount of time online in this community/week?]

    <1 hour

    1-2 hours About 1 and a quarter to be specific

    2-3 hours

    3-5 hours

    5-7 hours

    8-10 hours

    10 hours +

    [occupation?] Normally student. Now holidays

    [country?] Australia

    [native language?] Cantonese

    [number of web communities you actively participate?] A hell lot

    [how should this community be moderated?]

    ie ... (this list is not all inclusive ... feel free to add your own)

    not at all

    by community peer pressure

    by community appointed/elected moderators

    by board owner appointment

    [Other than free hosting, is there anything else that keeps you active here?]

    The interesting topics


  2. You simply go to a DOS prompt and type "telnet <host> port".
    You needn't see the words Microsoft Telnet.

    I'll give you a full demonstration of me sending a message to myself:

    C:\Documents and Settings\user>telnet gsmtp171.google.com 25220 mx.gmail.com ESMTP 59si1198747rnbHELO gmail.com250 mx.gmail.com at your serviceMAIL FROM:<cryptwizard@gmail.com>250 2.1.0 OKRCPT TO:<cryptwizard@gmail.com>250 2.1.5 OKDATA354 Go aheadTo: Myself <cryptwizard@gmail.com>From: Myself <cryptwizard@gmail.com>Subject: Testing SMTP from TelnetHello World!.250 2.0.0 OK 1104091397QUIT221 2.0.0 mx.gmail.com closing connection

    Line 1: The command you type in the DOS prompt (You get to the DOS prompt by typing "cmd" in a run box).
    Line 2: -
    Line 3: Welcome message from the SMTP server. The numeric response 220 means ready.
    Line 4: Introuducing my server (You would not type gmail.com here, you would type your own host, that was just an example).
    Line 5: The numeric response 250 means the command was OK.
    Line 6 foward: Sending the message.

  3. I think PF stands for Pre-Final or something similar to that.Here's other IPB naming:PDR - Public Devlopement ReleaseTechnically if you "create" something, it is your copyright.For example, my post about psychics and the big bang, is automatically copyright me, becuase I have "created" it.Also, in the terms and conditions, it doesn't say like, by posting blablabla here you are relinquishing your copyright on blablabla to Xisto pty. ltd. of 123 Fake Street, Columbia blablabla.So, even if they did suddenly decide to put that copyright sign on the bottom, my post would still be my copyright.Hope that clarifys copyright.


  4. I've made a few basic console games in C, C++ and Java.Some of the games were, guess the number (NOT copied form a tutorial, my own code), X and O/Naughts and Crosses/Tic-Tac-Toe/etc.,Java being the best language as it supports strings internall, instead of having to store it in an char array then have a hell of a crap time trying to get the string back.

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.