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)

nintendo 03-30-2003 01:57 AM

Here's what I'll be doing!!! :D:D:D:D

EVERY post and thread says it's from the same member.
Changing every avatar to a picture of me.
Changing the logo to contain pictures of me.
Make the index page look like it's hacked.
Make the post count look like an extremely high number. $post[userid]$post[postid]$threadid$forum[forumid]$post[posts]
Changing every ones signiture to a lot of different Grin images.
Put up a sound of me armpit farting, on the index!! :D:D:D
Do some MAJOR censoring (censor Nintendo, Pokemon, video games for example to show up as other words.)

http://www.vgchat.com/hacked.html shows what the index will look like!! :D:D:D:D

You can easily get the HTML code for your site at

http://www.rinkworks.com/dialect/dia...orum/&inside=1

Just make sure you get rid of

<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->

at the top of your index page so you can get the HTML code.


With this 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');
}

It LOOKS like it works, BUT I changed the date to 03-29 and it gave out a MySQL error. So yes, if you want a dead index on April Fools Day, use it.

ULTIMATESSJ 03-30-2003 08:25 PM

i'm gonna change the postbit so all the avatars are that evil dancing banana gif, that'll guarantee a few frights

AussieSat 03-30-2003 08:50 PM

It actually works OK NIntendo. Its just that the code has referance to showonhome (part of one of the vB homepage hacks?) - just delete that bit from the queries.

Link14716 03-30-2003 10:03 PM

Quote:

Yesterday at 11:57 PM nintendo said this in Post #61
Here's what I'll be doing!!! :D:D:D:D

EVERY post and thread says it's from the same member.
Changing every avatar to a picture of me.
Changing the logo to contain pictures of me.
Make the index page look like it's hacked.
Make the post count look like an extremely high number. $post[userid]$post[postid]$threadid$forum[forumid]$post[posts]
Changing every ones signiture to a lot of different Grin images.
Put up a sound of me armpit farting, on the index!! :D:D:D
Do some MAJOR censoring (censor Nintendo, Pokemon, video games for example to show up as other words.)

http://www.vgchat.com/hacked.html shows what the index will look like!! :D:D:D:D

You can easily get the HTML code for your site at

http://www.rinkworks.com/dialect/dia...orum/&inside=1

Just make sure you get rid of

<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->

at the top of your index page so you can get the HTML code.


With this 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');
}

It LOOKS like it works, BUT I changed the date to 03-29 and it gave out a MySQL error. So yes, if you want a dead index on April Fools Day, use it.

That code would give out a dead index 100% of the time. The code should be:
PHP Code:

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


Boofo 03-30-2003 10:55 PM

The reason you will get an error is because in the code I posted here:

https://vborg.vbsupport.ru/showthrea...759#post362759

the "AND showonhome=1" is from a hack by Firefly I have installed. I forgot to take that out when I posted it. Sorry about that. ;)

wooolF[RM] 03-31-2003 01:05 PM

]Everyone ready for tomorrow? :D

muahahahahahaahahhahaahaha (evil laugh in the background)

amykhar 03-31-2003 01:24 PM

Yikes! I had lost track of what date it is. Thanks for the reminder. Everything is ready to go though.

I am just trying to figure out the best time to start though. Not sure if I am going to wait for 4-1 on the West Coast or just go ahead and start at midnight my time.

Amy

wooolF[RM] 03-31-2003 05:44 PM

]I start in 1.5 hour... GMT +1 (Server TimeZone)

bahahahahahahha, let's fun begin! ;)

The General 03-31-2003 07:13 PM

@Xenon: COOL! Hehehe... Works brilliatly. =D

wooolF[RM] 03-31-2003 07:22 PM

1 Attachment(s)
1) all forums randomised
2) all texts (almost all) are mirrored
3) and all fonts inverted

:laugh: :laugh: :laugh: :laugh:


All times are GMT. The time now is 10:26 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.02635 seconds
  • Memory Usage 1,749KB
  • 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)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