Register Members List Search Today's Posts Mark Forums Read

 
 
Mod Options
[Released] Jpilot VBB Intergrade Hack Details »
[Released] Jpilot VBB Intergrade Hack
Mod Version: 1.00, by shaggster (Member) shaggster is offline
Developer Last Online: Jan 2003 I like it Show Printable Version Email this Page

This modification is in the archives.
vB Version: Rating: (0 vote - 0 average) Installs: 0
Released: 05 Apr 2001 Last Update: Never Downloads:
Not Supported  

Ok it seems that nobody else did it so i did
i currently wrote this for Vb1.1.5 but all it is, is a php file so it will work for all versions

Just open up the zip i included the jirc java with it.
open up chat1.php and read and go through it i explained everything in there

good luck and give me feedback if there is problems

Must Buy The License To Enable No Nag Text!!
******Features*******
Takes Board Nickname and puts in nickfeild for Irc
Totally Customizeable
Very Fast
No Errors Was Tested For 2 Weeks
Vbb Similes

If You Wish To Add Some Stuff To It Go Right Ahead This Is Open Sorce But If Its A Feature Wise I Wouldn't Mind Getting A Copy Of The Code Insterted And Email [email protected]


Thanks And Happy Chating

Attachment Was To Big So Here It Is
DOWNLOAD NOW!

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
jPilot hack WEBDosser vBulletin 2.x Full Releases 13 20 Sep 2001 07:11

  #16  
Old 05 Apr 2001, 20:45
shaggster shaggster is offline
 
Join Date: Aug 2002
hmm very odd..
anyone have suggestions to this.. i can't attach it becouse its too big.. maybe i will just add the php file its self
and the jirc you guys can dload
www.jpilot.com
Attached Files
File Type: zip irchack1.0.1.zip (3.5 KB, 168 views)
  #17  
Old 05 Apr 2001, 20:46
YellowKard
 
Originally posted by conan
shaggster why don't you attach it? It can't be too big!
Uhh why not? the board is set to 1 MB attachments and the jirc.class is around that big by itself.
  #18  
Old 05 Apr 2001, 20:48
conan
 
Thumbs up

Thank you that's what I mean I got jIRC and anyone can dowload at www.jpilot.com anyway.
You will have to buy a license so no use in downloading the sorce here

Thanks for the hack man!
  #19  
Old 05 Apr 2001, 23:28
shaggster shaggster is offline
 
Join Date: Aug 2002
yep ture sorry about the inconvenince
  #20  
Old 06 Apr 2001, 04:35
Essam
 
how can you disable the text language checking of the nickname? freddie done that already.
  #21  
Old 06 Apr 2001, 12:59
shaggster shaggster is offline
 
Join Date: Aug 2002
hmmm i am not to sure on what you mean..
please ask again with some detail
  #22  
Old 06 Apr 2001, 16:27
Essam
 
If you login to the chat with a nick name that has non-english charecters, you get an error. (erronous nick)
  #23  
Old 06 Apr 2001, 20:24
Raptor Raptor is offline
 
Join Date: Nov 2001
using vb2 b4.1 - got it to work fine BUT will not grab the username from the forum after logging in

changed $bbusername to $username - still no joy

what could it be ?

I have setup the room using a standard username for now - if someone could re-write this to work with VB2 b4.1 I would be very grateful

http://digital-forums.com/forum/chat.php3
  #24  
Old 07 Apr 2001, 03:14
shaggster shaggster is offline
 
Join Date: Aug 2002
// You may want to edit some of the PARAMs of the Chat applet
if ($page == "client") {
if ($bbusername != "") {
$num = $bbusername ;
}
if ($bbusername == "") {
$filename = "chat_count.txt";
$contents = file($filename);
$length = strlen($contents);
$number = 0;
$count = 0;
$num = $guestnick.$length ;
$handle= fopen($filename,'a+');
$string = "+";
fputs($handle, $string);
fclose($handle);
}

i would check this line over i am not to sure on what vb2 uses for sesion id's maybe look through for the who;s online script and see what it uses for the id $string
not to sure maybe a vb2 guy would check into this
  #25  
Old 07 Apr 2001, 03:16
shaggster shaggster is offline
 
Join Date: Aug 2002
Originally posted by Essam
If you login to the chat with a nick name that has non-english charecters, you get an error. (erronous nick)
i beleave irc its self doesn't allow caracters like what your talking about

not a prob in the script but maybe in the irc server its self
i will check into this
but i am sure i am correct on that
  #26  
Old 07 Apr 2001, 03:44
Essam
 
Originally posted by shaggster


i beleave irc its self doesn't allow caracters like what your talking about

not a prob in the script but maybe in the irc server its self
i will check into this
but i am sure i am correct on that

That what I thought before. But freddie did modify *something* that enabled non-english charecters, and I did try it.
  #27  
Old 07 Apr 2001, 03:58
shaggster shaggster is offline
 
Join Date: Aug 2002
give me a example of a nickname that will be entered
  #28  
Old 07 Apr 2001, 04:00
shaggster shaggster is offline
 
Join Date: Aug 2002
i am thinking it might be a font issue is why
  #29  
Old 07 Apr 2001, 11:37
Raptor Raptor is offline
 
Join Date: Nov 2001
Originally posted by shaggster
// You may want to edit some of the PARAMs of the Chat applet
if ($page == "client") {
if ($bbusername != "") {
$num = $bbusername ;
}
if ($bbusername == "") {
$filename = "chat_count.txt";
$contents = file($filename);
$length = strlen($contents);
$number = 0;
$count = 0;
$num = $guestnick.$length ;
$handle= fopen($filename,'a+');
$string = "+";
fputs($handle, $string);
fclose($handle);
}

i would check this line over i am not to sure on what vb2 uses for sesion id's maybe look through for the who;s online script and see what it uses for the id $string
not to sure maybe a vb2 guy would check into this
Yes i've looked into all this and the string is $username - but keeps saying no nickname entered

even if I set my own temp string for testing still does it - only lets me enter a name manually

this is a great intergration and someone should look at doing it for vb 2
  #30  
Old 07 Apr 2001, 12:38
Raptor Raptor is offline
 
Join Date: Nov 2001
i've done it !

the string is $bbuserinfo[username]

and i've also implemented a live room into the index.php under the PM section - check it out at http://digitalforums.com
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Mod Options

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


New To Site? Need Help?

All times are GMT. The time now is 14:56.

Layout Options | Width: Wide Color: