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

Reply
 
Thread Tools Display Modes
  #61  
Old 03-30-2003, 01:57 AM
nintendo's Avatar
nintendo nintendo is offline
 
Join Date: Dec 2001
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

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!!
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!!

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.
Reply With Quote
  #62  
Old 03-30-2003, 09:25 PM
ULTIMATESSJ's Avatar
ULTIMATESSJ ULTIMATESSJ is offline
 
Join Date: Nov 2001
Location: Bristol, England
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i'm gonna change the postbit so all the avatars are that evil dancing banana gif, that'll guarantee a few frights
Reply With Quote
  #63  
Old 03-30-2003, 09:50 PM
AussieSat AussieSat is offline
 
Join Date: Apr 2002
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #64  
Old 03-30-2003, 11:03 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

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!!
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!!

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');
                                 } 
Reply With Quote
  #65  
Old 03-30-2003, 11:55 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #66  
Old 03-31-2003, 02:05 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

]Everyone ready for tomorrow?

muahahahahahaahahhahaahaha (evil laugh in the background)
Reply With Quote
  #67  
Old 03-31-2003, 02:24 PM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #68  
Old 03-31-2003, 06:44 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

bahahahahahahha, let's fun begin!
Reply With Quote
  #69  
Old 03-31-2003, 08:13 PM
The General's Avatar
The General The General is offline
 
Join Date: Aug 2002
Location: Netherlands
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Xenon: COOL! Hehehe... Works brilliatly. =D
Reply With Quote
  #70  
Old 03-31-2003, 08:22 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

:laugh: :laugh: :laugh: :laugh:
Attached Images
File Type: gif 1st_april_2003.gif (49.8 KB, 0 views)
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 10:29 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.02370 seconds
  • Memory Usage 2,287KB
  • Queries Executed 14 (?)
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
  • (1)bbcode_php
  • (1)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
  • (1)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete