The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Shows country flag next to IP in, who is online Details »» | |||||||||||||||||||||||||||||
Shows country flag next to IP in, who is online
Developer Last Online: Oct 2015
This will show a country flag next to the IP of users and guest for:
Who is On-line Go to your Style and open the Template; whosonlinebit Search for this code: Code:
{vb:rawphrase resolve_ip_address}">{vb:raw userinfo.host}</a> Code:
<div style="float: right;"><img class="inlineimg" src="http://api.hostip.info/flag.php?ip={vb:raw userinfo.host}" border="0" width="25" height="18" /></a></div> **Note** There are no files or Flags to upload, just add the code and it will do the rest for you. If you don't see a flag and just a ? that is to do with the IP of the user or guest. ***Don't forget to Click Installed*** Screenshots
Show Your Support
|
Благодарность от: | ||
sodasusu |
Comments |
#22
|
||||
|
||||
Quote:
|
#23
|
|||
|
|||
|
#24
|
||||
|
||||
هthank you bro
installed but with 4.1.10 no flags show |
#25
|
||||
|
||||
I'm running 4.1.10 and the flags show fine for me.
|
#26
|
||||
|
||||
Anyone have problems with 4.1.10 this is a bit messy as I don't have 4.1.10 installed yet but try to replace all the code in the Template with this (make a buck up copy first).
Code:
<tr> <td class="whoinfo" width="32%"><vb:if condition="$show['loggedinuser']"> <a href="{vb:link member, {vb:raw userinfo}}">{vb:raw userinfo.musername}</a>{vb:raw userinfo.hidden}<vb:if condition="$show['buddy']">+</vb:if> <vb:else /> <vb:if condition="$show['spider']">{vb:raw spidertype}<vb:else />{vb:raw userinfo.musername}</vb:if> </vb:if></td><td class="whoinfo" width="8%" align="{vb:stylevar right}"><span class="smallfont time">{vb:raw userinfo.time}</span></td> <td class="whoinfo wholocation" width="35%"><span style="float:{vb:stylevar right}"> <vb:if condition="$show['lockedout']"><img src="{vb:stylevar imgdir_statusicon}/wol_lockedout.png" alt="{vb:rawphrase viewing_forum_closed}" /></vb:if> <vb:if condition="$show['nopermission']"><img src="{vb:stylevar imgdir_statusicon}/wol_nopermission.png" alt="{vb:rawphrase viewing_no_permission_message}" /></vb:if> <vb:if condition="$show['errormessage']"><img src="{vb:stylevar imgdir_statusicon}/wol_error.png" alt="{vb:rawphrase viewing_error_message}" /></vb:if> <vb:if condition="$show['reallocation']"><img src="{vb:stylevar imgdir_misc}/question_icon.gif" alt="{vb:raw userinfo.location}" /></vb:if> </span> {vb:raw userinfo.action} <vb:if condition="$show['where']"> <div class="smallfont" style="margin-top:1px"> <vb:if condition="$show['subscribed']"><img class="inlineimg" src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" /></vb:if> {vb:raw userinfo.where} </div> </vb:if> </td> <vb:if condition="$show['ip']"><td class="whoinfo"><vb:if condition="$show['ajax_resolve']"> <a href="online.php?{vb:raw session.sessionurl}do=resolveip&ipaddress={vb:raw userinfo.host_encoded}" id="resolveip_{vb:raw count}" title="{vb:rawphrase resolve_ip_address}">{vb:raw userinfo.host}</a><div style="float: right;"><img class="inlineimg" src="http://api.hostip.info/flag.php?ip={vb:raw userinfo.host}" border="0" width="25" height="18" /></a></div> <vb:else /> {vb:raw userinfo.host} </vb:if> <vb:if condition="$show['useragent']"><br />{vb:raw userinfo.useragent}</vb:if></td></vb:if> <vb:if condition="$vboptions[showimicons]"><td class="whoinfo"> {vb:raw userinfo.aimicon} {vb:raw userinfo.icqicon} {vb:raw userinfo.msnicon} {vb:raw userinfo.yahooicon} {vb:raw userinfo.skypeicon} </td></vb:if></tr> Then I'll update the mod if it does. |
#27
|
|||
|
|||
|
#28
|
||||
|
||||
No problem here
|
#29
|
||||
|
||||
Quote:
This one works too.. I just tested it though I didn't have a problem with original code |
#30
|
||||
|
||||
Quote:
|
#31
|
||||
|
||||
same same both codes
try it here plzz http://www.alra7ba.info/vb/online.ph...ge=1&styleid=1 user : vBulletin pass: 123456 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|