Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
The Hotel Hack Details »»
The Hotel Hack
Version: 1.00, by zajako zajako is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 06-05-2002 Last Update: Never Installs: 93
 
No support by the author.

This hack creates a private board where people can reg rooms and use there keys to meet people there. Once in the board they can do whatever they like privately. THe only people who can get in is the people with the key. The key is a password that allow you to veiw the private board. ALso these boards are not included in the search database.


version 1.6
https://vborg.vbsupport.ru/attachmen...&postid=266472

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 06-07-2002, 03:30 AM
ZiRu$'s Avatar
ZiRu$ ZiRu$ is offline
 
Join Date: Jan 2002
Location: Manitoba, Canada
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

awesome idea......Where do you get the money to buy a room?

Lesanes Store Hack?
Reply With Quote
  #23  
Old 06-07-2002, 05:28 AM
Neo's Avatar
Neo Neo is offline
 
Join Date: Oct 2001
Location: Anywhere
Posts: 1,817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ULTIMATESSJ: use this

PHP Code:
CREATE TABLE hotelposts 
roomactionid int(10NOT NULL auto_increment
roomnumber int(10NOT NULL
username varchar(50NOT NULL
userid int(10NOT NULL DEFAULT '0'
roomaction mediumtext
PRIMARY KEY (roomactionid
); 
Reply With Quote
  #24  
Old 06-07-2002, 05:33 AM
AntiOnline's Avatar
AntiOnline AntiOnline is offline
 
Join Date: Dec 2001
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about adding a user's name above their avatar?
Reply With Quote
  #25  
Old 06-07-2002, 07:09 AM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like this hack...

Very creative...

*Installs*

Satan
Reply With Quote
  #26  
Old 06-07-2002, 08:20 AM
zajako's Avatar
zajako zajako is offline
 
Join Date: Jan 2002
Location: a place not to far away
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ehh, anotehr update, I fixed some email issues and the pm issues, so now it gives a link or at least a correct link that contains there key so they can junmp to thier room quickkly

The hotel v 1.02 :}
Reply With Quote
  #27  
Old 06-07-2002, 08:33 AM
zajako's Avatar
zajako zajako is offline
 
Join Date: Jan 2002
Location: a place not to far away
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

itstd, it should work for you board now

anti online, open room.php

find:
PHP Code:
for ($i=0$i $numberactions$i++)
        {
        
$add[$i] = '<tr> 
    <td>
      <table width="100%" border="1" cellspacing="0" cellpadding="0">
        <tr>
          <td width="18%">'
.$displayavatar[$i].'</td>
          <td width="82%"><center>'
.$display[$i].'</center></td>
        </tr>
      </table>
    </td>
  </tr>'
;
        
$texts $texts.$add[$i];
        
$i++;
        
$add[$i] = '  <tr> 
    <td>
      <table width="100%" border="1" cellspacing="0" cellpadding="0">
        <tr>
          <td width="82%"><center>'
.$display[$i].'</center></td>
          <td width="18%">'
.$displayavatar[$i].'</td>
        </tr>
      </table>
    </td>
  </tr>'
;
        
        
$texts $texts.$add[$i];

        } 

and replace with

PHP Code:

    
for ($i=0$i $numberactions$i++)
        {
        
$add[$i] = '<tr> 
    <td>
      <table width="100%" border="1" cellspacing="0" cellpadding="0">
        <tr>
          <td width="18%">'
.$username.'<br>'.$displayavatar[$i].'</td>
          <td width="82%"><center>'
.$display[$i].'</center></td>
        </tr>
      </table>
    </td>
  </tr>'
;
        
$texts $texts.$add[$i];
        
$i++;
        
$add[$i] = '  <tr> 
    <td>
      <table width="100%" border="1" cellspacing="0" cellpadding="0">
        <tr>
          <td width="82%"><center>'
.$display[$i].'</center></td>
          <td width="18%">'
.$username.'<br>'.$displayavatar[$i].'</td>
        </tr>
      </table>
    </td>
  </tr>'
;
        
        
$texts $texts.$add[$i];

        } 
i have not tested it, but it should work

If it does not, then let me know

For anyone who did not read his request, this coding should put the username above the avatars.
Reply With Quote
  #28  
Old 06-07-2002, 08:33 AM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this hack. IT would be great if it can be used with Lesanes Store hack though. Also whne you send thw other key to someones PM and it is the wrong PM you get a database error. What can we do about this?
Reply With Quote
  #29  
Old 06-07-2002, 08:39 AM
zajako's Avatar
zajako zajako is offline
 
Join Date: Jan 2002
Location: a place not to far away
Posts: 633
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ill make an update to say the user does not exsit, sorry, i had been working on this between many other things, and for got a few minor things, ill make a command to check for that.

Also i might make an option for it to work with the lesane store hack, just post a reply to this requesing this and if there are enough replys Ill try to fit it in my schedule.
Reply With Quote
  #30  
Old 06-07-2002, 08:46 AM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

WOW. I am using 2.2.5 and when i sign in i get all sorts of wierd stuff. Is this hack done right at ALL? or is it just me? I see the room but below the room it shows my logo again and says invalid key for thats it. When i click send it says invalid key. Anyone no what is wrong? I am using 2.2.5 is 2.2.6 really that much different to do something like this?
Reply With Quote
  #31  
Old 06-07-2002, 08:47 AM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I bet everyone would love this hack to work with Lesanes store hack. ZThat would be great.
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 07:27 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.05318 seconds
  • Memory Usage 2,329KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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