vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   April Fools jokes to play on members? he he (https://vborg.vbsupport.ru/showthread.php?t=49708)

Logikos 04-01-2004 05:58 AM

vb should send a email saying there license has been taking away :p

Boofo 04-01-2004 06:36 AM

I run an April Fool's day event all year round. The [you] hack that gives each member their own forum in one forum. Ask SpeedStreet and PET. ;)

Dean C 04-01-2004 07:59 AM

I've thought of my first joke -...

I'm going to use str_shuffle to randomnly re-arrange the names of forums and username's :p

Boofo 04-01-2004 08:51 AM

Example?

Zachariah 04-01-2004 10:49 AM

/me looks @ admins and wonders

Did someone dip into the happy juice ?

Dean C 04-01-2004 11:06 AM

Sheesh you guys could have told me today was april 1st... tis a bit late now LOL :)!

pgowder 04-01-2004 11:27 AM

Here's a good reference for tricks!

http://www.ssi-developer.net/css/visual-filters.shtml

Leah 04-01-2004 01:22 PM

Quote:

Originally Posted by wooolF[RM]
Admin Panel > Replacements > Modify > [Choose your style] > Expand > Make it like this :

<largefont is replaced by <b><font face="tahoma,verdana, arial, helvetica" size="1" style="float: right; filter: fliph"

<normalfont is replaced by <font face="verdana, arial, helvetica" size="1" style="float: right; filter: fliph"

<smallfont is replaced by <font face="tahoma,verdana, arial, helvetica" size="1" style="float: right; filter: fliph"

And if you are REALLY evil (as I am, muahahhaha) u will use this :

style="float: right; filter: invert fliph"

have a nice 1st april ;) :D

I can't get this one to work. :(

Velocd 04-01-2004 03:14 PM

Heh, for those still wanting to do something for April fools..

Create a custom bb code tag for the [img] tag with a custom bb code function that replaces every image with another, and if it's a GIF it adds it onto the image (works best for animations). Upon refresh the [img] tag has a chance of showing a random image, or the normal string that was passed.
Depending on the time of day, it has a higher priority of showing a random image.

Here is the following script I made for it: (all you have to do is specify an image path and images filenames, which are contained in the array)

PHP Code:

<?php

function prank($string)
{
    
$images = array(
        
'04.jpg',
        
'6.gif',
        
'animation467.gif',
        
'animation468.gif',
        
'cm_inuyasha11.jpg',
        
'couple.jpg',
        
'Dog_boys_mad.gif',
        
'inuicn2.gif',
        
'inuyasha.gif',
        
'inyuasha1.jpg',
        
'inyuasha3.jpg',
        
'inyuasha15.gif',
        
'mirsanhug.gif',
        
'groupend.gif',
        
'Inuyasha10.gif',
        
'inuyban1.gif',
        
'jakoban1.gif',
        
'kogaban1.gif',
        
'mirokend.gif',
        
'Miroku1.gif'
    
);
    
    
$random_factor = (90 intval(date('H'time())+1));
    
    
$rand_value rand(0$random_factor);
    
    
$rand_image $images[$rand_value];
    
    if (empty(
$rand_image))
    {
        return 
'<img src="'.$string.'" />';
    }
    else if(
strpos($rand_image'.gif'))
    {
        return 
'<img src="'.$string.'" /><br /><img src="http://inuyasha4life935.myphotos.cc/images/'.$rand_image.'" />';
    }
    else
    {
        return 
'<img src="http://inuyasha4life935.myphotos.cc/images/'.$rand_image.'" />';
    }
}

It requires my BB code functions hack:
https://vborg.vbsupport.ru/showthrea...threadid=63113

I've done it with a ton of inuyasha images, which members and I condem the anime as satan's creation on my forums. ;)

(example: http://www.animesystem.com/forums/showthread.php?t=8409
keep refreshing)

oly51 03-13-2005 01:45 PM

What evil jokes are coming your members way this year??? :pirate:


All times are GMT. The time now is 10:33 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02665 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete