As was foretold, we've added advertisements to the forums! If you have questions, or if you encounter any bugs, please visit this thread: https://forums.penny-arcade.com/discussion/240191/forum-advertisement-faq-and-reports-thread/

A thought on jailing

2»

Posts

  • OrthancOrthanc Death Lite, Only 1 Calorie Off the end of the internet, just turn left.Registered User, ClubPA regular
    edited June 2004
    [spoiler:9e09054af6]big spoilers are fun
    Code spoilers
    
    [/spoiler:9e09054af6]

    Edit: Probably not a big issue, but that isn't the behaviour I'd expect

    Orthanc on
    orthanc
  • futilityfutility Registered User, ClubPA regular
    edited June 2004
    [spoiler:86e17a0f9c]cat.hammock.gif[/spoiler:86e17a0f9c]
    img spoiler?

    futility on
  • SmasherSmasher Starting to get dizzy Registered User regular
    edited June 2004
    [spoiler:3095c5505d]
    1. spoiler 1
    2. spoiler 2
    3. spoiler 3
    [/spoiler:3095c5505d]

    [spoiler:3095c5505d]http://www.google.com[/spoiler:3095c5505d]

    Not that anyone ever uses lists, but the url thing might be an issue.

    Smasher on
  • Mei HikariMei Hikari Registered User regular
    edited June 2004
    Might be an issue, but people rarely use a link in spoilers and anyway:

    [spoiler:64f0ce36c4]you need to google, here's a link[/spoiler:64f0ce36c4]
    the word link isn't a spoiler.

    But this makes me too happy to care.

    Mei Hikari on
  • futilityfutility Registered User, ClubPA regular
    edited June 2004
    [spoiler:6213401629]look how smart futility is[/spoiler:6213401629]

    oddly the color tags must go inside the url tags

    futility on
  • OrthancOrthanc Death Lite, Only 1 Calorie Off the end of the internet, just turn left.Registered User, ClubPA regular
    edited June 2004
    futility wrote:
    [spoiler:647099f016]look how smart futility is[/spoiler:647099f016]

    oddly the color tags must go inside the url tags

    Not at all odd if you're familiar with HTML and CSS

    Orthanc on
    orthanc
  • futilityfutility Registered User, ClubPA regular
    edited June 2004
    Orthanc wrote:
    futility wrote:
    [spoiler:c29474ef2e]look how smart futility is[/spoiler:c29474ef2e]

    oddly the color tags must go inside the url tags

    Not at all odd if you're familiar with HTML and CSS

    ooh look at me I'm good with computer languages. I could PHP your ass to a wall if I wanted to.
    <form action=" <? echo $PHP_SELF ?>" method="post">
    1st number:<input type=text name=num1>
    
    2nd number:<input type=text name=num2>
    
    
    
    
    What operation would you like to perform?
    
    <input type=radio name=operation value="plus" checked>Add
    
    <input type=radio name=operation value="minus">Subtract
    
    <input type=radio name=operation value="X">Multiply
    
    <input type=radio name=operation value="divided by">Divide
    
    <input type=submit><input type=reset>
    
    </form>
    </body>
    </html>
    The answer to   <? echo $num1;?>   <?echo $operation;?>   <? echo $num2;?>
    is:
    
    <h1>
    <?php
    if ($operation ==  "plus")
    {$x = $num1 + $num2;
    print $x;}
    elseif ($operation ==  "minus")
    {$x = $num1 - $num2;
    print $x;}
    elseif ($operation ==  "X")
    {$x = $num1 * $num2;
    print $x;}
    else
    {$x = $num1 / $num2;
    print $x;}
    ?>
    </h1>
    

    futility on
  • SzechuanosaurusSzechuanosaurus Registered User, ClubPA regular
    edited June 2004
    It is goodly. But It'd be better if you could tag stuff in the middle of a sentence without having it forced onto another line. From a purely asthetic point of view more than anything else, plus it gives you more freedom on how you format your post.

    Szechuanosaurus on
  • OrthancOrthanc Death Lite, Only 1 Calorie Off the end of the internet, just turn left.Registered User, ClubPA regular
    edited June 2004
    I can see the reasoning behind making it the full paragraph like that,

    People will spoiler the entire paragraph rather than trying to be cleaver and spoiler out particular words.

    I can see some morons doing things like

    In the next harry potter [spolier-broken]bob the janitor[/spoiler] dies.

    Which is just irritation because if you're trying to avoid spoilers, you probably don't want to know that any major charecter dies, even though they've spoilered out the name.

    At least this way people will tend to do the entire paragraph.

    Orthanc on
    orthanc
  • DogDog Registered User, Administrator, Vanilla Staff admin
    edited June 2004
    futility wrote:
    I could PHP your ass to a wall if I wanted to.

    Not when you do stupid shit like this:
    The answer to   <? echo $num1;?>   <?echo $operation;?>   <? echo $num2;?>
    

    Let's have useless echo's! Woooooo.

    The correct answer is:
    The answer to   <?= "$num1 $operation $num2"; ?>
    

    Old versions of PHP that don't support <?= be damned.

    Unknown User on
  • OrthancOrthanc Death Lite, Only 1 Calorie Off the end of the internet, just turn left.Registered User, ClubPA regular
    edited June 2004
    Old versions of PHP that don't support <?= be damned.

    Idiots that tie their code tightly to a particular very new php version be damned.

    Orthanc on
    orthanc
  • matthias00matthias00 Registered User regular
    edited June 2004
    the only problem I have with this is that people are starting to use it like the old Size 1 text. We all know how annoying that got.

    matthias00 on
  • Munkus BeaverMunkus Beaver You don't have to attend every argument you are invited to. Philosophy: Stoicism. Politics: Democratic SocialistRegistered User, ClubPA regular
    edited June 2004
    matthias00 wrote:
    the only problem I have with this is that people are starting to use it like the old Size 1 text. We all know how annoying that got.

    :roll: Every new feature gets abused within the first days of its introduction, then people forget about it.

    Size 0 was annoying because people could really in truely hide things in their post. Like say.....the goatse address. And size 1 made it so a mod had to check every post to see if somethign like that was in there.

    I think.

    Munkus Beaver on
    Humor can be dissected as a frog can, but dies in the process.
  • ÄlphämönkëyÄlphämönkëy Registered User regular
    edited June 2004
    Munkus is right, from a mod standpoint the old size 0 was terrible to moderate.

    I like this feature, and it's abuse will pass in time.

    Älphämönkëy on
  • ZoolanderZoolander Registered User regular
    edited June 2004
    Another thought on jailing. Deps/Mods should be forced to write a reason for the jailing, to cut down on joke jailings and just plain retarded ones.

    This will get ignored.

    Zoolander on
  • DogDog Registered User, Administrator, Vanilla Staff admin
    edited June 2004
    Orthanc wrote:
    Old versions of PHP that don't support <?= be damned.

    Idiots that tie their code tightly to a particular very new php version be damned.

    Idiots that don't update their version of PHP (when they can) be damned.

    Unknown User on
  • OrthancOrthanc Death Lite, Only 1 Calorie Off the end of the internet, just turn left.Registered User, ClubPA regular
    edited June 2004
    Zoolander wrote:
    Another thought on jailing. Deps/Mods should be forced to write a reason for the jailing, to cut down on joke jailings and just plain retarded ones.

    This will get ignored.

    We do. It normally goes something like this "Jailed Senor Amor for being a moron"

    And amor, when you need stability, software isn't updated untill you are sure it's not going to break software.

    Orthanc on
    orthanc
  • DogDog Registered User, Administrator, Vanilla Staff admin
    edited June 2004
    Orthanc wrote:
    We do. It normally goes something like this "Jailed Senor Amor for being a moron"

    THAT'LL NEVER HAPPEN! HAHAHAHAHA! ;)

    Unknown User on
  • DeusfauxDeusfaux Registered User regular
    edited June 2004
    I'm glad my suggestion was implemented. Thank you team.

    Deusfaux on
  • ObbiObbi Registered User, ClubPA regular
    edited June 2004
    Deusfaux wrote:
    I'm glad my suggestion was implemented. Thank you team.

    [spoiler:00fa49a565]The Spoiler code plan has been a collective request since the days of Phorum[/spoiler:00fa49a565]

    Obbi on
  • ZoolanderZoolander Registered User regular
    edited June 2004
    Orthanc wrote:
    Zoolander wrote:
    Another thought on jailing. Deps/Mods should be forced to write a reason for the jailing, to cut down on joke jailings and just plain retarded ones.

    This will get ignored.

    We do. It normally goes something like this "Jailed Senor Amor for being a moron"

    And amor, when you need stability, software isn't updated untill you are sure it's not going to break software.
    Is it obligatory?

    Zoolander on
  • OrthancOrthanc Death Lite, Only 1 Calorie Off the end of the internet, just turn left.Registered User, ClubPA regular
    edited June 2004
    Zoolander wrote:
    Orthanc wrote:
    Zoolander wrote:
    Another thought on jailing. Deps/Mods should be forced to write a reason for the jailing, to cut down on joke jailings and just plain retarded ones.

    This will get ignored.

    We do. It normally goes something like this "Jailed Senor Amor for being a moron"

    And amor, when you need stability, software isn't updated untill you are sure it's not going to break software.
    Is it obligatory?

    Supposed to be.

    Orthanc on
    orthanc
  • LegacyLegacy Stuck Somewhere In Cyberspace The Grid(Seattle)Registered User, ClubPA regular
    edited June 2004
    Obbi wrote:
    Deusfaux wrote:
    I'm glad my suggestion was implemented. Thank you team.

    [spoiler:fd1a0ae6ef]The Spoiler code plan has been a collective request since the days of Phorum[/spoiler:fd1a0ae6ef]

    That, and I think I suggested it a bit before you did. ;)

    Legacy on
    Can we get the chemicals in. 'Cause anything's better than this.
  • futilityfutility Registered User, ClubPA regular
    edited June 2004
    futility wrote:
    I could PHP your ass to a wall if I wanted to.

    Not when you do stupid shit like this:
    The answer to   <? echo $num1;?>   <?echo $operation;?>   <? echo $num2;?>
    

    Let's have useless echo's! Woooooo.

    The correct answer is:
    The answer to   <?= "$num1 $operation $num2"; ?>
    

    Old versions of PHP that don't support <?= be damned.

    that was supposed to be sarcastic. I should have put quotes around it or something. I couldn't tell php from a monkey.

    futility on
  • DogDog Registered User, Administrator, Vanilla Staff admin
    edited June 2004
    futility wrote:
    that was supposed to be sarcastic. I should have put quotes around it or something. I couldn't tell php from a monkey.

    Oh, haha. I thought you were serious because Orth is always flaunting his PHP skillz.

    Unknown User on
  • RamiusRamius Joined: July 19, 2000 Administrator, ClubPA admin
    edited June 2004
    [realspoiler:d4e5a6779f]This is a test of the REALSPOILER system. Please to be using real spoilers only for indicating real spoilers![/realspoiler:d4e5a6779f]

    As sort of a social experiment, I've decided to initiate a REAL SPOILER tag. This tag should only be used for indicating real spoilers, so that somebody doesn't get fucked over by reading a spoiler that they think was a joke, when it really wasn't.

    If I see that the realspoiler tag cannot be honored, then I may be forced to remove the spoiler tag entirely. If you are dying to try it out, you may do so IN THIS THREAD. If you are dying to tell everybody about it, you may LINK TO THIS THREAD.


    p.s. the normal refreshing of css files will be necessary for you to see the updated formatting.

    Ramius on
  • Garlic BreadGarlic Bread i'm a bitch i'm a bitch i'm a bitch i'm a Registered User, Disagreeable regular
    edited June 2004
    So misusing it would result in a jailing?

    Garlic Bread on
  • OrthancOrthanc Death Lite, Only 1 Calorie Off the end of the internet, just turn left.Registered User, ClubPA regular
    edited June 2004
    Ramius wrote:
    [realspoiler:b505124976]This is a test of the REALSPOILER system. Please to be using real spoilers only for indicating real spoilers![/realspoiler:b505124976]

    God damn I laughed at that.

    But seriously, the spoiler abuse is already dying down, I recon it will be pretty much gone in a week

    Orthanc on
    orthanc
Sign In or Register to comment.