View Full Version : [Released] Jpilot VBB Intergrade Hack
shaggster
04-04-2001, 10:00 PM
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 bestal@hotmail.com
Thanks And Happy Chating ;)
Attachment Was To Big So Here It Is
DOWNLOAD NOW! (http://shaggy_shaggwell.tripod.com/irchack1.0.1.zip)
Blue Steel
04-05-2001, 07:29 AM
Tried your download link Shaggy, but page was unavailable :(
shaggster
04-05-2001, 07:32 AM
sorry i am fixing it now
shaggster
04-05-2001, 07:47 AM
now the next thing is to this hack is to add a section for the active online users aka "who's online" and have it tell howmany ppl are chatting ;) maybe tubedogg would know something about this i am left clueless at this point i am still a bigginer in vbb but have php experince out the gazzo owned a corp web development buis for many yours so...
help would be nice on that aspect :D
shaggster
04-05-2001, 11:50 AM
Ok download is all fixed sorry about the download error:(
jojo85
04-05-2001, 02:02 PM
Before i test him,can i see a demo plz?:rolleyes:
shaggster
04-05-2001, 02:55 PM
sorry there is no demo
the board i use is a private internal board for my company
but its not a hurtfull try no editing of templates,php script ect..
just configure the php file to your prefrences and go from there
sorry i didn't have the demo :(
but i know it works if that counts
conan
04-05-2001, 05:11 PM
Download still not fixed I get an error from tripod, I've tried to save target as, but all it does is save the htm page.
jojo85
04-05-2001, 05:43 PM
Originally posted by shaggster
sorry there is no demo
the board i use is a private internal board for my company
but its not a hurtfull try no editing of templates,php script ect..
just configure the php file to your prefrences and go from there
sorry i didn't have the demo :(
but i know it works if that counts
Erf :(
JaZz0r
04-05-2001, 05:51 PM
For the record, supplying a demo isn't to prove that it works, but to show a potential user how it works, how it looks, and whether or not it is what the potential user is looking for. A description is great and all, but (for me, at least) a working demo to show what it is greatly helps.
Just an FYI. :)
shaggster
04-05-2001, 06:19 PM
guys i am sorry i was not intending to release this to everyone i made it becouse of a project i am doing and i though hey why don't i put this on vbulletin.com
thats why i put it here... if you can't take a test for it and try it then hey i am sorry...
as for the download i will try to get it fixed something is screwy with these free hosts...
shaggster
04-05-2001, 06:21 PM
the download works.. it just takes you to another screen then click on the same link from them...
mkilty
04-05-2001, 06:51 PM
Originally posted by shaggster
the download works.. it just takes you to another screen then click on the same link from them...
Does NOT work, I tried both links and it was not working.
Thanks,
rebby
04-05-2001, 07:40 PM
shaggster,
email this to me ( yoda@rebby.com ) and i will put it on my webserver or ftpsite...
or, can you attach it???
conan
04-05-2001, 07:43 PM
shaggster why don't you attach it? It can't be too big!
shaggster
04-05-2001, 07:45 PM
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
YellowKard
04-05-2001, 07:46 PM
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.
conan
04-05-2001, 07:48 PM
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!
shaggster
04-05-2001, 10:28 PM
yep ture :) sorry about the inconvenince
Essam
04-06-2001, 03:35 AM
how can you disable the text language checking of the nickname? freddie done that already.
shaggster
04-06-2001, 11:59 AM
hmmm i am not to sure on what you mean..
please ask again with some detail
Essam
04-06-2001, 03:27 PM
If you login to the chat with a nick name that has non-english charecters, you get an error. (erronous nick)
Raptor
04-06-2001, 07:24 PM
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
shaggster
04-07-2001, 02:14 AM
// 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
shaggster
04-07-2001, 02:16 AM
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
Essam
04-07-2001, 02:44 AM
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.
shaggster
04-07-2001, 02:58 AM
give me a example of a nickname that will be entered
shaggster
04-07-2001, 03:00 AM
i am thinking it might be a font issue is why
Raptor
04-07-2001, 10:37 AM
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 :)
Raptor
04-07-2001, 11:38 AM
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 :D
Dark_Wizard
04-07-2001, 12:46 PM
Raptor>>>> I see alot of errors.....
shaggster
04-07-2001, 05:34 PM
great glad to see it is working good for you.
i setup this for my company to do live tech support and now its implamented in the board it is just 1 more easy thing that you can do with vbb :D
Essam
04-14-2001, 02:05 AM
Originally posted by shaggster
give me a example of a nickname that will be entered
I don't think you will be able to read it :) here it is anyway:
?????
I tried it in freddie's chat room and I was able to log in. I don't think its a font issue. Since freddie said that he modified something (somewhere) maybe in the applet itself.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.