The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[CM] Guest IP-2-Country Flag (Addon) Details »» | |||||||||||||||||||||||||||||||||||
This was brought to you by ChiNa-Man First of all I am a free soul, So if one of you guys decided to post this on another forum or a website, I would be appreciated if you give some CREDITs to the Developer simply typing his name: Credits to: ChiNa-Man, and do not CHANGE or DELETE the ORIGINAL CONTENT! Thank you! ::::::::::::::::::::::::::::::::::::::::::::: Get this addon for vBulletin 3.8 by Clicking HERE Credits to: www.Coding-Talk.com & subzero for sharing a part of the script! New Update Message (Read This Befor) This is my 2nd tutorial, I had uploaded all the images and files in our own server to make it easier for you guys, but the members suggested that it was much better if they got the files to upload for them selfs and on their own servers! Now thats what we do. And all we have removed all the images & files from our servers, and if anyone still uses the old version, then its not strange if the flags doesnt show up. Now you all need to get this new update, which is much more easier! And all the files is ready to be uploaded in your own servers! UPDATED (03-SEP-2012)After MEMBERS REQUEST! Befor I start, I let you know that there are about 500 Files to Upload in your server or your forum ftp root. We first uploaded all the files to our own server, but if you look below in the comments many requested they wanted the files to be uploaded in their own servers. We have now uploaded all the files in the ATTACHMENTS as "Upload.zip" + 4 XML files beside. So please take your time and let all the files be uploaded, befor you install the XML file. Files to upload from "Upload.zip" file there are: 2 Folders Called: (flags) + (ip_flags) + 4 php files. An Estimate of 499 files for upload. Upload everything from the Upload.zip to your forum root, Simply use the DRAG and DROP it, if you use any FTP software ! And dont forget the 4 XML files which comes with 4 different TEXT COLORS, Do not upload them to your FTP! They should only be installed from ADMINCP and Product Manager, but only 1 of them! Dont forget, this was request by yourselfs ! Here we go: Show your forum Guests their IP Location, and Country Flag! This addon my latest one (IP 2 COUNTRY FLAG)! It showes your guests IP and COUNTRY FLAG. Its only working in the forum section, and the BOX will be placed above your forums! Me and a friend had this script for a long time and and we wanted to make this to an ADDON for our old forum MYBB, but we couldnt! After I moved to vBulletin we gave it a shot, and finally made it to work for vBulletin Version vB3.8 and 4.x! And finally we finished it... The php was not finished, so we added some extra felts to finish it! With 4 different text colors, Red, Green, Brown, Black! Below you see how the Addon looks on a Dark & a Light (Theme & Background) Red Text Color Green Text Color Brown Text Color Forum Frontpage Step 1: I start over again with the "Upload.zip" from the attachments, there are 2 folders and 4 files beside the folders! Upload everything that you see in the Upload.zip to your forum root! And wait untill its uploaded, and then go to step 2! Step 2: Now there are 4 XML products, with different text color, Choose only one and go to your ADMINCP, and in your Plugin & Products, click on Manage Products, and scroll down to ADD/IMPORT PRODUCT! Then click on BROWSE button and locate the XML product with the color you want to use in your forum, and then Click on IMPORT.. Thats it, Now remember, you have to log-out to see the Guest message! Because its only visible for Guests, Non-Registered Users and Non Logged-In.. Dont forget to click on INSTALLED, and enjoy ! And thanks for all of you who noticed me about the FILES where better to be uploaded in your own serves! GREAT IDEA , BUT A LOT OF FILES! Download Now
Show Your Support
|
Благодарность от: | ||
GhostHunter2010 |
Comments |
#2
|
|||
|
|||
thx for sharing but dont u think is better if ppl can download the images it self so ur server may be down sometime there is noserver who never goes down lol
|
#3
|
||||
|
||||
This looks good but i would have preferred to have the files on my server as above aswell:up:
|
Благодарность от: | ||
GhostHunter2010 |
#4
|
|||
|
|||
tested on vb 4.2 doesnt look that good thanks anyways for sharing
|
#5
|
|||
|
|||
same here
|
#6
|
||||
|
||||
Where are the flags??
|
#7
|
||||
|
||||
|
#8
|
|||
|
|||
Updated Again 01 SEP 2012
You Can Now Upload the files To Your Own Server! |
#9
|
|||
|
|||
<a href="http://www.clanking.eu" target="_blank">www.clanking.eu</a>
you have to scroll to read ? |
#10
|
|||
|
|||
Quote:
It depends on your forum Template & width, and what font your forum is using, It fits perfect on a Default vBulletin Template. Anyways, Here is the fix, Edit one of the XML files with a TEXT EDITOR! Now if you take a look below, I have marked a portion of the code in RED color, Now find BLUE color 750px, and change it to 800px! And dont forget to click on INSTALLED for further support like this.. Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <product productid="ip2countryflag" active="1"> <title>Guest (Show IP and Country Flag)</title> <description>Guest (Show IP and Country Flag) by www.China-Cheats.com</description> <version>1.0.0</version> <url>https://vborg.vbsupport.ru/showthread.php?p=2361504</url> <versioncheckurl /> <dependencies> </dependencies> <codes> </codes> <templates> <template name="ip2country" templatetype="template" date="1234335426" username="ChiNa-Man" version="1.0.0"><![CDATA[ <vb:if condition="is_member_of($vbulletin->userinfo,1)"> <center><font size="1" color="black"><iframe src ="http:/china-cheats.com/ip2country.php" width="750px" height="36"> </iframe></center></font></if>]]></template> </templates> <stylevardfns> </stylevardfns> <stylevars> </stylevars> <plugins> <plugin active="1" executionorder="5"> <title>IP 2 Country Flag</title> <hookname>process_templates_complete</hookname> <phpcode><![CDATA[global $template_hook; $newTemplate = vB_Template::create('ip2country'); $template_hook['forumhome_above_forums'] .= $newTemplate->render();]]></phpcode> </plugin> </plugins> <phrases> </phrases> <options> </options> <helptopics> </helptopics> <cronentries> </cronentries> <faqentries> </faqentries> <navigation> </navigation> </product> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|