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)

Sweet Cheeks 03-06-2003 07:01 AM

April Fools jokes to play on members? he he
 
Anyone planning anything evil? :D


Im going to put up a page on the main forumhome that has a skeleton on it that says the site has been hacked and owned rofl and leave it up there for a few hours first thing in the morning https://vborg.vbsupport.ru/

mheinemann 03-06-2003 09:36 AM

I'm going to alter the member of the day hack so that it shows whoever is viewing it as MOTD (similar to the [you] and {bbusername} hack. Everyone is going to think they are MOTD, lol.

Xenon 03-06-2003 11:31 AM

hehe, yes, i'm planning some jokes :D

Boofo 03-06-2003 12:08 PM

Quote:

Originally posted by Sweet Cheeks
Anyone planning anything evil? :D


Im going to put up a page on the main forumhome that has a skeleton on it that says the site has been hacked and owned rofl and leave it up there for a few hours first thing in the morning http://www.belliesandbabies.com/boar...ies/brucia.gif

You could do something like this and have it do it automatically. I set this up for the member of the day a while back. Let me know what you think. ;)

PHP Code:

    if (vbdate("m-d",$ourtimenow)=="04-01") {
        
$memberoftheday[userid] = $bbuserinfo[userid] ;
        
$memberoftheday[username] = $bbuserinfo[username];
    } else {
        
$memberoftheday[userid] = $memberoftheday[userid];
        
$memberoftheday[username] = $memberoftheday[username];
    } 


mheinemann 03-06-2003 12:13 PM

Thanks Boofo, I was just going to change the forumhome template at midnight to
PHP Code:

<a href="member.php?2=$session[sessionhash]&action=getinfo&userid=$bbuserinfo[userid]">$username</a

Looks like yours would work better though.

Boofo 03-06-2003 12:15 PM

The code I posted will do it according to the users time, not the server. And you can leave it up there all year and do it again next year. ;) It should run automatically from now on.

mheinemann 03-06-2003 12:17 PM

LOL, Boofo's April Fools hack.

*installs*

Where would I put that code? index.php?

Boofo 03-06-2003 12:24 PM

Yes, right below the member of the day hack. Enjoy! ;)

Kars10 03-06-2003 12:53 PM

Maybe i replace the "Get new Post"- Link on Forumhome with the Logout-Link!! :p

Sebastian 03-06-2003 02:42 PM

i may do this: http://www.turnofftheinternet.com/#


but change the text to something like "All data on harddisk has been lost."

LoL ;) :p

amykhar 03-06-2003 02:45 PM

One of my members isn't exactly a people person. I have set it up so that any new members we get appear to be referred by her. By April 1, she should have 30-40 referrals. I am going to thank her for bringing in all the new members and watch her suffer as she tries to fgure out why she became so popular all of a sudden. But that's just one of my intended pranks. :D

Boofo 03-06-2003 02:46 PM

That link could be a twin brother to the one here. But a younger one. ;)

https://vborg.vbsupport.ru/showthrea...threadid=49642

N9ne 03-06-2003 03:09 PM

I'll make myself a normal user, and make another user that I create an administrator, which I can login with to the ACP :D.

Dean C 03-06-2003 03:47 PM

Hehe your all so vindictive. Replacing forumhome will put a lot of new registrations off and many people will be disheartened by the forums being down and you may lose some members. I will however play a few tricks on a select few members :p

- miSt

Xenon 03-06-2003 03:55 PM

hmm, for vb.org i will ban mist and forget to remove the april fools joke then :p

filburt1 03-06-2003 06:05 PM

Quote:

Originally posted by Xenon
hmm, for vb.org i will ban mist and forget to remove the april fools joke then :p
What does April Fool's Day have to do with banning Mist? ;)

Rose 03-06-2003 06:07 PM

Quote:

Originally posted by filburt1


What does April Fool's Day have to do with banning Mist? ;)

*lol*

[high]* Rose points & laughs
[/high]

;)

Erwin 03-06-2003 06:18 PM

For April Fool's we will redirect all hits to http://www.vb.org just to confuse the newbies. And Xenon and I will then downgrade the site to UBB 5.3 ;)

Dean C 03-06-2003 06:52 PM

Don't you go abusing your newfounded power Stefan. I may have to spank you

******** SMILIE SPECIALLY ADDED TO ADD HUMOUR ****

:D

********************* END SMILIE ****************

- miSt

filburt1 03-06-2003 06:53 PM

PLEASE GOD ADD AN EMOTICON TO THAT LAST POST! :eek:

Velocd 03-06-2003 07:27 PM

