 |
 |
 |
 |
#40258 - 12/06/00 08:24 AM
Re: UBB IM's 2.0
|
Member
Registered: 07/16/00
Posts: 1051
Loc: Haarlem, The Netherlands
|
Hi Allen, I have installed this hack again but i had to change some things to let work the images en the popup in the first line of the hack. Things what i need to change was: All $cgiurl's to $CGIURL All UBonline.cgi's to ubonline.cgi I make them all case sensitive to let work the images and the popup. Now i get a blank popup with offline.gif if i try to send a IM to someone. Here is an example to the problem. http://spawnboard.hypermart.net/ubb/Forum10/HTML/000024.html The IM image/link is in the author column btw. And users get only offline.gif no matter they are online or not. Thanks. ------------------ <IMG SRC=\"http://spawnboard.hypermart.net/Spawny2.gif\" border=0> <FONT COLOR="blue"><FONT face="Verdana"><FONT size="1">I got also UBB hacks database</FONT s></FONT f></FONT c>
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#40259 - 12/06/00 10:46 AM
Re: UBB IM's 2.0
|
Member
Registered: 09/30/00
Posts: 103
|
Won't let me send IM's to people with spaces in there name. It just says the user is not registered. Same with $cgiurl not the ubonline bit. Also with UBBonline.cgi change to sorted a problem with online.gif being in the cgi directory??? ------------------ http://forums.pp-network.com http://www.pp-network.com <FONT COLOR="#6699cc" SIZE="1" FACE="Verdana, Arial">This message has been edited by PP-N on December 06, 2000 at 11:25 AM</font>
_________________________
vBulletin Team scott.macvicar@vbulletin.com
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#40260 - 12/06/00 12:34 PM
Re: UBB IM's 2.0
|
Member
Registered: 11/12/00
Posts: 161
Loc: Burlington, VT 05401
|
anyone get this IM to work, i have the same problem that "-=SpAwN=-" have. i change the thing that he have mention and i see the icon and when i try to sent some one a msg it just show an offline.gif and also i am online but it say that i am offline. anyidea. here is the link to the problem http://155.42.83.210/forums/Forum2/HTML/000007.html thank ------------------ I Am lost... Angel is looking for me, help
_________________________
I Am lost... Angel is looking for me, help
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#40267 - 12/06/00 05:04 PM
Re: UBB IM's 2.0
|
Member
Registered: 11/12/00
Posts: 161
Loc: Burlington, VT 05401
|
well i change some of the stuff that -=SpAwN=- already mention, and in ubb_library2.pl the code for the image i change this ubbim&name=$usernamecoded" to this UBBIM&name=$thisline[2]", and then turn on the UBB Instant Messages in private.cfg and that all i did to it i think, unless i forget something that i have not mention. ------------------ I Am lost... Angel is looking for me, help
_________________________
I Am lost... Angel is looking for me, help
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#40269 - 12/06/00 05:30 PM
Re: UBB IM's 2.0
|
Member
Registered: 11/12/00
Posts: 161
Loc: Burlington, VT 05401
|
wow i finally find the problem here it is fine this in ubb_library2.pl <acronym title="click to send this user an instant message"><a href="#" onclick='javascript:window.open("$cgiurl/UBonline.cgi?action=ubbim&name=$usernamecoded", "_blank","toolbar=no,location=no,menubar=no,scrollbars=no,width=275,height=285,resizeable=yes,status=no")'><img src="$cgiurl/UBonline.cgi?name=$usernamecoded&random=$randomnumber" border="0"></a></acronym> change to this <acronym title="click to send this user an instant message"><a href="#" onclick='javascript:window.open("$CGIURL/ubonline.cgi?action=UBBIM&name=$UserNameCoded", "_blank","toolbar=no,location=no,menubar=no,scrollbars=no,width=275,height=285,resizeable=yes,status=no")'><img src="$CGIURL/ubonline.cgi?name=$UserNameCoded&random=$RandomNumber" border="0"></a></acronym> don't beleave me come and check it out http://155.42.83.210/forums/Forum2/HTML/000007.html ------------------ I Am lost... Angel is looking for me, help
_________________________
I Am lost... Angel is looking for me, help
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|