Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #31  
Old 12-08-2004, 03:50 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very very funny thread, but ideas or anythign aside i think it's something like this

PHP Code:
if ($coding >= $good_sex)
{
    
$you == "nerd";

although i can't beleive i forgot about commemorating pearl harbour *smh*
Reply With Quote
  #32  
Old 12-08-2004, 03:51 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
This thread is kinda kinky
You love it Dean
Reply With Quote
  #33  
Old 12-08-2004, 04:49 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sabret00the
very very funny thread, but ideas or anythign aside i think it's something like this

PHP Code:
if ($coding >= $good_sex)
{
    
$you == "nerd";

although i can't beleive i forgot about commemorating pearl harbour *smh*
sabre - I'm ashamed of you. You used the equivalence operator instead of the assignment one

PHP Code:
if($coding >= $good_sex)
{
        
$you 'nerd';

Reply With Quote
  #34  
Old 12-08-2004, 04:55 PM
Colin F's Avatar
Colin F Colin F is offline
 
Join Date: Jul 2004
Location: Switzerland
Posts: 1,551
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
sabre - I'm ashamed of you. You used the equivalence operator instead of the assignment one

PHP Code:
if($coding >= $good_sex)
{
        
$you 'nerd';

...then again, chance is you are already a nerd... allthough it wouldn't help much to state that.
Reply With Quote
  #35  
Old 12-08-2004, 05:23 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Colin F
...then again, chance is you are already a nerd... allthough it wouldn't help much to state that.
PHP Code:
$name 'Dean';
if(
$name == 'Colin')
{
        
$nerd true;
}
else if(
$name == 'Dean')
{
        
$time['food'] = 1;
        
$time['sex'] = 2;
        
$time['coding'] = 3;

        
asort($time);

        
$c 0;
        foreach(
$time AS $preference)
        {
                
$c++;
                echo 
'PREFERENCE (IN ORDER)<br />';
                echo 
$c '/ ' $preference;
        }

        
$nerd false;

Reply With Quote
  #36  
Old 12-08-2004, 05:35 PM
Colin F's Avatar
Colin F Colin F is offline
 
Join Date: Jul 2004
Location: Switzerland
Posts: 1,551
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What, you get 11 lines of code before deciding that you're not a nerd, and I get stamped NERD just by my name?


no fair :alien:




:banana:
Reply With Quote
  #37  
Old 12-08-2004, 05:39 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
PHP Code:
$name 'Dean';
if(
$name == 'Colin')
{
        
$nerd true;
}
else if(
$name == 'Dean')
{
        
$time['food'] = 1;
        
$time['sex'] = 2;
        
$time['coding'] = 3;

        
asort($time);

        
$c 0;
        foreach(
$time AS $preference)
        {
                
$c++;
                echo 
'PREFERENCE (IN ORDER)<br />';
                echo 
$c '/ ' $preference;
        }

        
$nerd false;

He is a nerd simply because he took the time to put it into php
Reply With Quote
  #38  
Old 12-08-2004, 05:59 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually I didn't write that out. I used my newly-developed PHP-code generator
Reply With Quote
  #39  
Old 12-08-2004, 08:29 PM
AnhTuanCool's Avatar
AnhTuanCool AnhTuanCool is offline
 
Join Date: Jul 2004
Location: Albuquerque
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Site Rules
1.5 No "Offensive" Posts, Links or Images: Please do not post any messages that are obscene, vulgar, sexually-orientated, hateful, threatening, racist, sexist, discriminatory, or otherwise violative of any local or international laws. This includes links in your signature, profile, bookmarks as well as posted images, photos and avatars. Staff will ultimately decide if something is appropriate or not.
....
Reply With Quote
  #40  
Old 12-08-2004, 08:46 PM
Colin F's Avatar
Colin F Colin F is offline
 
Join Date: Jul 2004
Location: Switzerland
Posts: 1,551
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AnhTuanCOol
Staff will ultimately decide if something is appropriate or not.
....
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04447 seconds
  • Memory Usage 2,298KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (6)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete