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
  #32  
Old 06-07-2002, 09:00 AM
Sparkz's Avatar
Sparkz Sparkz is offline
 
Join Date: Nov 2001
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

With all the issues this hack has, maybe it should be in the beta section?
Reply With Quote
  #33  
Old 06-07-2002, 09:11 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

well, all issuses except the one just pointed out are solved sparkz, and they were due to changes i had to make to make it so other boards can use it. So i don't think it should be a beta hack. also is anyone else getting the double window error??

IF you tell me the steps you did to get that error , i might be able to see if it is part of the coding that is doing that, or if it is something relateing to your sql, or server.

also here is an update that should cover the bad username error.
Reply With Quote
  #34  
Old 06-07-2002, 09:17 AM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What in this update actualy do i have to do. I dont want to install the whole hack again. Just say what needs to be done lol. Also this are the steps i did and got the error. I bought the room went to mey PM folder clicked here. Sats invalid then i add the room key at the top into the url and then it works. But then i get the double screen. Thats what i do. My server has everything update with mySQl and php and everything. I am running 2.2.5
Reply With Quote
  #35  
Old 06-07-2002, 09:20 AM
Sparkz's Avatar
Sparkz Sparkz is offline
 
Join Date: Nov 2001
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh, and please update the file in your first post, instead of spreading multiple files through the thread. Most people look there for updates.
Reply With Quote
  #36  
Old 06-07-2002, 09:25 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

just upload the hotel.php file again

also if you get an error with the pm , then you skipped a part of the instal file where it says to edit room.php where you see http://www.yoursite.com/forums

that should be it, also that may be why your having these issues.
Reply With Quote
  #37  
Old 06-07-2002, 09:27 AM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK i figured the prob out few. I guess i downloaded the wrong zip or something in this thread because it was extremely screwed up. Well now it works. All that i need to no now is what do i do to actually fix the Error message for the wrong name? Also this would be great if it could work with Lesanes store hack. But i think it would be best if more than 2 people can go into room. That would be pretty kool if more than one person can go into a room. Then that would be pretty kool. Now that i have thought of it. I don't think it would be kool with lesanes store hack. lol. I was just thinking and it doesnt seem like that kool of an idea to pay to talk if you can just Pm them. But i really think that it would be kool if you can send a PM to more than one person when buying a room so more than 2 people can be in a room. What do you think?
Reply With Quote
  #38  
Old 06-07-2002, 09:34 AM
BigJohnson BigJohnson is offline
 
Join Date: Nov 2001
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well i am still getting the mySQl error when you put in the wrong PM name of someone that does not exist. Everything now works. lol. I figured the Your_site.com one out by editing the files lol. I notticed when i hovered my mouse over the HERE url in my Private Message lol. This is what the SQL error looks like

Database error in vBulletin 2.2.5:

Invalid SQL: INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,messageread,folderid) VALUES (NULL,,,1,'Your room Key sent by, Nem','Your room is ready. It is room 7and is named Another. Your key is za20218ja4ko380. To goto your room click here',1023445810,0,0)
mysql error: You have an error in your SQL syntax near ',1,'Your room Key sent by, Nem','Your room is ready. It is room 7and is' at line 1

mysql error number: 1064

Date: Friday 07th of June 2002 06:30:10 AM
Script: /hotel.php?action=dobuyroom
Referer: /hotel.php?action=buyroom
Reply With Quote
  #39  
Old 06-07-2002, 11:36 AM
ULTIMATESSJ's Avatar
ULTIMATESSJ ULTIMATESSJ is offline
 
Join Date: Nov 2001
Location: Bristol, England
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by neo
@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
); 
thanx, i got the hack installed and it works, a few little problems though, when you are talking to someone, their username doesn't show up, but only their avatar, would it be possiblt to put their entire postbit in there, also is it possible for admins to remove rooms and delete posts inside
Reply With Quote
  #40  
Old 06-07-2002, 02:36 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeh...

That would be good...

Satan
Reply With Quote
  #41  
Old 06-07-2002, 07:03 PM
bandersen's Avatar
bandersen bandersen is offline
 
Join Date: Feb 2002
Location: Oslo
Posts: 211
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks interesting... it would be nice if it could work with Lesanes store hack
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 12:48 AM.


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.06003 seconds
  • Memory Usage 2,315KB
  • 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
  • (1)bbcode_php
  • (1)bbcode_quote
  • (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