View Full Version : Online Status for ICQ, MSN, AIM & Yahoo
Beermonster
09-23-2004, 10:00 PM
Quick hack to display your members online status for ICQ, MSN, AIM and Yahoo in their postbit, of cause your members have to fill in their profile for the icon to display.
Time to install: 30 secs
Template edit: Postbit/postbit_legacy
If you use it please click install :)
Update: I've attached an updated file thanks to COBRAws @ vbhacks.us for making the changes, now you can send the user a message by clicking on their icon.
Replace everything between <! -- Online Status Start --- !> & <! -- Online Status End --- !> with the new code
UPDATE: v3 This update will give you the option in AdminCP/vbulletin options/Display Thread Options (showthread) to quickly change your server address. Thanks to PitchouneN64ngc for the additional code :)
A list of servers can be found @ www.onlinestatus.org
Quick hack to display your members online status for ICQ, MSN, AIM and Yahoo in their postbit, of cause your members have to fill in their profile for the icon to display.
Time to install: 30 secs
If you use it please click install :)
Please note that this will only work if you are using the correct client, I use Trillian and it doesn't show the status for any of them.
Nice one :) Really useful for people who like this info. Good job!
yinyang
09-24-2004, 08:35 PM
great job!!
GamerJunk.net
09-24-2004, 09:05 PM
Good job.
nexialys
09-24-2004, 10:15 PM
good one... may create a status server for my own needs so i don't need to rely on your server...
hum.. yes this is a good idea i think... add this status server to vB would be a good addition... someone is informed on how to drive jar files in vB ?!
Beermonster
09-25-2004, 05:35 AM
may create a status server for my own needs so i don't need to rely on your server...
It's not my own server you can find that one and more at http://www.onlinestatus.org but it would be a good idea if you are able to create your own, I will look in to that myself :)
Alex_GURU
09-25-2004, 03:54 PM
The good hack
shadiguy1
09-25-2004, 05:25 PM
nice hack thanks alot.
PitchouneN64ngc
09-25-2004, 11:01 PM
Yeah, good hack, very nice ;)
Beermonster
09-26-2004, 12:17 PM
I have found out how to get ICQ status to work with Trillian, you need to go to the ICQ prefs (press the green dot) Account prefs/misc tab and tick the web aware box, if anyone can get it to work with MSN and others please could you post it here thanks
Beermonster
09-27-2004, 07:28 AM
I've attached an updated file thanks to COBRAws @ vbhacks.us for making the changes, now you can send the user a message by clicking on their icon.
Nice, will definely install this one ;)
mcyates
10-02-2004, 10:15 AM
Having 4 columns for the online/offline status is too long when users enter all 4 of the instant messages programs. I have tried changing it to 2 columns and two rows but it keeps buggering up the display of the forum, would someone be able to change this code so it will have 2 columns and 2 rows please.
<! --- Online Status --- !>
<! --- by Beermonster - Edited by COBRAws --- !>
<!--- http://www.onlinestatus.org/ -->
<table width="100%" border="0">
<tr>
<if condition="$post['icqicon']">
<td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">
<img border=0 src="http://www.foxinus.cz:8085/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</td></if>
<if condition="$post['msnicon']">
<td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['yahooicon']">
<td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['aimicon']">
<td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
<! --- / Online Status --- !>
Thanks
hodur
10-02-2004, 10:28 AM
Having 4 columns for the online/offline status is too long when users enter all 4 of the instant messages programs. I have tried changing it to 2 columns and two rows but it keeps buggering up the display of the forum, would someone be able to change this code so it will have 2 columns and 2 rows please.
<! --- Online Status --- !>
<! --- by Beermonster - Edited by COBRAws --- !>
<!--- http://www.onlinestatus.org/ -->
<table width="100%" border="0">
<tr>
<if condition="$post['icqicon']">
<td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">
<img border=0 src="http://www.foxinus.cz:8085/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</td></if>
<if condition="$post['msnicon']">
<td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['yahooicon']">
<td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['aimicon']">
<td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
<! --- / Online Status --- !>
Thanks
Great Hack, thanks.
* hodur click install
Beermonster
10-02-2004, 02:46 PM
Having 4 columns for the online/offline status is too long when users enter all 4 of the instant messages programs. I have tried changing it to 2 columns and two rows but it keeps buggering up the display of the forum, would someone be able to change this code so it will have 2 columns and 2 rows please.
Thanks
You could always put it in your posts, I find it a lot neater, see attached picture.
In postbit/postbit_legacy find
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
And below add
<! --- Online Status --- !>
<! --- by Beermonster - Edited by COBRAws --- !>
<!--- http://www.onlinestatus.org/ -->
<table align="right" border="0">
<div valign="top">
<tr>
<if condition="$post['icqicon']">
<td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">
<img border=0 src="http://mightymichelob.tcworks.net:8080/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</td></if>
<if condition="$post['msnicon']">
<td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://mightymichelob.tcworks.net:8080/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['yahooicon']">
<td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://mightymichelob.tcworks.net:8080/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['aimicon']">
<td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://mightymichelob.tcworks.net:8080/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
<! --- / Online Status --- !>
I'm also using a different server in the above code and the icons are smaller, but if you want to use the others just change the url back to the original
shadiguy1
10-04-2004, 06:35 PM
someone Please Let us in on setting up are own STATUS server .
Beermonster
10-04-2004, 06:37 PM
someone Please Let us in on setting up are own STATUS server .
Check out www.onlinestatus.org you can get all the info you need :)
GamerJunk.net
10-06-2004, 12:22 AM
The images just stopped working
what is this?? www.foxinus.cz :confused:
http://www.foxinus.cz:8085/icq/$post[icq]
Beermonster
10-06-2004, 05:37 AM
The images just stopped working
I have noticed this also, go to www.onlinestatus.org and you will find a list of servers, to make it more reliable you are best of creating your own online status server
Beermonster
10-06-2004, 05:37 AM
what is this?? www.foxinus.cz :confused:
That is the online status server, you can create your own
PitchouneN64ngc
10-06-2004, 05:42 AM
I have an idea for this hack ;)
You can create a new vBulletin option which you enter the server address, so if a server didn't work, you can change the server address easily :)
Beermonster
10-06-2004, 07:03 AM
I have an idea for this hack ;)
You can create a new vBulletin option which you enter the server address, so if a server didn't work, you can change the server address easily :)
And a very nice idea it is too :) I will update this thread shortly with the upgrade
Beermonster
10-06-2004, 07:40 AM
OK have updated the files, there one for the upgrade and one for a fresh install, thanks again to PitchouneN64ngc
shadiguy1
11-01-2004, 11:59 PM
anyway to get this to also show up on whos online under instant messaging as well?
Beermonster
11-02-2004, 05:42 AM
anyway to get this to also show up on whos online under instant messaging as well?
It already works with AIM
shadiguy1
11-02-2004, 12:22 PM
thats not what i mean. what i mean is when u selecy whos online to show list of currently active users on vb there is a section that shows the icons if they are added vy the user in there CP like if they have aim or msn etc. I want to be able for these icons to as well be listed as online or offline.
Beermonster
11-02-2004, 01:42 PM
thats not what i mean. what i mean is when u selecy whos online to show list of currently active users on vb there is a section that shows the icons if they are added vy the user in there CP like if they have aim or msn etc. I want to be able for these icons to as well be listed as online or offline.
Just to simply use the icons go to
Who's Online Templates/whosonlinebit and find at the end of the template:
<if condition="$vboptions['showimicons']">
<td class="alt2" align="center" nowrap="nowrap">
$userinfo[aimicon]
$userinfo[icqicon]
$userinfo[msnicon]
$userinfo[yahooicon]
</td>
</if>
</tr>
replace with:
<! --Who's Online - Online Status Start --- !>
<! -- by Beermonster --- !>
<!-- http://www.onlinestatus.org/ -->
<td class="alt2" align="center" nowrap="nowrap">
<if condition="$userinfo['msnicon']">
<img border=0 src="http://osi.kanadian.net:8080/msn/$userinfo[msn]" alt="$userinfo[msn]">
</if></a>
<if condition="$userinfo['yahooicon']">
<img border=0 src="http://osi.kanadian.net:8080/yahoo/$userinfo[yahoo]" alt="$userinfo[yahoo]"></a>
</if>
<if condition="$userinfo['aimicon']">
<img border=0 src="http://osi.kanadian.net:8080/aim/$userinfo[aim]" alt="$userinfo[aim]"></a>
</if>
<if condition="$userinfo['icqicon']">
<img border=0 src="http://osi.kanadian.net:8080/icq/$userinfo[icq]" alt="$userinfo[icq]"></a>
</if>
</table>
<! -- Online Status End --- !>
shadiguy1
11-02-2004, 09:20 PM
for some reason it isnt ligning up for me.. please help for some reason it screwed it up through information everywhewre the was no breask between each usernames... somethign wasnt right i reverted back to its origional for now. If u can please message me on aim. as i need some help. the first user with 1 online it works fine after more then one user info gets thrown all to the right of the screen in a row nothing in middle or lesft and nothing is seperated at all for me for some reason... if you would like to see what im talking about message me and ill install it again real quickk so you can see and hopefuly we can get it working. Thanks i am running Vb 3.0.3
WhSox21
11-03-2004, 12:53 AM
Everyone else using this... The last </table> should be a </tr> I fixed it for shadiguy!
Beermonster
11-03-2004, 07:40 AM
Everyone else using this... The last </table> should be a </tr> I fixed it for shadiguy!
Strange it worked for me, but we all make mistakes, thanks for sorting it :)
SlyGhost
11-08-2004, 12:23 AM
I installed this hack into my vb 3.0.3 but its NOT showing online icon even I'm online on msn.
Tried changing onlinestatus.org servers but still showing UNknown icon instead of offline or online even I'm online.
Pls help to fix this!
Thanks in advance...
Beermonster
11-08-2004, 05:44 AM
I installed this hack into my vb 3.0.3 but its NOT showing online icon even I'm online on msn.
Tried changing onlinestatus.org servers but still showing UNknown icon instead of offline or online even I'm online.
Pls help to fix this!
Thanks in advance...
This is not a problem with the hack it's a problem with MSN it works with some people and not with others, one thing you can try is go to your MSN prefs in the privacy tab you will see there's a list of users that can see your online status, "all other users" needs to be in the allowed box.
SlyGhost
11-08-2004, 02:59 PM
Beermonster: Thanks for the response.
I tried to change my MSN settings in my msn messenger as to allow "all other users" and refreshed my vbulletin forum.
still showing UNknown image
not even offline nor online.
just unknown image and people cant se my status on msn via my vb forum :ermm:
anymore helps maybe to solve ?
shadiguy1
11-13-2004, 01:33 PM
Beermonster: Thanks for the response.
I tried to change my MSN settings in my msn messenger as to allow "all other users" and refreshed my vbulletin forum.
still showing UNknown image
not even offline nor online.
just unknown image and people cant se my status on msn via my vb forum :ermm:
anymore helps maybe to solve ?
ok i have added this hack a while ago .. i have it for the Postbit and i have installed it for when people view For who is online Now i would like to add this hack to the users info Under instant messaging please let me know which template should be modified and what code should be Replaced Thanks in advance.
nnjj.net
11-13-2004, 05:55 PM
why this is in the quire
www.foxinus.cz
Beermonster
11-13-2004, 06:22 PM
why this is in the quire
www.foxinus.cz
translation please
Beermonster
11-13-2004, 06:23 PM
ok i have added this hack a while ago .. i have it for the Postbit and i have installed it for when people view For who is online Now i would like to add this hack to the users info Under instant messaging please let me know which template should be modified and what code should be Replaced Thanks in advance.
It's the MEMBERINFO template you have to change
shadiguy1
11-13-2004, 07:38 PM
what should be in this template im gonna toy with it hope u can help first tho. lol
Beermonster
11-14-2004, 02:10 PM
what should be in this template im gonna toy with it hope u can help first tho. lol
A really quick way of doing it would be this:-
In MEMBERINFO
Find:
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<if condition="$userinfo['showicq']">
<tr>
<td>$userinfo[icqicon]</td>
<td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">$userinfo[icq]</a></td>
</tr>
</if>
<if condition="$userinfo['showaim']">
<tr>
<td>$userinfo[aimicon]</td>
<td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">$userinfo[aim]</a></td>
</tr>
</if>
<if condition="$userinfo['showmsn']">
<tr>
<td>$userinfo[msnicon]</td>
<td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">$userinfo[msn]</a></td>
</tr>
</if>
<if condition="$userinfo['showyahoo']">
<tr>
<td>$userinfo[yahooicon]</td>
<td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">$userinfo[yahoo]</a></td>
</tr>
</if>
</table>
And replace with:
<! --- Online Status --- !>
<! --- by Beermonster - Edited by COBRAws & PitchouneN64ngc--- !>
<!--- http://www.onlinestatus.org/ -->
<table width="100%" border="0">
<tr>
<if condition="$post['icqicon']">
<td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">
<img border=0 src="http://www.foxinus.cz:8085/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</td></if>
<if condition="$post['msnicon']">
<td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['yahooicon']">
<td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['aimicon']">
<td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">
<img border=0 src="http://www.foxinus.cz:8085/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
<! --- / Online Status --- !>
This won't change the url in the Display Thread Options I may do this at a later date
shadiguy1
11-14-2004, 02:29 PM
hehe i have it on all spots now thanks beer. I have it in postbit,whosonline and Memberinfo Thanks again for a great hack,
OCH-Stan
11-18-2004, 02:34 AM
Beermonster: for the whois thing, can you have it set the src of the value you set in control panel?
Also, how do you apply this to a user's profile?
Beermonster
11-18-2004, 05:39 AM
Beermonster: for the whois thing, can you have it set the src of the value you set in control panel?
Also, how do you apply this to a user's profile?
I'm not sure what you mean, what whois? what src?
as for the profile there are 4 boxes already there in your userCP
OCH-Stan
11-18-2004, 06:33 PM
Who is online.... and the src of the host you set in the admin control panel...
Beermonster
11-18-2004, 06:38 PM
Who is online.... and the src of the host you set in the admin control panel...
Ah!! yes like I said a couple of threads back I may do this at a later date, but not at the moment I just don't have enough hours in the day at present.
HaloImpulse
11-26-2004, 07:51 PM
um, its saying offline for me, and for msn there is a ?
Beermonster
11-26-2004, 07:54 PM
um, its saying offline for me, and for msn there is a ?
The MSN thing is to do with MSN read this thread I've explained how to get it working, what else does it say your offline?
Visions
11-29-2004, 05:38 AM
It's not displaying the online status on mine. www.outhouse.maddhattentertainment.com
anyone know how to fix this?
Beermonster
11-29-2004, 05:41 AM
It's not displaying the online status on mine. www.outhouse.maddhattentertainment.com
anyone know how to fix this?
I've tried looking at your site but it's closed
Delphiprogrammi
12-17-2004, 08:26 PM
this simply refuses to work no errors but no msn status either
Beermonster
12-18-2004, 07:43 AM
this simply refuses to work no errors but no msn status either
Can you give me a bit more info? is it just MSN? if it is then I've explained how to sort the problem out in previous posts
Delphiprogrammi
12-18-2004, 09:37 AM
hi,
yeah sure it simply doesn't show up in the postbit template i edited like the instructions tell us todo but i don't see any image not even a "dead" image probably i did something wrong i'll check it
Beermonster
12-18-2004, 10:01 AM
hi,
yeah sure it simply doesn't show up in the postbit template i edited like the instructions tell us todo but i don't see any image not even a "dead" image probably i did something wrong i'll check it
I think I've found your problem, no one has there profiles filled in, you need to go to your UserCP and fill in the appropriate boxes in
Delphiprogrammi
12-18-2004, 10:57 AM
hi,
yeah what a stupid mistake from me :devious: now it shows i'm offline while i'm online but you already explained how to solve that
thanks dude working like a champ :D
Delphiprogrammi
12-18-2004, 11:25 AM
verry odd on some servers it show online on others unknown and again on others it shows offline my "all other users" in msn messenger is in the allowed list
edit
seems my firewall whas blocking it somehow now it shows "online" people on windows xp with windows firewall enabled => this won't work add an exception rule to allow msn messenger
boo.3
12-20-2004, 04:13 PM
i don't understand how to make the images in there?
i'm losttt
Beermonster
12-20-2004, 05:33 PM
i don't understand how to make the images in there?
i'm losttt
The images are on the server you don't need to have them, if you want to change them just choose a different server
Gnappy
12-22-2004, 06:11 PM
* Gnappy installed
but i have more than one problem...
1st - http://www.onlinestatus.org/ forum is offline, so i cant get urls of servers
2nd - in AdminCP/vbulletin options/Display Thread Options (showthread) i have any of ur hack...
im sure i made all correct, coz i made it twice...i ran the query, made the phrases, edited the 2 postsbit... but
Beermonster can u help me too, pls?
thx a lot =)
Delphiprogrammi
12-22-2004, 08:18 PM
hi,
you can get a server here http://blueforce.co.uk:8080 i use this one to supports icq msn etc etc
in your vbulletin profil fill in the adress of your messenger service if you want a status indicator for msn messenger you fill in the "msn id" profile field
you must edit the postbit and the postbit_legacy template
that did it for me
dlouly47
12-22-2004, 09:36 PM
How do I reverse this sql query?
##########################################
Execute this query:
INSERT INTO setting VALUES ('onlinestatusim', 'showthread', 'http://www.foxinus.cz:8085', 'http://www.foxinus.cz:8085', '', 310, 0, 1);
Beermonster
12-23-2004, 09:02 AM
* Gnappy installed
but i have more than one problem...
1st - http://www.onlinestatus.org/ forum is offline, so i cant get urls of servers
2nd - in AdminCP/vbulletin options/Display Thread Options (showthread) i have any of ur hack...
1 it seams to be working now :)
2 I will have to honest I have no idea why it's not showing in your display thread options, I installed it on my forum with no problems but when I tried to install it on a mate's forum I ran in to the same problem there was no box to put the url, his was running 3.0.0 and mine 3.0.3 maybe that had something to do with it, what version are you running?
boo.3
01-13-2005, 06:56 PM
/me installed
Beermonster
01-13-2005, 07:10 PM
* boo.3 installed
but forgot to press the install button ;)
boo.3
01-13-2005, 07:20 PM
oops ok clicked installed :)
Gnappy
01-16-2005, 09:45 PM
1 it seams to be working now :)
2 I will have to honest I have no idea why it's not showing in your display thread options, I installed it on my forum with no problems but when I tried to install it on a mate's forum I ran in to the same problem there was no box to put the url, his was running 3.0.0 and mine 3.0.3 maybe that had something to do with it, what version are you running?
im running 3.0.3 :ermm: ideas?
thx for assistance
Beermonster
01-17-2005, 05:40 AM
im running 3.0.3 :ermm: ideas?
thx for assistance
Any ideas about what?
Gnappy
01-17-2005, 09:08 PM
I ran in to the same problem there was no box to put the url, his was running 3.0.0 and mine 3.0.3 maybe that had something to do with it, what version are you running?
i said 3.0.3.. and my question was
2nd - in AdminCP/vbulletin options/Display Thread Options (showthread) i have any of ur hack...
ok? thx =)
rodriguez
01-20-2005, 12:13 AM
I Installed it !
Based on what mcyates done, i also add that on the MEMBERINFO templates, but with some modification
Here my code :
Between<if condition="$show['hasimicons']">
<fieldset class="fieldset">
<legend>$vbphrase[instant_messaging]</legend>
and </fieldset>
</if>
I completely removed what was there to page that : <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
<if condition="$userinfo['showicq']">
<a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)"><img border=0 src="$vboptions[onlinestatusim]/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</if>
<if condition="$userinfo['showaim']">
<a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)"><img border=0 src="$vboptions[onlinestatusim]/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if>
<if condition="$userinfo['showmsn']">
<a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)" border="0"><img border=0 src="$vboptions[onlinestatusim]/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if>
<if condition="$userinfo['showyahoo']">
<a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)"><img border=0 src="$vboptions[onlinestatusim]/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
By the way, i'm using this online server : http://mightymichelob.tcworks.net:8080
Here a screenshot
I installed this mod... will test it out later on today...
silent.dr3am
04-03-2005, 01:05 AM
How can one uninstall this? Ive tried deleting everything that one adds, but it is still there!? How do u properly remove it?
Beermonster
04-03-2005, 02:27 PM
How can one uninstall this? Ive tried deleting everything that one adds, but it is still there!? How do u properly remove it?
Follow the install instructions in reverse ;)
Lottis
04-03-2005, 05:35 PM
*installed* Nice one. :)
Lottis
04-03-2005, 05:56 PM
Ugh, the msn icon shows no picture. I suppose that could bee fixed by changing the
http://www.foxinus.cz:8085 to one of the others online servers?
But if i had to change this, is there more than one place this should be changed?
Never mind, i figured out. ;)
Justinlp
04-04-2005, 09:07 PM
How do you Execute this query....
INSERT INTO setting VALUES ('onlinestatusim', 'showthread', 'http://www.foxinus.cz:8085', 'http://www.foxinus.cz:8085', '', 310, 0, 1);
Delphiprogrammi
04-04-2005, 09:11 PM
How do you Execute this query....
INSERT INTO setting VALUES ('onlinestatusim', 'showthread', 'http://www.foxinus.cz:8085', 'http://www.foxinus.cz:8085', '', 310, 0, 1);
open phpMyAdmin select your database and hit the SQL tab copy and paste SQL code and hit the run button (your host usually provides some kind of database manupulation system the most used is phpMyAdmin)
Justinlp
04-04-2005, 10:28 PM
Ok thanx...
The images are workin on the who's online and the profile but their not working on the postbit thing...
Delphiprogrammi
04-05-2005, 06:11 PM
Ok thanx...
The images are workin on the who's online and the profile but their not working on the postbit thing...
did you edited your profile ?
msn messenger handle : you@hotmail.com
Justinlp
04-05-2005, 06:50 PM
did you edited your profile ?
msn messenger handle : you@hotmail.com
Thats not the problem... What is going on is the Images in the postbit have a red x over them their not showing up.. But in the member profiles and the who's online pages the images work fine....
Delphiprogrammi
04-06-2005, 07:28 PM
Thats not the problem... What is going on is the Images in the postbit have a red x over them their not showing up.. But in the member profiles and the who's online pages the images work fine....
then there must be wrong code in the postbit template for instance did you edited the correct template if you use the vertical template style like here on vbulletin.org you must edit "postbit_legacy" and not "postbit" also when you sign up for an osi(online status indicator) for msn messenger make sure the id you use is your msn login ...
GetGamer.com
06-08-2005, 05:54 PM
I have been searching for a website that is actually using this mod that I can look at to see how it looks and works, but I cannot find one. Does anyone who installed this mod still run it? I've checked four different forums from people who posted here that they installed it, and none of them are running it (including the mod author).
GetGamer.com
06-17-2005, 08:22 PM
Still looking for an actual live site running this mod. Anyone?
dark dragun
06-18-2005, 11:54 PM
Still looking for an actual live site running this mod. Anyone?
I've installed this mod on my board 3.0.0 It works great! My users love it. I wasnt to happy about relying on a public server to support this hack so I download the server software and installed It on mine. Go here to get the server software and info. http://www.onlinestatus.org/hosting.html
view my board.
http://www.specialoperation.org/forums/showthread.php?t=39
lanc3lot
06-19-2005, 10:56 AM
Hello all, a question..
How the prog works for IRC Status? I mean u must be to a specific server? Also it works with the conditional you have the same username in IRC like in the forum?
Hope someone knows about that, it seems very intresting hack
Thnx in advance
Beermonster
06-19-2005, 10:59 AM
Hello all, a question..
How the prog works for IRC Status? I mean u must be to a specific server? Also it works with the conditional you have the same username in IRC like in the forum?
Hope someone knows about that, it seems very intresting hack
Thnx in advance
It doesn't work for IRC that's why it's called Online Status for ICQ, MSN, AIM & Yahoo, also it doesn't use you forum user name, it takes the name form the fields you fill in in your UserCP
Hope that helps :)
lanc3lot
06-19-2005, 11:11 AM
Hmm sorry then...just went to the onlinestatus.org, and saw that they also support IRC protocol. Can this be included here also? I have a major irc channel and want to promote it with the help of this hack:)
Thnx in advance :)
Beermonster
06-19-2005, 01:32 PM
Hmm sorry then...just went to the onlinestatus.org, and saw that they also support IRC protocol. Can this be included here also? I have a major irc channel and want to promote it with the help of this hack:)
Thnx in advance :)
Sorry never noticed that, yes you should just be able to add a new user field and alter the code to suit
lanc3lot
06-19-2005, 05:49 PM
Ehm, sorry again, my coding abilities are very limited...Can u update this hack with this new feature too?
As if u meant i have to do it alone, i will not succeed it:(
Thnx in advance for any try u will do:)
Beermonster
06-19-2005, 06:08 PM
Ehm, sorry again, my coding abilities are very limited...Can u update this hack with this new feature too?
As if u meant i have to do it alone, i will not succeed it:(
Thnx in advance for any try u will do:)
I've been very busy and not had time to test this, this is the new template change
<! --- Online Status --- !>
<! --- by Beermonster - Edited by COBRAws & PitchouneN64ngc--- !>
<!--- http://www.onlinestatus.org/ -->
<table width="100%" border="0">
<tr>
<if condition="$post['icqicon']">
<td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">
<img border=0 src="$vboptions[onlinestatusim]/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a>
</td></if>
<if condition="$post['msnicon']">
<td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">
<img border=0 src="$vboptions[onlinestatusim]/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['yahooicon']">
<td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">
<img border=0 src="$vboptions[onlinestatusim]/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a>
</if></td>
<if condition="$post['aimicon']">
<td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">
<img border=0 src="$vboptions[onlinestatusim]/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
<if condition="$post['field#']">
<td><a href="#" onclick="return imwindow('irc', '$userinfo[userid]', 400, 200)">
<img border=0 src="$vboptions[onlinestatusim]/irc/$post[field#]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
</tr>
</table>
<! --- / Online Status --- !>
You will need to add a new user profile field and change "field#" to the number of your new field, I've not tried this because I only have a 3.5.0 test board, if it doesn't work just remove the code again, and I will have another look at it l8r when I have a little more time :)
lanc3lot
06-19-2005, 07:06 PM
Hello again :)
I will be able to test it later this week, as we buy a new style these days, and i will put it there.
If u test it more the next days, post a notify here:)
Thnx again for the info :)
lanc3lot
06-23-2005, 12:22 AM
Hmm, i havent be able till now to add to the "thread display" the new option...I run the query twice in my test forum but no luck:(
Is there any way to make it happen?
Selene
06-28-2005, 10:10 PM
i did everything as said.
but for
Phrase Type: vBulletin Settings
Varname: setting_onlinestatusim_desc
Text: Enter the server address of the online status indicator here.
Phrase Type: vBulletin Settings
Varname: setting_onlinestatusim_title
Text: Address of Online Status Indicator
which adress of online status do i type under phrases for both of those settings? can someone give me an example with a working URL thx.
Selene
06-28-2005, 10:15 PM
its not working, shows offline for everyone
If I am getting the missing image icon does that mean I need to change my server or does it mean I have an error in my coding?
Never mind. I switched servers then it worked.
Selene
07-01-2005, 02:59 PM
Tee go to ur admincp and look in showthreads and at bottom and a working url for server.
Selene
07-01-2005, 02:59 PM
but i did everything, but my status shows offline for every ...i dont see online status for any of my members, even tho some are online on msn
Borimikan
07-01-2005, 11:49 PM
i have installed this hack, seemed succesfully until i notice that msn status is shown as Unknown to everybody, and i set my msn confuguration in "privacy" so all user can view my status and send me messages!.
beermonster please any help???
Xplorer4x4
08-21-2005, 08:51 AM
I figuered this would work in vB3.5 seeing as it is only a template mod. However it is just showing up as large squares. Had it working just fine in vB2.0.7. Any idea how I can use this on 3.5?
2shae
09-03-2005, 10:39 PM
anychance of this for 3.5???
funinthesun
10-15-2005, 03:07 AM
Has anyone updated this hack for 3.5? Will it work on 3.5 anyway? Also where do you "Execute the insert" part? Thanks.
Xplorer4x4
10-20-2005, 07:22 AM
Any word on updateing for 3.5?
funinthesun
11-05-2005, 07:36 AM
Has this hack been updated for 3.5 yet? :)
adb22791
11-07-2005, 12:48 AM
Has this hack been updated for 3.5 yet? :)
I know somebody who is working on it, should be released late next week.
Edit: That person hopes to have the hack out early this week (Week of Nov 14). Unexpected delays occured :(.
funinthesun
11-07-2005, 10:25 AM
That's brilliant :)
seany1
11-12-2005, 03:11 PM
Thanks
Just what i was looking for :)
*install*
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.