September 21, 2024, 12:52:21 PM

1,531,318 Posts in 46,731 Topics by 1,523 Members
› View the most recent posts on the forum.


hey

Started by Ricky, March 07, 2008, 06:27:54 PM

previous topic - next topic

0 Members and 2 Guests are viewing this topic.

Go Down

Ricky


Feynman

Quote from: JMV on March 07, 2008, 06:58:22 PM
<?php
if ($user==Bassir) {
   header( 'Location: http://doom3.z0y.org' ) ; }
else {
   include 'forum.php'; }
?>


hey where have i seen that before baddood;

Ricky

Quote from: JMV on March 07, 2008, 06:58:22 PM
<?php
if ($user=="Bassir") {
   header( 'Location: http://doom3.z0y.org' ) ; }
else {
   include 'forum.php'; }
?>
Corrected.

Feynman

Quote from: Ricky on March 07, 2008, 06:59:13 PM
It's really not that hard.

I would never really feel like doing anything longer than about 10 lines. baddood;

Quote from: Jester on March 07, 2008, 06:59:04 PM
Shut up, nerds.

Welcome to Boyah.

Daddy

/*
* JMViscool.java
*
* Created on March 7,2008 , 10:03 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/

package conversion;
import java.awt.*;
import javax.swing.*;
//import java.util.Scanner;
/**
*
* @author jamesvalente
*/
public class BassirVsRick {
   
   /** Creates a new instance of BassirVsRick */
   public BassirVsRick() {
   }
   
   /**
    * @param args the command line arguments
    */
   public static void main(String[] args) {
      /**Create window prompting for who sucks less*/
     
       String[] choices = {"Bassir", "Ricky"};
       
       int response = JOptionPane.showOptionDialog(
               null,
               "Please select the person who sucks less",
               "Poll of the Century",
               JOptionPane.YES_NO_OPTION,
               JOptionPane.PLAIN_MESSAGE,
               null,
               choices,
               choices[0]);
       
       if(response == 0){
          JOptionPane.showMessageDialog(null, "Yeah, he is slightly cooler");
       
       
       }
       
       else {
          JOptionPane.showMessageDialog(null, "Lol fagit");
       
       }
   }
}


Ricky

Quote from: Bassir C. on March 07, 2008, 07:03:12 PM
I would never really feel like doing anything longer than about 10 lines. baddood;

How do you know PHP again?

Feynman


Ricky

SOMEONE ENABLE ACCOUNT DELETION

Himu

Quote from: Ricky on March 07, 2008, 07:09:46 PM
SOMEONE ENABLE ACCOUNT DELETION
Yes.  I'm curious to see how many users would.

Feynman

Quote from: Charmed on March 07, 2008, 07:14:31 PM
Yes.  I'm curious to see how many users would.


If they wanted it deleted, they would just ask an admin. baddood;

Himu

Quote from: Bassir C. on March 07, 2008, 07:18:30 PM
If they wanted it deleted, they would just ask an admin. baddood;
SOME admins won't. baddood;

Daddy


Samus Aran

Quote from: Charmed on March 07, 2008, 07:21:52 PM
SOME admins won't. baddood;


I will if I have reason to believe that it's a good change.

Houdini

I still don't get why everyone adores Ricky so much. I've never seen him do anything worthy of note. All he ever seems to do is show up every once in a while, say "Hi I'm Ricky", and leave.

Feynman

Quote from: Houdini on March 07, 2008, 07:33:27 PM
I still don't get why everyone adores Ricky so much. I've never seen him do anything worthy of note. All he ever seems to do is show up every once in a while, say "Hi I'm Ricky", and leave.


He inspired, help create, and indirectly invited the greatest and most influential man from Boyah--me.

Go Up