Meh, your petty attempts for any suitable April Fools Joke makes me laugh. <insert sarcasm>

I'm not going for so much the ?making the forum look like it's been rendered disabled or really screwed up to where the members will instantly know the gimmick? look, but more of some kind of joke that will mess with everyone?s mind and be so incredibly hard to figure out it wont be until midway through May when somebody finally uncovers it. Mwahahah? :p
(of course I'm not going to mention such a grandeur plot)

N9ne 03-06-2003 07:29 PM

I think it would be good if this place is a redirect to the church site vb.org :D

Velocd 03-06-2003 07:40 PM

Last years April Fools easily tricked me, with the whole "bot-type message service that responds automatically (and with great intellectuality). The irony is that such a hack now sorta does exist, with those bot-hacks that exist.

Link14716 03-06-2003 08:46 PM

If I remember, wasn't that "bot" actually supposed to reply in place of you instead of after you?

[high]* Link14716 gets an idea. :D[/high]

filburt1 03-06-2003 09:01 PM

Remember in your joke not to piss off your users. I for one would be furious if somebody else tried posting in my name.

Sweet Cheeks 03-07-2003 04:25 AM

I had an idea but its probably impossible. I'd like to make it to where with every forum home refresh, the order of all the forums/categories changed? :p

Link14716 03-07-2003 10:50 AM

That'd be possible, make it randomly order the ctegories in index.php. :D

Sweet Cheeks 03-07-2003 03:13 PM

he he I'll play around with it and see what I can come up with :D

Xenon 03-08-2003 10:45 AM

@sweet:
in index.php:
PHP Code:

$forums=$DB_site->query('SELECT * FROM forum WHERE displayorder<>0 AND active=1 ORDER BY parentid,displayorder'); 

change to
PHP Code:

$forums=$DB_site->query('SELECT * FROM forum WHERE displayorder<>0 AND active=1 ORDER BY parentid,RAND()'); 

should work i think :)

@mist: you should learn the use of smilies.....

Dean C 03-08-2003 11:04 AM

*Adds smilie to the post just for Xenon*

- miSt

Boofo 03-08-2003 11:45 AM

Here you go, Rose. Now you can install it and have it run automatically on the 1st of April every year. ;)

PHP Code:

    if (vbdate("m-d",$ourtimenow)=="04-01") {
$forums=$DB_site->query('SELECT * FROM forum WHERE displayorder<>0 AND showonhome=1 AND active=1 ORDER BY parentid,RAND(NOW())');
    } else {
$forums=$DB_site->query('SELECT * FROM forum WHERE displayorder<>0 AND showonhome=1 AND active=1 ORDER BY parentid,displayorder');
    } 


Rose 03-08-2003 06:29 PM

Anyone else noticing this "FARANTH" spamming the hell outta this place?

Boofo - were you talking to me? Because ... I have no idea what you're talking about. :confused:

:D

Boofo 03-08-2003 06:31 PM

Faranth has hit about 5 or 6 threads that I get emails for already. What's his problem, does anyone know?

Zachery 03-08-2003 06:32 PM

i have no idea what is going on :\

Rose 03-08-2003 06:33 PM

:s You don't know what's going on but are somehow hitting all the threads with a "." post? Like seven or so in the Full Releases forum. :s

Boofo 03-08-2003 06:34 PM

Quote:

Originally posted by Rose
Boofo - were you talking to me? Because ... I have no idea what you're talking about. :confused:

:D

Sorry about that. I meant to post that for Julie. My bad. Again, sorry. ;)

Rose 03-08-2003 06:34 PM

Quote:

Originally posted by Boofo


Sorry about that. I meant to post that for Julie. My bad. Again, sorry. ;)

Is no problem. I'm used to being on the minds of many, even when unintended. *hehe* ;)

Zachery 03-08-2003 06:34 PM

yes thats right i have no clue to why its happing i just went and changed my pw

Boofo 03-08-2003 06:40 PM

Quote:

Originally posted by Rose


Is no problem. I'm used to being on the minds of many, even when unintended. *hehe* ;)

Well, I've pretty well lost my mind somewhere along the way, but I'm almost sure you must be on it then. I will check if I ever find it. ;)

Rose 03-08-2003 06:50 PM

Quote:

Originally posted by Boofo


Well, I've pretty well lost my mind somewhere along the way, but I'm almost sure you must be on it then. I will check if I ever find it. ;)

Ha!!

[high]* Rose walks away laughing *tee hee*[/high]


All times are GMT. The time now is 12:53 AM.

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.03048 seconds
  • Memory Usage 1,823KB
  • 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
  • (5)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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