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
Details »»

Version: , by JJR512 JJR512 is offline
Developer Last Online: Jun 2006 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 12-07-2001 Last Update: Never Installs: 17
 
No support by the author.

This hack is a modification to Trog's original hack integrating jpilot into vBulletin, as seen here: http://www.vbulletin.com/forum/showt...threadid=17866

Basically, all my modification does is removes the necessity of having a whole extra template set just for one modified template. It also makes it very simple to add the chat location to your Who's Online, especially by using FireFly's hack here: https://vborg.vbsupport.ru/showthrea...threadid=32849

I can't really give you a demo, because this hack requires you to be a registered member to enter the chat room. (If you need a version open to anyone, let me know.)

Show Your Support

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

Comments
  #2  
Old 12-10-2001, 08:03 PM
DarkReaper DarkReaper is offline
 
Join Date: Oct 2001
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great...but $50 for jIRC? I'm broke

Are there any other good applets out there that would work with this, and that aren't crap?
Reply With Quote
  #3  
Old 01-26-2002, 02:17 PM
drives fast's Avatar
drives fast drives fast is offline
 
Join Date: Nov 2001
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have used this hack (great hack by the way) and I have over 11,000 members. The problem I am having is that a large handfull of members get the "you do not have permission to access" message showing they are in fact logged in

I tried registering an account and did not have that problem. I tried logging in as one of the people haveing the problem and I got the same error they were having.

I tried replacing this:
PHP Code:
<?php
require("global.php"); 



if( 
$bbuserid ) {

$user $DB_site->query_first"SELECT username FROM user WHERE userid = $bbuserid);
$bbusername $user[username];
eval(
"dooutput(\"".gettemplate('main_chat')."\");");
} else {
eval(
"dooutput(\"".show_nopermission()."\");");
// end if
?>
with this:
PHP Code:
<?php
require("global.php"); 



if(
$bbuserinfo[usergroupid] == or $bbuserinfo[usergroupid] == or $bbuserinfo[usergroupid] == or $bbuserinfo[usergroupid] == 11 or $bbuserinfo[usergroupid] == or $bbuserinfo[usergroupid] == 9) {

$user $DB_site->query_first"SELECT username FROM user WHERE userid = $bbuserid);
$bbusername $user[username];
eval(
"dooutput(\"".gettemplate('main_chat')."\");");
} else {
eval(
"dooutput(\"".show_nopermission()."\");");
// end if

?>
but that causes a database error only when those members that were have the nopermission page come up before. If I login as the account I registered I didn't get that error but if I logged in as one that was having trouble I get the database error.

A "view sourse" of the error page shows this:
=======================================
<!-- Database error in vBulletin 2.2.1:

Invalid SQL: SELECT username FROM user WHERE userid =
mysql error:

mysql error number: 0

Date: Saturday 26th of January 2002 12:36:00 AM
Script: http://www.outerealms.com/vbportal/f...in_chat.php?s=
Referer: http://www.outerealms.com/vbportal/forums/index.php?
-->
=======================================

any idea why not all registered members are getting that no permission screen and when I set the actual usergroups those same members that have probs the other way get an error and the rest don't?
Reply With Quote
  #4  
Old 02-03-2002, 06:44 PM
drives fast's Avatar
drives fast drives fast is offline
 
Join Date: Nov 2001
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nobody? nothing? no idea?
Reply With Quote
  #5  
Old 02-06-2002, 09:19 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting the same errors too.

Anybody know how to fix this???
Reply With Quote
  #6  
Old 03-25-2002, 07:10 PM
[email protected] vbmenu_register("postmenu_232793", true);
Guest
 
Posts: n/a
Default

great Hack, i have it installed and it is working great, but a problem i encountered is i have vbportal home page installed also , and the irc chat link only works when you are in the forums are and not the home page? any sugestions?

you can check it out at http://www.hack100.com
Reply With Quote
  #7  
Old 06-29-2002, 05:29 AM
sk187 sk187 is offline
 
Join Date: Nov 2001
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

has anyone figured out why certian users dont have access?

im realy desperate to know
Reply With Quote
  #8  
Old 08-31-2002, 12:39 AM
SiXXGuNNZ's Avatar
SiXXGuNNZ SiXXGuNNZ is offline
 
Join Date: Oct 2001
Location: WA, USA
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anybody know how to let guests view this page? I would like my guests to be able to chat also.
Reply With Quote
  #9  
Old 09-27-2002, 10:14 PM
SiXXGuNNZ's Avatar
SiXXGuNNZ SiXXGuNNZ is offline
 
Join Date: Oct 2001
Location: WA, USA
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE]Originally posted by SiXXGuNNZ
anybody know how to let guests view this page? I would like my guests to be able to chat also.
Reply With Quote
  #10  
Old 09-27-2002, 10:32 PM
SiXXGuNNZ's Avatar
SiXXGuNNZ SiXXGuNNZ is offline
 
Join Date: Oct 2001
Location: WA, USA
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for those who care

change the content of main_chat.php to

Code:
<?php
require("global.php"); 
 
eval("dooutput(\"".gettemplate('main_chat')."\");");

?>
now everyone can chat.
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 03:34 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.07168 seconds
  • Memory Usage 2,298KB
  • Queries Executed 23 (?)
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_code
  • (2)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (9)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_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